aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml30
-rw-r--r--.travis.yml5
-rw-r--r--AUTHORS32
-rw-r--r--CMakeLists.txt29
l---------[-rw-r--r--]COPYING166
-rw-r--r--COPYING.GPL-3674
-rw-r--r--COPYING.LGPL-2481
-rw-r--r--COPYING.LGPL-2.1 (renamed from COPYING.LGPL.2.1)68
-rw-r--r--COPYING.LGPL-3165
-rw-r--r--ChangeLog3473
-rw-r--r--NEWS57
-rw-r--r--debian/changelog49
-rw-r--r--debian/control12
-rw-r--r--debian/libayatana-ido3-0.4-0.symbols7
-rw-r--r--example/CMakeLists.txt1
-rw-r--r--example/menus.c11
-rw-r--r--src/CMakeLists.txt25
-rw-r--r--src/idoalarmmenuitem.c4
-rw-r--r--src/idoappointmentmenuitem.c3
-rw-r--r--src/idobasicmenuitem.c65
-rw-r--r--src/idolevelmenuitem.c294
-rw-r--r--src/idolevelmenuitem.h52
-rw-r--r--src/idolocationmenuitem.c3
-rw-r--r--src/idomediaplayermenuitem.c2
-rw-r--r--src/idomenuitemfactory.c18
-rw-r--r--src/idoplaybackmenuitem.c10
-rw-r--r--src/idoprogressmenuitem.c129
-rw-r--r--src/idoremovablemenuitem.c21
-rw-r--r--src/idoscalemenuitem.c38
-rw-r--r--src/idousermenuitem.c10
-rw-r--r--tests/CMakeLists.txt4
31 files changed, 3565 insertions, 2373 deletions
diff --git a/.build.yml b/.build.yml
index c88fe2d..2f95896 100644
--- a/.build.yml
+++ b/.build.yml
@@ -6,12 +6,10 @@ requires:
- clang
- gcc
- git
- - make
- startup-notification
- which
- cmake
- cmake-extras
- - mate-common
- glib2
- gobject-introspection
- gtk3
@@ -22,14 +20,12 @@ requires:
debian:
# Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido
- - autopoint
- clang
- clang-tools
- cppcheck
- git
- cmake
- cmake-extras
- - mate-common
- gobject-introspection
- gtk-doc-tools
- libgirepository1.0-dev
@@ -45,14 +41,12 @@ requires:
- xvfb
ubuntu:
- - autopoint
- clang
- clang-tools
- cppcheck
- git
- cmake
- cmake-extras
- - mate-common
- gobject-introspection
- gtk-doc-tools
- libgirepository1.0-dev
@@ -87,18 +81,14 @@ variables:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- - export CFLAGS+=" -Wsign-compare -Wunused-parameter"
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi
-
- - if [ -e ./autogen.sh ]; then
- - NOCONFIGURE=1 ./autogen.sh
- - scan-build $CHECKERS ./configure --prefix=/usr --enable-gtk-doc --enable-compile-warnings=maximum
- - elif [ -e ./CMakeLists.txt ]; then
+ - if [ -e ./CMakeLists.txt ]; then
- if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then
- - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_TESTS=ON
+ - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON -DENABLE_TESTS=ON
- else
- - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON
+ - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON
- fi
- else
- exit 1
@@ -117,15 +107,9 @@ build_scripts:
- fi
- scan-build $CHECKERS --keep-cc -o html-report make
- fi
-
-after_scripts:
- - if [ ${BUILD_TYPE} == "scripts" ];then
- - XVFB_RUN="$(which xvfb-run || true)"
- - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then
- - if [ -e ./autogen.sh ]; then
- - ${XVFB_RUN} make check
- - elif [ -e ./CMakeLists.txt ]; then
- - ${XVFB_RUN} make test
- - fi
+ - XVFB_RUN="$(which xvfb-run || true)"
+ - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then
+ - if [ -e ./CMakeLists.txt ]; then
+ - ${XVFB_RUN} make test
- fi
- fi
diff --git a/.travis.yml b/.travis.yml
index 51db47f..351d58c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
-dist: bionic
+dist: focal
language: shell
os: linux
arch:
- amd64
- - ppc64le
+# - ppc64le
services:
- docker
@@ -35,6 +35,7 @@ env:
- DISTRO="debian:testing"
- DISTRO="debian:stable"
# - DISTRO="ubuntu:rolling"
+ - DISTRO="ubuntu:jammy"
- DISTRO="ubuntu:focal"
jobs:
diff --git a/AUTHORS b/AUTHORS
index c7753eb..4661012 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,32 @@
+Allan LeSage <allan.lesage@canonical.com>
+Allan LeSage <allanlesage@gmail.com>
+Charles Kerr <charles.kerr@canonical.com>
+CI Train Bot <ci-train-bot@canonical.com>
+Cody Russell <crussell@canonical.com>
+David Barth <david.barth@canonical.com>
+Devendranath Thadi <devendranath.thadi3@gmail.com>
+Didier Roche <didier.roche@canonical.com>
+Jami Kettunen <jami.kettunen@protonmail.com>
+Jan Palus <jpalus@fastmail.com>
+Jason Conti <jason.conti@gmail.com>
+Javier Jardón <javier.jardon@codethink.co.uk>
+Jeremy Bicha <jbicha@ubuntu.com>
+Karl Lattimer <karl@qdh.org.uk>
+karl-qdh <karl@qdh.org.uk>
+Ken VanDine <ken.vandine@canonical.com>
+Lars Uebernickel <lars@uebernic.de>
+Lars Uebernickel <lars.uebernickel@canonical.com>
+Marco Trevisan (Treviño) <mail@3v1n0.net>
+Marco Trevisan (Treviño) <marco@ubuntu.com>
+Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
+Michael Terry <mike@mterry.name>
+Michal Hruby <michal.mhr@gmail.com>
Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
-Robert Tari <robert@tari.in> \ No newline at end of file
+Rico Tzschichholz <ricotz@ubuntu.com>
+Robert Ancell <robert.ancell@canonical.com>
+Robert Carr <racarr@canonical.com>
+Robert Tari <robert@tari.in>
+Sebastien Bacher <seb128@ubuntu.com>
+Sylvain POULAIN <kikislater@users.noreply.github.com>
+Ted Gould <ted@gould.cx>
+Till Maas <opensource@till.name>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d12f76..24fa0cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,21 @@ else()
set(CMAKE_BUILD_TYPE "Release")
endif()
+if(ENABLE_WERROR)
+ add_definitions("-Werror")
+endif()
+
+if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
+ add_definitions("-Weverything")
+else()
+ add_definitions("-Wall")
+endif()
+
+# Thread fix for old CMake
+
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
+
# Check for prerequisites
set(DEPS glib-2.0>=2.58 gtk+-3.0>=3.24)
@@ -37,19 +52,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS})
# Set global variables
include(GNUInstallDirs)
-set(PROJECT_VERSION "0.8.2")
-
-if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
-
- set(COMPILE_FLAGS "${COMPILE_FLAGS} -Weverything")
- set(COMPILE_FLAGS "${COMPILE_FLAGS} -Wno-c++98-compat -Wno-padded")
- set(COMPILE_FLAGS "${COMPILE_FLAGS} -Wno-documentation")
-
-else()
-
- set(COMPILE_FLAGS "${COMPILE_FLAGS} -Wall")
-
-endif()
+set(PROJECT_VERSION "0.10.2")
# Make everything
diff --git a/COPYING b/COPYING
index fc8a5de..201c3f8 100644..120000
--- a/COPYING
+++ b/COPYING
@@ -1,165 +1 @@
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
- This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
- 0. Additional Definitions.
-
- As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
- "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
- An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
- A "Combined Work" is a work produced by combining or linking an
-Application with the Library. The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
- The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
- The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
- 1. Exception to Section 3 of the GNU GPL.
-
- You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
- 2. Conveying Modified Versions.
-
- If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
- a) under this License, provided that you make a good faith effort to
- ensure that, in the event an Application does not supply the
- function or data, the facility still operates, and performs
- whatever part of its purpose remains meaningful, or
-
- b) under the GNU GPL, with none of the additional permissions of
- this License applicable to that copy.
-
- 3. Object Code Incorporating Material from Library Header Files.
-
- The object code form of an Application may incorporate material from
-a header file that is part of the Library. You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
- a) Give prominent notice with each copy of the object code that the
- Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the object code with a copy of the GNU GPL and this license
- document.
-
- 4. Combined Works.
-
- You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
- a) Give prominent notice with each copy of the Combined Work that
- the Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the Combined Work with a copy of the GNU GPL and this license
- document.
-
- c) For a Combined Work that displays copyright notices during
- execution, include the copyright notice for the Library among
- these notices, as well as a reference directing the user to the
- copies of the GNU GPL and this license document.
-
- d) Do one of the following:
-
- 0) Convey the Minimal Corresponding Source under the terms of this
- License, and the Corresponding Application Code in a form
- suitable for, and under terms that permit, the user to
- recombine or relink the Application with a modified version of
- the Linked Version to produce a modified Combined Work, in the
- manner specified by section 6 of the GNU GPL for conveying
- Corresponding Source.
-
- 1) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (a) uses at run time
- a copy of the Library already present on the user's computer
- system, and (b) will operate properly with a modified version
- of the Library that is interface-compatible with the Linked
- Version.
-
- e) Provide Installation Information, but only if you would otherwise
- be required to provide such information under section 6 of the
- GNU GPL, and only to the extent that such information is
- necessary to install and execute a modified version of the
- Combined Work produced by recombining or relinking the
- Application with a modified version of the Linked Version. (If
- you use option 4d0, the Installation Information must accompany
- the Minimal Corresponding Source and Corresponding Application
- Code. If you use option 4d1, you must provide the Installation
- Information in the manner specified by section 6 of the GNU GPL
- for conveying Corresponding Source.)
-
- 5. Combined Libraries.
-
- You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
- a) Accompany the combined library with a copy of the same work based
- on the Library, uncombined with any other library facilities,
- conveyed under the terms of this License.
-
- b) Give prominent notice with the combined library that part of it
- is a work based on the Library, and explaining where to find the
- accompanying uncombined form of the same work.
-
- 6. Revised Versions of the GNU Lesser General Public License.
-
- The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
- If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
+COPYING.GPL-3 \ No newline at end of file
diff --git a/COPYING.GPL-3 b/COPYING.GPL-3
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/COPYING.GPL-3
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ <program> Copyright (C) <year> <name of author>
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/COPYING.LGPL-2 b/COPYING.LGPL-2
new file mode 100644
index 0000000..12735e6
--- /dev/null
+++ b/COPYING.LGPL-2
@@ -0,0 +1,481 @@
+ GNU LIBRARY GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1991 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the library GPL. It is
+ numbered 2 because it goes with version 2 of the ordinary GPL.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Library General Public License, applies to some
+specially designated Free Software Foundation software, and to any
+other libraries whose authors decide to use it. You can use it for
+your libraries, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if
+you distribute copies of the library, or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link a program with the library, you must provide
+complete object files to the recipients so that they can relink them
+with the library, after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ Our method of protecting your rights has two steps: (1) copyright
+the library, and (2) offer you this license which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ Also, for each distributor's protection, we want to make certain
+that everyone understands that there is no warranty for this free
+library. If the library is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original
+version, so that any problems introduced by others will not reflect on
+the original authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that companies distributing free
+software will individually obtain patent licenses, thus in effect
+transforming the program into proprietary software. To prevent this,
+we have made it clear that any patent must be licensed for everyone's
+free use or not licensed at all.
+
+ Most GNU software, including some libraries, is covered by the ordinary
+GNU General Public License, which was designed for utility programs. This
+license, the GNU Library General Public License, applies to certain
+designated libraries. This license is quite different from the ordinary
+one; be sure to read it in full, and don't assume that anything in it is
+the same as in the ordinary license.
+
+ The reason we have a separate public license for some libraries is that
+they blur the distinction we usually make between modifying or adding to a
+program and simply using it. Linking a program with a library, without
+changing the library, is in some sense simply using the library, and is
+analogous to running a utility program or application program. However, in
+a textual and legal sense, the linked executable is a combined work, a
+derivative of the original library, and the ordinary General Public License
+treats it as such.
+
+ Because of this blurred distinction, using the ordinary General
+Public License for libraries did not effectively promote software
+sharing, because most developers did not use the libraries. We
+concluded that weaker conditions might promote sharing better.
+
+ However, unrestricted linking of non-free programs would deprive the
+users of those programs of all benefit from the free status of the
+libraries themselves. This Library General Public License is intended to
+permit developers of non-free programs to use free libraries, while
+preserving your freedom as a user of such programs to change the free
+libraries that are incorporated in them. (We have not seen how to achieve
+this as regards changes in header files, but we have achieved it as regards
+changes in the actual functions of the Library.) The hope is that this
+will lead to faster development of free libraries.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, while the latter only
+works together with the library.
+
+ Note that it is possible for a library to be covered by the ordinary
+General Public License rather than by this special one.
+
+ GNU LIBRARY GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library which
+contains a notice placed by the copyright holder or other authorized
+party saying it may be distributed under the terms of this Library
+General Public License (also called "this License"). Each licensee is
+addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also compile or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ c) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ d) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the source code distributed need not include anything that is normally
+distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the Library General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Libraries
+
+ If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change. You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+ To apply these terms, attach the following notices to the library. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the library's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+ <signature of Ty Coon>, 1 April 1990
+ Ty Coon, President of Vice
+
+That's all there is to it!
diff --git a/COPYING.LGPL.2.1 b/COPYING.LGPL-2.1
index 2d2d780..4362b49 100644
--- a/COPYING.LGPL.2.1
+++ b/COPYING.LGPL-2.1
@@ -1,9 +1,8 @@
-
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -23,8 +22,7 @@ specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations
-below.
+strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
@@ -89,9 +87,9 @@ libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it
-becomes a de-facto standard. To achieve this, non-free programs must
-be allowed to use the library. A more frequent case is that a free
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
@@ -138,8 +136,8 @@ included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control
-compilation and installation of the library.
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
@@ -305,10 +303,10 @@ of these things:
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
- c) Accompany the work with a written offer, valid for at least
- three years, to give the same user the materials specified in
- Subsection 6a, above, for a charge no more than the cost of
- performing this distribution.
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
@@ -386,10 +384,9 @@ all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply, and the section as a whole is intended to apply in other
-circumstances.
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
@@ -407,11 +404,11 @@ be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License
-may add an explicit geographical distribution limitation excluding those
-countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
@@ -465,15 +462,13 @@ DAMAGES.
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms
-of the ordinary General Public License).
-
- To apply these terms, attach the following notices to the library.
-It is safest to attach them to the start of each source file to most
-effectively convey the exclusion of warranty; and each file should
-have at least the "copyright" line and a pointer to where the full
-notice is found.
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+ To apply these terms, attach the following notices to the library. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
@@ -490,21 +485,18 @@ notice is found.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
-You should also get your employer (if you work as a programmer) or
-your school, if any, to sign a "copyright disclaimer" for the library,
-if necessary. Here is a sample; alter the names:
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
- library `Frob' (a library for tweaking knobs) written by James
- Random Hacker.
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!
-
-
diff --git a/COPYING.LGPL-3 b/COPYING.LGPL-3
new file mode 100644
index 0000000..0a04128
--- /dev/null
+++ b/COPYING.LGPL-3
@@ -0,0 +1,165 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
diff --git a/ChangeLog b/ChangeLog
index b8a2025..ce8c832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2760 +1,2281 @@
-2021-01-25 16:55:02 +0100 Mike Gabriel
+2024-04-08 Mike Gabriel
- * release 0.8.2 (HEAD -> master, tag: 0.8.2)
+ * release 0.10.2 (HEAD -> main, tag: 0.10.2)
+ * Merge branch 'tari01-pr/expand-scale' (de33725f)
-2021-01-25 16:40:30 +0100 Mike Gabriel (9f276a0)
+2024-04-04 Robert Tari
- * debian/*: Update from official Debian packaging.
+ * src/idoscalemenuitem.c: Add new functionality via the digits and
+ marks parameters (451a9efb)
+ * src/idoscalemenuitem.c: Make page increment same as step increment
+ (87715f3f)
-2020-12-22 22:50:16 +0100 Robert Tari (f51b230)
+2023-08-24 Mike Gabriel
- * Merge branch 'sunweaver-pr/travis-builds-against-fedora'
+ * release 0.10.1 (13402a2c) (tag: 0.10.1)
+ * COPYING: Symlink to COPYING.GPL-3, the licensed used by the
+ majority of code files. (c9bfd1b5)
+ * Rename COPYING to COPYING.GPL-3 and use Debian's version of it.
+ (cc276098)
+ * COPYING files: Ship a copy of LGPL-2(+) and LGPL-3. Some code files
+ in this project use either of those licenses. (b040a375)
+ * COPYING.LGPL.2.1: Rename to COPYING.LGPL-2.1 (and use layout from
+ Debian's LGPL-2.1 license file shipped in
+ /usr/share/common-licenses/). (20d65627)
+ * Merge branch 'tyll-executable_so' (39277de1)
-2020-12-22 15:03:49 +0100 Mike Gabriel (46dc10a)
+2023-08-24 Till Maas
- * Travis: Enable CI builds against Fedora.
+ * cmake: Install library as library (610ddb96)
-2020-12-22 14:27:35 +0100 Mike Gabriel (bcc5cc5)
+2023-08-07 Mike Gabriel
- * Merge branch 'dthadi3-ppc64le'
+ * Merge branch 'tari01-pr/no-hardcoded-icon-sizes' (b1998c6a)
-2020-12-10 12:58:29 +0000 Devendranath Thadi (3255a97)
+2023-08-05 Robert Tari
- * Travis-ci: archlinux docker image not available on power
+ * Do not hardcode icon sizes (e487b162)
+ * Fix possible memory leaks (ebb915b5)
+ * src/idoalarmmenuitem.c: Do not free non memory-allocated variable
+ (579cad6e)
+ * src/idoplaybackmenuitem.c: Drop unused variable (c2bade07)
+ * src/idoplaybackmenuitem.c: Fix undefined variable (be68b43c)
-2020-12-10 11:55:39 +0000 Devendranath Thadi (e5a710f)
+2023-06-09 Mike Gabriel
- * Travis-ci: added support for ppc64le
+ * d/libayatana-ido3-0.4-0.symbols: Update symbols. (09c5052d)
+ * d/changelog: amend revision (5263257c)
+ * release 0.10.0 (75f61898) (tag: 0.10.0)
-2020-12-03 20:14:21 +0100 Mike Gabriel (9aa4750)
+2023-05-05 Mike Gabriel
- * .build.yml: Add 'which' build-requirement (needed by autogen.sh /
- mate-common) when building against Archlinux.
+ * Merge branch 'tari01-pr/level-item' (e74e767a)
-2020-12-03 17:31:41 +0100 Mike Gabriel (8acd8f7)
+2023-04-04 Robert Tari
- * Travis: First attempt at CI building against Archlinux.
+ * Add level menu item (876a9fa2)
+ * CMakeLists.txt: Add threads fix for old CMake (fc636cea)
-2020-12-03 16:58:43 +0100 Mike Gabriel (af27d39)
+2023-05-05 Mike Gabriel
- * debian/libayatana-ido3-0.4-0.symbols: Update for new symbols
- related to idoRemovableMenuItem.
+ * Merge branch 'tari01-pr/progress-item-rewrite' (c730328e)
-2020-12-03 16:43:01 +0100 Robert Tari (295c154)
+2023-03-03 Robert Tari
- * Merge branch 'sunweaver-pr/fix-make-distcheck'
+ * src/idoprogressmenuitem.c: Rewrite to use icon, progress property
+ and activation (1b164cf8)
-2020-11-30 23:01:58 +0100 Mike Gabriel (afdf462)
+2023-02-26 Mike Gabriel
- * AUTHORS: Add Robert Tari to authors.
+ * Revert "cmake: Enable building tests by default" (f19a5f47)
+ * debian/libayatana-ido3-0.4-0.symbols: Update symbols. (109100e2)
+ * release 0.9.3 (10b05bdb) (tag: 0.9.3)
+ * Merge branch 'JamiKettunen-modern-gtest' (62ec1cda)
-2020-12-03 16:38:27 +0100 Robert Tari (6e5bb51)
+2023-02-26 Jami Kettunen
- * Merge branch 'sunweaver-pr/update-authors'
+ * cmake: Enable building tests by default (889c006f)
+ * tests: Fix building against modern GTest (f692439d)
-2020-12-02 15:09:49 +0100 Mike Gabriel (5df78c7)
+2022-09-05 Mike Gabriel
- * TRAVIS: Add .build.yml (missing in previous commit).
+ * Merge branch 'tari01-pr/secondary-text-and-count' (4e047789)
-2020-12-02 11:26:36 +0100 Mike Gabriel (1803b01)
+2022-09-04 Robert Tari
- * TRAVIS: first attempt of doing CI builds in docker images.
+ * src/idobasicmenuitem.c: Set secondary text and count with lozenge
+ from menu model (7aa6323b)
-2020-12-03 13:21:55 +0100 Mike Gabriel (3ca4c37)
+2022-06-27 Mike Gabriel
- * NEWS: Add file (compiled out of Git history).
+ * .travis.yml: Add CI builds for Ubuntu 22.04. (10fde125)
-2020-12-03 11:44:01 +0100 Mike Gabriel (2a83a92)
+2022-06-03 Mike Gabriel
- * Makefile.am: Add --disable-silent-rules option to
- DISTCHECK_CONFIGURE_FLAGS.
+ * release 0.9.2 (69ba03b9) (tag: 0.9.2)
-2020-12-03 11:43:37 +0100 Mike Gabriel (9057543)
+2022-03-24 Mike Gabriel
- * src/Makefile.am: Move 'sources_c =' variable definition further up.
+ * Merge branch 'ricotz-main' (e56a633c)
-2020-12-03 11:42:50 +0100 Mike Gabriel (385c797)
+2022-03-15 Rico Tzschichholz
- * src/Makefile.am: Split out all *.c files from
- libayatana_ido_0_4_la_SOURCES into sources_c variable.
-
-2020-12-03 11:41:40 +0100 Mike Gabriel (d5fb21d)
-
- * src/Makefile.am: Various TAB'bing fixes / beautifications.
-
-2020-12-03 11:40:03 +0100 Mike Gabriel (5307fc8)
-
- * src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values
- (and beautify the TAB'bing).
-
-2020-12-03 11:35:51 +0100 Mike Gabriel (bd87193)
-
- * src/libayatana-ido.h: Include internal APIs from the local
- directory (i.e. the same dir where libayatana-ido.h is
- located).
-
-2020-12-03 11:35:07 +0100 Mike Gabriel (0a5a670)
-
- * configure.ac: Comment out CHECK_XORG_GTEST. Not available in a
- functional state, currently.
-
-2020-12-03 10:29:32 +0100 Mike Gabriel (9f5734c)
-
- * Makefile.am: Re-add DISTCHECK_CONFIGURE_FLAGS to disable GTK doc
- build during 'make distcheck'.
-
-2020-12-02 15:09:49 +0100 Mike Gabriel (f2e0176)
-
- * TRAVIS: Add .build.yml (missing in previous commit).
-
-2020-12-02 11:26:36 +0100 Mike Gabriel (8323793)
-
- * TRAVIS: first attempt of doing CI builds in docker images.
-
-2020-11-30 23:01:58 +0100 Mike Gabriel (36c39de)
-
- * AUTHORS: Add Robert Tari to authors.
-
-2020-12-01 14:15:53 +0100 Mike Gabriel (6f86a8c)
-
- * .travis.yml: Correctly set MATRIX_EVAL for 'GCC 10.x / Ubuntu
- bionic'.
-
-2020-12-01 13:35:05 +0100 Mike Gabriel (1cbc0bc)
-
- * .travis.yml: Add test-build against GCC 10.x.
-
-2020-12-01 13:34:45 +0100 Mike Gabriel (67324d2)
-
- * .travis.yml: Name Ubuntu version in CI job names.
-
-2020-12-01 13:32:00 +0100 Mike Gabriel (521d2bd)
-
- * .travis.yml: Disable 'Clang 3.9 / xenial' CI build (GLib2.0 too old
- in Ubuntu xenial).
-
-2020-12-01 13:31:48 +0100 Mike Gabriel (9478a52)
-
- * .travis.yml: Disable 'GCC 5.4 / xenial' CI build (GLib2.0 too old
- in Ubuntu xenial)..
-
-2020-12-01 11:21:24 +0100 Mike Gabriel (242e670)
-
- * .travis.yml: Add 'script:' section. Our test target is 'check', not
- 'test'. Also enable more verbose builds.
-
-2020-12-01 09:15:43 +0100 Mike Gabriel (aff72d8)
-
- * .travis.yml: Run autogen.sh before configuring/building.
-
-2020-11-30 23:00:49 +0100 Mike Gabriel (da6f59b)
-
- * Initial .travis.yml configuration.
-
-2020-11-30 22:36:54 +0100 Mike Gabriel (7fb66ef)
-
- * Merge branch 'tari01-pr/show-removable-button'
-
-2020-11-26 22:58:32 +0100 Robert Tari (e7d6217)
-
- * idoremovablemenuitem.c: Show button by default
-
-2020-11-30 22:34:34 +0100 Mike Gabriel (fbf7f2e)
-
- * Merge branch 'tari01-pr/ido-removable'
-
-2020-11-24 22:42:18 +0100 Robert Tari (02f9598)
-
- * Add a new menu item type: IDO Removable
-
-2020-11-09 17:34:44 +0100 Mike Gabriel (d3bcb7d)
-
- * release 0.8.1 (tag: 0.8.1)
-
-2020-10-21 13:19:35 +0200 Mike Gabriel (2267a40)
-
- * Merge branch 'tari01-pr/switch-initial-state'
-
-2020-09-25 01:19:44 +0200 Robert Tari (336b92c)
-
- * idoswitchmenuitem.c: Fix setting the initial state for the switch
-
-2020-10-21 13:16:30 +0200 Mike Gabriel (b0dfd12)
-
- * Merge branch 'tari01-pr/basic-markup'
-
-2020-09-25 00:09:24 +0200 Robert Tari (13e3334)
-
- * Add sanity-check in ido_switch_menu_item_activate
-
-2020-09-16 15:39:07 +0200 Robert Tari (eaa7ce5)
-
- * idoswitchmenuitem.c: Pass the switch activation state in the action
- signal
-
-2020-09-16 15:35:43 +0200 Robert Tari (f96d98c)
-
- * Whitespace fix
-
-2020-09-17 14:45:59 +0200 Robert Tari (009998b)
-
- * idobasicmenuitem.c: Add optional markup to the basic menu item
-
-2020-09-27 15:46:19 +0200 Mike Gabriel (bbcbd08)
-
- * Merge branch 'tari01-pr/switch-state-fix'
-
-2020-09-25 00:09:24 +0200 Robert Tari (d318463)
-
- * Add sanity-check in ido_switch_menu_item_activate
-
-2020-09-16 15:39:07 +0200 Robert Tari (6a4bf3d)
-
- * idoswitchmenuitem.c: Pass the switch activation state in the action
- signal
-
-2020-09-16 15:35:43 +0200 Robert Tari (7ed68c1)
-
- * Whitespace fix
-
-2020-08-14 20:19:10 +0200 Mike Gabriel (d580f61)
-
- * release 0.8.0 (tag: 0.8.0)
-
-2020-08-13 22:43:29 +0200 Robert Tari (11e687d)
-
- * Merge branch 'sunweaver-pr/ayatanamenuitemfactory-make-public-api'
- Attributes GH PR #13:
- https://github.com/AyatanaIndicators/ayatana-ido/pull/13
-
-2020-08-13 22:29:59 +0200 Mike Gabriel (d61bb9f)
-
- * src/Makefile.am: Export ayatanamenuitemfactory.h as part of the
- public API, needed by indicator-ng.c in
- libayatana-indicator.
-
-2020-08-11 18:02:33 +0200 Robert Tari (34aa56f)
-
- * Merge branch 'sunweaver-pr/replace-x-canonical-attributes'
- Attributes GH PR #11:
- https://github.com/AyatanaIndicators/ayatana-ido/pull/11
+ * vala: The name of the vapi should match the pkg-config name
+ (2e1c0409)
-2020-08-11 18:01:19 +0200 Robert Tari (b3686dc)
+2022-02-28 Mike Gabriel
- * Merge branch 'pr/replace-x-canonical-attributes' of
- https://github.com/sunweaver/ayatana-ido into
- sunweaver-pr/replace-x-canonical-attributes
-
-2020-08-11 16:49:26 +0200 Mike Gabriel (974147d)
-
- * Replace x-canonical attributes solely used by Ayatana Indicators.
-
-2020-08-11 10:51:28 +0200 Robert Tari (9e20973)
-
- * Replace x-canonical attributes
+ * Merge branch 'jpalus-link-libm' (d87cc103)
-2020-08-10 22:17:23 +0200 Mike Gabriel (4e2ff26)
+2022-02-19 Jan Palus
- * Merge branch 'tari01-master'
+ * src/CMakeLists.txt: link libm for expf, pow and sinf (62f510e2)
-2020-08-07 12:18:59 +0200 Robert Tari (2ce8e4a)
+2022-02-17 Mike Gabriel
- * Drop IDO Message Dialog
+ * release 0.9.1 (9e8a410f) (tag: 0.9.1)
-2020-07-31 06:39:33 +0200 Robert Tari (f062e19)
+2022-02-08 Robert Tari
- * Merge pull request #8 from tari01/master
+ * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system
+ + disable ppc64el builds (9c8dd710)
-2020-07-31 05:43:05 +0200 Robert Tari (b65bc50)
+2022-01-27 Mike Gabriel
- * Centre playback menu item spinner/Pad application menu item label
+ * Merge branch 'tari01-pr/cleanup-compile-flags' (854485a8)
-2020-07-28 18:43:26 +0200 Robert Tari (b18ced1)
+2022-01-14 Robert Tari
- * Merge pull request #7 from tari01/master
+ * .build.yml: Drop extra compilation flags and build with -Werror
+ (aaf337b8)
+ * Clean up compilation flags (b6278e24)
-2020-07-28 18:39:55 +0200 Robert Tari (f937570)
+2021-11-12 Mike Gabriel
- * Centre volume control/Stretch calendar horizontally
+ * Merge branch 'sunweaver-pr/ppc64le-alive-again' (b340930c)
-2020-07-24 06:38:58 +0200 Mike Gabriel (fac3c96)
-
- * release 0.5.0 (tag: 0.5.0)
-
-2020-07-24 06:34:44 +0200 Mike Gabriel (ef4ea9d)
-
- * src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS
- wrapping around gtk_dialog_get_action_area() with a FIXME.
+2021-11-10 Mike Gabriel
-2020-07-24 06:31:27 +0200 Mike Gabriel (669fb5e)
+ * .travis.yml: Re-enable ppc64le builds on Travis CI again.
+ (f07e4bd2)
+ * Merge branch 'tari01-pr/drop-scale-margin' (abcf34b1)
- * Merge branch 'tari01-master'
+2021-11-05 Robert Tari
-2020-07-24 02:55:50 +0200 Robert Tari (40a8f04)
+ * src/idoscalemenuitem.c: Drop hard-coded end-margin for the Scale
+ Display Object (696edc3e)
- * Updated colour getter for playback control
+2021-11-02 Mike Gabriel
-2020-07-24 00:40:20 +0200 Robert Tari (c0bddf1)
+ * release 0.9.0 (72d04c90) (tag: 0.9.0)
+ * debian/control: ayatana-ido (esp. the shared library) breaks older
+ ayatana-indicators-* versions that use IDOs. (929370bb)
+ * debian/control: Drop B-D: mate-common. (ab857b2f)
+ * debian/control: Bump Standards-Version: to 4.6.0. No changes
+ needed. (1350ad88)
- * Some refactoring to avoid warnings
+2021-10-26 Mike Gabriel
-2020-07-23 07:21:31 +0200 Mike Gabriel (f8f87bd)
+ * .build.yml: Drop autogen.sh support; Run unit tests in
+ build_scripts: target. (9205e10e)
+ * Revert ".build.yml: Drop autogen.sh support; Run unit tests in
+ build_scripts: target." (e128c176)
- * Merge branch 'tari01-master'
+2021-10-25 Mike Gabriel
-2020-07-23 00:28:19 +0200 Robert Tari (9384761)
+ * .build.yml: Drop autogen.sh support; Run unit tests in
+ build_scripts: target. (bde36171)
- * Remove ayatana-private.h
+2021-10-20 Robert Tari
-2020-07-07 12:51:02 +0200 Mike Gabriel (9e2cc8f)
+ * .travis.yml: Temporarily disable ppc64le builds (cb6e7423)
- * src/Makefile.am: Don't choke with FTBFS on every future deprecation
- warning. Drop -Werror from CPPFLAGS.
+2021-10-18 Mike Gabriel
-2020-07-07 12:48:29 +0200 Mike Gabriel (e29ccbb)
+ * Merge branch 'tari01-pr/use-consistent-ido-names' (b26af470)
- * Merge branch 'kikislater-patch-1'
+2021-09-20 Robert Tari
-2020-07-07 09:18:43 +0400 Sylvain POULAIN (033c9f4)
+ * Use consistent Ayatana IDO names (caec51f5)
+ * Merge branch 'pr/fix-unit-test-failure-on-ubuntu-20-04' (f0f879c6)
+ * Fix unit test failure on Ubuntu 20.04 (24ee3d02)
+ * Fix copyright headers (2c6a2669)
- * gtk_widget_get_state is deprecated
+2021-09-02 Robert Tari
-2019-12-04 21:44:50 +0100 Mike Gabriel (f9466bb)
+ * Fix Travis status image (2600470f)
+ * Merge branch 'sunweaver-pr/ubuntu-CI-builds-run-unittests'
+ (d08fc80c)
- * release 0.4.90 (tag: 0.4.90)
+2021-08-28 Mike Gabriel
-2019-12-04 14:26:11 +0100 Mike Gabriel (1545345)
+ * .travis.yml: Use Ayatana Indicators project's dev-scripts repo.
+ (f16cedf9)
- * Port from Glib's g_object_newv to g_object_new_with_properties.
+2021-09-02 Robert Tari
-2019-12-03 22:14:51 +0000 Mike Gabriel (0ab4079)
+ * Merge branch 'sunweaver-pr/use-ayatana-indicators-dev-scripts'
+ (f30a2b96)
- * Avoid deprecated g_type_class_add_private.
+2021-08-29 Mike Gabriel
-2018-08-13 12:34:25 +0200 Mike Gabriel (3fded46)
+ * .build.yml: Also run unit tests during CI builds against Ubuntu.
+ (e4ce9964)
- * release 0.4.4 (tag: 0.4.4)
+2021-08-28 Mike Gabriel
-2018-08-13 12:33:17 +0200 Mike Gabriel (87e08a6)
+ * .travis.yml: Use Ayatana Indicators project's dev-scripts repo.
+ (5b2b0168)
- * libayatana-ido3.pc.in: Fix Name: field in .pc file.
+2021-08-10 Mike Gabriel
-2018-08-13 12:32:39 +0200 Mike Gabriel (c4357fb)
+ * CMakeLists.txt: Add empty line below 'Options' comment. (8b37e2d5)
+ * Merge branch 'tari01-pr/no-pie-only-in-tests' (0cff15b5)
- * Revert "libayatana-ido3.pc.in: Unversion name of .pc pkg-config
- file (plus fix Name: field in .pc file)."
+2021-08-10 Robert Tari
-2018-08-13 11:48:09 +0200 Mike Gabriel (b98a821)
+ * Use -no-pie build flags for test only (95d2a880)
- * release 0.4.3 (tag: 0.4.3)
+2021-08-10 Mike Gabriel
-2018-08-13 11:43:24 +0200 Mike Gabriel (455e113)
+ * Merge branch 'tari01-pr/add-enable-werror-option' (b4927b12)
- * debian/control: Rename -dev pkg (drop SO version from name).
+2021-08-09 Robert Tari
-2018-08-13 11:40:17 +0200 Mike Gabriel (b88e8e9)
+ * Add ENABLE_WERROR option (c68353a5)
- * libayatana-ido3.pc.in: Unversion name of .pc pkg-config file (plus
- fix Name: field in .pc file).
+2021-06-09 Mike Gabriel
-2018-08-13 11:39:50 +0200 Mike Gabriel (e1b6e69)
+ * Merge branch 'tari01-pr/cmake-install-full' (879e27ea)
- * debian/libayatana-ido3-0.4-dev.install: Unversion name of .pc
- pkg-config file.
+2021-06-08 Robert Tari
-2018-08-13 11:31:03 +0200 Mike Gabriel (b3497fb)
+ * src/CMakeLists.txt: Add missing target link libraries (48818026)
- * debian/gir1.2-ayatanaido3-0.4.install: Renamed from
- gir1.2-ayatana-ido3-0.4.install.
+2021-06-09 Mike Gabriel
-2018-08-13 11:31:03 +0200 Mike Gabriel (177a694)
+ * Merge branch 'tari01-pr/add-missing-target-libs' (473c7063)
- * debian/gir1.2-ayatanaido3-0.4.install: Renamed from
- gir1.2-ayatana-ido3-0.4.install.
+2021-06-08 Robert Tari
-2018-08-13 11:28:40 +0200 Mike Gabriel (c3c95ec)
+ * data/libayatana-ido3-0.4.pc.in: Use CMAKE_INSTALL_FULL_*DIR
+ locations (e2a30acb)
+ * src/CMakeLists.txt: Add missing target link libraries (0dd15ce5)
+ * Merge branch 'sunweaver-pr/conditional-build-of-GIR-and-VAPI'
+ (54f11749)
- * debian/control: typo fix (missing colon in Replaces: field).
+2021-06-07 Mike Gabriel
-2018-07-16 13:02:17 +0200 Mike Gabriel (34aabe7)
+ * src/CMakeLists.txt: Wrap GIR and VAPI related build instructions
+ into if-clauses (that check, if INTROSPECTION_FOUND and
+ VAPI_FOUND). (7f9c75d8)
+ * Merge branch 'tari01-pr/relative-install-dirs' (f754c6a2)
- * autogen.sh: Fix PKG_NAME (ido -> ayatana-ido).
+2021-06-07 Robert Tari
-2017-12-04 16:30:53 +0100 Mike Gabriel (57c67c9)
+ * Use CMAKE_INSTALL_FULL_*DIR variables for installation (10c3401d)
- * debian/*: Adopt packaging changes from official Debian package.
+2021-06-07 Mike Gabriel
-2017-12-04 16:27:31 +0100 Mike Gabriel (d78483e)
+ * Merge branch 'tari01-pr/add-glib-2.0-to-pkgconfig' (215fbe41)
- * debian/copyright: Package has moved on Github (ArcticaProject ->
- AyatanaIndicators).
+2021-06-04 Robert Tari
-2017-12-04 16:26:53 +0100 Mike Gabriel (c1b56c6)
+ * data/libayatana-ido3-0.4.pc.in: Add glib-2.0 dependency (91cb0ab4)
- * debian/control: Package has moved on Github (ArcticaProject ->
- AyatanaIndicators).
+2021-06-07 Mike Gabriel
-2017-12-04 16:23:31 +0100 Mike Gabriel (100892a)
+ * Merge branch 'tari01-pr/add-project-description' (942bdd59)
- * debian/changelog: Bump upsteam version to a development version.
+2021-06-01 Robert Tari
-2017-12-04 15:06:40 +0000 Mike Gabriel (5a10cb5)
+ * README.md: Add project description (30aa3c2b)
- * release 0.4.2 (tag: 0.4.2)
+2021-05-25 Mike Gabriel
-2017-12-04 15:03:31 +0000 Mike Gabriel (511562e)
+ * Merge branch 'tari01-pr/update-docs' (e11bf6e8)
- * tests/Makefile.am: Fix static lib name (libido -> libayatana-ido).
+2021-05-17 Robert Tari
-2017-12-04 15:57:58 +0100 Mike Gabriel (bb3f64f)
+ * Add documentation files (5dae59b3)
+ * Merge branch 'trism/fix-removable-a11y' (e6a410de)
- * debian/control: Bump Standards-Version: to 4.1.1. No changes
- needed.
+2021-05-04 Mike Gabriel
-2017-12-04 15:56:27 +0100 Mike Gabriel (3fcfc52)
+ * CMakeLists.txt: Move coverage report generation macro into
+ basefolder's CMakeLists.txt file. (41d83490)
- * libayatana-ido3.pc.in: Fix pkg-config name (libido ->
- libayatana-ido).
+2021-05-11 Mike Gabriel
-2017-10-26 19:14:36 +0200 Mike Gabriel (f87b429)
+ * debian/control: Adjust versioned B-D on cmake (3.13 as stated in
+ CMakeLists.txt). (287c8fc4)
- * Makefile.am: Drop distcheck features.
+2021-05-12 Robert Tari
-2017-10-22 21:11:28 +0200 Mike Gabriel (35eeb7e)
+ * Merge branch 'sunweaver-pr/fix-coverage-report' (8d2c0128)
- * debian/changelog: Fix source project name in most recent changelog
- stanza.
+2021-05-11 Mike Gabriel
-2017-09-15 23:53:19 +0200 Mike Gabriel (75bbddb)
+ * debian/control: Adjust versioned B-D on cmake (3.13 as stated in
+ CMakeLists.txt). (4dedcedf)
- * release 0.4.1 (tag: 0.4.1)
+2021-05-03 Robert Tari
-2017-06-23 21:03:18 +0200 Mike Gabriel (1202ada)
+ * src/idolocationmenuitem.c: Fix deprecated g_time_zone_new warning.
+ (ef73e1d3)
- * debian/control: Add versioned B-D: dpkg-dev (>= 1.16.1.1)
+2021-05-04 Mike Gabriel
-2017-06-23 21:00:02 +0200 Mike Gabriel (d54247b)
+ * .travis.yml: Don't try running autotools based CI build. (80df555d)
- * debian/upstream: Add upstream signing keys.
+2021-05-11 Mike Gabriel
-2017-06-23 20:59:16 +0200 Mike Gabriel (cf2fe65)
+ * debian/control: Adjust versioned B-D on cmake (3.13 as stated in
+ CMakeLists.txt). (c158381d)
- * debian/watch: Add file.
+2021-05-09 Jason Conti
-2017-06-23 20:59:06 +0200 Mike Gabriel (9ade6cd)
+ * src/idoremovablemenuitem.c: replace grid with box to fix a11y
+ (d6d68760)
- * debian/patches: Add README for patches folder.
+2021-05-04 Mike Gabriel
-2017-06-23 20:58:21 +0200 Mike Gabriel (c17595f)
+ * Merge branch 'tari01-pr/fix-deprecation-warning' (9f2f8e9f)
- * debian/rules: Add get-orig-source rule.
+2021-05-03 Robert Tari
-2017-06-23 20:58:07 +0200 Mike Gabriel (b7ac3e9)
+ * src/idolocationmenuitem.c: Fix deprecated g_time_zone_new warning.
+ (4f34f7b8)
- * debian/rules: Enable all hardening flags.
+2021-05-04 Mike Gabriel
-2017-06-23 20:57:24 +0200 Mike Gabriel (9c9bd9d)
+ * .travis.yml: Don't try running autotools based CI build. (5663ffb1)
+ * CMakeLists.txt: Move coverage report generation macro into
+ basefolder's CMakeLists.txt file. (81db2957)
- * debian/control: Don't duplicate Section: for shared library
- package.
+2021-05-03 Mike Gabriel
-2017-06-23 20:56:52 +0200 Mike Gabriel (eb4383f)
+ * debian/libayatana-ido3-0.4-0.symbols: Add symbol
+ 'ido_basic_menu_item_set_pixbuf' (coming with 0.8.3).
+ (ccd08348)
- * debian/control: Bump Standards-Version: to 3.9.8. No changes
- needed.
+2021-04-27 Mike Gabriel
-2017-06-23 20:55:51 +0200 Mike Gabriel (4f7b60c)
+ * .travis.yml: Temporarily disable ubuntu:rolling while the new
+ distro version being bootstrapped by Canonical. (9c92d427)
+ * Merge branch 'tari01-pr/add-appointment-icon' (12c8fa46)
- * debian/copyright: Adopt minor changes from official Debian package.
+2021-03-24 Robert Tari
-2017-05-22 14:09:42 +0200 Mike Gabriel (03ae439)
+ * Add us to the copyright headers (241bd377)
+ * src/basicmenuitem.c: Add GdkPixbuf source support for the icon
+ (386eaabc)
+ * src/basicmenuitem.h: Add the ido_basic_menu_item_set_pixbuf
+ function (aa242a51)
+ * src/idoappointmentmenuitem.c: Contruct the basic menu item using
+ the pixbuf property (f95ddece)
+ * Whitespace fix (1158fdc8)
- * configure.ac: Let AC_CONFIG_SRCDIR point to src/libayatana-ido.h.
+2021-04-21 Mike Gabriel
-2017-05-22 13:59:03 +0200 Mike Gabriel (e835f22)
+ * Merge branch 'tari01-pr/switch-to-cmake' (fcf633bd)
- * src/libido.h: Drop empty file (artifact of fork).
+2021-04-21 Robert Tari
-2017-05-22 13:24:02 +0200 Mike Gabriel (33c6c13)
+ * CMakeLists.txt: Drop duplicate status messages (3adf9ec3)
+ * CMakeLists.txt: Fix typo (c75d5b57)
- * debian/copyright: Adopt from official Debian package.
+2021-04-20 Mike Gabriel
-2017-05-22 13:06:21 +0200 Mike Gabriel (2c5700f)
+ * debian/: Adjust to build system switch-over to CMake. (6b4eb421)
- * release 0.4.0 (tag: 0.4.0)
+2021-02-03 Robert Tari
-2017-05-22 12:56:31 +0200 Mike Gabriel (fda91d4)
+ * src/idotimestampmenuitem.c: Whitespace fixes in copyright header.
+ (d62ba3a0)
+ * Drop local config.h includes. (2ebe5c8e)
- * configure.ac: Update shared library name, bug tracker URL, homepage
- URL.
+2021-02-05 Robert Tari
-2017-05-22 12:55:25 +0200 Mike Gabriel (39d0d9f)
+ * Remove automake-related files (715feb6c)
- * Build system: Drop remnants of GTK-2+ support.
+2021-04-21 Mike Gabriel
-2017-05-22 12:50:03 +0200 Mike Gabriel (fec55f9)
+ * tests/CMakeLists.txt: Unit tests may only run and build if shared
+ library target has been built. (9ec937ca)
+ * tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG.
+ (fd3931e5)
- * debian/{control,gir1.2-ayatana-ido3-0.4.install}: Turn into
- Multi-Arch: same package.
+2021-04-20 Mike Gabriel
-2017-05-22 12:48:59 +0200 Mike Gabriel (81e6487)
+ * tests/: Port to using GMock cmake package from cmake-extras.
+ (db3414f6)
+ * example/CMakeLists.txt: The example/ folder requires the library to
+ have been built. Fix parallel build issue with
+ -DDISABLED_TESTS=OFF option. (42a5485d)
+ * CMakeLists.txt: Drop duplicate ENABLE_COVERAGE_REPORT() macro call.
+ (65f7c219)
+ * CMakeLists.txt: Leave finding gtest.pc to GMock cmake module.
+ (38e4b901)
+ * CMakeLists.txt: Tolerate older versions of GLib-2.0 and GoogleTest.
+ Support building on Debian 10. (bbe29018)
+ * CMakeLists.txt: Let's tolerate CMake minimum version 3.13 (to
+ support building against Debian 10). (f308bf10)
- * debian/control: Update SYNOPSIS and LONG_DESCRIPTION fields.
+2021-04-21 Mike Gabriel
-2017-05-22 12:48:21 +0200 Mike Gabriel (6b027ab)
+ * {tests/,}CMakeLists.txt: Add ENABLE_COVERAGE build option.
+ (05732031)
- * autogen.sh: Drop references to deprecated shell variables.
+2021-04-20 Mike Gabriel
-2017-05-22 12:31:49 +0200 Mike Gabriel (5ff2bc1)
+ * CMakeLists.txt: Don't use variable name MAINTAINER_MODE (it is
+ misleading), use ENABLE_TESTS and ENABLE_COVERAGE as
+ options instead. (ab041b77)
+ * src/CMakeLists.txt: Actively set --library-path for g-ir-scanner.
+ (94e20a89)
- * Drop .bzr-builddeb/default.conf. We are on Git.
+2021-02-05 Robert Tari
-2017-05-16 11:01:13 +0200 Mike Gabriel (4daacc4)
+ * Add CMakeLists.txt files. (9f96225d)
- * One step back... Mimick Canonical's API. Use their namespace for
- item attributes.
+2021-04-20 Mike Gabriel
-2017-05-16 10:33:15 +0200 Mike Gabriel (7956f5b)
+ * CMake: Add required .cmake includes (FindGObjectIntrospection,
+ FindVala). (b74d4016)
- * Move NEWS file from Canonical out of the way.
+2021-02-05 Robert Tari
-2017-05-15 12:13:45 +0200 Marco Trevisan (Treviño) (61e95ac)
+ * Add data/libayatana-ido3-0.4.pc.in (e34245c3)
- * IdoCalendarMenuItem: disconnect from parent signals on item
- destruction (LP: #1506427)
+2021-04-21 Mike Gabriel
-2017-05-15 10:27:21 +0200 Mike Gabriel (89f8b57)
+ * .build.yml: On Debian, actively enable unit tests when building
+ with CMake. (34e808d3)
+ * .build.yml: Don't fail on which's non-zero exit-code. (d5f56cd5)
+ * .build.yml: Run unit tests in xvfb-run environment (if xvfb-run is
+ $PATH). (656b45e6)
+ * .build.yml: Test target with CMake is 'test', with autotools it is
+ 'check'. (f1eeeb95)
- * build system: Switch to mate-common.
+2021-04-20 Mike Gabriel
-2015-11-16 16:04:57 +0100 Mike Gabriel (4a43575)
+ * .build.yml: No such Makefile target distcheck with CMake builds.
+ (bde5cc1d)
+ * .build.yml: Don't run cmake in Clang mode. Breaks GCC builds later
+ on. (2502b951)
+ * .travis.yml: Also run Travis CI builds against current Debian
+ stable. (51c1bd8a)
+ * .travis.yml: pip3-install wheel. Should resolve "error: invalid
+ command 'bdist_wheel'" during installation of PyGithub.
+ (9fe49e4d)
+ * .build.yml: Drop echo statement. (5dc3ba64)
+ * .build.yml: Don't confuse docker-build with unneeded colons
+ (confuses YAML parser). (2a313fd8)
+ * .build.yml: Re-add clang for archlinux and ubuntu (needed for
+ scan-build command). (6973640c)
+ * .build.yml: Add build requirements: gcovr, lcov. (7a84804f)
+ * .build.yml: Additionall pull in cmake related packages. (75c827df)
+ * .build.yml: Drop not-required build requirements. (5d258485)
+ * .build.yml: Add CMake support. (cdf83990)
+ * .build.yml: Drop fedora build target. (d622a631)
+ * Travis-CI: temporarily disable archlinux:latest CI builds.
+ (e3021e92)
+ * Travis-CI: Also build against Ubuntu 20.04 (for Ubuntu Touch's
+ sake). (3b3c77d5)
+ * .build.yml: Try installing pacman to work-around missing
+ /var/lib/pacman directory. (746f6cfb)
+ * Travis-CI: Simplify CI scripts, drop fedora remnants, no gen-index
+ script needed. (020f5baa)
+ * .travis.yml: Drop deploy: section. (58448311)
+ * TRAVIS: Disable Fedora CI builds for now (and thus, cppcheck).
+ (96c2ddba)
- * Use x-ayatanaindicator-* instead of x-canonical-*.
+2021-01-25 Mike Gabriel
-2015-11-16 15:15:09 +0100 Mike Gabriel (fcf7848)
+ * release 0.8.2 (e4bf36c6) (tag: 0.8.2)
+ * debian/*: Update from official Debian packaging. (9f276a06)
- * Makefile.am
+2020-12-22 Robert Tari
-2015-11-11 05:52:47 +0100 Mike Gabriel (656e57d)
+ * Merge branch 'sunweaver-pr/travis-builds-against-fedora' (f51b230f)
- * Drop .bzrignore file.
+2020-12-22 Mike Gabriel
-2015-11-06 15:22:44 +0000 Mike Gabriel (ffebaca)
+ * Travis: Enable CI builds against Fedora. (46dc10a1)
+ * Merge branch 'dthadi3-ppc64le' (bcc5cc52)
- * libayatana-ido fork: Fix include paths for public header files.
+2020-12-10 Devendranath Thadi
-2015-11-06 14:58:47 +0000 Mike Gabriel (8acfbb7)
+ * Travis-ci: archlinux docker image not available on power (3255a97e)
+ * Travis-ci: added support for ppc64le (e5a710f7)
- * Adapt pkconfig .pc files to library name changes.
+2020-12-03 Mike Gabriel
-2015-11-06 14:12:51 +0000 Mike Gabriel (3790a17)
+ * .build.yml: Add 'which' build-requirement (needed by autogen.sh /
+ mate-common) when building against Archlinux. (9aa47501)
+ * Travis: First attempt at CI building against Archlinux. (8acd8f71)
+ * debian/libayatana-ido3-0.4-0.symbols: Update for new symbols
+ related to idoRemovableMenuItem. (af27d395)
- * debian/rules: Drop override_dh_auto_test rule. Tests are disabled
- in tests/Makefile.am at the moment, anyway.
+2020-12-03 Robert Tari
-2015-11-06 14:55:02 +0100 Mike Gabriel (17de78b)
+ * Merge branch 'sunweaver-pr/fix-make-distcheck' (295c154b)
- * make: Improve distclean ruleset.
+2020-11-30 Mike Gabriel
-2015-11-06 14:56:35 +0100 Mike Gabriel (0087253)
+ * AUTHORS: Add Robert Tari to authors. (afdf4623)
- * Re-add forgotten files after fork: libayatana-ido.pc.in,
- libayatana-ido3.pc.in.
+2020-12-03 Robert Tari
-2015-11-06 13:49:07 +0100 Mike Gabriel (76d1509)
+ * Merge branch 'sunweaver-pr/update-authors' (6e5bb51a)
- * Fork ayatana-ido from Ubuntu's ido shared library.
+2020-12-02 Mike Gabriel
-2015-10-02 15:32:36 +0000 CI Train Bot (d1b09d9)
+ * TRAVIS: Add .build.yml (missing in previous commit). (5df78c79)
+ * TRAVIS: first attempt of doing CI builds in docker images.
+ (1803b017)
- * Releasing 13.10.0+15.10.20151002-0ubuntu1
+2020-12-03 Mike Gabriel
-2015-10-02 15:32:33 +0000 Lars Uebernickel (771ce0c)
-
- * idosourcemenuitem: change misplaced g_return_val_if_fail() Approved
- by: Sebastien Bacher, PS Jenkins bot
-
-2015-10-02 14:33:56 +0200 Lars Uebernickel (fd3ea18)
-
- * idosourcemenuitem: change misplaced g_return_val_if_fail()
-
-2015-07-28 21:12:27 +0000 CI Train Bot (f007376)
-
- * Releasing 13.10.0+15.10.20150728-0ubuntu1
+ * NEWS: Add file (compiled out of Git history). (3ca4c37e)
+ * Makefile.am: Add --disable-silent-rules option to
+ DISTCHECK_CONFIGURE_FLAGS. (2a83a928)
+ * src/Makefile.am: Move 'sources_c =' variable definition further up.
+ (9057543f)
+ * src/Makefile.am: Split out all *.c files from
+ libayatana_ido_0_4_la_SOURCES into sources_c variable.
+ (385c7976)
+ * src/Makefile.am: Various TAB'bing fixes / beautifications.
+ (d5fb21d8)
+ * src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values
+ (and beautify the TAB'bing). (5307fc84)
+ * src/libayatana-ido.h: Include internal APIs from the local
+ directory (i.e. the same dir where libayatana-ido.h is
+ located). (bd87193c)
+ * configure.ac: Comment out CHECK_XORG_GTEST. Not available in a
+ functional state, currently. (0a5a670d)
+ * Makefile.am: Re-add DISTCHECK_CONFIGURE_FLAGS to disable GTK doc
+ build during 'make distcheck'. (9f5734c8)
-2015-07-28 21:12:24 +0000 Marco Trevisan (Treviño) (0358338)
+2020-12-02 Mike Gabriel
- * IdoCalendarMenuItem: add crash guard on
- ido_calendar_menu_item_key_press
+ * TRAVIS: Add .build.yml (missing in previous commit). (f2e01767)
+ * TRAVIS: first attempt of doing CI builds in docker images.
+ (8323793f)
-2015-07-22 16:00:57 +0200 Marco Trevisan (Treviño) (ac4bbf0)
+2020-11-30 Mike Gabriel
- * IdoCalendarMenuItem: add crash guard on
- ido_calendar_menu_item_key_press
+ * AUTHORS: Add Robert Tari to authors. (36c39de3)
-2015-03-19 16:24:01 +0000 CI Train Bot (6f2f647)
+2020-12-01 Mike Gabriel
- * Releasing 13.10.0+15.04.20150319-0ubuntu1
+ * .travis.yml: Correctly set MATRIX_EVAL for 'GCC 10.x / Ubuntu
+ bionic'. (6f86a8c6)
+ * .travis.yml: Add test-build against GCC 10.x. (1cbc0bc9)
+ * .travis.yml: Name Ubuntu version in CI job names. (67324d2f)
+ * .travis.yml: Disable 'Clang 3.9 / xenial' CI build (GLib2.0 too old
+ in Ubuntu xenial). (521d2bd0)
+ * .travis.yml: Disable 'GCC 5.4 / xenial' CI build (GLib2.0 too old
+ in Ubuntu xenial).. (9478a52e)
+ * .travis.yml: Add 'script:' section. Our test target is 'check', not
+ 'test'. Also enable more verbose builds. (242e6706)
+ * .travis.yml: Run autogen.sh before configuring/building. (aff72d87)
-2015-03-19 16:23:58 +0000 Lars Uebernickel (4c578ba)
+2020-11-30 Mike Gabriel
- * idoscalemenuitem: fix scale hover state Approved by: Sebastien
- Bacher, PS Jenkins bot, Simon Steinbeiß
+ * Initial .travis.yml configuration. (da6f59b5)
+ * Merge branch 'tari01-pr/show-removable-button' (7fb66ef5)
-2015-03-10 12:38:25 +0100 Lars Uebernickel (3bef6a1)
+2020-11-26 Robert Tari
- * idoscalemenuitem: set focus flag on scale
+ * idoremovablemenuitem.c: Show button by default (e7d62172)
-2015-03-10 12:14:50 +0100 Lars Uebernickel (07a3027)
+2020-11-30 Mike Gabriel
- * idoscalemenuitem: translate motion event coordinates
+ * Merge branch 'tari01-pr/ido-removable' (fbf7f2e5)
-2015-01-30 14:25:14 +0000 CI Train Bot (fced82c)
+2020-11-24 Robert Tari
- * Releasing 13.10.0+15.04.20150130-0ubuntu1
+ * Add a new menu item type: IDO Removable (02f9598a)
-2015-01-30 14:25:03 +0000 Lars Uebernickel (3445894)
+2020-11-09 Mike Gabriel
- * idoplaybackmenuitem: don't set the spinner class
+ * release 0.8.1 (d3bcb7d2) (tag: 0.8.1)
-2015-01-30 15:06:46 +0100 Lars Uebernickel (1f922e5)
+2020-10-21 Mike Gabriel
- * idoplaybackmenuitem: don't set the spinner class
+ * Merge branch 'tari01-pr/switch-initial-state' (2267a403)
-2015-01-22 11:56:22 +0000 CI Train Bot (467b70e)
+2020-09-25 Robert Tari
- * Releasing 13.10.0+15.04.20150122-0ubuntu1
+ * idoswitchmenuitem.c: Fix setting the initial state for the switch
+ (336b92c4)
-2015-01-22 11:56:09 +0000 Lars Uebernickel (9f8609c)
+2020-10-21 Mike Gabriel
- * idoscalemenuitem: fix slider event forwarding Approved by: Iain
- Lane, PS Jenkins bot
+ * Merge branch 'tari01-pr/basic-markup' (b0dfd127)
-2015-01-21 19:21:23 +0100 Lars Uebernickel (22e14c5)
+2020-09-25 Robert Tari
- * idoscalemenuitem: remove extraneous line
+ * Add sanity-check in ido_switch_menu_item_activate (13e3334d)
-2015-01-21 19:14:49 +0100 Lars Uebernickel (3ae1abb)
+2020-09-16 Robert Tari
- * idoscalemenuitem: only forward button events that are inside the
- scale
+ * idoswitchmenuitem.c: Pass the switch activation state in the action
+ signal (eaa7ce5d)
+ * Whitespace fix (f96d98c7)
-2015-01-21 18:47:36 +0100 Lars Uebernickel (b42893f)
+2020-09-17 Robert Tari
- * idoscalemenuitem: don't translate event coordinates
+ * idobasicmenuitem.c: Add optional markup to the basic menu item
+ (009998bd)
-2014-11-03 20:57:41 +0000 CI bot (d69f78b)
+2020-09-27 Mike Gabriel
- * Releasing 13.10.0+15.04.20141103-0ubuntu1
+ * Merge branch 'tari01-pr/switch-state-fix' (bbcbd080)
-2014-11-03 20:57:33 +0000 Ted Gould (2d4009b)
+2020-09-25 Robert Tari
- * Update tags for newer GObject Introsepction Scanner and disable
- xorg-gtest tests Fixes: 1382020 Approved by: PS Jenkins
- bot
+ * Add sanity-check in ido_switch_menu_item_activate (d3184630)
-2014-11-03 10:42:36 -0600 Ted Gould (c3c628d)
+2020-09-16 Robert Tari
- * Filter out symbols in the library
+ * idoswitchmenuitem.c: Pass the switch activation state in the action
+ signal (6a4bf3d4)
+ * Whitespace fix (7ed68c15)
-2014-11-03 10:04:09 -0600 Ted Gould (fae005a)
+2020-08-14 Mike Gabriel
- * Comment out xorg-gtest tests
+ * release 0.8.0 (d580f61c) (tag: 0.8.0)
-2014-10-16 08:45:32 -0500 Ted Gould (e9522b4)
+2020-08-13 Robert Tari
- * Add lcov version 1.11
+ * Merge branch 'sunweaver-pr/ayatanamenuitemfactory-make-public-api'
+ Attributes GH PR #13:
+ https://github.com/AyatanaIndicators/ayatana-ido/pull/13
+ (11e687d9)
-2014-10-16 08:17:14 -0500 Ted Gould (5c4cf2d)
+2020-08-13 Mike Gabriel
- * Update tags for newer GObject Introsepction Scanner
+ * src/Makefile.am: Export ayatanamenuitemfactory.h as part of the
+ public API, needed by indicator-ng.c in
+ libayatana-indicator. (d61bb9fd)
-2014-04-23 17:03:36 +0000 CI bot (01ce8c3)
+2020-08-11 Robert Tari
- * Releasing 13.10.0+14.04.20140423-0ubuntu1
+ * Merge branch 'sunweaver-pr/replace-x-canonical-attributes'
+ Attributes GH PR #11:
+ https://github.com/AyatanaIndicators/ayatana-ido/pull/11
+ (34aa56fb)
+ * Merge branch 'pr/replace-x-canonical-attributes' of
+ https://github.com/sunweaver/ayatana-ido into
+ sunweaver-pr/replace-x-canonical-attributes (b3686dc2)
-2014-04-23 17:03:27 +0000 Lars Uebernickel (bc444da)
+2020-08-11 Mike Gabriel
- * Make long track infos better readable
+ * Replace x-canonical attributes solely used by Ayatana Indicators.
+ (974147df)
-2014-04-23 16:37:18 +0200 Lars Uebernickel (82c094a)
+2020-08-11 Robert Tari
- * idoplaybackmenuitem: don't introduce even more magic numbers
+ * Replace x-canonical attributes (9e209733)
-2014-04-23 12:02:32 +0200 Lars Uebernickel (8844b19)
+2020-08-10 Mike Gabriel
- * idoplaybackmenuitem: center the controls horizontally
+ * Merge branch 'tari01-master' (4e2ff263)
-2014-04-23 12:01:33 +0200 Lars Uebernickel (3c5e4d8)
+2020-08-07 Robert Tari
- * idomediaplayermenuitem: don't hardcode width
+ * Drop IDO Message Dialog (2ce8e4a7)
-2014-04-23 11:59:00 +0200 Lars Uebernickel (560f933)
+2020-07-31 Robert Tari
- * idomediaplayermenuitem: use small font for track info labels
+ * Merge pull request #8 from tari01/master (f062e196)
+ * Centre playback menu item spinner/Pad application menu item label
+ (b65bc505)
-2014-04-07 12:30:17 +0000 CI bot (c734bb8)
+2020-07-28 Robert Tari
- * Releasing 13.10.0+14.04.20140407-0ubuntu1
+ * Merge pull request #7 from tari01/master (b18ced14)
+ * Centre volume control/Stretch calendar horizontally (f937570c)
-2014-04-07 12:30:06 +0000 Lars Uebernickel (c3fc9b1)
+2020-07-24 Mike Gabriel
- * idobasicmenuitem: update icon when the theme changes
+ * release 0.5.0 (fac3c960) (tag: 0.5.0)
+ * src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS
+ wrapping around gtk_dialog_get_action_area() with a FIXME.
+ (ef4ea9d0)
+ * Merge branch 'tari01-master' (669fb5e0)
-2014-04-04 19:37:23 +0200 Lars Uebernickel (220d43c)
+2020-07-24 Robert Tari
- * idobasicmenuitem: don't export update_image()
+ * Updated colour getter for playback control (40a8f045)
+ * Some refactoring to avoid warnings (c0bddf13)
-2014-04-04 19:01:44 +0200 Lars Uebernickel (b7ec0fe)
+2020-07-23 Mike Gabriel
- * idobasicmenuitem: update icon when the theme changes
+ * Merge branch 'tari01-master' (f8f87bdc)
-2014-03-28 11:27:53 +0000 CI bot (1c842fe)
+2020-07-23 Robert Tari
- * Releasing 13.10.0+14.04.20140328-0ubuntu1
+ * Remove ayatana-private.h (9384761a)
-2014-03-28 11:27:50 +0000 CI bot (0627003)
+2020-07-07 Mike Gabriel
- * Update symbols
+ * src/Makefile.am: Don't choke with FTBFS on every future deprecation
+ warning. Drop -Werror from CPPFLAGS. (9e2cc8f1)
+ * Merge branch 'kikislater-patch-1' (e29ccbb7)
-2014-03-28 11:27:41 +0000 Lars Uebernickel (d973b78)
+2020-07-07 Sylvain POULAIN
+
+ * gtk_widget_get_state is deprecated (033c9f49)
- * idoplaybackmenuitem: propagate events in the menu keyrelease
- handler
+2019-12-04 Mike Gabriel
-2014-03-28 11:27:32 +0000 Lars Uebernickel (6e90a5c)
+ * release 0.4.90 (f9466bb0) (tag: 0.4.90)
+ * Port from Glib's g_object_newv to g_object_new_with_properties.
+ (15453452)
- * expose idobasicmenuitem, a normal menu item that supports
- non-square icons
+2019-12-03 Mike Gabriel
-2014-03-28 11:27:23 +0000 Lars Uebernickel (34b23e2)
+ * Avoid deprecated g_type_class_add_private. (0ab4079b)
- * Highlight back/forward buttons when hovering them with the pointer
+2018-08-13 Mike Gabriel
-2014-03-28 11:27:12 +0100 Lars Uebernickel (8269c14)
+ * release 0.4.4 (3fded466) (tag: 0.4.4)
+ * libayatana-ido3.pc.in: Fix Name: field in .pc file. (87e08a67)
+ * Revert "libayatana-ido3.pc.in: Unversion name of .pc pkg-config
+ file (plus fix Name: field in .pc file)." (c4357fbb)
+ * release 0.4.3 (b98a821b) (tag: 0.4.3)
+ * debian/control: Rename -dev pkg (drop SO version from name).
+ (455e1136)
+ * libayatana-ido3.pc.in: Unversion name of .pc pkg-config file (plus
+ fix Name: field in .pc file). (b88e8e92)
+ * debian/libayatana-ido3-0.4-dev.install: Unversion name of .pc
+ pkg-config file. (e1b6e693)
+ * debian/gir1.2-ayatanaido3-0.4.install: Renamed from
+ gir1.2-ayatana-ido3-0.4.install. (b3497fb3)
+ * debian/gir1.2-ayatanaido3-0.4.install: Renamed from
+ gir1.2-ayatana-ido3-0.4.install. (177a6942)
+ * debian/control: typo fix (missing colon in Replaces: field).
+ (c3c95ec7)
- * idobasicmenuitem: check return value of
- gtk_icon_info_get_filename() for NULL
+2018-07-16 Mike Gabriel
-2014-03-27 17:10:17 +0100 Lars Uebernickel (ab158b1)
+ * autogen.sh: Fix PKG_NAME (ido -> ayatana-ido). (34aabe72)
- * idobasicmenuitem: add symbol for _new_from_model()
+2017-12-04 Mike Gabriel
-2014-03-27 13:16:39 +0100 Lars Uebernickel (d1403eb)
+ * debian/*: Adopt packaging changes from official Debian package.
+ (57c67c96)
+ * debian/copyright: Package has moved on Github (ArcticaProject ->
+ AyatanaIndicators). (d78483e8)
+ * debian/control: Package has moved on Github (ArcticaProject ->
+ AyatanaIndicators). (c1b56c62)
+ * debian/changelog: Bump upsteam version to a development version.
+ (100892aa)
+ * release 0.4.2 (5a10cb59) (tag: 0.4.2)
+ * tests/Makefile.am: Fix static lib name (libido -> libayatana-ido).
+ (511562ee)
+ * debian/control: Bump Standards-Version: to 4.1.1. No changes
+ needed. (bb3f64f4)
+ * libayatana-ido3.pc.in: Fix pkg-config name (libido ->
+ libayatana-ido). (3fcfc52c)
- * idobasicmenuitem: support non-square icons
+2017-10-26 Mike Gabriel
-2014-03-27 13:16:10 +0100 Lars Uebernickel (b5fe1d7)
+ * Makefile.am: Drop distcheck features. (f87b4295)
- * Expose IdoBasicMenuItem as com.canonical.indicator.basic
+2017-10-22 Mike Gabriel
-2014-03-26 17:07:21 +0100 Lars Uebernickel (7614e88)
+ * debian/changelog: Fix source project name in most recent changelog
+ stanza. (35eeb7e7)
- * idobasicmenuitem: put progress menu item into its own file
+2017-09-15 Mike Gabriel
-2014-03-26 14:35:19 +0100 Lars Uebernickel (0ddb492)
+ * release 0.4.1 (75bbddb3) (tag: 0.4.1)
- * idoplaybackmenuitem: propagate events in the menu keyrelease
- handler
+2017-06-23 Mike Gabriel
-2014-03-25 19:00:21 +0100 Lars Uebernickel (02c9ed6)
+ * debian/control: Add versioned B-D: dpkg-dev (>= 1.16.1.1)
+ (1202ada6)
+ * debian/upstream: Add upstream signing keys. (d54247b4)
+ * debian/watch: Add file. (cf2fe656)
+ * debian/patches: Add README for patches folder. (9ade6cd9)
+ * debian/rules: Add get-orig-source rule. (c17595f7)
+ * debian/rules: Enable all hardening flags. (b7ac3e9d)
+ * debian/control: Don't duplicate Section: for shared library
+ package. (9c9bd9db)
+ * debian/control: Bump Standards-Version: to 3.9.8. No changes
+ needed. (eb4383f4)
+ * debian/copyright: Adopt minor changes from official Debian package.
+ (4f7b60c9)
- * Highlight back/forward buttons when hovering them with the pointer
+2017-05-22 Mike Gabriel
-2014-03-25 18:57:25 +0100 Lars Uebernickel (a877446)
+ * configure.ac: Let AC_CONFIG_SRCDIR point to src/libayatana-ido.h.
+ (03ae4390)
+ * src/libido.h: Drop empty file (artifact of fork). (e835f22a)
+ * debian/copyright: Adopt from official Debian package. (33c6c134)
+ * release 0.4.0 (2c5700f7) (tag: 0.4.0)
+ * configure.ac: Update shared library name, bug tracker URL, homepage
+ URL. (fda91d47)
+ * Build system: Drop remnants of GTK-2+ support. (39d0d9fb)
+ * debian/{control,gir1.2-ayatana-ido3-0.4.install}: Turn into
+ Multi-Arch: same package. (fec55f9d)
+ * debian/control: Update SYNOPSIS and LONG_DESCRIPTION fields.
+ (81e64871)
+ * autogen.sh: Drop references to deprecated shell variables.
+ (6b027abf)
+ * Drop .bzr-builddeb/default.conf. We are on Git. (5ff2bc11)
- * idoplaybackmenuitem: put action names into array keyed by buttons
+2017-05-16 Mike Gabriel
-2014-03-24 17:45:12 +0000 CI bot (e14ab5d)
+ * One step back... Mimick Canonical's API. Use their namespace for
+ item attributes. (4daacc47)
+ * Move NEWS file from Canonical out of the way. (7956f5b7)
- * Releasing 13.10.0+14.04.20140324-0ubuntu1
+2017-05-15 Marco Trevisan (Treviño)
-2014-03-24 17:45:04 +0000 Lars Uebernickel (f592103)
+ * IdoCalendarMenuItem: disconnect from parent signals on item
+ destruction (LP: #1506427) (61e95ac5)
- * idoplaybackmenuitem: set active flag when player is launching
+2017-05-15 Mike Gabriel
-2014-03-24 16:09:02 +0100 Lars Uebernickel (5a77702)
+ * build system: Switch to mate-common. (89f8b570)
- * idoplaybackmenuitem: set active flag when player is launching
+2015-11-16 Mike Gabriel
-2014-03-24 16:08:30 +0100 Lars Uebernickel (ab0798e)
+ * Use x-ayatanaindicator-* instead of x-canonical-*. (4a435758)
+ * Makefile.am (fcf7848c)
- * idoplaybackmenuitem: don't add .menu css class on the menu item
+2015-11-11 Mike Gabriel
-2014-03-21 06:56:56 +0000 CI bot (bfd8fef)
+ * Drop .bzrignore file. (656e57dc)
- * Releasing 13.10.0+14.04.20140321-0ubuntu1
+2015-11-06 Mike Gabriel
-2014-03-21 06:56:47 +0000 Lars Uebernickel (96d791b)
+ * libayatana-ido fork: Fix include paths for public header files.
+ (ffebacae)
+ * Adapt pkconfig .pc files to library name changes. (8acfbb70)
+ * debian/rules: Drop override_dh_auto_test rule. Tests are disabled
+ in tests/Makefile.am at the moment, anyway. (3790a17d)
+ * make: Improve distclean ruleset. (17de78b1)
+ * Re-add forgotten files after fork: libayatana-ido.pc.in,
+ libayatana-ido3.pc.in. (00872537)
+ * Fork ayatana-ido from Ubuntu's ido shared library. (76d15095)
- * idoapplicationmenuitem: request correct size for empty icons
+2015-10-02 CI Train Bot
-2014-03-20 14:16:59 +0100 Lars Uebernickel (69e211f)
+ * Releasing 13.10.0+15.10.20151002-0ubuntu1 (d1b09d9f)
- * idoapplicationmenuitem: request correct size for empty icons
+2015-10-02 Lars Uebernickel
-2014-03-13 10:15:45 +0000 CI bot (5cdbd5d)
+ * idosourcemenuitem: change misplaced g_return_val_if_fail() Approved
+ by: Sebastien Bacher, PS Jenkins bot (771ce0c2)
+ * idosourcemenuitem: change misplaced g_return_val_if_fail()
+ (fd3ea181)
- * Releasing 13.10.0+14.04.20140313-0ubuntu1
+2015-07-28 CI Train Bot
-2014-03-13 10:15:33 +0000 Lars Uebernickel (60495e0)
+ * Releasing 13.10.0+15.10.20150728-0ubuntu1 (f007376c)
- * idoscalemenuitem: use the scale's actual size allocation for events
- Fixes: 1069762
+2015-07-28 Marco Trevisan (Treviño)
-2014-03-12 18:25:55 +0100 Lars Uebernickel (40079a7)
+ * IdoCalendarMenuItem: add crash guard on
+ ido_calendar_menu_item_key_press (03583381)
- * Put some space between scale and min/max buttons
+2015-07-22 Marco Trevisan (Treviño)
-2014-03-12 18:24:35 +0100 Lars Uebernickel (3c6efc9)
+ * IdoCalendarMenuItem: add crash guard on
+ ido_calendar_menu_item_key_press (ac4bbf0c)
- * Remove toggle-size-allocate handler
+2015-03-19 CI Train Bot
-2014-03-12 18:18:58 +0100 Lars Uebernickel (b500b83)
+ * Releasing 13.10.0+15.04.20150319-0ubuntu1 (6f2f647e)
- * idoscalemenuitem: use the scale's actual size allocation for events
+2015-03-19 Lars Uebernickel
-2014-02-13 15:54:16 +0000 CI bot (a52c1a6)
+ * idoscalemenuitem: fix scale hover state Approved by: Sebastien
+ Bacher, PS Jenkins bot, Simon Steinbeiß (4c578ba7)
- * Releasing 13.10.0+14.04.20140213-0ubuntu1
+2015-03-10 Lars Uebernickel
-2014-02-13 15:54:06 +0000 Sebastien Bacher (4a24fe6)
+ * idoscalemenuitem: set focus flag on scale (3bef6a19)
+ * idoscalemenuitem: translate motion event coordinates (07a30270)
- * Update the Standards-Version
+2015-01-30 CI Train Bot
-2014-02-13 10:52:33 +0100 Sebastien Bacher (a1b73d7)
+ * Releasing 13.10.0+15.04.20150130-0ubuntu1 (fced82c1)
- * Update the Standards-Version
+2015-01-30 Lars Uebernickel
-2014-01-07 20:27:09 +0000 Ken VanDine (8f62a0c)
+ * idoplaybackmenuitem: don't set the spinner class (34458940)
+ * idoplaybackmenuitem: don't set the spinner class (1f922e5a)
- * Sync changes uploaded to the archive back to trunk .
+2015-01-22 CI Train Bot
-2014-01-07 13:57:50 -0500 Ken VanDine (3ebe5c1)
+ * Releasing 13.10.0+15.04.20150122-0ubuntu1 (467b70e3)
- * Build with -Wno-error=deprecated-declarations.
+2015-01-22 Lars Uebernickel
-2013-12-19 08:50:47 -0600 Ted Gould (b475408)
+ * idoscalemenuitem: fix slider event forwarding Approved by: Iain
+ Lane, PS Jenkins bot (9f8609c1)
- * Allow gcov 1.10
+2015-01-21 Lars Uebernickel
-2013-12-19 08:50:11 -0600 Ted Gould (77d4d12)
+ * idoscalemenuitem: remove extraneous line (22e14c51)
+ * idoscalemenuitem: only forward button events that are inside the
+ scale (3ae1abba)
+ * idoscalemenuitem: don't translate event coordinates (b42893f3)
- * No error for deprecations
+2014-11-03 CI bot
-2013-12-18 16:41:21 -0600 Ted Gould (abf7494)
+ * Releasing 13.10.0+15.04.20141103-0ubuntu1 (d69f78b0)
- * Allow gcov 1.10
+2014-11-03 Ted Gould
-2013-12-18 15:59:07 -0600 Ted Gould (ba3a014)
+ * Update tags for newer GObject Introsepction Scanner and disable
+ xorg-gtest tests
+ Fixes: 1382020 Approved by: PS Jenkins
+ bot (2d4009b5)
+ * Filter out symbols in the library (c3c628dc)
+ * Comment out xorg-gtest tests (fae005ab)
- * No error for deprecations
+2014-10-16 Ted Gould
-2013-11-28 11:18:59 +0000 Lars Uebernickel (e3f4d1d)
+ * Add lcov version 1.11 (e9522b40)
+ * Update tags for newer GObject Introsepction Scanner (5c4cf2d5)
- * IdoScaleMenuItem: intercept left and right keys. Fixes:
- https://bugs.launchpad.net/bugs/1242550.
+2014-04-23 CI bot
-2013-11-28 11:28:05 +0100 Lars Uebernickel (8035c97)
+ * Releasing 13.10.0+14.04.20140423-0ubuntu1 (01ce8c36)
- * IdoScaleMenuItem: allow changing value with left/right and +/- keys
+2014-04-23 Lars Uebernickel
-2013-11-27 12:49:11 +0000 Automatic PS uploader (d0714b7)
+ * Make long track infos better readable (bc444da6)
+ * idoplaybackmenuitem: don't introduce even more magic numbers
+ (82c094a5)
+ * idoplaybackmenuitem: center the controls horizontally (8844b191)
+ * idomediaplayermenuitem: don't hardcode width (3c5e4d8c)
+ * idomediaplayermenuitem: use small font for track info labels
+ (560f9332)
- * Releasing 13.10.0+14.04.20131127-0ubuntu1 (revision 162 from
- lp:ido).
+2014-04-07 CI bot
-2013-11-27 11:37:40 +0000 Automatic PS uploader (a5b1e91)
+ * Releasing 13.10.0+14.04.20140407-0ubuntu1 (c734bb89)
- * Releasing 13.10.0+14.04.20131127-0ubuntu1, based on r162
+2014-04-07 Lars Uebernickel
-2013-11-27 10:51:10 +0000 Lars Uebernickel (b4f0d45)
+ * idobasicmenuitem: update icon when the theme changes (c3fc9b1c)
- * idoactionhelper: remove potentially stray idle source when
- finalizing.
+2014-04-04 Lars Uebernickel
-2013-11-27 10:53:47 +0100 Lars Uebernickel (ee400c2)
+ * idobasicmenuitem: don't export update_image() (220d43ca)
+ * idobasicmenuitem: update icon when the theme changes (b7ec0fe2)
- * idoactionhelper: remove potentially stray idle source when
- finalizing
+2014-03-28 CI bot
-2013-11-26 22:03:58 +0000 Automatic PS uploader (74a2e43)
+ * Releasing 13.10.0+14.04.20140328-0ubuntu1 (1c842fe4)
+ * Update symbols (06270039)
- * Releasing 13.10.0+14.04.20131126-0ubuntu1 (revision 160 from
- lp:ido).
+2014-03-28 Lars Uebernickel
-2013-11-26 19:28:37 +0000 Automatic PS uploader (b4af2fc)
+ * idoplaybackmenuitem: propagate events in the menu keyrelease
+ handler (d973b784)
+ * expose idobasicmenuitem, a normal menu item that supports
+ non-square icons (6e90a5c3)
+ * Highlight back/forward buttons when hovering them with the pointer
+ (34b23e22)
+ * idobasicmenuitem: check return value of
+ gtk_icon_info_get_filename() for NULL (8269c14b)
- * Releasing 13.10.0+14.04.20131126-0ubuntu1, based on r160
+2014-03-27 Lars Uebernickel
-2013-11-26 19:23:37 +0000 Lars Uebernickel (04c85ff)
+ * idobasicmenuitem: add symbol for _new_from_model() (ab158b1d)
+ * idobasicmenuitem: support non-square icons (d1403ebc)
+ * Expose IdoBasicMenuItem as com.canonical.indicator.basic (b5fe1d71)
- * ido_calendar_menu_item_new_from_model: initialize local variables
- with NULL
+2014-03-26 Lars Uebernickel
-2013-11-26 19:52:21 +0100 Lars Uebernickel (8d76820)
+ * idobasicmenuitem: put progress menu item into its own file
+ (7614e880)
+ * idoplaybackmenuitem: propagate events in the menu keyrelease
+ handler (0ddb4920)
- * ido_calendar_menu_item_new_from_model: initialize local variables
- with NULL
+2014-03-25 Lars Uebernickel
-2013-11-06 13:04:14 +0000 Automatic PS uploader (d1cdca8)
+ * Highlight back/forward buttons when hovering them with the pointer
+ (02c9ed65)
+ * idoplaybackmenuitem: put action names into array keyed by buttons
+ (a877446d)
- * Releasing 13.10.0+14.04.20131106-0ubuntu1 (revision 158 from
- lp:ido).
+2014-03-24 CI bot
-2013-11-06 11:23:53 +0000 Automatic PS uploader (9bb7ffc)
+ * Releasing 13.10.0+14.04.20140324-0ubuntu1 (e14ab5db)
- * Releasing 13.10.0+14.04.20131106-0ubuntu1, based on r158
+2014-03-24 Lars Uebernickel
-2013-11-06 09:53:02 +0000 Lars Uebernickel (48b2262)
+ * idoplaybackmenuitem: set active flag when player is launching
+ (f5921039)
+ * idoplaybackmenuitem: set active flag when player is launching
+ (5a777027)
+ * idoplaybackmenuitem: don't add .menu css class on the menu item
+ (ab0798e7)
- * ido_user_menu_item: remove superfluous unref
+2014-03-21 CI bot
-2013-11-06 10:28:02 +0100 Lars Uebernickel (bb2f459)
+ * Releasing 13.10.0+14.04.20140321-0ubuntu1 (bfd8fefa)
- * ido_user_menu_item: remove superfluous unref
+2014-03-21 Lars Uebernickel
-2013-11-05 17:51:51 +0000 Automatic PS uploader (0a01da4)
+ * idoapplicationmenuitem: request correct size for empty icons
+ (96d791b3)
- * Releasing 13.10.0+14.04.20131105.1-0ubuntu1 (revision 156 from
- lp:ido).
+2014-03-20 Lars Uebernickel
-2013-11-05 11:01:57 +0000 Automatic PS uploader (3f79da9)
+ * idoapplicationmenuitem: request correct size for empty icons
+ (69e211f0)
- * Releasing 13.10.0+14.04.20131105.1-0ubuntu1, based on r156
+2014-03-13 CI bot
-2013-11-05 11:01:43 +0000 Automatic PS uploader (447b26e)
+ * Releasing 13.10.0+14.04.20140313-0ubuntu1 (5cdbd5d4)
- * Update symbols
+2014-03-13 Lars Uebernickel
-2013-10-31 19:51:36 +0000 Lars Uebernickel (e1fa7c7)
+ * idoscalemenuitem: use the scale's actual size allocation for events
- * idoscalemenuitem: disconnect signal from parent
+ Fixes: 1069762 (60495e0e)
-2013-10-31 11:07:00 -0700 Lars Uebernickel (10c52b7)
+2014-03-12 Lars Uebernickel
- * idoscalemenuitem: disconnect signal from parent
+ * Put some space between scale and min/max buttons (40079a79)
+ * Remove toggle-size-allocate handler (3c6efc9d)
+ * idoscalemenuitem: use the scale's actual size allocation for events
+ (b500b83b)
-2013-10-28 18:45:52 +0000 Lars Uebernickel (28427a3)
+2014-02-13 CI bot
- * IdoUserMenuItem: only allow file icons as avatars
+ * Releasing 13.10.0+14.04.20140213-0ubuntu1 (a52c1a6c)
-2013-10-28 10:16:39 -0700 Lars Uebernickel (6485128)
+2014-02-13 Sebastien Bacher
- * ido_user_menu_item_set_icon_from_file_icon: don't initialize width
- and height
+ * Update the Standards-Version (4a24fe6d)
+ * Update the Standards-Version (a1b73d7d)
-2013-10-28 10:12:52 -0700 Lars Uebernickel (a2e6b66)
+2014-01-07 Ken VanDine
- * ido_user_menu_item_set_icon_from_file_icon: free file
+ * Sync changes uploaded to the archive back to trunk . (8f62a0c1)
+ * Build with -Wno-error=deprecated-declarations. (3ebe5c10)
-2013-10-27 07:24:09 -0700 Lars Uebernickel (0e079e8)
+2013-12-19 Ted Gould
- * Don't export ido_user_menu_item_set_icon_from_file_icon()
+ * Allow gcov 1.10 (b4754082)
+ * No error for deprecations (77d4d122)
-2013-10-26 15:03:51 -0400 Lars Uebernickel (dc577ba)
+2013-12-18 Ted Gould
- * IdoUserMenuItem: only allow file icons as avatars
+ * Allow gcov 1.10 (abf7494e)
+ * No error for deprecations (ba3a0149)
-2013-10-24 11:01:59 -0400 Lars Uebernickel (cd88b8a)
+2013-11-28 Lars Uebernickel
- * Also allow using + and - keys to change the slider
+ * IdoScaleMenuItem: intercept left and right keys.
+ Fixes:
+ https://bugs.launchpad.net/bugs/1242550. (e3f4d1d2)
+ * IdoScaleMenuItem: allow changing value with left/right and +/- keys
+ (8035c973)
-2013-10-22 20:13:38 +0000 Lars Uebernickel (596e38b)
+2013-11-27 Automatic PS uploader
- * Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model.
+ * Releasing 13.10.0+14.04.20131127-0ubuntu1 (revision 162 from
+ lp:ido). (d0714b78)
+ * Releasing 13.10.0+14.04.20131127-0ubuntu1, based on r162 (a5b1e91a)
-2013-10-22 15:35:22 -0400 Lars Uebernickel (bccb3fb)
+2013-11-27 Lars Uebernickel
- * Unref serialized_icon
+ * idoactionhelper: remove potentially stray idle source when
+ finalizing. (b4f0d45f)
+ * idoactionhelper: remove potentially stray idle source when
+ finalizing (ee400c2a)
-2013-10-22 15:34:23 -0400 Lars Uebernickel (180ab33)
+2013-11-26 Automatic PS uploader
- * Don't call gtk_image_clear() on a NULL widget
+ * Releasing 13.10.0+14.04.20131126-0ubuntu1 (revision 160 from
+ lp:ido). (74a2e436)
+ * Releasing 13.10.0+14.04.20131126-0ubuntu1, based on r160 (b4af2fc0)
-2013-10-22 12:11:56 -0400 Lars Uebernickel (f5c03fb)
+2013-11-26 Lars Uebernickel
- * debian: add new ido symbols
+ * ido_calendar_menu_item_new_from_model: initialize local variables
+ with NULL (04c85ff3)
+ * ido_calendar_menu_item_new_from_model: initialize local variables
+ with NULL (8d768203)
-2013-10-22 12:09:37 -0400 Lars Uebernickel (d910f41)
+2013-11-06 Automatic PS uploader
- * examples: use new IdoSwitchMenuItem API
+ * Releasing 13.10.0+14.04.20131106-0ubuntu1 (revision 158 from
+ lp:ido). (d1cdca8e)
+ * Releasing 13.10.0+14.04.20131106-0ubuntu1, based on r158 (9bb7ffcd)
-2013-10-22 11:38:57 -0400 Lars Uebernickel (898a221)
+2013-11-06 Lars Uebernickel
- * Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model
+ * ido_user_menu_item: remove superfluous unref (48b2262e)
+ * ido_user_menu_item: remove superfluous unref (bb2f459b)
-2013-10-22 11:30:11 -0400 Lars Uebernickel (8a99ede)
+2013-11-05 Automatic PS uploader
- * IdoSwitchMenuItem: deprecate get_content_area and add
- set_{label,icon}
+ * Releasing 13.10.0+14.04.20131105.1-0ubuntu1 (revision 156 from
+ lp:ido). (0a01da42)
+ * Releasing 13.10.0+14.04.20131105.1-0ubuntu1, based on r156
+ (3f79da93)
+ * Update symbols (447b26e4)
-2013-10-21 17:41:51 -0400 Lars Uebernickel (8fe2bdf)
+2013-10-31 Lars Uebernickel
- * IdoScaleMenuItem: intercept left and right keys
+ * idoscalemenuitem: disconnect signal from parent (e1fa7c7d)
+ * idoscalemenuitem: disconnect signal from parent (10c52b70)
-2013-10-11 10:23:45 +0000 Automatic PS uploader (6e849d5)
+2013-10-28 Lars Uebernickel
- * Releasing 13.10.0+13.10.20131011-0ubuntu1 (revision 152 from
- lp:ido).
+ * IdoUserMenuItem: only allow file icons as avatars (28427a3e)
+ * ido_user_menu_item_set_icon_from_file_icon: don't initialize width
+ and height (6485128d)
+ * ido_user_menu_item_set_icon_from_file_icon: free file (a2e6b66a)
-2013-10-11 04:28:12 +0000 Automatic PS uploader (845d114)
+2013-10-27 Lars Uebernickel
- * Releasing 13.10.0+13.10.20131011-0ubuntu1, based on r152
+ * Don't export ido_user_menu_item_set_icon_from_file_icon()
+ (0e079e89)
-2013-10-10 21:32:13 +0000 Lars Uebernickel (302d244)
+2013-10-26 Lars Uebernickel
- * idoscalemenuitem: request a minimum width of 200px.
+ * IdoUserMenuItem: only allow file icons as avatars (dc577baa)
-2013-10-10 07:30:45 +0200 Lars Uebernickel (30289d8)
+2013-10-24 Lars Uebernickel
- * idoscalemenuitem: request a minimum width of 200px
+ * Also allow using + and - keys to change the slider (cd88b8ae)
-2013-09-30 14:34:36 +0000 Lars Uebernickel (ebffc6d)
+2013-10-22 Lars Uebernickel
- * idousermenuitem: center avatar and adjust spacing.
+ * Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model.
+ (596e38b6)
+ * Unref serialized_icon (bccb3fbe)
+ * Don't call gtk_image_clear() on a NULL widget (180ab330)
+ * debian: add new ido symbols (f5c03fb9)
+ * examples: use new IdoSwitchMenuItem API (d910f415)
+ * Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model
+ (898a2216)
+ * IdoSwitchMenuItem: deprecate get_content_area and add
+ set_{label,icon} (8a99eded)
-2013-09-30 12:24:55 +0000 Automatic PS uploader (5c5055d)
+2013-10-21 Lars Uebernickel
- * Releasing 13.10.0+13.10.20130930-0ubuntu1 (revision 149 from
- lp:ido).
+ * IdoScaleMenuItem: intercept left and right keys (8fe2bdf7)
-2013-09-30 12:48:24 +0200 Lars Uebernickel (a5ee7a6)
+2013-10-11 Automatic PS uploader
- * idousermenuitem: center user avatars and adjust spacing
+ * Releasing 13.10.0+13.10.20131011-0ubuntu1 (revision 152 from
+ lp:ido). (6e849d59)
+ * Releasing 13.10.0+13.10.20131011-0ubuntu1, based on r152 (845d114e)
-2013-09-30 06:32:59 +0000 Automatic PS uploader (9db63ea)
+2013-10-10 Lars Uebernickel
- * Releasing 13.10.0+13.10.20130930-0ubuntu1, based on r149
+ * idoscalemenuitem: request a minimum width of 200px. (302d2445)
+ * idoscalemenuitem: request a minimum width of 200px (30289d8c)
-2013-09-25 15:09:18 +0000 Lars Uebernickel (8a9333d)
+2013-09-30 Lars Uebernickel
- * idoscalemenuitem: don't update the action state when the action
- state changes
+ * idousermenuitem: center avatar and adjust spacing. (ebffc6d3)
-2013-09-25 00:11:13 +0200 Lars Uebernickel (ed88015)
+2013-09-30 Automatic PS uploader
- * idoscalemenuitem: don't update the action state when the action
- state changes
+ * Releasing 13.10.0+13.10.20130930-0ubuntu1 (revision 149 from
+ lp:ido). (5c5055d3)
-2013-09-20 12:25:24 +0000 Automatic PS uploader (4bc9bfd)
+2013-09-30 Lars Uebernickel
- * Releasing 13.10.0+13.10.20130920-0ubuntu1 (revision 147 from
- lp:ido).
+ * idousermenuitem: center user avatars and adjust spacing (a5ee7a61)
-2013-09-20 10:20:28 +0000 Automatic PS uploader (93686c5)
+2013-09-30 Automatic PS uploader
- * Releasing 13.10.0+13.10.20130920-0ubuntu1, based on r147
+ * Releasing 13.10.0+13.10.20130930-0ubuntu1, based on r149 (9db63ea5)
-2013-09-16 14:38:53 +0000 Lars Uebernickel (d6cd512)
+2013-09-25 Lars Uebernickel
- * Reverse slider movement when scrolling by default. Fixes:
- https://bugs.launchpad.net/bugs/1225330.
+ * idoscalemenuitem: don't update the action state when the action
+ state changes (8a9333d1)
+ * idoscalemenuitem: don't update the action state when the action
+ state changes (ed88015d)
-2013-09-15 20:21:14 +0200 Lars Uebernickel (a947c80)
+2013-09-20 Automatic PS uploader
- * Revert slider movement when scrolling by default
+ * Releasing 13.10.0+13.10.20130920-0ubuntu1 (revision 147 from
+ lp:ido). (4bc9bfd8)
+ * Releasing 13.10.0+13.10.20130920-0ubuntu1, based on r147 (93686c5e)
-2013-08-14 06:19:54 +0000 Automatic PS uploader (e95f316)
+2013-09-16 Lars Uebernickel
- * Releasing 13.10.0+13.10.20130814-0ubuntu1 (revision 145 from
- lp:ido).
+ * Reverse slider movement when scrolling by default.
+ Fixes:
+ https://bugs.launchpad.net/bugs/1225330. (d6cd5121)
-2013-08-14 02:58:11 +0000 Automatic PS uploader (8e3c2c4)
+2013-09-15 Lars Uebernickel
- * Releasing 13.10.0+13.10.20130814-0ubuntu1, based on r145
+ * Revert slider movement when scrolling by default (a947c803)
-2013-08-14 02:58:07 +0000 Automatic PS uploader (4c88448)
+2013-08-14 Automatic PS uploader
- * Update symbols
+ * Releasing 13.10.0+13.10.20130814-0ubuntu1 (revision 145 from
+ lp:ido). (e95f3161)
+ * Releasing 13.10.0+13.10.20130814-0ubuntu1, based on r145 (8e3c2c4c)
+ * Update symbols (4c88448b)
-2013-08-13 21:28:03 +0000 Lars Uebernickel (05443b6)
+2013-08-13 Lars Uebernickel
- * Add widgets for messaging menu.
+ * Add widgets for messaging menu. (05443b6b)
-2013-08-13 15:28:16 -0500 Ted Gould (bb86413)
+2013-08-13 Ted Gould
- * Library functions taking GVariant params need to ref_sink() and
+ * Library functions taking GVariant params need to ref_sink() and
unref() always. (reason #24 to not like GVariant)
+ (bb86413d)
+ * Adding new symbols (f19d539f)
-2013-08-13 14:36:18 -0500 Ted Gould (f19d539)
-
- * Adding new symbols
-
-2013-08-13 18:50:26 +0200 Lars Uebernickel (be7301a)
-
- * Add IdoSourceMenuItem
+2013-08-13 Lars Uebernickel
-2013-08-13 16:05:52 +0200 Lars Uebernickel (8b1bba6)
+ * Add IdoSourceMenuItem (be7301a1)
+ * Add IdoApplicationMenuItem (8b1bba62)
- * Add IdoApplicationMenuItem
+2013-07-31 Automatic PS uploader
-2013-07-31 09:31:45 +0000 Automatic PS uploader (242477c)
+ * Releasing 13.10.0+13.10.20130731-0ubuntu1 (revision 143 from
+ lp:ido). (242477ce)
+ * Releasing 13.10.0+13.10.20130731-0ubuntu1, based on r143 (c835e939)
+ * Update symbols (a79b4554)
- * Releasing 13.10.0+13.10.20130731-0ubuntu1 (revision 143 from
- lp:ido).
+2013-07-30 Charles Kerr
-2013-07-31 02:02:57 +0000 Automatic PS uploader (c835e93)
+ * Support x-canonical-type: "com.canonical.indicator.progress" and
+ "com.canonical.indicator.alarm". (86b63cfd)
- * Releasing 13.10.0+13.10.20130731-0ubuntu1, based on r143
+2013-07-25 Charles Kerr
-2013-07-31 02:02:53 +0000 Automatic PS uploader (a79b455)
+ * sync two removed API functions: ido_location_menu_item_set_format,
+ ido_location_menu_item_set_name (ad7dd275)
+ * implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem
+ (5761e8d1)
+ * add support for com.canonical.indicator.alarm menuitems. (1b716667)
+ * implement IdoAppointmentMenuItem as a specialization of
+ IdoTimeStampMenuItem (c823c870)
+ * add IdoTimeStampMenuItem, a base class for appointments, locations,
+ and alarms (89784377)
+ * subclass IdoAppointmentMenuItem from IdoBasicMenuItem (3565dadf)
+ * add a 6px margin between the icon and primary text iff the icon is
+ visible (b4cc30dc)
+ * subclass IdoLocationMenuItem from IdoBasicMenuItem (124564dd)
+ * add make the type macro for IdoBasicMenuItem follow the standard
+ naming scheme (8a9b4b89)
- * Update symbols
+2013-07-24 Charles Kerr
-2013-07-30 22:17:45 +0000 Charles Kerr (86b63cf)
-
- * Support x-canonical-type: "com.canonical.indicator.progress" and
- "com.canonical.indicator.alarm".
-
-2013-07-25 22:19:28 -0500 Charles Kerr (ad7dd27)
-
- * sync two removed API functions: ido_location_menu_item_set_format,
- ido_location_menu_item_set_name
-
-2013-07-25 18:57:29 -0500 Charles Kerr (5761e8d)
-
- * implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem
-
-2013-07-25 18:53:48 -0500 Charles Kerr (1b71666)
-
- * add support for com.canonical.indicator.alarm menuitems.
-
-2013-07-25 18:34:23 -0500 Charles Kerr (c823c87)
-
- * implement IdoAppointmentMenuItem as a specialization of
- IdoTimeStampMenuItem
-
-2013-07-25 18:22:08 -0500 Charles Kerr (8978437)
-
- * add IdoTimeStampMenuItem, a base class for appointments, locations,
- and alarms
-
-2013-07-25 16:24:49 -0500 Charles Kerr (3565dad)
-
- * subclass IdoAppointmentMenuItem from IdoBasicMenuItem
-
-2013-07-25 16:22:45 -0500 Charles Kerr (b4cc30d)
-
- * add a 6px margin between the icon and primary text iff the icon is
- visible
-
-2013-07-25 15:53:36 -0500 Charles Kerr (124564d)
-
- * subclass IdoLocationMenuItem from IdoBasicMenuItem
-
-2013-07-25 15:51:57 -0500 Charles Kerr (8a9b4b8)
-
- * add make the type macro for IdoBasicMenuItem follow the standard
- naming scheme
-
-2013-07-24 13:10:19 -0500 Charles Kerr (2ef49dc)
-
- * don't hardcode making com.canonical.indicator.progress insensitive;
+ * don't hardcode making com.canonical.indicator.progress insensitiv.
its sensitivity should follow its action's sensitivity.
+ (2ef49dc4)
+ * add public API symbols to debian/ (69f5f2cb)
+ * add a menuitem that renders com.canonical.indicator.progress as
+ laid out in https://wiki.ubuntu.com/Power#Phone (79875b4b)
-2013-07-24 13:09:24 -0500 Charles Kerr (69f5f2c)
-
- * add public API symbols to debian/
-
-2013-07-24 00:08:29 -0500 Charles Kerr (79875b4)
-
- * add a menuitem that renders com.canonical.indicator.progress as
- laid out in https://wiki.ubuntu.com/Power#Phone
-
-2013-07-03 17:35:51 +0000 Automatic PS uploader (f3e64f7)
-
- * Releasing 13.10.0+13.10.20130703.1-0ubuntu1 to ubuntu.
-
-2013-07-03 14:16:50 +0000 Automatic PS uploader (e7bf359)
-
- * Releasing 13.10.0+13.10.20130703.1-0ubuntu1, based on r141
-
-2013-07-03 03:19:42 +0000 Ted Gould (f40fb90)
-
- * Fix broken comments for the introspection scanner.
-
-2013-07-02 21:13:03 -0500 Ted Gould (fd29ab9)
-
- * Fixing some small introspection errors
-
-2013-07-02 22:54:31 +0000 Charles Kerr (829c2c2)
-
- * fix IdoLocationMenuItem label alignment issue reported by ted.
-
-2013-07-02 15:38:01 -0500 Charles Kerr (644fe6e)
+2013-07-03 Automatic PS uploader
- * revert the UBUNTU_MENUPROXY line since will's reverting the gtk
- menu proxy to support it as before
+ * Releasing 13.10.0+13.10.20130703.1-0ubuntu1 to ubuntu. (f3e64f72)
+ * Releasing 13.10.0+13.10.20130703.1-0ubuntu1, based on r141
+ (e7bf3599)
-2013-07-02 08:54:23 -0500 Charles Kerr (3eb1596)
+2013-07-03 Ted Gould
- * add test cases of IdoLocationMenuItem to the 'menus' example app
+ * Fix broken comments for the introspection scanner. (f40fb902)
-2013-07-02 08:53:21 -0500 Charles Kerr (8c347eb)
+2013-07-02 Ted Gould
- * in idolocationmenuitem, fix slight alignment issue in the city
- label
+ * Fixing some small introspection errors (fd29ab9e)
-2013-07-02 09:21:41 +0000 Automatic PS uploader (20247ad)
+2013-07-02 Charles Kerr
- * Releasing 13.10.0+13.10.20130702-0ubuntu1 to ubuntu.
+ * fix IdoLocationMenuItem label alignment issue reported by ted.
+ (829c2c24)
+ * revert the UBUNTU_MENUPROXY line since will's reverting the gtk
+ menu proxy to support it as before (644fe6e5)
+ * add test cases of IdoLocationMenuItem to the 'menus' example app
+ (3eb15969)
+ * in idolocationmenuitem, fix slight alignment issue in the city
+ label (8c347eb6)
-2013-07-02 02:02:50 +0000 Automatic PS uploader (4f76867)
+2013-07-02 Automatic PS uploader
- * Releasing 13.10.0+13.10.20130702-0ubuntu1, based on r138
+ * Releasing 13.10.0+13.10.20130702-0ubuntu1 to ubuntu. (20247ad5)
+ * Releasing 13.10.0+13.10.20130702-0ubuntu1, based on r138 (4f768672)
-2013-07-01 20:34:31 +0000 Charles Kerr (43222b3)
+2013-07-01 Charles Kerr
- * Test to see if a user's avatar is loadable before we use it.
+ * Test to see if a user's avatar is loadable before we use it.
+ (43222b36)
+ * in ido_user_menu_item_set_icon(), remove a g_warning iff icon is
+ NULL (14e5eeb2)
+ * don't load the icon twice (059926df)
+ * if a user's avatar icon file doesn't exist or isn't readable, fall
+ back to the default avatar (e31ab7b9)
-2013-07-01 12:23:13 -0500 Charles Kerr (14e5eeb)
+2013-06-28 Automatic PS uploader
- * in ido_user_menu_item_set_icon(), remove a g_warning iff icon is
- NULL
+ * Releasing 13.10.0+13.10.20130628-0ubuntu1 to ubuntu. (5c6e7618)
+ * Releasing 13.10.0+13.10.20130628-0ubuntu1, based on r136 (c0080ba3)
+ * Update symbols (9d1a1d79)
-2013-07-01 11:56:15 -0500 Charles Kerr (059926d)
+2013-06-27 Charles Kerr
- * don't load the icon twice
+ * one-liner fix to a copy-paste error in GuestMenuItem's handling of
+ online/active guests. (fbabe330)
+ * fix a copy-paste bug in the last commit's GuestMenuItem code
+ (549a1b5c)
-2013-07-01 11:11:26 -0500 Charles Kerr (e31ab7b)
+2013-06-24 Charles Kerr
- * if a user's avatar icon file doesn't exist or isn't readable, fall
- back to the default avatar
+ * Adds support for the guest menuitem. (49b6a152)
-2013-06-28 16:55:04 +0000 Automatic PS uploader (5c6e761)
+2013-06-23 Charles Kerr
- * Releasing 13.10.0+13.10.20130628-0ubuntu1 to ubuntu.
+ * oops, that @replaceme should have been 0replaceme... (db32e752)
+ * in debian/libido3-0.1-0.symbols, add the new symbols (90116502)
+ * silence console warnings when a NULL filename is passed into
+ ido_user_menu_item_set_icon_from_filename() (1f0bfc0a)
+ * add ido_guest_menu_item_new_for_model() (8008ec3c)
+ * add an 'icon' property to idousermenuitem (61ce7276)
-2013-06-28 02:03:07 +0000 Automatic PS uploader (c0080ba)
+2013-06-20 Lars Uebernickel
- * Releasing 13.10.0+13.10.20130628-0ubuntu1, based on r136
+ * Add IdoMediaPlayerMenuItem and IdoPlaybackMenuItem. (8f8d487e)
-2013-06-28 02:02:57 +0000 Automatic PS uploader (9d1a1d7)
+2013-06-19 Lars Uebernickel
- * Update symbols
+ * ido_playback_menu_item_parent_key_press_event: be more explicit
+ (e88a842c)
+ * idoplaybackmenuitem: remove redundant 'else' (80a024e4)
+ * idoplaybackmenuitem: warn before crashing in g_str_equal (5aca3b41)
+ * ido_playback_menu_item_get_button_at_pos: add ascii blueprint
+ (e2de4823)
+ * ido_media_player_menu_item_state_changed: declare constant
+ variables as const (5d9faae9)
+ * idomediaplayermenuitem: allow non-local album art (ba02d52c)
+ * idomediaplayermenuitem: make album art size a #define (52a73fd6)
+ * debian: add new symbols (810627ec)
+ * idoplaybackmenuitem.c: mark internal functions as static (bf730496)
+ * Merge trunk (9bf880d9)
-2013-06-27 19:25:56 +0000 Charles Kerr (fbabe33)
+2013-06-19 Automatic PS uploader
- * one-liner fix to a copy-paste error in GuestMenuItem's handling of
- online/active guests.
+ * Releasing 13.10.0daily13.06.19-0ubuntu1 to ubuntu. (e84fd152)
+ * Releasing 13.10.0daily13.06.19-0ubuntu1, based on r132 (a2aa0cb5)
+ * Update symbols (f9589a7b)
-2013-06-27 12:02:41 -0500 Charles Kerr (549a1b5)
+2013-06-17 Lars Uebernickel
- * fix a copy-paste bug in the last commit's GuestMenuItem code
+ * IdoPlaybackMenuItem: listen to state changes of the 'play' action
+ (bfb0755c)
-2013-06-24 02:34:25 +0000 Charles Kerr (49b6a15)
+2013-06-17 Charles Kerr
- * Adds support for the guest menuitem.
+ * Better handling of IdoMenuItem construction from GMenuItems, better
+ public API documentation. (72653592)
-2013-06-23 19:20:58 -0500 Charles Kerr (db32e75)
+2013-06-17 Lars Uebernickel
- * oops, that @replaceme should have been 0replaceme...
+ * Add IdoPlaybackMenuItem (01d0c0b1)
-2013-06-23 18:44:39 -0500 Charles Kerr (9011650)
+2013-06-17 Charles Kerr
- * in debian/libido3-0.1-0.symbols, add the new symbols
-
-2013-06-23 18:37:38 -0500 Charles Kerr (1f0bfc0)
-
- * silence console warnings when a NULL filename is passed into
- ido_user_menu_item_set_icon_from_filename()
-
-2013-06-23 18:06:39 -0500 Charles Kerr (8008ec3)
-
- * add ido_guest_menu_item_new_for_model()
-
-2013-06-23 17:43:19 -0500 Charles Kerr (61ce727)
-
- * add an 'icon' property to idousermenuitem
-
-2013-06-20 01:51:44 +0000 Lars Uebernickel (8f8d487)
-
- * Add IdoMediaPlayerMenuItem and IdoPlaybackMenuItem.
-
-2013-06-19 18:50:42 -0400 Lars Uebernickel (e88a842)
-
- * ido_playback_menu_item_parent_key_press_event: be more explicit
-
-2013-06-19 18:49:38 -0400 Lars Uebernickel (80a024e)
-
- * idoplaybackmenuitem: remove redundant 'else'
-
-2013-06-19 18:48:26 -0400 Lars Uebernickel (5aca3b4)
-
- * idoplaybackmenuitem: warn before crashing in g_str_equal
-
-2013-06-19 17:16:20 -0400 Lars Uebernickel (e2de482)
-
- * ido_playback_menu_item_get_button_at_pos: add ascii blueprint
-
-2013-06-19 17:07:59 -0400 Lars Uebernickel (5d9faae)
-
- * ido_media_player_menu_item_state_changed: declare constant
- variables as const
-
-2013-06-19 17:06:38 -0400 Lars Uebernickel (ba02d52)
-
- * idomediaplayermenuitem: allow non-local album art
-
-2013-06-19 16:03:34 -0400 Lars Uebernickel (52a73fd)
-
- * idomediaplayermenuitem: make album art size a #define
-
-2013-06-19 16:00:59 -0400 Lars Uebernickel (810627e)
-
- * debian: add new symbols
-
-2013-06-19 16:00:36 -0400 Lars Uebernickel (bf73049)
-
- * idoplaybackmenuitem.c: mark internal functions as static
-
-2013-06-19 10:58:55 -0400 Lars Uebernickel (9bf880d)
-
- * Merge trunk
-
-2013-06-19 13:08:31 +0000 Automatic PS uploader (e84fd15)
-
- * Releasing 13.10.0daily13.06.19-0ubuntu1 to ubuntu.
-
-2013-06-19 02:02:29 +0000 Automatic PS uploader (a2aa0cb)
-
- * Releasing 13.10.0daily13.06.19-0ubuntu1, based on r132
-
-2013-06-19 02:02:15 +0000 Automatic PS uploader (f9589a7)
-
- * Update symbols
-
-2013-06-17 17:50:43 -0400 Lars Uebernickel (bfb0755)
-
- * IdoPlaybackMenuItem: listen to state changes of the 'play' action
-
-2013-06-17 16:37:33 +0000 Charles Kerr (7265359)
-
- * Better handling of IdoMenuItem construction from GMenuItems, better
- public API documentation.
-
-2013-06-17 12:15:34 -0400 Lars Uebernickel (01d0c0b)
-
- * Add IdoPlaybackMenuItem
-
-2013-06-17 11:14:36 -0500 Charles Kerr (0aa36d9)
-
- * copyediting: fix copy/paste errors in the documentation
-
-2013-06-17 11:09:43 -0500 Charles Kerr (3291597)
-
- * in IdoAppointmentMenuItem's update_timestamp_label(), clear the
+ * copyediting: fix copy/paste errors in the documentation (0aa36d9c)
+ * in IdoAppointmentMenuItem's update_timestamp_label(), clear the
label text if either the time or format properties are
- unset
-
-2013-06-17 10:59:26 -0500 Charles Kerr (0348539)
-
- * add documentation for the public API calls
-
-2013-06-17 10:41:25 -0500 Charles Kerr (9205983)
-
- * when building location and appointment menuitems from a GMenu, grab
+ unset (32915975)
+ * add documentation for the public API calls (03485394)
+ * when building location and appointment menuitems from a GMenu, grab
all the parameters and then pass them to object_new() as a
block to avoid them getting set twice -- once with the
constructor's default values, and then once afterwards
-
-2013-06-17 10:04:35 -0500 Charles Kerr (6de8e03)
-
- * in idoappointmentmenuitem.c, fix startup issue arising from
+ (9205983a)
+ * in idoappointmentmenuitem.c, fix startup issue arising from
updating the timestamp label when the strftime format
- string hasn't been initialized yet.
-
-2013-06-15 17:37:22 +0000 Charles Kerr (83e4735)
-
- * adds the ido widgets needed for indicator-datetime.
-
-2013-06-15 10:39:53 -0500 Charles Kerr (53ee722)
+ string hasn't been initialized yet. (6de8e038)
- * in debian/libido3-0.1-0.symbols, that should be '0replaceme'...
+2013-06-15 Charles Kerr
-2013-06-14 22:59:40 -0500 Charles Kerr (1a47ea1)
+ * adds the ido widgets needed for indicator-datetime. (83e47356)
+ * in debian/libido3-0.1-0.symbols, that should be '0replaceme'...
+ (53ee722f)
- * add the new calendar, appointment, location symbols to debian/
+2013-06-14 Charles Kerr
-2013-06-14 19:10:26 -0500 Charles Kerr (2e5b7f3)
-
- * fix time_t issue in idocalendarmenuitem's gmenu code
-
-2013-06-14 19:10:05 -0500 Charles Kerr (5d6dce1)
-
- * bump version from 13.10.0 to 13.10.1
-
-2013-06-14 14:15:11 -0500 Charles Kerr (2e2f7e3)
-
- * in idolocationmenuitem, assume seconds are shown in the timestamp
+ * add the new calendar, appointment, location symbols to debian/
+ (1a47ea12)
+ * fix time_t issue in idocalendarmenuitem's gmenu code (2e5b7f36)
+ * bump version from 13.10.0 to 13.10.1 (5d6dce19)
+ * in idolocationmenuitem, assume seconds are shown in the timestamp
when the time format string includes '%s', '%S', '%T',
- '%X', or '%c'
-
-2013-06-14 13:22:03 -0500 Charles Kerr (5988e06)
-
- * add ted's name to idoappointmentmenuitem.c for
- create_color_icon_pixbuf()
-
-2013-06-14 13:21:27 -0500 Charles Kerr (914258f)
-
- * remove g_message that leaked into last commit
-
-2013-06-14 13:04:45 -0500 Charles Kerr (17c7bd1)
-
- * add calendar, location, and appointment menuitems to the IDO
- factory
-
-2013-06-14 13:04:00 -0500 Charles Kerr (9373536)
-
- * add ido_calendar_menu_item_new_from_model()
-
-2013-06-14 13:03:08 -0500 Charles Kerr (88522dc)
-
- * add location menuitem
-
-2013-06-14 13:02:50 -0500 Charles Kerr (3db9d6f)
-
- * add appointment menuitem
+ '%X', or '%c' (2e2f7e3d)
+ * add ted's name to idoappointmentmenuitem.c for
+ create_color_icon_pixbuf() (5988e06c)
+ * remove g_message that leaked into last commit (914258f0)
+ * add calendar, location, and appointment menuitems to the IDO
+ factory (17c7bd1f)
+ * add ido_calendar_menu_item_new_from_model() (93735362)
+ * add location menuitem (88522dcd)
+ * add appointment menuitem (3db9d6ff)
-2013-06-12 17:43:36 -0400 Lars Uebernickel (ef70e33)
+2013-06-12 Lars Uebernickel
- * Add IdoMediaPlayerMenuItem
+ * Add IdoMediaPlayerMenuItem (ef70e33d)
-2013-06-08 03:52:10 +0000 Jeremy Bicha (7610132)
+2013-06-08 Jeremy Bicha
- * Depend on valac instead of valac-0.16 for easier transitions Have
+ * Depend on valac instead of valac-0.16 for easier transitions Have
libido3-0.1-dev depend on gir1.2-ido3-0.1 Drop unnecessary
- gir build-depends.
+ gir build-depends. (76101320)
-2013-06-07 22:57:57 -0400 Jeremy Bicha (f265a16)
+2013-06-07 Jeremy Bicha
- * Depend on valac instead of valac-0.16 for easier transitions Have
+ * Depend on valac instead of valac-0.16 for easier transitions Have
libido3-0.1-dev depend on gir1.2-ido3-0.1 Drop unnecessary
- gir build-depends
+ gir build-depends (f265a165)
-2013-06-07 21:41:53 +0000 Lars Uebernickel (c80dc60)
+2013-06-07 Lars Uebernickel
- * Add support for creating scale menu items from a menu model.
+ * Add support for creating scale menu items from a menu model.
+ (c80dc60d)
+ * Merge trunk (62ed83ce)
+ * idoscalemenuitem: look "{min,max}-icon" on the GMenuItem (8db174af)
-2013-06-07 17:31:39 -0400 Lars Uebernickel (62ed83c)
+2013-06-07 Automatic PS uploader
- * Merge trunk
+ * Releasing 13.10.0daily13.06.07-0ubuntu1 to ubuntu. (b36e57dd)
+ * Releasing 13.10.0daily13.06.07-0ubuntu1, based on r127 (c9dba5ad)
+ * Update symbols (5dc44195)
-2013-06-07 16:55:11 -0400 Lars Uebernickel (8db174a)
+2013-05-31 Lars Uebernickel
- * idoscalemenuitem: look "{min,max}-icon" on the GMenuItem
+ * debian: add new symbols (c23cdfcb)
+ * Add support for creating scale menu items from a menu model
+ (26d057cb)
+ * Add ido_action_helper_change_state (03dc54fb)
+ * idoscalemenuitem: make the scale expand and fill in the menu item
+ (cb6475e5)
-2013-06-07 09:54:07 +0000 Automatic PS uploader (b36e57d)
+2013-05-31 Charles Kerr
- * Releasing 13.10.0daily13.06.07-0ubuntu1 to ubuntu.
-
-2013-06-07 02:02:41 +0000 Automatic PS uploader (c9dba5a)
-
- * Releasing 13.10.0daily13.06.07-0ubuntu1, based on r127
-
-2013-06-07 02:02:38 +0000 Automatic PS uploader (5dc4419)
-
- * Update symbols
-
-2013-05-31 19:38:19 -0400 Lars Uebernickel (c23cdfc)
-
- * debian: add new symbols
-
-2013-05-31 18:51:10 -0400 Lars Uebernickel (26d057c)
-
- * Add support for creating scale menu items from a menu model
-
-2013-05-31 18:50:09 -0400 Lars Uebernickel (03dc54f)
-
- * Add ido_action_helper_change_state
-
-2013-05-31 17:26:12 -0400 Lars Uebernickel (cb6475e)
-
- * idoscalemenuitem: make the scale expand and fill in the menu item
-
-2013-05-31 19:51:15 +0000 Charles Kerr (e5d2187)
-
- * Put a framework in place to move custom menu items from the
+ * Put a framework in place to move custom menu items from the
indicator packages into ido. It depends on a vendor-patch
to gtk (see bug #1183505), because gtk+ does not yet have
an API for inserting arbitrary menu items into menus
- created with gtk_menu_new_from_model().
-
-2013-05-31 14:42:41 -0400 Lars Uebernickel (18f2ca9)
-
- * debian: add new symbols
-
-2013-05-31 14:02:40 -0400 Lars Uebernickel (52b6ef7)
-
- * Bump glib and gtk dependencies
+ created with gtk_menu_new_from_model(). (e5d21874)
-2013-05-31 11:15:39 -0400 Lars Uebernickel (3578bb3)
+2013-05-31 Lars Uebernickel
- * ido_user_menu_item_new_from_model: fix docstring
+ * debian: add new symbols (18f2ca9e)
+ * Bump glib and gtk dependencies (52b6ef7b)
+ * ido_user_menu_item_new_from_model: fix docstring (3578bb3a)
-2013-05-27 12:04:11 -0400 Lars Uebernickel (e863f12)
+2013-05-27 Lars Uebernickel
- * Move crate_user_menu_item into idousermenuitem.c
+ * Move crate_user_menu_item into idousermenuitem.c (e863f12e)
+ * IdoActionHelper: document signals and properties (07f79077)
+ * debian/changelog: bump version (d4474897)
-2013-05-27 11:11:02 -0400 Lars Uebernickel (07f7907)
+2013-05-24 Lars Uebernickel
- * IdoActionHelper: document signals and properties
+ * GtkMenuItemFactory -> UbuntuMenuItemFactory (2c0fa18b)
-2013-05-27 11:10:39 -0400 Lars Uebernickel (d447489)
+2013-05-23 Lars Uebernickel
- * debian/changelog: bump version
+ * Bumb version to 13.10 (725c0ade)
+ * Create IdoUserMenuItems for indicator.user-menu-item (424d5f42)
-2013-05-24 15:17:47 -0400 Lars Uebernickel (2c0fa18)
+2013-05-22 Lars Uebernickel
- * GtkMenuItemFactory -> UbuntuMenuItemFactory
+ * Merge IdoUserMenuItem branch (18569334)
+ * Add IdoActionHelper (12a5f155)
+ * Add IdoMenuItemFactory (3f3aa147)
-2013-05-23 18:41:17 -0400 Lars Uebernickel (725c0ad)
+2013-03-27 Charles Kerr
- * Bumb version to 13.10
+ * rename idousermenuitem's "icon" property as "icon-filename" for a
+ little more clarity. (e9c82c39)
-2013-05-23 08:58:55 -0400 Lars Uebernickel (424d5f4)
+2013-03-26 Charles Kerr
- * Create IdoUserMenuItems for indicator.user-menu-item
-
-2013-05-22 23:35:52 -0400 Lars Uebernickel (1856933)
-
- * Merge IdoUserMenuItem branch
-
-2013-05-22 23:19:50 -0400 Lars Uebernickel (12a5f15)
-
- * Add IdoActionHelper
-
-2013-05-22 22:51:19 -0400 Lars Uebernickel (3f3aa14)
-
- * Add IdoMenuItemFactory
-
-2013-03-27 08:30:38 -0500 Charles Kerr (e9c82c3)
-
- * rename idousermenuitem's "icon" property as "icon-filename" for a
- little more clarity.
-
-2013-03-26 16:30:46 -0500 Charles Kerr (0430322)
-
- * in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated
+ * in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated
use of gtk_widget_get_style(), gtk_widget_get_state()
+ (0430322c)
+ * add idousermenuitem to the examples (49c57fdc)
+ * add properties to IdoUserMenuItem and remove its dependencies on
+ DbusmenuMenuitem (259c7ad0)
+ * rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet,
+ next step is to decouple from dbusmenu. (2d8eac6a)
+ * add user-widget.[ch] from indicator-session's trunk (bf3b14f5)
-2013-03-26 16:25:04 -0500 Charles Kerr (49c57fd)
-
- * add idousermenuitem to the examples
-
-2013-03-26 16:24:47 -0500 Charles Kerr (259c7ad)
-
- * add properties to IdoUserMenuItem and remove its dependencies on
- DbusmenuMenuitem
-
-2013-03-26 15:14:33 -0500 Charles Kerr (2d8eac6)
-
- * rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet,
- next step is to decouple from dbusmenu.
-
-2013-03-26 15:05:06 -0500 Charles Kerr (bf3b14f)
-
- * add user-widget.[ch] from indicator-session's trunk
+2013-03-01 Automatic PS uploader
-2013-03-01 14:54:13 +0000 Automatic PS uploader (27f3661)
+ * Releasing 12.10.3daily13.03.01-0ubuntu1 to ubuntu. (27f3661c)
+ * Releasing 12.10.3daily13.03.01-0ubuntu1, based on r125 (34b7cb32)
- * Releasing 12.10.3daily13.03.01-0ubuntu1 to ubuntu.
+2013-02-27 Mathieu Trudel-Lapierre
-2013-03-01 02:02:45 +0000 Automatic PS uploader (34b7cb3)
-
- * Releasing 12.10.3daily13.03.01-0ubuntu1, based on r125
-
-2013-02-27 15:19:49 +0000 Mathieu Trudel-Lapierre (3f9644c)
-
- * Fix linking against X11 and Xi which xorg-gtest now seems to
+ * Fix linking against X11 and Xi which xorg-gtest now seems to
require. I'll fix xorg-gtest directly too (in progress),
but this is to avoid blocking builds and daily release.
- Fixes: https://bugs.launchpad.net/bugs/1126353.
-
-2013-02-27 09:49:27 -0500 Mathieu Trudel-Lapierre (3fae0ab)
-
- * Explicitly link against X11 and Xi while xorg-gtest doesn't.
-2013-02-06 18:36:45 +0000 Mathieu Trudel-Lapierre (f294976)
+ Fixes: https://bugs.launchpad.net/bugs/1126353. (3f9644c5)
+ * Explicitly link against X11 and Xi while xorg-gtest doesn't.
+ (3fae0abe)
- * Fix building against gtest/xorg-gtest. Fixes:
- https://bugs.launchpad.net/bugs/1112775.
+2013-02-06 Mathieu Trudel-Lapierre
-2013-02-06 11:54:10 -0500 Mathieu Trudel-Lapierre (f81bc0d)
+ * Fix building against gtest/xorg-gtest.
+ Fixes:
+ https://bugs.launchpad.net/bugs/1112775. (f294976a)
+ * Guard against CID:12651, division by zero of FPS value due to its
+ use for timing timeline updates. (f81bc0d3)
+ * Shut up coverity about CID:12650. (d9aa6f03)
- * Guard against CID:12651, division by zero of FPS value due to its
- use for timing timeline updates.
+2013-02-05 Mathieu Trudel-Lapierre
-2013-02-06 10:10:11 -0500 Mathieu Trudel-Lapierre (d9aa6f0)
-
- * Shut up coverity about CID:12650.
-
-2013-02-05 16:23:25 -0500 Mathieu Trudel-Lapierre (fe1d726)
-
- * Avoid FTBFS due to conflicting paths to gtest source, or because
+ * Avoid FTBFS due to conflicting paths to gtest source, or because
the relevant gtest files aren't found -- always use the
xorg-gtest gtest source, and adjust path accordingly.
+ (fe1d7264)
-2013-01-11 16:14:38 +0000 Automatic PS uploader (22a384d)
-
- * Releasing 12.10.3daily13.01.11-0ubuntu1 to ubuntu.
+2013-01-11 Automatic PS uploader
-2013-01-11 02:02:27 +0000 Automatic PS uploader (5b7d735)
+ * Releasing 12.10.3daily13.01.11-0ubuntu1 to ubuntu. (22a384d7)
+ * Releasing 12.10.3daily13.01.11-0ubuntu1, based on r122 (5b7d7353)
- * Releasing 12.10.3daily13.01.11-0ubuntu1, based on r122
+2013-01-04 Robert Ancell
-2013-01-04 11:18:51 +0000 Robert Ancell (2db941f)
+ * Add introspection and vala support.
+ Fixes:
+ https://bugs.launchpad.net/bugs/582985. (2db941fb)
- * Add introspection and vala support. Fixes:
- https://bugs.launchpad.net/bugs/582985.
+2012-12-18 Allan LeSage
-2012-12-18 17:11:13 +0000 Allan LeSage (b7c4bed)
-
- * Testing with cyphermox--removing the special Xvfb auto_test
+ * Testing with cyphermox--removing the special Xvfb auto_test
override appears to resolve flaky tests under Jenkins.
+ (b7c4bed2)
-2012-12-17 16:47:09 -0600 Allan LeSage (d5a5d41)
-
- * Update changelog.
-
-2012-12-17 16:28:49 -0600 Allan LeSage (6c95630)
-
- * Remove Xvfb from debian/control.
-
-2012-12-17 16:19:06 -0600 Allan LeSage (0219eb9)
-
- * Remove auto_test override.
-
-2012-12-15 20:39:02 +1300 Robert Ancell (bdb9026)
-
- * Update packing for introspection/vapi
+2012-12-17 Allan LeSage
-2012-12-15 11:13:12 +1300 Robert Ancell (8830da3)
+ * Update changelog. (d5a5d411)
+ * Remove Xvfb from debian/control. (6c956308)
+ * Remove auto_test override. (0219eb9a)
- * Add introspection dependencies
+2012-12-15 Robert Ancell
-2012-12-14 09:58:39 +1300 Robert Ancell (6c9a668)
+ * Update packing for introspection/vapi (bdb90268)
+ * Add introspection dependencies (8830da32)
- * Add introspection and Vala support to IDO
+2012-12-14 Robert Ancell
-2012-12-05 16:10:09 +0000 Mathieu Trudel-Lapierre (21040fc)
+ * Add introspection and Vala support to IDO (6c9a6684)
- * Run tests through xfvb-run.
+2012-12-05 Mathieu Trudel-Lapierre
-2012-12-05 10:40:53 -0500 Mathieu Trudel-Lapierre (57be74b)
+ * Run tests through xfvb-run. (21040fca)
+ * - Add xvfb to Build-Depends. - Override dh_auto_test to run
+ them through xvfb-run. (57be74b7)
- * - Add xvfb to Build-Depends. - Override dh_auto_test to run
- them through xvfb-run.
+2012-11-26 Didier Roche
-2012-11-26 17:40:13 +0000 Didier Roche (7fc48c2)
+ * Bootstrapping ido. (7fc48c2b)
+ * add bootstrap comment (638bd117)
- * Bootstrapping ido.
+2012-11-26 Mathieu Trudel-Lapierre
-2012-11-26 17:43:09 +0100 Didier Roche (638bd11)
+ * Inline packaging. (2d8dd253)
+ * Reactivate tests, they don't fail. (7dc37ec5)
+ * Drop the override for dh_makeshlibs. (cc01061b)
- * add bootstrap comment
+2012-11-19 Mathieu Trudel-Lapierre
-2012-11-26 16:37:35 +0000 Mathieu Trudel-Lapierre (2d8dd25)
-
- * Inline packaging.
-
-2012-11-26 10:35:20 -0500 Mathieu Trudel-Lapierre (7dc37ec)
-
- * Reactivate tests, they don't fail.
-
-2012-11-26 09:04:04 -0500 Mathieu Trudel-Lapierre (cc01061)
-
- * Drop the override for dh_makeshlibs.
-
-2012-11-19 17:50:42 -0500 Mathieu Trudel-Lapierre (a06895c)
-
- * Temporarily disable tests via overriding dh_auto_test; they fail to
- properly start X in a schroot.
-
-2012-11-19 14:12:44 -0500 Mathieu Trudel-Lapierre (6432279)
-
- * Add Vcs-Bzr, Vcs-Browser fields with a notice to uploaders.
-
-2012-11-19 14:07:42 -0500 Mathieu Trudel-Lapierre (10bad32)
-
- * - Reorganize Build-Depends: move libxorg-gtest-dev up to be
+ * Temporarily disable tests via overriding dh_auto_test; they fail to
+ properly start X in a schroot. (a06895c0)
+ * Add Vcs-Bzr, Vcs-Browser fields with a notice to uploaders.
+ (64322799)
+ * - Reorganize Build-Depends: move libxorg-gtest-dev up to be
consistent with other indicator stack packages. -
- List libgtest-dev explicitly in Build-Depends.
-
-2012-11-19 14:06:24 -0500 Mathieu Trudel-Lapierre (1e30ac2)
-
- * Add gnome-common to Build-Depends.
-
-2012-11-19 14:05:55 -0500 Mathieu Trudel-Lapierre (dfaa0f4)
-
- * Override dh_autoreconf to call autogen.sh and not run configure...
-
-2012-11-19 14:04:49 -0500 Mathieu Trudel-Lapierre (634fa1b)
-
- * * debian/rules: - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL
- instead of passing -c4 to dh_makeshlibs.
-
-2012-11-19 14:00:50 -0500 Mathieu Trudel-Lapierre (e1ee782)
-
- * * debian/control: - Update to match style with other indicator
+ List libgtest-dev explicitly in Build-Depends. (10bad323)
+ * Add gnome-common to Build-Depends. (1e30ac26)
+ * Override dh_autoreconf to call autogen.sh and not run configure...
+ (dfaa0f4b)
+ * debian/rules: - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL
+ instead of passing -c4 to dh_makeshlibs. (634fa1b4)
+ * debian/control: - Update to match style with other indicator
stack packages: use trailing commas at the end of
- dependency lists.
-
-2012-11-19 13:59:30 -0500 Mathieu Trudel-Lapierre (3432ef3)
-
- * Specify that bzr-builddeb should use split mode to build the
- package
-
-2012-11-19 13:58:43 -0500 Mathieu Trudel-Lapierre (804ec33)
-
- * Manually import debian/ from ido 12.10.2-0ubuntu1.
-
-2012-11-08 09:37:00 -0600 Charles Kerr (ae5b229)
-
- * one-liner to add 'check-news' to our AM_INIT_AUTOMAKE invocation
-
-2012-11-06 22:45:17 -0600 Charles Kerr (8b984ae)
-
- * add tests for ido_entry_menu_item_get_entry, bringing package line
- coverage up to 55.5%
-
-2012-11-06 22:40:20 -0600 Charles Kerr (38965ac)
-
- * add tests for IdoCalendarMenuItems's mark/unmark/clear days,
- bringing package line coverage up to 55.2%
-
-2012-11-06 22:31:24 -0600 Charles Kerr (07d422b)
-
- * add tests for IdoScaleMenuItem, bringing package line coverage to
- 54%
-
-2012-11-06 22:20:20 -0600 Charles Kerr (33683f3)
-
- * add more coverage for idocalendar. total package's line coverage is
- up to 50% now
-
-2012-11-06 22:06:59 -0600 Charles Kerr (0b83123)
-
- * add tests for idomessagedialog
-
-2012-11-06 21:18:21 -0600 Charles Kerr (12437e9)
-
- * add missing G_BEGIN_DECLS call
-
-2012-11-06 21:04:57 -0600 Charles Kerr (9d88f5c)
-
- * add IdoSwitchMenuItem test
-
-2012-11-06 20:59:43 -0600 Charles Kerr (d2c974f)
-
- * extract-method: TestMenuItems::PutInMenu()
-
-2012-09-20 10:59:26 -0500 Charles Kerr (3e84f25)
-
- * 12.10.2
-
-2012-09-20 12:11:22 +0000 Charles Kerr (b98fedd)
-
- * the calendar widget shouldn't eat the ESC key.. Fixes:
+ dependency lists. (e1ee7820)
+ * Specify that bzr-builddeb should use split mode to build the
+ package (3432ef30)
+ * Manually import debian/ from ido 12.10.2-0ubuntu1. (804ec33e)
+
+2012-11-08 Charles Kerr
+
+ * one-liner to add 'check-news' to our AM_INIT_AUTOMAKE invocation
+ (ae5b229f)
+
+2012-11-06 Charles Kerr
+
+ * add tests for ido_entry_menu_item_get_entry, bringing package line
+ coverage up to 55.5% (8b984ae8)
+ * add tests for IdoCalendarMenuItems's mark/unmark/clear days,
+ bringing package line coverage up to 55.2% (38965ac9)
+ * add tests for IdoScaleMenuItem, bringing package line coverage to
+ 54% (07d422b4)
+ * add more coverage for idocalendar. total package's line coverage is
+ up to 50% now (33683f31)
+ * add tests for idomessagedialog (0b831239)
+ * add missing G_BEGIN_DECLS call (12437e91)
+ * add IdoSwitchMenuItem test (9d88f5c1)
+ * extract-method: TestMenuItems::PutInMenu() (d2c974f3)
+
+2012-09-20 Charles Kerr
+
+ * 12.10.2 (3e84f25e)
+ * the calendar widget shouldn't eat the ESC key..
+ Fixes:
https://bugs.launchpad.net/bugs/964005. Approved by Lars
- Uebernickel, jenkins.
-
-2012-09-19 23:32:58 -0500 Charles Kerr (20fe9d4)
-
- * the calendar widget shouldn't eat the ESC key.
-
-2012-08-27 22:11:59 +0200 Lars Uebernickel (63717ff)
-
- * 12.10.1
-
-2012-08-27 22:01:07 +0200 Lars Uebernickel (bfdc842)
-
- * Merge lp:~larsu/ido/remove-slider-hack-953757
-
-2012-08-22 09:57:08 -0500 Charles Kerr (2481b74)
+ Uebernickel, jenkins. (b98fedd4)
- * merge lp:~charlesk/ido/nogtk2 to remove gtk2 support from the
- configure script and the source
+2012-09-19 Charles Kerr
-2012-08-22 09:44:00 -0500 Charles Kerr (7330280)
+ * the calendar widget shouldn't eat the ESC key. (20fe9d4c)
- * remove the gtk2 conditional compiles for IdoMessageDialog
+2012-08-27 Lars Uebernickel
-2012-08-22 09:43:24 -0500 Charles Kerr (2c68871)
+ * 12.10.1 (63717ffc)
+ * Merge lp:~larsu/ido/remove-slider-hack-953757 (bfdc8422)
- * remove the gtk2 conditional compiles for IdoCalendarMenuItem
+2012-08-22 Charles Kerr
-2012-08-22 09:41:36 -0500 Charles Kerr (821b008)
+ * merge lp:~charlesk/ido/nogtk2 to remove gtk2 support from the
+ configure script and the source (2481b74f)
+ * remove the gtk2 conditional compiles for IdoMessageDialog
+ (73302803)
+ * remove the gtk2 conditional compiles for IdoCalendarMenuItem
+ (2c688719)
+ * remove the gtk2 conditional compiles for IdoEntryMenuItem
+ (821b008d)
+ * sync with lp:ido (fc8fad25)
- * remove the gtk2 conditional compiles for IdoEntryMenuItem
+2012-08-21 Charles Kerr
-2012-08-22 09:39:22 -0500 Charles Kerr (fc8fad2)
-
- * sync with lp:ido
-
-2012-08-21 20:59:37 -0500 Charles Kerr (8f279d3)
-
- * merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now
- that gtk doesn't include that in it's .pc file
-
-2012-08-21 20:51:24 -0500 Charles Kerr (a0631d3)
-
- * merge lp:~charlesk/ido/switch to add GtkSwitchMenuItem
-
-2012-08-21 20:06:46 -0500 Charles Kerr (d4f4fa3)
-
- * bump to 12.10.0
-
-2012-08-21 16:43:49 -0500 Charles Kerr (402fffb)
-
- * revert the event delegation for now, it's not necessary for FF
-
-2012-08-21 15:19:12 -0500 Charles Kerr (fbd76f4)
-
- * when the mouse is over the GtkSwitch widget, the menuitem should
+ * merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now
+ that gtk doesn't include that in it's .pc file (8f279d3f)
+ * merge lp:~charlesk/ido/switch to add GtkSwitchMenuItem (a0631d30)
+ * bump to 12.10.0 (d4f4fa39)
+ * revert the event delegation for now, it's not necessary for FF
+ (402fffb5)
+ * when the mouse is over the GtkSwitch widget, the menuitem should
delegate the mouse down and motion events to it.
-
-2012-08-21 14:34:16 -0500 Charles Kerr (fb4b306)
-
- * use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the
+ (fbd76f40)
+ * use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the
latter handles the issue of the menu title being painted
- as if the menu were still open
-
-2012-08-21 14:27:04 -0500 Charles Kerr (791d004)
-
- * ...and if we're not clearing that in dispose(), then we don't need
- dispose() anymore
-
-2012-08-21 14:24:38 -0500 Charles Kerr (c0af3f5)
-
- * don't keep the GBinding pointer around, it'll be destroyed
- automatically when the menuitem's destroyed
-
-2012-08-21 13:19:50 -0500 Charles Kerr (0f1f31d)
+ as if the menu were still open (fb4b3068)
+ * ...and if we're not clearing that in dispose(), then we don't need
+ dispose() anymore (791d0042)
+ * don't keep the GBinding pointer around, it'll be destroyed
+ automatically when the menuitem's destroyed (c0af3f55)
+ * comment tweaks (0f1f31d9)
+ * make the glib 2.32 requirement explicit in configure.ac (e99fb9fa)
+ * add IdoSwitchMenuItem (992e7468)
- * comment tweaks
+2012-07-24 Ken VanDine
-2012-08-21 13:10:11 -0500 Charles Kerr (e99fb9f)
+ * Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in
+ it's .pc file (cfbf3b9d)
- * make the glib 2.32 requirement explicit in configure.ac
+2012-05-07 Charles Kerr
-2012-08-21 12:22:51 -0500 Charles Kerr (992e746)
+ * require gtk3 (84a63033)
+ * remove unused function ido_range_grab_notify() (78c634c4)
- * add IdoSwitchMenuItem
+2012-04-26 Charles Kerr
-2012-07-24 11:18:32 -0400 Ken VanDine (cfbf3b9)
-
- * Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in
- it's .pc file
-
-2012-05-07 17:18:10 -0700 Charles Kerr (84a6303)
-
- * require gtk3
-
-2012-05-07 16:58:13 -0700 Charles Kerr (78c634c)
-
- * remove unused function ido_range_grab_notify()
-
-2012-04-26 22:15:10 -0500 Charles Kerr (2a3f56b)
-
- * merge lp:~ted/ido/gtest to add the gtest framework and a few tests
+ * merge lp:~ted/ido/gtest to add the gtest framework and a few tests
to make sure our menu items can be created and realized.
-
-2012-04-25 15:24:26 -0500 Ted Gould (4636768)
-
- * Bring in xorg-gtest to get an X11 wrapper
-
-2012-04-25 14:41:21 -0500 Ted Gould (62a010a)
-
- * Build a scale menu item as well
-
-2012-04-25 14:32:14 -0500 Ted Gould (d02dfec)
-
- * Adding in the entry menuitem as well.
-
-2012-04-25 14:31:55 -0500 Ted Gould (e112516)
-
- * Putting in the BEGIN_DECLS for the C++ folks
-
-2012-04-25 14:22:27 -0500 Ted Gould (072a5ab)
-
- * Now we can realize the menu item to make sure it doesn't mess that
- up
-
-2012-04-25 14:12:59 -0500 Ted Gould (7db7f0e)
-
- * Now we're allocating a calendar
-
-2012-04-25 11:39:52 -0500 Ted Gould (274e477)
-
- * Adding in a dummy test and the dependencies to build it
-
-2012-04-25 11:09:47 -0500 Ted Gould (68dedd8)
-
- * No gtk-doc.m4 needed
-
-2012-04-25 11:09:24 -0500 Ted Gould (4f9a30d)
-
- * We've now got a test directory!
-
-2012-04-25 11:06:56 -0500 Ted Gould (8bba0b8)
-
- * Adding in Google test build utilities
-
-2012-04-25 10:58:47 -0500 Ted Gould (d6d8e2e)
-
- * Attaching bug
-
-2012-04-12 10:18:01 -0500 Charles Kerr (ceb09d1)
-
- * merge lp:~allanlesage/ido/TDD to add targets to autotools build for
+ (2a3f56b5)
+
+2012-04-25 Ted Gould
+
+ * Bring in xorg-gtest to get an X11 wrapper (46367686)
+ * Build a scale menu item as well (62a010af)
+ * Adding in the entry menuitem as well. (d02dfec2)
+ * Putting in the BEGIN_DECLS for the C++ folks (e112516e)
+ * Now we can realize the menu item to make sure it doesn't mess that
+ up (072a5ab6)
+ * Now we're allocating a calendar (7db7f0e7)
+ * Adding in a dummy test and the dependencies to build it (274e4778)
+ * No gtk-doc.m4 needed (68dedd8b)
+ * We've now got a test directory! (4f9a30d2)
+ * Adding in Google test build utilities (8bba0b8f)
+ * Attaching bug (d6d8e2e1)
+
+2012-04-12 Charles Kerr
+
+ * merge lp:~allanlesage/ido/TDD to add targets to autotools build for
code-coverage reporting. For more information, see this
blog post:
http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/
- .
-
-2012-03-27 23:50:43 -0500 Allan LeSage (0597fa8)
-
- * Added gcov coverage tooling.
-
-2012-03-21 14:33:21 -0500 Ted Gould (a4ad20e)
-
- * 0.3.4 (tag: 0.3.4)
+ . (ceb09d1a)
-2012-03-16 19:16:04 +0100 Lars Uebernickel (0d4d88d)
+2012-03-27 Allan LeSage
- * ido-range: chain up constructed() to base class
+ * Added gcov coverage tooling. (0597fa88)
-2012-03-16 15:45:42 +0100 Lars Uebernickel (dde8321)
+2012-03-21 Ted Gould
- * Remove slider mouse button hack
+ * 0.3.4 (a4ad20e5) (tag: 0.3.4)
-2012-03-14 13:38:42 -0500 Charles Kerr (6a6e63c)
+2012-03-16 Lars Uebernickel
- * fix regression that broke mousewheel operations on the idoscale
+ * ido-range: chain up constructed() to base class (0d4d88db)
+ * Remove slider mouse button hack (dde83216)
-2012-03-14 13:27:55 -0500 Charles Kerr (196217d)
+2012-03-14 Charles Kerr
- * fix regression that broke mousewheel operations on the idoscale
+ * fix regression that broke mousewheel operations on the idoscale
+ (6a6e63c0)
+ * fix regression that broke mousewheel operations on the idoscale
+ (196217d7)
-2012-03-13 10:42:05 -0500 Charles Kerr (6db7ec8)
+2012-03-13 Charles Kerr
- * 0.3.3 (tag: 0.3.3)
+ * 0.3.3 (6db7ec8d) (tag: 0.3.3)
+ * merge lp:~charlesk/ido/lp-898611 to fix lp bug #898611 (99152011)
-2012-03-13 09:44:58 -0500 Charles Kerr (9915201)
+2012-03-12 Charles Kerr
- * merge lp:~charlesk/ido/lp-898611 to fix lp bug #898611
-
-2012-03-12 23:21:26 -0500 Charles Kerr (8722b2b)
-
- * alter mouse button 2 clicks to behave like mouse button 2 clicks
- for lp bug #898611.
-
-2012-03-12 17:52:19 -0500 Charles Kerr (9b02ced)
-
- * Merge lp:~charlesk/indicator-sound/lp-921065 into
+ * alter mouse button 2 clicks to behave like mouse button 2 clicks
+ for lp bug #898611. (8722b2b1)
+ * Merge lp:~charlesk/indicator-sound/lp-921065 into
lp:indicator-sound to add "primary-clicked" and
- "secondary-clicked" events for lp bug #921065
-
-2012-03-12 16:24:21 -0500 Charles Kerr (728b3d1)
-
- * Merge lp:~charlesk/ido/lp-906050 into lp:ido to resolve the
- following LP tickets:
-
-2012-03-10 00:04:36 -0600 Charles Kerr (db0c18c)
-
- * add primary-clicked and secondary-clicked signals for lp bug
- #921065
-
-2012-03-09 22:14:53 -0600 Charles Kerr (dfbd1c2)
+ "secondary-clicked" events for lp bug #921065 (9b02ced3)
+ * Merge lp:~charlesk/ido/lp-906050 into lp:ido to resolve the
+ following LP tickets: (728b3d1f)
- * tweak: fix some indentation damage in the header file
+2012-03-10 Charles Kerr
-2012-03-09 19:10:25 -0600 Charles Kerr (8497b8e)
+ * add primary-clicked and secondary-clicked signals for lp bug
+ #921065 (db0c18cb)
- * remove idooffscreenproxy
+2012-03-09 Charles Kerr
-2012-03-09 19:04:41 -0600 Charles Kerr (942c6cc)
-
- * small code cleanup in update_packing()
-
-2012-03-09 18:54:52 -0600 Charles Kerr (ab9e35a)
-
- * Fix LP Bug #906050 by removing idoscalemenuitem's offscreen proxy.
-
-2012-03-09 18:53:28 -0600 Charles Kerr (c96a9ad)
-
- * don't override widget_class.state_changed in idoscalemenuitem ...
+ * tweak: fix some indentation damage in the header file (dfbd1c2f)
+ * remove idooffscreenproxy (8497b8ef)
+ * small code cleanup in update_packing() (942c6ccd)
+ * Fix LP Bug #906050 by removing idoscalemenuitem's offscreen proxy.
+ (ab9e35ac)
+ * don't override widget_class.state_changed in idoscalemenuitem ...
that was preventing the prelight state from ever showing
- up there.
+ up there. (c96a9ad4)
-2012-03-09 14:50:50 -0600 Ted Gould (5b65ff3)
+2012-03-09 Ted Gould
- * 0.3.2 (tag: 0.3.2)
+ * 0.3.2 (5b65ff3b) (tag: 0.3.2)
-2012-02-09 00:30:16 -0500 Ken VanDine (eec3ce5)
+2012-02-09 Ken VanDine
- * add style class "menubar" to the offscreen proxy, this fixes the
+ * add style class "menubar" to the offscreen proxy, this fixes the
white background drawn in the sound menu menu with the
- current gtk3/light-themes (LP: #925700)
+ current gtk3/light-themes (LP: #925700) (eec3ce5b)
-2012-02-08 23:18:09 -0500 Ken VanDine (a6f5ba8)
+2012-02-08 Ken VanDine
- * add style class "menubar" to the offscreen proxy, this fixes the
+ * add style class "menubar" to the offscreen proxy, this fixes the
white background drawn in the sound menu with the current
- gtk3/light-themes (LP: #925700)
-
-2012-01-12 00:49:05 +0100 Ken VanDine (4471ef2)
-
- * Patch from ~covox (LP: #867649)
-
-2011-12-14 13:29:26 -0500 Ken VanDine (97ead21)
-
- * removed deprecations from gtk3 and fixed sizing issues with
- idemessagedialog (LP: #888392)
-
-2011-12-14 12:19:26 -0500 Ken VanDine (9b717e5)
-
- * removed deprecations from gtk3 and fixed sizing issues with
- idemessagedialog (LP: #888392)
-
-2011-10-13 10:48:46 -0500 Ted Gould (50b234a)
-
- * 0.3.1 (tag: 0.3.1)
-
-2011-10-12 14:05:06 -0500 Ted Gould (8a442cf)
-
- * Fixes for ARM
-
-2011-10-06 09:25:34 -0400 Ken VanDine (28c45e5)
-
- * one more fix for armel FTBFS
-
-2011-10-05 13:41:37 -0400 Ken VanDine (fcda383)
-
- * Fixed FTBFS on armel (LP: #866039)
-
-2011-10-03 17:01:24 +0200 Michal Hruby (93b180b)
-
- * Merge lp:~mhr3/ido/bug-865122
-
-2011-10-03 16:49:54 +0200 Michal Hruby (565816b)
-
- * Get rid of unnecessary check
-
-2011-10-03 15:27:13 +0200 Michal Hruby (81e4254)
-
- * And we need to include config.h
-
-2011-10-03 14:58:08 +0200 Michal Hruby (ae22267)
-
- * Use the grab-notify workaround only when using Gtk3
-
-2011-10-03 14:33:51 +0200 Michal Hruby (4dd0ca9)
-
- * Fix bug #865122
-
-2011-09-28 13:48:27 -0500 Ted Gould (8a32a25)
-
- * 0.3.0 (tag: 0.3.0)
-
-2011-09-20 00:25:46 -0500 Ted Gould (49d7db7)
-
- * 0.2.93 (tag: 0.2.93)
-
-2011-09-16 14:34:54 -0500 Ted Gould (db19271)
-
- * Ignoring m4
-
-2011-09-16 13:32:21 -0500 Ted Gould (90cb663)
-
- * Update Autotools and remove Shave
-
-2011-09-16 13:24:49 -0500 Ted Gould (08a590a)
-
- * Fix the calendar item
-
-2011-09-16 13:04:30 -0500 Ted Gould (3abfadd)
-
- * Freeing the new event
-
-2011-09-16 12:56:44 -0500 Ted Gould (6e4d5b1)
-
- * Attaching bug
+ gtk3/light-themes (LP: #925700) (a6f5ba8a)
-2011-09-16 12:54:10 -0500 Ted Gould (d903b29)
+2012-01-12 Ken VanDine
- * Putting the new code as GTK3 only
+ * Patch from ~covox (LP: #867649) (4471ef23)
-2011-09-16 12:42:17 -0500 Ted Gould (f5be40f)
+2011-12-14 Ken VanDine
- * Removing a bunch of debug messages
+ * removed deprecations from gtk3 and fixed sizing issues with
+ idemessagedialog (LP: #888392) (97ead211)
+ * removed deprecations from gtk3 and fixed sizing issues with
+ idemessagedialog (LP: #888392) (9b717e50)
-2011-09-16 12:40:28 -0500 Ted Gould (94ce65a)
+2011-10-13 Ted Gould
- * Use get_origin instead of position and uncomment out our
- adjustments
+ * 0.3.1 (50b234a4) (tag: 0.3.1)
-2011-09-16 12:40:03 -0500 Ted Gould (8d56d16)
+2011-10-12 Ted Gould
- * Use the root position in the event instead of finding it
+ * Fixes for ARM (8a442cf1)
-2011-09-16 10:17:36 -0500 Ted Gould (8ca02b8)
+2011-10-06 Ken VanDine
- * Clean up some debug and such
+ * one more fix for armel FTBFS (28c45e5c)
-2011-09-15 16:06:37 -0500 Ted Gould (f269963)
+2011-10-05 Ken VanDine
- * Reformating
+ * Fixed FTBFS on armel (LP: #866039) (fcda3837)
-2011-09-15 16:04:16 -0500 Ted Gould (f4c7db4)
+2011-10-03 Michal Hruby
- * A check point
+ * Merge lp:~mhr3/ido/bug-865122 (93b180bd)
+ * Get rid of unnecessary check (565816b6)
+ * And we need to include config.h (81e42543)
+ * Use the grab-notify workaround only when using Gtk3 (ae22267a)
+ * Fix bug #865122 (4dd0ca96)
-2011-09-13 11:42:20 -0500 Ted Gould (1415b10)
+2011-09-28 Ted Gould
- * 0.2.92 (tag: 0.2.92)
+ * 0.3.0 (8a32a254) (tag: 0.3.0)
-2011-09-13 11:23:09 -0500 Ted Gould (3c96745)
+2011-09-20 Ted Gould
- * Ignoring some junk!
+ * 0.2.93 (49d7db70) (tag: 0.2.93)
-2011-09-13 11:21:24 -0500 Ted Gould (24f2228)
+2011-09-16 Ted Gould
- * Putting the offscreen proxy in EXTRA_DIST if we're building GTK2
- version
+ * Ignoring m4 (db192710)
+ * Update Autotools and remove Shave (90cb6637)
+ * Fix the calendar item (08a590ac)
+ * Freeing the new event (3abfadde)
+ * Attaching bug (6e4d5b14)
+ * Putting the new code as GTK3 only (d903b298)
+ * Removing a bunch of debug messages (f5be40f0)
+ * Use get_origin instead of position and uncomment out our
+ adjustments (94ce65a5)
+ * Use the root position in the event instead of finding it (8d56d16e)
+ * Clean up some debug and such (8ca02b8e)
-2011-09-13 11:18:40 -0500 Ted Gould (6b7751a)
+2011-09-15 Ted Gould
- * Making the proxy GTK3 only
+ * Reformating (f2699633)
+ * A check point (f4c7db4e)
-2011-09-13 11:32:27 -0400 Robert Carr (074baff)
+2011-09-13 Ted Gould
- * Only use the offscreen proxy stuff in GTK3
+ * 0.2.92 (1415b10d) (tag: 0.2.92)
+ * Ignoring some junk! (3c967456)
+ * Putting the offscreen proxy in EXTRA_DIST if we're building GTK2
+ version (24f2228a)
+ * Making the proxy GTK3 only (6b7751a8)
-2011-09-13 08:53:22 -0500 Ted Gould (41f3702)
+2011-09-13 Robert Carr
- * Increasing the number of warnings
+ * Only use the offscreen proxy stuff in GTK3 (074baff8)
-2011-09-08 16:20:18 -0500 Ted Gould (9a47c76)
+2011-09-13 Ted Gould
- * 0.2.91 (tag: 0.2.91)
+ * Increasing the number of warnings (41f3702d)
-2011-09-08 10:01:23 -0400 Robert Carr (af912b9)
+2011-09-08 Ted Gould
- * Merge lp:~robertcarr/ido/offscreen-scale
+ * 0.2.91 (9a47c76a) (tag: 0.2.91)
-2011-09-06 13:52:37 -0400 Robert Carr (a2ddfbb)
+2011-09-08 Robert Carr
- * Ok I take it back we don't care about border. use custom css to set
- border-width and radius
+ * Merge lp:~robertcarr/ido/offscreen-scale (af912b97)
-2011-09-06 13:00:00 -0400 Robert Carr (01dd00e)
+2011-09-06 Robert Carr
- * Don't leak style context...
+ * Ok I take it back we don't care about border. use custom css to set
+ border-width and radius (a2ddfbb6)
+ * Don't leak style context... (01dd00e0)
+ * Use GtkBorder in drawing background (0d4a3db7)
+ * Use gtk_render_background (7bc5c973)
-2011-09-06 12:53:47 -0400 Robert Carr (0d4a3db)
+2011-09-02 Robert Carr
- * Use GtkBorder in drawing background
-
-2011-09-06 10:47:17 -0400 Robert Carr (7bc5c97)
-
- * Use gtk_render_background
-
-2011-09-02 14:55:39 -0400 Robert Carr (2f38eb3)
-
- * Whoops copyright headers
-
-2011-09-02 14:54:40 -0400 Robert Carr (8de6cb9)
-
- * Implement an IdoOffscreenProxy object to work around GtkRange/Scale
+ * Whoops copyright headers (2f38eb39)
+ * Implement an IdoOffscreenProxy object to work around GtkRange/Scale
needing grabs, change IdoScaleMenuItem to make use of
- this. Fixes lp: #804009
-
-2011-08-03 16:28:38 +0100 Javier Jardón (c9394c7)
-
- * configure.ac: Update autotools config a bit
-
-2011-08-03 16:24:01 +0100 Javier Jardón (66af846)
-
- * build: Use upstream silent rules instead shave
-
-2011-06-21 11:55:14 -0500 Ted Gould (0b3ce25)
-
- * 0.2.90 (tag: 0.2.90)
-
-2011-06-21 11:55:01 -0500 Ted Gould (5ae054d)
-
- * Commenting out boiler plate code that is causing a warning
-
-2011-06-21 11:44:43 -0500 Ted Gould (ea37afc)
-
- * Making sure the menu example doesn't use a menu proxy
-
-2011-06-21 11:38:32 -0500 Ted Gould (f3a7a21)
-
- * Avoid duplicate events
+ this. Fixes lp: #804009 (8de6cb90)
-2011-06-21 11:32:46 -0500 Ted Gould (e1c4792)
+2011-08-03 Javier Jardón
- * Updating to GTK3
+ * configure.ac: Update autotools config a bit (c9394c71)
+ * build: Use upstream silent rules instead shave (66af8460)
-2011-06-20 09:34:43 -0400 Michael Terry (d61ddbe)
+2011-06-21 Ted Gould
- * use const not G_CONST_RETURN
+ * 0.2.90 (0b3ce25c) (tag: 0.2.90)
+ * Commenting out boiler plate code that is causing a warning
+ (5ae054d2)
+ * Making sure the menu example doesn't use a menu proxy (ea37afc6)
+ * Avoid duplicate events (f3a7a217)
+ * Updating to GTK3 (e1c47927)
-2011-06-01 16:08:47 -0400 Michael Terry (cd59e86)
+2011-06-20 Michael Terry
- * drop deprecated use of event_window
+ * use const not G_CONST_RETURN (d61ddbef)
-2011-06-01 15:53:29 -0400 Michael Terry (db8bf6c)
+2011-06-01 Michael Terry
- * adjustments aren't widgets
+ * drop deprecated use of event_window (cd59e86e)
+ * adjustments aren't widgets (db8bf6c5)
+ * fix build errors with gtk2 (da4d22c3)
+ * fix various unused-variable warnings; not directly related to gtk3
+ work, but helps focus on actual problems (ab8fccf9)
+ * some further automake magic for dual versioning (d9ec4cfe)
+ * allow building either gtk2 or gtk3 versions; some deprecation
+ cleanups (5ddcf6b5)
-2011-06-01 15:49:43 -0400 Michael Terry (da4d22c)
+2011-05-27 Ken VanDine
- * fix build errors with gtk2
+ * porting to gtk3, WIP (3e67ec3d)
-2011-06-01 15:36:43 -0400 Michael Terry (ab8fccf)
+2011-05-12 Karl Lattimer
- * fix various unused-variable warnings; not directly related to gtk3
- work, but helps focus on actual problems
+ * fixed multiple signal issue which caused calendar jumps bug #768956
+ (b80a8199)
-2011-06-01 15:32:49 -0400 Michael Terry (d9ec4cf)
+2011-03-16 Ted Gould
- * some further automake magic for dual versioning
+ * 0.2.2 (33ab93de) (tag: 0.2.2)
-2011-06-01 15:24:28 -0400 Michael Terry (5ddcf6b)
+2011-03-16 David Barth
- * allow building either gtk2 or gtk3 versions; some deprecation
- cleanups
+ * add signals for select/activate and a set date function - merge of
+ karl-qdh branch (add9d713)
-2011-05-27 09:06:46 -0400 Ken VanDine (3e67ec3)
+2011-03-15 karl-qdh
- * porting to gtk3, WIP
+ * Bug in closure (d163ba56)
-2011-05-12 11:00:34 +0100 Karl Lattimer (b80a819)
+2011-03-14 Ted Gould
- * fixed multiple signal issue which caused calendar jumps bug #768956
+ * Be able to set active date and signal when it changes (9b651a12)
-2011-03-16 12:20:48 -0500 Ted Gould (33ab93d)
+2011-03-06 karl-qdh
- * 0.2.2 (tag: 0.2.2)
-
-2011-03-16 11:19:55 +0100 David Barth (add9d71)
-
- * add signals for select/activate and a set date function - merge of
- karl-qdh branch
-
-2011-03-15 14:02:37 +0000 karl-qdh (d163ba5)
-
- * Bug in closure
-
-2011-03-14 21:45:26 -0500 Ted Gould (9b651a1)
-
- * Be able to set active date and signal when it changes
-
-2011-03-06 13:28:21 +0000 karl-qdh (3a78f4c)
-
- * minor fixes
-
-2011-03-06 13:05:52 +0000 karl-qdh (aac5173)
-
- * Merge with trunk
-
-2011-03-06 13:01:20 +0000 karl-qdh (368393b)
-
- * Added new API to the calendar menu item so we can change the
+ * minor fixes (3a78f4ca)
+ * Merge with trunk (aac51739)
+ * Added new API to the calendar menu item so we can change the
selected day/date. Also added new signals for selecting
days and selecting with double click. In
indicator-datetime these signals will be connected to
either launching evolution (double), or invoking a
re-building of the appointments menu (single) from the
- selected day forward.
-
-2011-03-02 16:19:32 -0600 Ted Gould (a38ef76)
-
- * Adding back lost API
-
-2011-02-28 10:33:01 +0100 David Barth (8264fbe)
-
- * integrating Karl & mterry's API for exposing calendar display
- options
-
-2011-02-25 13:26:35 -0500 Michael Terry (4004883)
+ selected day forward. (368393bf)
- * compile fix
+2011-03-02 Ted Gould
-2011-02-25 15:25:47 +0000 karl-qdh (acbbf01)
+ * Adding back lost API (a38ef762)
- * Added return if fails to public api
+2011-02-28 David Barth
-2011-02-25 13:13:55 +0000 karl-qdh (ae4456b)
+ * integrating Karl & mterry's API for exposing calendar display
+ options (8264fbe2)
- * Gmf.
+2011-02-25 Michael Terry
-2011-02-25 13:12:18 +0000 karl-qdh (6b313f1)
+ * compile fix (40048835)
- * Merging with trunk
+2011-02-25 karl-qdh
-2011-02-25 09:47:28 +0000 karl-qdh (a7e9eed)
+ * Added return if fails to public api (acbbf01f)
+ * Gmf. (ae4456bf)
+ * Merging with trunk (6b313f16)
+ * Added missing getter for calendar display options (a7e9eed7)
- * Added missing getter for calendar display options
+2011-02-24 Ken VanDine
-2011-02-24 16:19:39 -0500 Ken VanDine (acebf0d)
+ * Added ido_calendar_menu_item_get_calendar back to prevent a ABI
+ break (acebf0d2)
- * Added ido_calendar_menu_item_get_calendar back to prevent a ABI
- break
+2011-02-24 Cody Russell
-2011-02-24 13:25:04 -0600 Cody Russell (3072fd1)
-
- * Fixed missing semicolon. Also the code formatting was all messed up
+ * Fixed missing semicolon. Also the code formatting was all messed up
so I fixed that because I'm kind of a code formatting
- nazi. Sie müssen Antretenbzr diff
-
-2011-02-24 12:55:52 -0600 Cody Russell (0ade486)
-
- * Bump version
-
-2011-02-23 11:14:48 -0600 Ted Gould (461b168)
-
- * Adding API to the calendar menu item
-
-2011-02-23 15:49:47 +0000 karl-qdh (b6f75c1)
-
- * Added get_date, pretty critical function
-
-2011-02-23 15:38:31 +0000 karl-qdh (3acb7aa)
-
- * Removed useless marshal include
+ nazi. Sie müssen Antretenbzr diff (3072fd17)
+ * Bump version (0ade4861)
-2011-02-23 15:35:06 +0000 karl-qdh (f18b9b8)
+2011-02-23 Ted Gould
- * Fixed building of api changes
+ * Adding API to the calendar menu item (461b1687)
-2011-02-22 15:21:54 +0000 karl-qdh (841bcef)
+2011-02-23 karl-qdh
- * Removed get_calendar, we don't want it and it's unnecessary to do
- this
+ * Added get_date, pretty critical function (b6f75c17)
+ * Removed useless marshal include (3acb7aa0)
+ * Fixed building of api changes (f18b9b84)
-2011-02-21 16:05:48 +0000 karl-qdh (f013899)
+2011-02-22 karl-qdh
- * Added month change signal too, slight cleanup of tabs
+ * Removed get_calendar, we don't want it and it's unnecessary to do
+ this (841bcef7)
-2011-02-21 09:22:31 +0000 karl-qdh (99b479d)
+2011-02-21 karl-qdh
- * Added additional API for marking days and setting options
+ * Added month change signal too, slight cleanup of tabs (f0138998)
+ * Added additional API for marking days and setting options
+ (99b479df)
-2011-01-18 11:12:19 -0600 Cody Russell (5b3b2fe)
+2011-01-18 Cody Russell
- * Remove IdoGestureManager
+ * Remove IdoGestureManager (5b3b2fe2)
+ * Fix linker problems in Natty. (603f3279)
+ * Add GTK_LIBS to the example programs' LDADD (9f822793)
-2011-01-18 11:08:29 -0600 Cody Russell (603f327)
+2010-10-07 Cody Russell
- * Fix linker problems in Natty.
-
-2011-01-18 09:54:24 -0600 Cody Russell (9f82279)
-
- * Add GTK_LIBS to the example programs' LDADD
-
-2010-10-07 12:19:20 -0500 Cody Russell (ecaf8c7)
-
- * Listen to GtkMenuItem's 'toggle-size-allocate' signal to get the
+ * Listen to GtkMenuItem's 'toggle-size-allocate' signal to get the
toggle size instead of using the GSEAL'd
- GtkMenuItem::toggle_size value.
-
-2010-09-24 09:46:19 -0500 Cody Russell (193b506)
-
- * Cleanup, and update to latest geis API.
-
-2010-09-14 17:26:36 -0500 Cody Russell (9aa08ce)
-
- * Merge geis updates.
-
-2010-09-14 17:23:39 -0500 Cody Russell (0a8cdd0)
+ GtkMenuItem::toggle_size value. (ecaf8c79)
- * Remove gtk-doc.make
+2010-09-24 Cody Russell
-2010-09-14 16:40:31 -0500 Cody Russell (8b95b13)
+ * Cleanup, and update to latest geis API. (193b5061)
- * Fix properties.
+2010-09-14 Cody Russell
-2010-09-14 16:08:04 -0500 Cody Russell (846ae96)
+ * Merge geis updates. (9aa08ce6)
+ * Remove gtk-doc.make (0a8cdd08)
+ * Fix properties. (8b95b135)
+ * GEIS updates. (846ae96e)
- * GEIS updates.
+2010-09-13 Cody Russell
-2010-09-13 19:31:26 -0500 Cody Russell (f3ca63f)
+ * Merge fix for bug #635370 (f3ca63f0)
- * Merge fix for bug #635370
+2010-09-10 Cody Russell
-2010-09-10 16:26:16 -0500 Cody Russell (308c307)
+ * When we grab focus, it seemed to also select all the text.
+ (308c3076)
- * When we grab focus, it seemed to also select all the text.
+2010-09-09 Cody Russell
-2010-09-09 12:17:37 -0500 Cody Russell (8a939cf)
+ * Bump version to 0.2.0. (8a939cf2)
+ * Bump version to 0.1.12 (553318dd)
+ * Pull in gtk-doc.make from trunk. (37df02c9)
- * Bump version to 0.2.0.
+2010-09-09 David Barth
-2010-09-09 12:16:54 -0500 Cody Russell (553318d)
+ * replace gtk-doc.make with the packaging version to avoid a merge
+ conflict (435b5823)
- * Bump version to 0.1.12
+2010-09-08 David Barth
-2010-09-09 12:14:44 -0500 Cody Russell (37df02c)
+ * fix distcheck; thanks to seb128 (228cbdae)
- * Pull in gtk-doc.make from trunk.
+2010-08-19 David Barth
-2010-09-09 12:15:03 +0200 David Barth (435b582)
+ * don't export export menus over dbus, that won't work... (6e46e3be)
- * replace gtk-doc.make with the packaging version to avoid a merge
- conflict
+2010-08-15 Cody Russell
-2010-09-08 12:01:35 +0200 David Barth (228cbda)
+ * Feel up your widgets. (e90ec22f)
- * fix distcheck; thanks to seb128
+2010-08-03 Cody Russell
-2010-08-19 17:48:45 +0100 David Barth (6e46e3b)
+ * Fix for armel build. Patch by David Sugar. (f3893ee5)
- * don't export export menus over dbus, that won't work...
+2010-07-29 Cody Russell
-2010-08-15 17:47:53 +0100 Cody Russell (e90ec22)
+ * bleh (b35ee3e7)
+ * Bump version. (ee58467e)
- * Feel up your widgets.
+2010-07-27 Cody Russell
-2010-08-03 14:47:05 -0500 Cody Russell (f3893ee)
+ * Need to update the last progress. (f5a80f5b)
- * Fix for armel build. Patch by David Sugar.
+2010-07-22 Cody Russell
-2010-07-29 16:07:05 -0500 Cody Russell (b35ee3e)
+ * Bump version (95536449)
+ * ido_timeline_set_progress() (47fbcc20)
- * bleh
+2010-07-20 Cody Russell
-2010-07-29 10:01:34 -0500 Cody Russell (ee58467)
+ * Calendar keyboard navigation. (91975606)
+ * Fix something. (8ae5a81a)
+ * Small cleanups (12736cbd)
- * Bump version.
+2010-07-19 Cody Russell
-2010-07-27 13:02:13 -0500 Cody Russell (f5a80f5)
+ * Calendar (29475f33)
- * Need to update the last progress.
+2010-07-15 Cody Russell
-2010-07-22 18:05:12 +0200 Cody Russell (9553644)
-
- * Bump version
-
-2010-07-22 14:21:06 +0200 Cody Russell (47fbcc2)
-
- * ido_timeline_set_progress()
-
-2010-07-20 10:52:31 +0200 Cody Russell (9197560)
-
- * Calendar keyboard navigation.
-
-2010-07-20 10:50:29 +0200 Cody Russell (8ae5a81)
-
- * Fix something.
-
-2010-07-20 10:33:34 +0200 Cody Russell (12736cb)
-
- * Small cleanups
-
-2010-07-19 05:56:50 -0500 Cody Russell (29475f3)
-
- * Calendar
-
-2010-07-15 11:21:39 -0500 Cody Russell (272dafa)
-
- * Force IdoRange to style itself by name rather than by class.
+ * Force IdoRange to style itself by name rather than by class.
Otherwise they all have the style used by the last one
- created.
-
-2010-07-15 10:18:57 -0500 Cody Russell (32093b5)
-
- * Fix for distcheck
-
-2010-07-15 09:54:48 -0500 Cody Russell (cea3e8f)
-
- * Bump version to 0.1.9
+ created. (272dafa2)
+ * Fix for distcheck (32093b51)
+ * Bump version to 0.1.9 (cea3e8ff)
+ * Merge scale-size branch. (663fb983)
+ * Different range size styles. (b3dc66c6)
-2010-07-15 09:52:20 -0500 Cody Russell (663fb98)
+2010-07-14 Cody Russell
- * Merge scale-size branch.
+ * Fix compile for ARM (7aed15f7)
-2010-07-15 08:44:29 -0500 Cody Russell (b3dc66c)
+2010-07-13 Cody Russell
- * Different range size styles.
+ * Merge in range branch. (dfa54555)
+ * Add IdoRange, and modify IdoScaleMenuItem to use it. (01d2367c)
-2010-07-14 09:51:58 -0500 Cody Russell (7aed15f)
+2010-07-08 Cody Russell
- * Fix compile for ARM
+ * Bump version (09a64549)
+ * Fix IdoMessageDialog to compile with deprecated gtk+ for Meerkat.
+ (03c0ea45)
+ * Fix license (e937255e)
+ * Fixes for dist (6218c6d7)
+ * Bump version to 0.1.7. (23318a5d)
+ * Merge up with trunk. (b3f43507)
+ * Start the morph on focus-in-event rather than button-press-event.
+ (5fa7b66f)
-2010-07-13 10:00:43 -0500 Cody Russell (dfa5455)
+2010-07-07 Cody Russell
- * Merge in range branch.
+ * Send button-press and button-release events to the entry. Also grab
+ focus at the first key-press. (44058898)
-2010-07-13 09:45:22 -0500 Cody Russell (01d2367)
+2010-07-02 Cody Russell
- * Add IdoRange, and modify IdoScaleMenuItem to use it.
+ * Set focus-on-map to FALSE. (717cf40f)
-2010-07-08 15:17:27 -0500 Cody Russell (09a6454)
+2010-06-08 Cody Russell
- * Bump version
+ * Bump version to 0.1.6 (fab639ce)
-2010-07-08 13:49:37 -0500 Cody Russell (03c0ea4)
+2010-05-12 Cody Russell
- * Fix IdoMessageDialog to compile with deprecated gtk+ for Meerkat.
+ * IdoMessageDialog - a morphing message dialog. (a544da2c)
-2010-07-08 11:11:17 -0500 Cody Russell (e937255)
+2010-05-10 Cody Russell
- * Fix license
+ * Fake out the grab stuff by setting GTK_HAS_GRAB on the scale widget
+ before forwarding the event. (ac894c8f)
+ * Try to remove offscreen fu (9f850501)
-2010-07-08 10:47:13 -0500 Cody Russell (6218c6d)
+2010-04-14 Cody Russell
- * Fixes for dist
+ * reverse-scroll-events property only affects GDK_SCROLL_UP and
+ GDK_SCROLL_DOWN (dd709add)
-2010-07-08 10:31:49 -0500 Cody Russell (23318a5)
+2010-03-24 David Barth
- * Bump version to 0.1.7.
-
-2010-07-08 10:30:50 -0500 Cody Russell (b3f4350)
-
- * Merge up with trunk.
-
-2010-07-08 10:28:53 -0500 Cody Russell (5fa7b66)
-
- * Start the morph on focus-in-event rather than button-press-event.
-
-2010-07-07 08:48:37 -0500 Cody Russell (4405889)
-
- * Send button-press and button-release events to the entry. Also grab
- focus at the first key-press.
-
-2010-07-02 11:33:56 -0500 Cody Russell (717cf40)
-
- * Set focus-on-map to FALSE.
-
-2010-06-08 10:52:45 -0500 Cody Russell (fab639c)
-
- * Bump version to 0.1.6
-
-2010-05-12 23:21:36 +0200 Cody Russell (a544da2)
-
- * IdoMessageDialog - a morphing message dialog.
-
-2010-05-10 09:14:53 +0200 Cody Russell (ac894c8)
-
- * Fake out the grab stuff by setting GTK_HAS_GRAB on the scale widget
- before forwarding the event.
-
-2010-05-10 02:09:13 +0200 Cody Russell (9f85050)
-
- * Try to remove offscreen fu
-
-2010-04-14 09:53:17 -0500 Cody Russell (dd709ad)
-
- * reverse-scroll-events property only affects GDK_SCROLL_UP and
- GDK_SCROLL_DOWN
-
-2010-03-24 11:26:49 +0100 David Barth (172006c)
-
- * release 0.1.5 - Don't return TRUE if keyval is GDK_Return. - Bump
+ * release 0.1.5 - Don't return TRUE if keyval is GDK_Return. - Bump
gtk+ requirement to 2.19.7 - Don't capture up/down keys.
Compile fixes for latest gtk+. - Button press event fixes.
- (tag: 0.1.5)
-
-2010-03-18 13:24:02 -0500 Cody Russell (9a3de4a)
-
- * Don't return TRUE if keyval is GDK_Return.
-
-2010-03-16 11:24:25 -0500 Cody Russell (e27e482)
+ (172006ca) (tag: 0.1.5)
- * Bump gtk+ requirement to 2.19.7
+2010-03-18 Cody Russell
-2010-03-16 11:10:39 -0500 Cody Russell (e965ac4)
+ * Don't return TRUE if keyval is GDK_Return. (9a3de4a3)
- * Don't capture up/down keys. Compile fixes for latest gtk+.
+2010-03-16 Cody Russell
-2010-03-15 09:07:37 -0500 Cody Russell (d6a2f21)
+ * Bump gtk+ requirement to 2.19.7 (e27e482b)
+ * Don't capture up/down keys. Compile fixes for latest gtk+.
+ (e965ac4c)
- * Don't capture up/down keys. Compile fixes for latest gtk+.
+2010-03-15 Cody Russell
-2010-03-11 11:11:51 -0600 Cody Russell (7561ce1)
+ * Don't capture up/down keys. Compile fixes for latest gtk+.
+ (d6a2f217)
- * Button press event fixes.
+2010-03-11 Cody Russell
-2010-03-11 11:11:33 +0100 David Barth (cb28301)
+ * Button press event fixes. (7561ce13)
- * release 0.1.4 (tag: 0.1.4)
+2010-03-11 David Barth
-2010-03-10 23:30:45 -0600 Cody Russell (0dfd8e6)
+ * release 0.1.4 (cb28301c) (tag: 0.1.4)
- * Button press event fixes.
+2010-03-10 Cody Russell
-2010-03-09 20:42:24 -0600 Cody Russell (3865303)
+ * Button press event fixes. (0dfd8e6f)
- * Don't forward the event to the entry if the user hit the Esc key.
+2010-03-09 Cody Russell
-2010-03-09 11:43:40 -0600 Cody Russell (de771b0)
-
- * Fix for grab/release signals. If you grab the slider and then
+ * Don't forward the event to the entry if the user hit the Esc key.
+ (3865303f)
+ * Fix for grab/release signals. If you grab the slider and then
release it while the mouse is outside the menu, it was not
- emitting the released signal.
-
-2010-03-08 12:45:32 -0600 Cody Russell (a46e53c)
-
- * Fix keyboard navigation issues in the entry widget, fixes bug
- #533284.
-
-2010-03-08 12:38:14 -0600 Cody Russell (e2caba6)
-
- * Merge trunk
-
-2010-03-08 08:06:25 -0600 Cody Russell (ae62dc7)
-
- * Return TRUE after forwarding the event to priv->entry
-
-2010-03-05 16:04:11 +0000 Cody Russell (6c7fcbe)
-
- * Add grab/release signals
-
-2010-03-04 16:44:38 -0500 Ken VanDine (af98418)
-
- * bump version to 0.1.3
-
-2010-03-04 16:46:32 +0000 Cody Russell (2cffa85)
-
- * Make 'ido-offscreen-scale' the name of the GtkOffscreenWindow, not
- the GtkScale. (tag: 0.1.3)
-
-2010-03-04 10:32:56 +0000 Cody Russell (08e010a)
-
- * Name the offscreen scale 'ido-offscreen-scale'
-
-2010-02-18 12:54:33 +0100 David Barth (3acbbdb)
-
- * bump version to 0.1.2 (tag: 0.1.2)
-
-2010-02-13 00:43:20 -0600 Cody Russell (fc660fc)
-
- * Support reversing scroll events
-
-2010-02-11 17:21:14 -0600 Cody Russell (ad50ecd)
-
- * merge in secondary_padding branch from ken-vandine
-
-2010-02-11 18:09:46 -0500 Ken VanDine (1841df0)
-
- * fixed build failure where secondary_padding wasn't initialized
-
-2010-02-11 15:44:02 -0500 Ken VanDine (cf57f22)
-
- * bump version to 0.1.1 (tag: 0.1.1)
-
-2010-02-09 14:04:22 -0600 Cody Russell (6ac36fe)
-
- * Merge initial-slider-value branch
-
-2010-02-09 14:00:51 -0600 Cody Russell (484a47c)
-
- * Merge scale-icons branch
-
-2010-02-09 11:59:30 -0600 Cody Russell (a843525)
-
- * Add support for initial value to
- ido_scale_menu_item_new_with_range()
-
-2010-02-09 09:19:48 -0600 Cody Russell (e8c2d56)
-
- * Upper/lower clamping on icon click
-
-2010-02-06 12:35:15 -0600 Cody Russell (bd5faca)
-
- * Add support for primary/secondary icons.
-
-2010-02-05 14:19:30 -0800 Cody Russell (d03f386)
-
- * Fix build for ARM architecture
-
-2010-02-05 12:35:53 -0800 Cody Russell (518846a)
-
- * Test ARM fix
-
-2010-02-05 10:02:08 -0800 Cody Russell (e892ebe)
-
- * merge scale-spacing-fixes branch
-
-2010-02-04 17:15:35 -0800 Cody Russell (50ae8ef)
-
- * Scale spacing fixes
-
-2010-02-04 14:21:10 -0800 Cody Russell (1595f64)
-
- * Fix distcheck (tag: 0.1.0)
-
-2010-02-04 14:14:19 -0800 Cody Russell (c650b69)
+ emitting the released signal. (de771b0e)
- * Merge license change branch
+2010-03-08 Cody Russell
-2010-02-04 14:13:47 -0800 Cody Russell (5d5a08d)
+ * Fix keyboard navigation issues in the entry widget, fixes bug
+ #533284. (a46e53c8)
+ * Merge trunk (e2caba6c)
+ * Return TRUE after forwarding the event to priv->entry (ae62dc79)
- * Merge fix-header-install branch
+2010-03-05 Cody Russell
-2010-02-04 13:03:56 -0800 Cody Russell (d9fc8cf)
+ * Add grab/release signals (6c7fcbe1)
- * Merge spacing-fixes branch
+2010-03-04 Ken VanDine
-2010-02-04 13:01:18 -0800 Cody Russell (faf10d1)
+ * bump version to 0.1.3 (af984182)
- * Fix headers to install
+2010-03-04 Cody Russell
-2010-02-04 12:58:36 -0800 Cody Russell (a5aad4e)
+ * Make 'ido-offscreen-scale' the name of the GtkOffscreenWindow, not
+ the GtkScale. (2cffa858) (tag: 0.1.3)
+ * Name the offscreen scale 'ido-offscreen-scale' (08e010a3)
- * Remove stuff
+2010-02-18 David Barth
-2010-02-04 12:57:39 -0800 Cody Russell (8b8228c)
+ * bump version to 0.1.2 (3acbbdb5) (tag: 0.1.2)
- * Copyright/license fu
+2010-02-13 Cody Russell
-2010-02-04 12:32:28 -0800 Cody Russell (9f3461c)
+ * Support reversing scroll events (fc660fc4)
- * Spacing fixes
+2010-02-11 Cody Russell
-2010-02-02 12:51:12 -0800 Cody Russell (6b60795)
+ * merge in secondary_padding branch from ken-vandine (ad50ecd5)
- * Fix header installs
+2010-02-11 Ken VanDine
-2010-02-02 10:34:30 -0800 Cody Russell (140b985)
+ * fixed build failure where secondary_padding wasn't initialized
+ (1841df08)
+ * bump version to 0.1.1 (cf57f227) (tag: 0.1.1)
- * Merge entry menuitem
+2010-02-09 Cody Russell
-2010-02-01 18:22:16 -0600 Cody Russell (0dc1eba)
+ * Merge initial-slider-value branch (6ac36fef)
+ * Merge scale-icons branch (484a47ca)
+ * Add support for initial value to
+ ido_scale_menu_item_new_with_range() (a8435258)
+ * Upper/lower clamping on icon click (e8c2d569)
- * Entry menu items
+2010-02-06 Cody Russell
-2010-02-01 16:24:00 -0600 Cody Russell (c9b34c9)
+ * Add support for primary/secondary icons. (bd5faca6)
- * Merge offscreen scale branch
+2010-02-05 Cody Russell
-2010-02-01 16:22:31 -0600 Cody Russell (0372535)
+ * Fix build for ARM architecture (d03f3860)
+ * Test ARM fix (518846a9)
+ * merge scale-spacing-fixes branch (e892ebea)
- * Unref the pixbuf
+2010-02-04 Cody Russell
-2010-01-25 10:02:16 -0600 Cody Russell (c4a23ad)
+ * Scale spacing fixes (50ae8efb)
+ * Fix distcheck (1595f645) (tag: 0.1.0)
+ * Merge license change branch (c650b69c)
+ * Merge fix-header-install branch (5d5a08d3)
+ * Merge spacing-fixes branch (d9fc8cf4)
+ * Fix headers to install (faf10d17)
+ * Remove stuff (a5aad4e7)
+ * Copyright/license fu (8b8228c8)
+ * Spacing fixes (9f3461cc)
- * Merge get-scale branch
+2010-02-02 Cody Russell
-2010-01-25 09:49:39 -0600 Cody Russell (0696acf)
+ * Fix header installs (6b60795c)
+ * Merge entry menuitem (140b9857)
- * Autogen changes
+2010-02-01 Cody Russell
-2010-01-25 08:54:55 -0600 Cody Russell (902d58d)
+ * Entry menu items (0dc1eba6)
+ * Merge offscreen scale branch (c9b34c90)
+ * Unref the pixbuf (0372535b)
- * Add ido_scale_menu_item_get_scale() function
+2010-01-25 Cody Russell
-2010-01-20 23:43:05 -0600 Cody Russell (51029c2)
+ * Merge get-scale branch (c4a23ad2)
+ * Autogen changes (0696acf9)
+ * Add ido_scale_menu_item_get_scale() function (902d58de)
- * Use GtkOffscreenWindow to manage rendering of the scale.
+2010-01-20 Cody Russell
-2010-01-19 16:02:50 -0600 Cody Russell (ebb7b05)
+ * Use GtkOffscreenWindow to manage rendering of the scale. (51029c20)
- * IDO initial commit, scale menuitem
+2010-01-19 Cody Russell
+ * IDO initial commit, scale menuitem (ebb7b05f)
diff --git a/NEWS b/NEWS
index 226468e..4344ab0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+Overview of changes in ayatana-ido 0.10.2
+
+ - src/idoscalemenuitem.c: Make page increment same as step increment.
+ - src/idoscalemenuitem.c: Add new functionality via the digits and
+ marks parameters.
+
+Overview of changes in ayatana-ido 0.10.1
+
+ - src/idoalarmmenuitem.c: Do not free non memory-allocated variable
+ - Fix possible memory leaks.
+ - Do not hardcode icon sizes.
+ - cmake: Install library as library.
+ - Update/add COPYING files, ship COPYING files for all licensed used.
+
+Overview of changes in ayatana-ido 0.10.0
+
+ - Add level menu item.
+ - CMakeLists.txt: Add threads fix for old CMake.
+ - src/idoprogressmenuitem.c: Rewrite to use icon, progress property and
+ activation.
+ - Revert "cmake: Enable building tests by default".
+
+Overview of changes in ayatana-ido 0.9.3
+
+ - cmake: Enable building tests by default.
+ - tests: Fix building against modern GTest.
+ - src/idobasicmenuitem.c: Set secondary text and count with lozenge from
+ menu model.
+
+Overview of changes in ayatana-ido 0.9.2
+
+ - src/CMakeLists.txt: link libm for expf, pow and sinf.
+ - vala: The name of the vapi should match the pkg-config name.
+
+Overview of changes in ayatana-ido 0.9.1
+
+ - Clean up compilation flags.
+ - src/idoscalemenuitem.c: Drop hard-coded end-margin for the Scale Display
+ Object.
+
+Overview of changes in ayatana-ido 0.9.0
+
+ - Port to CMake.
+ - Add better documentation.
+ - data/libayatana-ido3-0.4.pc.in: Add glib-2.0 dependency.
+ - src/idoappointmentmenuitem.c: Construct the basic menu item
+ using the pixbuf property.
+ - src/basicmenuitem.c: Add GdkPixbuf source support for the
+ icon.
+ - src/idoremovablemenuitem.c: Replace grid with box to fix
+ a11y.
+ - src/idolocationmenuitem.c: Fix deprecated g_time_zone_new
+ warning.
+ - Fix a unit test failure on Ubuntu 20.04.
+ - Use consistent Ayatana IDO names. This version of Ayatana IDO
+ breaks NG system indicators before 0.9.x.
+
Overview of changes in ayatana-ido 0.8.2
- Add Travis support (CI builds).
diff --git a/debian/changelog b/debian/changelog
index 5c5ad6e..fdf5b1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,52 @@
+ayatana-ido (0.10.2-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 08 Apr 2024 12:01:46 +0200
+
+ayatana-ido (0.10.1-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 24 Aug 2023 17:06:52 +0200
+
+ayatana-ido (0.10.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 09 Jun 2023 08:01:24 +0200
+
+ayatana-ido (0.9.3-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 26 Feb 2023 18:44:39 +0100
+
+ayatana-ido (0.9.2-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 03 Jun 2022 23:44:20 +0200
+
+ayatana-ido (0.9.1-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 17 Feb 2022 21:28:25 +0100
+
+ayatana-ido (0.9.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 02 Nov 2021 16:31:17 +0100
+
ayatana-ido (0.8.2-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-ido.
diff --git a/debian/control b/debian/control
index 35be628..726100c 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,10 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev (>= 3.8.2-0ubuntu2),
libx11-dev,
libxi-dev,
- mate-common,
valac (>= 0.16),
xauth,
xvfb,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/AyatanaIndicator/ayatana-ido
Vcs-Git: https://github.com/AyatanaIndicator/ayatana-ido
@@ -31,6 +30,15 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
+Breaks:
+ ayatana-indicator-datetime (<< 0.9.0),
+ ayatana-indicator-display (<< 0.9.0),
+ ayatana-indicator-keyboard (<< 0.9.0),
+ ayatana-indicator-messages (<< 0.9.0),
+ ayatana-indicator-notifications (<< 0.9.0),
+ ayatana-indicator-power (<< 0.9.0),
+ ayatana-indicator-session (<< 0.9.0),
+ ayatana-indicator-sound (<< 0.9.0),
Description: Widgets and other objects used for Ayatana Indicators
Shared library providing extra gtk menu items for display in system
Ayatana Indicators.
diff --git a/debian/libayatana-ido3-0.4-0.symbols b/debian/libayatana-ido3-0.4-0.symbols
index 3217176..817ae81 100644
--- a/debian/libayatana-ido3-0.4-0.symbols
+++ b/debian/libayatana-ido3-0.4-0.symbols
@@ -3,6 +3,9 @@ libayatana-ido3-0.4.so.0 libayatana-ido3-0.4-0 #MINVER#
ayatana_menu_item_factory_create_menu_item@Base 0.4.0
ayatana_menu_item_factory_get_all@Base 0.4.0
ayatana_menu_item_factory_get_type@Base 0.4.0
+ idoLevelMenuItemSetIcon@Base 0.10.0
+ idoLevelMenuItemSetLevel@Base 0.10.0
+ idoLevelMenuItemSetText@Base 0.10.0
idoRemovableMenuItemSetIcon@Base 0.8.2
idoRemovableMenuItemSetIconFromFile@Base 0.8.2
idoRemovableMenuItemSetText@Base 0.8.2
@@ -23,6 +26,7 @@ libayatana-ido3-0.4.so.0 libayatana-ido3-0.4-0 #MINVER#
ido_basic_menu_item_set_icon@Base 0.4.0
ido_basic_menu_item_set_icon_from_file@Base 0.4.0
ido_basic_menu_item_set_pixbuf@Base 0.8.3
+ ido_basic_menu_item_set_secondary_count@Base 0.9.3
ido_basic_menu_item_set_secondary_text@Base 0.4.0
ido_basic_menu_item_set_text@Base 0.4.0
ido_basic_menu_item_new_from_model@Base 0.4.0
@@ -47,6 +51,9 @@ libayatana-ido3-0.4.so.0 libayatana-ido3-0.4-0 #MINVER#
ido_entry_menu_item_new@Base 0.1.0
ido_guest_menu_item_new_from_model@Base 0.4.0
ido_init@Base 0.4.0
+ ido_level_menu_item_get_type@Base 0.10.0
+ ido_level_menu_item_new@Base 0.10.0
+ ido_level_menu_item_new_from_model@Base 0.10.0
ido_location_menu_item_get_type@Base 0.4.0
ido_location_menu_item_new@Base 0.4.0
ido_location_menu_item_new_from_model@Base 0.4.0
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index 52f7bde..95be390 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -1,6 +1,5 @@
# menus
-set_source_files_properties(menus.c PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS})
add_executable("menus" menus.c)
target_include_directories("menus" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS})
target_link_libraries("menus" ${PROJECT_DEPS_LIBRARIES} "-L${CMAKE_BINARY_DIR}/src" -layatana-ido3-0.4)
diff --git a/example/menus.c b/example/menus.c
index 1786697..eff6a9f 100644
--- a/example/menus.c
+++ b/example/menus.c
@@ -7,6 +7,7 @@
#include "idoswitchmenuitem.h"
#include "idousermenuitem.h"
#include "idoremovablemenuitem.h"
+#include "idolevelmenuitem.h"
static void
slider_grabbed (GtkWidget *widget, gpointer user_data)
@@ -150,6 +151,16 @@ main (int argc, char *argv[])
idoRemovableMenuItemUseMarkup(IDO_REMOVABLE_MENU_ITEM(menuitem), TRUE);
gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
+ gtk_menu_shell_append (GTK_MENU_SHELL (menu), gtk_separator_menu_item_new ());
+
+ /* Level */
+ menuitem = ido_level_menu_item_new();
+ idoLevelMenuItemSetText (IDO_LEVEL_MENU_ITEM (menuitem), "Some battery level");
+ GIcon *pIcon = g_themed_icon_new_with_default_fallbacks ("battery");
+ idoLevelMenuItemSetIcon (IDO_LEVEL_MENU_ITEM (menuitem), pIcon);
+ idoLevelMenuItemSetLevel (IDO_LEVEL_MENU_ITEM (menuitem), 50);
+ gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
+
/* Add the menubar */
gtk_menu_shell_append (GTK_MENU_SHELL (menubar), root);
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d0f023e..5b3638d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -39,6 +39,7 @@ set(HEADERS
idoscalemenuitem.h
idodetaillabel.h
idoentrymenuitem.h
+ idolevelmenuitem.h
)
set(SOURCES
@@ -65,6 +66,7 @@ set(SOURCES
idousermenuitem.c
idosourcemenuitem.c
idotimeline.c
+ idolevelmenuitem.c
${CMAKE_CURRENT_BINARY_DIR}/idotypebuiltins.c
)
@@ -95,19 +97,16 @@ add_custom_command(
# ayatana-ido3-0.4.so
-set_source_files_properties(${SOURCES} PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS})
add_library("ayatana-ido3-0.4" SHARED ${SOURCES})
set_target_properties("ayatana-ido3-0.4" PROPERTIES VERSION 0.0.0 SOVERSION 0)
-target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES})
+target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES} m)
target_include_directories("ayatana-ido3-0.4" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS})
target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions("ayatana-ido3-0.4" PUBLIC G_LOG_DOMAIN="IDO")
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.so" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}")
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.so.0" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}")
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.so.0.0.0" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}")
+install(TARGETS "ayatana-ido3-0.4" LIBRARY DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}")
-# ayatana-ido3-0.4.gir
+# AyatanaIdo3-0.4.gir
find_package(GObjectIntrospection REQUIRED QUIET)
@@ -137,6 +136,7 @@ if (INTROSPECTION_FOUND)
--pkg=gtk+-3.0
--warn-all
--include=Gtk-3.0
+ --c-include="libayatana-ido/libayatana-ido.h"
--library="ayatana-ido3-0.4"
--library-path=${CMAKE_CURRENT_BINARY_DIR}
--output "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.gir"
@@ -144,7 +144,7 @@ if (INTROSPECTION_FOUND)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.gir" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/gir-1.0")
- # ayatana-ido3-0.4.typelib
+ # AyatanaIdo3-0.4.typelib
add_custom_command(
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.typelib"
@@ -159,27 +159,26 @@ if (INTROSPECTION_FOUND)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.typelib" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/girepository-1.0")
-
- # ayatana-ido3-0.4.vapi
+ # libayatana-ido3-0.4.vapi
find_package(Vala REQUIRED QUIET)
if (VALA_FOUND)
add_custom_command(
- OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.vapi"
+ OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.vapi"
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.typelib"
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMAND
${VAPI_GEN}
- --library=AyatanaIdo3-0.4
+ --library=libayatana-ido3-0.4
--pkg gtk+-3.0
AyatanaIdo3-0.4.gir
)
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.vapi" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/vala/vapi")
+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.vapi" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/vala/vapi")
- add_custom_target("src" ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/AyatanaIdo3-0.4.vapi")
+ add_custom_target("src" ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.vapi")
endif ()
diff --git a/src/idoalarmmenuitem.c b/src/idoalarmmenuitem.c
index 7b70e6d..1547809 100644
--- a/src/idoalarmmenuitem.c
+++ b/src/idoalarmmenuitem.c
@@ -1,9 +1,11 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2021-2023 Robert Tari
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
* Ted Gould <ted@canonical.com>
+ * Robert Tari <robert@tari.in>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -91,8 +93,6 @@ ido_alarm_menu_item_new_from_model (GMenuItem * menu_item,
for (i=0; i<n; i++)
g_value_unset (&values[i]);
- g_free(names);
-
/* add an ActionHelper */
if (g_menu_item_get_attribute (menu_item, "action", "s", &str))
diff --git a/src/idoappointmentmenuitem.c b/src/idoappointmentmenuitem.c
index 0219c2c..dcdc3a8 100644
--- a/src/idoappointmentmenuitem.c
+++ b/src/idoappointmentmenuitem.c
@@ -1,6 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
- * Copyright 2021 Robert Tari
+ * Copyright 2021-2023 Robert Tari
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
@@ -136,6 +136,7 @@ ido_appointment_menu_item_new_from_model (GMenuItem * menu_item,
for (i=0; i<n; i++)
g_value_unset (&values[i]);
+ g_free (values);
/* add an ActionHelper */
diff --git a/src/idobasicmenuitem.c b/src/idobasicmenuitem.c
index 29444ab..5106144 100644
--- a/src/idobasicmenuitem.c
+++ b/src/idobasicmenuitem.c
@@ -1,6 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
- * Copyright 2021 Robert Tari
+ * Copyright 2021-2023 Robert Tari
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
@@ -20,7 +20,7 @@
*/
#include <gtk/gtk.h>
-
+#include "idodetaillabel.h"
#include "idoactionhelper.h"
#include "idobasicmenuitem.h"
@@ -126,6 +126,7 @@ my_dispose (GObject * object)
g_clear_object (&p->icon);
g_clear_object (&p->pPixbuf);
+ g_clear_object (&p->secondary_label);
G_OBJECT_CLASS (ido_basic_menu_item_parent_class)->dispose (object);
}
@@ -162,25 +163,8 @@ ido_basic_menu_item_update_image (IdoBasicMenuItem *self)
}
else if (p->icon)
{
- GtkIconInfo *info;
- const gchar *filename;
-
- info = gtk_icon_theme_lookup_by_gicon (gtk_icon_theme_get_default (), p->icon, 16, 0);
- filename = gtk_icon_info_get_filename (info);
-
- if (filename)
- {
- GdkPixbuf *pixbuf;
-
- pixbuf = gdk_pixbuf_new_from_file_at_scale (filename, -1, 16, TRUE, NULL);
- gtk_image_set_from_pixbuf (GTK_IMAGE (p->image), pixbuf);
-
- g_object_unref (pixbuf);
- }
-
- gtk_widget_set_visible (p->image, filename != NULL);
-
- g_object_unref (info);
+ gtk_image_set_from_gicon (GTK_IMAGE (p->image), p->icon, GTK_ICON_SIZE_MENU);
+ gtk_widget_set_visible (p->image, TRUE);
}
}
}
@@ -258,9 +242,10 @@ ido_basic_menu_item_init (IdoBasicMenuItem *self)
p->label = gtk_label_new ("");
gtk_widget_set_halign(p->label, GTK_ALIGN_START);
gtk_widget_set_valign(p->label, GTK_ALIGN_CENTER);
- p->secondary_label = gtk_label_new ("");
+ p->secondary_label = g_object_ref (ido_detail_label_new (""));
gtk_widget_set_halign(p->secondary_label, GTK_ALIGN_END);
gtk_widget_set_valign(p->secondary_label, GTK_ALIGN_CENTER);
+ gtk_style_context_add_class (gtk_widget_get_style_context (p->secondary_label), "accelerator");
w = gtk_grid_new ();
grid = GTK_GRID (w);
@@ -370,12 +355,25 @@ ido_basic_menu_item_set_secondary_text (IdoBasicMenuItem * self, const char * se
{
g_free (p->secondary_text);
p->secondary_text = g_strdup (secondary_text);
+ ido_detail_label_set_text (IDO_DETAIL_LABEL (p->secondary_label), p->secondary_text);
+ gtk_widget_set_visible (p->secondary_label, (gboolean)(p->secondary_text && *p->secondary_text));
+ }
+}
- g_object_set (G_OBJECT(p->secondary_label),
- "label", p->secondary_text,
- "visible", (gboolean)(p->secondary_text && *p->secondary_text),
- NULL);
+void ido_basic_menu_item_set_secondary_count (IdoBasicMenuItem *self, gint nCount)
+{
+ IdoBasicMenuItemPrivate *pPrivate = ido_basic_menu_item_get_instance_private (self);
+ gchar *sSecondaryText = g_strdup_printf("%i", nCount);
+
+ if (g_strcmp0 (pPrivate->secondary_text, sSecondaryText))
+ {
+ g_free (pPrivate->secondary_text);
+ pPrivate->secondary_text = g_strdup (sSecondaryText);
+ ido_detail_label_set_count (IDO_DETAIL_LABEL (pPrivate->secondary_label), nCount);
+ gtk_widget_set_visible (pPrivate->secondary_label, (gboolean)(pPrivate->secondary_text && *pPrivate->secondary_text));
}
+
+ g_free (sSecondaryText);
}
static void
@@ -410,6 +408,21 @@ ido_basic_menu_item_new_from_model (GMenuItem * menu_item,
g_free (label);
}
+ gchar *sSecondaryText;
+
+ if (g_menu_item_get_attribute (menu_item, "x-ayatana-secondary-text", "s", &sSecondaryText))
+ {
+ ido_basic_menu_item_set_secondary_text (IDO_BASIC_MENU_ITEM (item), sSecondaryText);
+ g_free (sSecondaryText);
+ }
+
+ guint nSecondaryCount;
+
+ if (g_menu_item_get_attribute (menu_item, "x-ayatana-secondary-count", "i", &nSecondaryCount))
+ {
+ ido_basic_menu_item_set_secondary_count (IDO_BASIC_MENU_ITEM (item), nSecondaryCount);
+ }
+
serialized_icon = g_menu_item_get_attribute_value (menu_item, "icon", NULL);
if (serialized_icon)
{
diff --git a/src/idolevelmenuitem.c b/src/idolevelmenuitem.c
new file mode 100644
index 0000000..5f4f5bb
--- /dev/null
+++ b/src/idolevelmenuitem.c
@@ -0,0 +1,294 @@
+/*
+ * Copyright 2023 Robert Tari
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 3, as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Author: Robert Tari <robert@tari.in>
+ */
+
+#include "idolevelmenuitem.h"
+#include "idoactionhelper.h"
+
+enum
+{
+ PROP_0,
+ PROP_ICON,
+ PROP_TEXT,
+ PROP_LEVEL,
+ PROP_LAST
+};
+
+static GParamSpec *lProperties[PROP_LAST];
+
+typedef struct
+{
+ GIcon *pIcon;
+ gchar *sText;
+ GtkWidget *pLabel;
+ GtkWidget *pImage;
+ GtkWidget *pLevelBar;
+ IdoActionHelper *pHelper;
+
+} IdoLevelMenuItemPrivate;
+
+static GParamSpec *lProperties[PROP_LAST];
+
+G_DEFINE_TYPE_WITH_PRIVATE (IdoLevelMenuItem, ido_level_menu_item, GTK_TYPE_MENU_ITEM)
+
+static void onGetProperty (GObject *pObject, guint nProperty, GValue *pValue, GParamSpec *pParamSpec)
+{
+ IdoLevelMenuItem *self = IDO_LEVEL_MENU_ITEM (pObject);
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+
+ switch (nProperty)
+ {
+ case PROP_ICON:
+ {
+ g_value_set_object (pValue, pPrivate->pIcon);
+
+ break;
+ }
+ case PROP_TEXT:
+ {
+ g_value_set_string (pValue, pPrivate->sText);
+
+ break;
+ }
+ case PROP_LEVEL:
+ {
+ guint16 nLevel = (guint16) gtk_level_bar_get_value (GTK_LEVEL_BAR (pPrivate->pLevelBar));
+ g_value_set_uint (pValue, (guint16) nLevel);
+
+ break;
+ }
+ default:
+ {
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (pObject, nProperty, pParamSpec);
+
+ break;
+ }
+ }
+}
+
+static void onSetProperty (GObject *pObject, guint nProperty, const GValue *pValue, GParamSpec *pParamSpec)
+{
+ IdoLevelMenuItem *self = IDO_LEVEL_MENU_ITEM(pObject);
+
+ switch (nProperty)
+ {
+ case PROP_ICON:
+ {
+ idoLevelMenuItemSetIcon (self, g_value_get_object (pValue));
+
+ break;
+ }
+ case PROP_TEXT:
+ {
+ idoLevelMenuItemSetText (self, g_value_get_string (pValue));
+
+ break;
+ }
+ case PROP_LEVEL:
+ {
+ idoLevelMenuItemSetLevel (self, g_value_get_uint (pValue));
+
+ break;
+ }
+ default:
+ {
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (pObject, nProperty, pParamSpec);
+
+ break;
+ }
+ }
+}
+
+static void onDispose (GObject *pObject)
+{
+ IdoLevelMenuItem *self = IDO_LEVEL_MENU_ITEM (pObject);
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+
+ g_clear_object (&pPrivate->pIcon);
+ G_OBJECT_CLASS (ido_level_menu_item_parent_class)->dispose(pObject);
+}
+
+static void onFinalize(GObject *pObject)
+{
+ IdoLevelMenuItem *self = IDO_LEVEL_MENU_ITEM (pObject);
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+
+ g_free (pPrivate->sText);
+ G_OBJECT_CLASS (ido_level_menu_item_parent_class)->finalize (pObject);
+}
+
+static void idoLevelMenuItemStyleUpdateImage (IdoLevelMenuItem *self)
+{
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+
+ gtk_image_clear (GTK_IMAGE (pPrivate->pImage));
+
+ if (pPrivate->pIcon == NULL)
+ {
+ gtk_widget_set_visible (pPrivate->pImage, FALSE);
+ }
+ else
+ {
+ gtk_image_set_from_gicon (GTK_IMAGE (pPrivate->pImage), pPrivate->pIcon, GTK_ICON_SIZE_MENU);
+ gtk_widget_set_visible (pPrivate->pImage, TRUE);
+ }
+}
+
+static void onStyleUpdated (GtkWidget *pWidget)
+{
+ GTK_WIDGET_CLASS (ido_level_menu_item_parent_class)->style_updated (pWidget);
+ idoLevelMenuItemStyleUpdateImage (IDO_LEVEL_MENU_ITEM (pWidget));
+ gtk_widget_queue_draw (pWidget);
+}
+
+static void onActivate (GtkMenuItem *item, gpointer pData)
+{
+ IdoActionHelper *pHelper = pData;
+ ido_action_helper_activate (pHelper);
+}
+
+static void ido_level_menu_item_class_init (IdoLevelMenuItemClass *klass)
+{
+ GObjectClass *pObject = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *pWidget = GTK_WIDGET_CLASS (klass);
+ pObject->get_property = onGetProperty;
+ pObject->set_property = onSetProperty;
+ pObject->dispose = onDispose;
+ pObject->finalize = onFinalize;
+ pWidget->style_updated = onStyleUpdated;
+
+ GParamFlags nParamFlags = G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS;
+ lProperties[PROP_ICON] = g_param_spec_object ("icon", "Icon", "The menuitem's GIcon", G_TYPE_OBJECT, nParamFlags);
+ lProperties[PROP_TEXT] = g_param_spec_string ("text", "Text", "The menuitem's text", "", nParamFlags);
+ lProperties[PROP_LEVEL] = g_param_spec_uint ("level", "Level", "The menuitem's level bar value", 0, 100, 0, nParamFlags);
+
+ g_object_class_install_properties(pObject, PROP_LAST, lProperties);
+}
+
+static void ido_level_menu_item_init (IdoLevelMenuItem *self)
+{
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+ pPrivate->pHelper = NULL;
+ pPrivate->pImage = gtk_image_new();
+ pPrivate->pLabel = gtk_label_new("");
+ pPrivate->pLevelBar = gtk_level_bar_new_for_interval (0.0, 100.0);
+ gtk_level_bar_add_offset_value (GTK_LEVEL_BAR (pPrivate->pLevelBar), GTK_LEVEL_BAR_OFFSET_LOW, 20.0);
+ gtk_level_bar_add_offset_value (GTK_LEVEL_BAR (pPrivate->pLevelBar), GTK_LEVEL_BAR_OFFSET_HIGH, 90.0);
+ gtk_level_bar_add_offset_value (GTK_LEVEL_BAR (pPrivate->pLevelBar), GTK_LEVEL_BAR_OFFSET_FULL, 100.0);
+
+ GtkWidget *pGrid = gtk_grid_new ();
+ gtk_grid_attach (GTK_GRID (pGrid), pPrivate->pImage, 0, 0, 1, 2);
+ gtk_grid_attach (GTK_GRID (pGrid), pPrivate->pLabel, 1, 0, 1, 1);
+ gtk_grid_attach (GTK_GRID (pGrid), pPrivate->pLevelBar, 1, 1, 1, 1);
+
+ g_object_set (pPrivate->pImage, "halign", GTK_ALIGN_START, "hexpand", FALSE, "valign", GTK_ALIGN_START, "margin-right", 6, NULL);
+ g_object_set (pPrivate->pLabel, "halign", GTK_ALIGN_START, "hexpand", TRUE, "valign", GTK_ALIGN_CENTER, NULL);
+
+ gtk_widget_show_all (pGrid);
+ gtk_container_add (GTK_CONTAINER(self), pGrid);
+}
+
+GtkWidget* ido_level_menu_item_new ()
+{
+ return GTK_WIDGET (g_object_new (IDO_TYPE_LEVEL_MENU_ITEM, NULL));
+}
+
+void idoLevelMenuItemSetIcon (IdoLevelMenuItem *self, GIcon *pIcon)
+{
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+
+ if (pPrivate->pIcon != pIcon)
+ {
+ if (pPrivate->pIcon)
+ {
+ g_object_unref (pPrivate->pIcon);
+ }
+
+ pPrivate->pIcon = pIcon ? g_object_ref (pIcon) : NULL;
+ idoLevelMenuItemStyleUpdateImage (self);
+ }
+}
+
+void idoLevelMenuItemSetText (IdoLevelMenuItem *self, const char *sText)
+{
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+
+ if (g_strcmp0(pPrivate->sText, sText))
+ {
+ g_free (pPrivate->sText);
+ pPrivate->sText = g_strdup (sText);
+
+ g_object_set (G_OBJECT (pPrivate->pLabel), "label", pPrivate->sText, "visible", (gboolean)(pPrivate->sText && *pPrivate->sText), NULL);
+ }
+}
+
+void idoLevelMenuItemSetLevel (IdoLevelMenuItem *self, guint16 nLevel)
+{
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (self);
+
+ gtk_level_bar_set_value (GTK_LEVEL_BAR (pPrivate->pLevelBar), (gdouble)nLevel);
+}
+
+GtkMenuItem* ido_level_menu_item_new_from_model (GMenuItem *pMenuItem, GActionGroup *pActionGroup)
+{
+ GtkWidget *pItem = ido_level_menu_item_new ();
+ IdoLevelMenuItemPrivate *pPrivate = ido_level_menu_item_get_instance_private (IDO_LEVEL_MENU_ITEM (pItem));
+
+ gchar *sLabel;
+
+ if (g_menu_item_get_attribute (pMenuItem, "label", "s", &sLabel))
+ {
+ idoLevelMenuItemSetText (IDO_LEVEL_MENU_ITEM (pItem), sLabel);
+ g_free (sLabel);
+ }
+
+ GVariant *sIcon = g_menu_item_get_attribute_value (pMenuItem, "icon", NULL);
+
+ if (sIcon)
+ {
+ GIcon *pIcon = g_icon_deserialize (sIcon);
+ idoLevelMenuItemSetIcon (IDO_LEVEL_MENU_ITEM (pItem), pIcon);
+ g_object_unref (pIcon);
+ g_variant_unref (sIcon);
+ }
+
+ guint16 nProgress = 0;
+
+ if (g_menu_item_get_attribute (pMenuItem, "x-ayatana-level", "q", &nProgress))
+ {
+ idoLevelMenuItemSetLevel (IDO_LEVEL_MENU_ITEM (pItem), nProgress);
+ }
+
+ gchar *sAction;
+
+ if (g_menu_item_get_attribute (pMenuItem, "action", "s", &sAction))
+ {
+ GVariant *sTarget = g_menu_item_get_attribute_value (pMenuItem, "target", NULL);
+ pPrivate->pHelper = ido_action_helper_new (pItem, pActionGroup, sAction, sTarget);
+ g_signal_connect_object (pItem, "activate", G_CALLBACK (onActivate), pPrivate->pHelper, 0);
+ g_signal_connect_swapped (pItem, "destroy", G_CALLBACK (g_object_unref), pPrivate->pHelper);
+
+ if (sTarget)
+ {
+ g_variant_unref (sTarget);
+ }
+
+ g_free (sAction);
+ }
+
+ return GTK_MENU_ITEM (pItem);
+}
diff --git a/src/idolevelmenuitem.h b/src/idolevelmenuitem.h
new file mode 100644
index 0000000..bba5bc9
--- /dev/null
+++ b/src/idolevelmenuitem.h
@@ -0,0 +1,52 @@
+/*
+ * Copyright 2023 Robert Tari
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 3, as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Author: Robert Tari <robert@tari.in>
+ */
+
+#ifndef __IDO_LEVEL_MENU_ITEM_H__
+#define __IDO_LEVEL_MENU_ITEM_H__
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define IDO_TYPE_LEVEL_MENU_ITEM (ido_level_menu_item_get_type ())
+#define IDO_LEVEL_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), IDO_TYPE_LEVEL_MENU_ITEM, IdoLevelMenuItem))
+#define IDO_IS_LEVEL_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), IDO_TYPE_LEVEL_MENU_ITEM))
+
+typedef struct _IdoLevelMenuItem IdoLevelMenuItem;
+typedef struct _IdoLevelMenuItemClass IdoLevelMenuItemClass;
+
+struct _IdoLevelMenuItemClass
+{
+ GtkMenuItemClass parent_class;
+};
+
+struct _IdoLevelMenuItem
+{
+ GtkMenuItem parent;
+};
+
+GType ido_level_menu_item_get_type (void) G_GNUC_CONST;
+GtkWidget* ido_level_menu_item_new ();
+GtkMenuItem* ido_level_menu_item_new_from_model (GMenuItem *pMenuItem, GActionGroup *pActionGroup);
+void idoLevelMenuItemSetIcon (IdoLevelMenuItem *self, GIcon *pIcon);
+void idoLevelMenuItemSetText (IdoLevelMenuItem *self, const char *sText);
+void idoLevelMenuItemSetLevel (IdoLevelMenuItem *self, guint16 nLevel);
+
+G_END_DECLS
+
+#endif
diff --git a/src/idolocationmenuitem.c b/src/idolocationmenuitem.c
index 6999cc1..2748e54 100644
--- a/src/idolocationmenuitem.c
+++ b/src/idolocationmenuitem.c
@@ -1,8 +1,10 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2023 Robert Tari
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -337,6 +339,7 @@ ido_location_menu_item_new_from_model (GMenuItem * menu_item,
for (i=0; i<n; i++)
g_value_unset (&values[i]);
+ g_free (values);
/* give it an ActionHelper */
diff --git a/src/idomediaplayermenuitem.c b/src/idomediaplayermenuitem.c
index 801d57b..071c4af 100644
--- a/src/idomediaplayermenuitem.c
+++ b/src/idomediaplayermenuitem.c
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2023 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -17,6 +18,7 @@
* Conor Curran <conor.curran@canonical.com>
* Mirco Müller <mirco.mueller@canonical.com>
* Lars Uebernickel <lars.uebernickel@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include "idomediaplayermenuitem.h"
diff --git a/src/idomenuitemfactory.c b/src/idomenuitemfactory.c
index e259664..85318d5 100644
--- a/src/idomenuitemfactory.c
+++ b/src/idomenuitemfactory.c
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2023 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -15,6 +16,7 @@
*
* Authors:
* Lars Uebernickel <lars.uebernickel@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include <gtk/gtk.h>
@@ -33,6 +35,7 @@
#include "idoswitchmenuitem.h"
#include "idoprogressmenuitem.h"
#include "idoremovablemenuitem.h"
+#include "idolevelmenuitem.h"
#define IDO_TYPE_MENU_ITEM_FACTORY (ido_menu_item_factory_get_type ())
#define IDO_MENU_ITEM_FACTORY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), IDO_TYPE_MENU_ITEM_FACTORY, IdoMenuItemFactory))
@@ -57,10 +60,10 @@ ido_menu_item_factory_create_menu_item (AyatanaMenuItemFactory *factory,
{
GtkMenuItem *item = NULL;
- if (g_str_equal (type, "indicator.user-menu-item"))
+ if (g_str_equal (type, "org.ayatana.indicator.user-menu-item"))
item = ido_user_menu_item_new_from_model (menuitem, actions);
- if (g_str_equal (type, "indicator.guest-menu-item"))
+ if (g_str_equal (type, "org.ayatana.indicator.guest-menu-item"))
item = ido_guest_menu_item_new_from_model (menuitem, actions);
else if (g_str_equal (type, "org.ayatana.indicator.calendar"))
@@ -81,16 +84,16 @@ ido_menu_item_factory_create_menu_item (AyatanaMenuItemFactory *factory,
else if (g_str_equal (type, "org.ayatana.indicator.progress"))
item = ido_progress_menu_item_new_from_model (menuitem, actions);
- else if (g_str_equal (type, "org.ayatana.unity.slider"))
+ else if (g_str_equal (type, "org.ayatana.indicator.slider"))
item = ido_scale_menu_item_new_from_model (menuitem, actions);
- else if (g_str_equal (type, "org.ayatana.unity.media-player"))
+ else if (g_str_equal (type, "org.ayatana.indicator.media-player"))
item = ido_media_player_menu_item_new_from_model (menuitem, actions);
- else if (g_str_equal (type, "org.ayatana.unity.playback-item"))
+ else if (g_str_equal (type, "org.ayatana.indicator.playback-item"))
item = ido_playback_menu_item_new_from_model (menuitem, actions);
- else if (g_str_equal (type, "org.ayatana.application"))
+ else if (g_str_equal (type, "org.ayatana.indicator.application"))
item = ido_application_menu_item_new_from_model (menuitem, actions);
else if (g_str_equal (type, "org.ayatana.indicator.messages.source"))
@@ -102,6 +105,9 @@ ido_menu_item_factory_create_menu_item (AyatanaMenuItemFactory *factory,
else if (g_str_equal (type, "org.ayatana.indicator.removable"))
item = ido_removable_menu_item_new_from_model (menuitem, actions);
+ else if (g_str_equal (type, "org.ayatana.indicator.level"))
+ item = ido_level_menu_item_new_from_model (menuitem, actions);
+
return item;
}
diff --git a/src/idoplaybackmenuitem.c b/src/idoplaybackmenuitem.c
index 7f19718..fc42b6d 100644
--- a/src/idoplaybackmenuitem.c
+++ b/src/idoplaybackmenuitem.c
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2023 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -18,6 +19,7 @@
* Mirco Müller <mirco.mueller@canonical.com>
* Andrea Cimitan <andrea.cimitan@canonical.com>
* Lars Uebernickel <lars.uebernickel@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include "idoplaybackmenuitem.h"
@@ -290,14 +292,8 @@ ido_playback_menu_item_button_release_event (GtkWidget *menuitem,
GdkEventButton *event)
{
IdoPlaybackMenuItem *item = IDO_PLAYBACK_MENU_ITEM (menuitem);
- Button button;
- const gchar *action = action;
- button = ido_playback_menu_item_get_button_at_pos (menuitem, event->x, event->y);
- if (button != item->cur_pushed_button)
- button = BUTTON_NONE;
-
- action = item->button_actions[item->cur_pushed_button];
+ const gchar *action = item->button_actions[item->cur_pushed_button];
if (item->action_group && action)
g_action_group_activate_action (item->action_group, action, NULL);
diff --git a/src/idoprogressmenuitem.c b/src/idoprogressmenuitem.c
index 004682e..821d0a6 100644
--- a/src/idoprogressmenuitem.c
+++ b/src/idoprogressmenuitem.c
@@ -1,19 +1,19 @@
/*
- * Copyright 2013 Canonical Ltd.
+ * Copyright 2023 Robert Tari
*
* Authors:
- * Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*
- * This program is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 3, as published
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 3, as published
* by the Free Software Foundation.
*
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranties of
- * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
+ * You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -21,85 +21,70 @@
#include "idobasicmenuitem.h"
#include "idoactionhelper.h"
-static void
-on_progress_action_state_changed (IdoActionHelper * helper,
- GVariant * state,
- gpointer unused G_GNUC_UNUSED)
+static void onActivate (GtkMenuItem *item, gpointer pData)
{
- IdoBasicMenuItem * ido_menu_item;
- char * str;
-
- ido_menu_item = IDO_BASIC_MENU_ITEM (ido_action_helper_get_widget (helper));
-
- g_return_if_fail (ido_menu_item != NULL);
- g_return_if_fail (g_variant_is_of_type (state, G_VARIANT_TYPE_UINT32));
-
- str = g_strdup_printf ("%"G_GUINT32_FORMAT"%%", g_variant_get_uint32 (state));
- ido_basic_menu_item_set_secondary_text (ido_menu_item, str);
- g_free (str);
+ IdoActionHelper *pHelper = pData;
+ ido_action_helper_activate (pHelper);
}
/**
* ido_progress_menu_item_new_from_model:
- * @menu_item: the corresponding menuitem
- * @actions: action group to tell when this GtkMenuItem is activated
+ * @pMenuItem: the corresponding menuitem
+ * @pActionGroup: action group to tell when this GtkMenuItem is activated
*
* Creates a new progress menuitem with properties initialized from
* the menuitem's attributes.
*
* If the menuitem's 'action' attribute is set, trigger that action
- * in @actions when this IdoBasicMenuItem is activated.
+ * in @pActionGroup when this IdoProgressMenuItem is activated.
*/
-GtkMenuItem *
-ido_progress_menu_item_new_from_model (GMenuItem * menu_item,
- GActionGroup * actions)
+GtkMenuItem *ido_progress_menu_item_new_from_model (GMenuItem *pMenuItem, GActionGroup *pActionGroup)
{
- guint i;
- guint n;
- gchar * str;
- IdoBasicMenuItem * ido_menu_item;
- const gchar * names[1] = {0};
- GValue * values;
- const guint n_max = 1;
-
- /* create the ido menuitem */;
+ IdoBasicMenuItem *pBasicMenuItem = NULL;
+ gchar *sLabel = NULL;
- n = 0;
- values = g_new0(GValue, n_max);
-
- if (g_menu_item_get_attribute (menu_item, "label", "s", &str))
+ if (g_menu_item_get_attribute (pMenuItem, "label", "s", &sLabel))
{
- names[n] = "text";
- g_value_init (&values[n], G_TYPE_STRING);
- g_value_take_string (&values[n], str);
- n++;
- }
-
- g_assert (n <= G_N_ELEMENTS (names));
- g_assert (n <= n_max);
- ido_menu_item = IDO_BASIC_MENU_ITEM(g_object_new_with_properties (IDO_TYPE_BASIC_MENU_ITEM, n, names, values));
-
- for (i=0; i<n; i++)
- g_value_unset (&values[i]);
-
- /* give it an ActionHelper */
-
- if (g_menu_item_get_attribute (menu_item, "action", "s", &str))
- {
- IdoActionHelper * helper;
-
- helper = ido_action_helper_new (GTK_WIDGET(ido_menu_item),
- actions,
- str,
- NULL);
- g_signal_connect (helper, "action-state-changed",
- G_CALLBACK (on_progress_action_state_changed), NULL);
- g_signal_connect_swapped (ido_menu_item, "destroy",
- G_CALLBACK (g_object_unref), helper);
-
- g_free (str);
+ pBasicMenuItem = IDO_BASIC_MENU_ITEM (g_object_new (IDO_TYPE_BASIC_MENU_ITEM, "text", sLabel, NULL));
+ g_free (sLabel);
+
+ GVariant *pIconVariant = g_menu_item_get_attribute_value (pMenuItem, "icon", NULL);
+
+ if (pIconVariant)
+ {
+ GIcon *pIcon = g_icon_deserialize (pIconVariant);
+ ido_basic_menu_item_set_icon (pBasicMenuItem, pIcon);
+ g_object_unref (pIcon);
+ g_variant_unref (pIconVariant);
+ }
+
+ guint16 nProgress = 0;
+
+ if (g_menu_item_get_attribute (pMenuItem, "x-ayatana-progress", "q", &nProgress))
+ {
+ gchar *sProgress = g_strdup_printf ("%"G_GUINT16_FORMAT"%%", nProgress);
+ ido_basic_menu_item_set_secondary_text (pBasicMenuItem, sProgress);
+ g_free (sProgress);
+ }
+
+ gchar *sAction = NULL;
+
+ if (g_menu_item_get_attribute (pMenuItem, "action", "s", &sAction))
+ {
+ GVariant *pTarget = g_menu_item_get_attribute_value (pMenuItem, "target", NULL);
+ IdoActionHelper *pHelper = ido_action_helper_new (GTK_WIDGET (pBasicMenuItem), pActionGroup, sAction, pTarget);
+ g_signal_connect_object (pBasicMenuItem, "activate", G_CALLBACK (onActivate), pHelper, 0);
+ g_signal_connect_swapped (pBasicMenuItem, "destroy", G_CALLBACK (g_object_unref), pHelper);
+
+ if (pTarget)
+ {
+ g_variant_unref (pTarget);
+ }
+
+ g_free (sAction);
+ }
}
- return GTK_MENU_ITEM (ido_menu_item);
+ return GTK_MENU_ITEM (pBasicMenuItem);
}
diff --git a/src/idoremovablemenuitem.c b/src/idoremovablemenuitem.c
index 946ffb3..d857fd4 100644
--- a/src/idoremovablemenuitem.c
+++ b/src/idoremovablemenuitem.c
@@ -1,8 +1,10 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2023 Robert Tari
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -131,23 +133,8 @@ static void idoRemovableMenuItemStyleUpdateImage(IdoRemovableMenuItem *self)
}
else
{
- GtkIconInfo *pInfo;
- const gchar *sFilename;
-
- pInfo = gtk_icon_theme_lookup_by_gicon(gtk_icon_theme_get_default(), pPrivate->pIcon, 16, 0);
- sFilename = gtk_icon_info_get_filename(pInfo);
-
- if (sFilename)
- {
- GdkPixbuf *pPixbuf;
-
- pPixbuf = gdk_pixbuf_new_from_file_at_scale(sFilename, -1, 16, TRUE, NULL);
- gtk_image_set_from_pixbuf(GTK_IMAGE(pPrivate->pImage), pPixbuf);
- g_object_unref (pPixbuf);
- }
-
- gtk_widget_set_visible(pPrivate->pImage, sFilename != NULL);
- g_object_unref(pInfo);
+ gtk_image_set_from_gicon (GTK_IMAGE (pPrivate->pImage), pPrivate->pIcon, GTK_ICON_SIZE_MENU);
+ gtk_widget_set_visible (pPrivate->pImage, TRUE);
}
}
diff --git a/src/idoscalemenuitem.c b/src/idoscalemenuitem.c
index 7baac17..c6cf877 100644
--- a/src/idoscalemenuitem.c
+++ b/src/idoscalemenuitem.c
@@ -1,5 +1,6 @@
/*
* Copyright 2010 Canonical, Ltd.
+ * Copyright 2021-2024 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of either or both of the following licenses:
@@ -21,9 +22,11 @@
*
* Authors:
* Cody Russell <crussell@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include <gtk/gtk.h>
+#include <math.h>
#include "idorange.h"
#include "idoscalemenuitem.h"
#include "idotypebuiltins.h"
@@ -166,7 +169,6 @@ ido_scale_menu_item_constructed (GObject *object)
gtk_scale_set_draw_value (GTK_SCALE (priv->scale), FALSE);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
- gtk_widget_set_margin_end(hbox, 16);
priv->primary_image = gtk_image_new ();
g_signal_connect (priv->primary_image, "notify",
@@ -700,7 +702,7 @@ ido_scale_menu_item_new_with_range (const gchar *label,
gdouble max,
gdouble step)
{
- GObject *adjustment = G_OBJECT (gtk_adjustment_new (value, min, max, step, 10 * step, 0));
+ GObject *adjustment = G_OBJECT (gtk_adjustment_new (value, min, max, step, step, 0));
return GTK_WIDGET (g_object_new (IDO_TYPE_SCALE_MENU_ITEM,
"label", label,
@@ -1047,6 +1049,13 @@ menu_item_get_icon (GMenuItem *menuitem,
return value ? g_icon_deserialize (value) : NULL;
}
+static gchar* onFormatValue (GtkScale *pScale, gdouble fValue)
+{
+ gint nValue = fValue * 100;
+ gchar *sValue = g_strdup_printf ("%i%%", nValue);
+
+ return sValue;
+}
/**
* ido_scale_menu_item_new_from_model:
*
@@ -1088,6 +1097,31 @@ ido_scale_menu_item_new_from_model (GMenuItem *menuitem,
g_free (action);
}
+ IdoScaleMenuItemPrivate *pPrivate = ido_scale_menu_item_get_instance_private (IDO_SCALE_MENU_ITEM (item));
+ guchar nDigits = 0;
+ gboolean bFound = g_menu_item_get_attribute (menuitem, "digits", "y", &nDigits);
+
+ if (bFound)
+ {
+ gtk_scale_set_digits (GTK_SCALE (pPrivate->scale), nDigits);
+ gtk_range_set_round_digits (GTK_RANGE (pPrivate->scale), nDigits);
+ }
+
+ gboolean bMarks = FALSE;
+ bFound = g_menu_item_get_attribute (menuitem, "marks", "b", &bMarks);
+
+ if (bFound)
+ {
+ gtk_scale_set_draw_value (GTK_SCALE (pPrivate->scale), TRUE);
+
+ for (gdouble fValue = min; fValue < (max + step); fValue += step)
+ {
+ gtk_scale_add_mark (GTK_SCALE (pPrivate->scale), round (fValue * 10) / 10, GTK_POS_BOTTOM, NULL);
+ }
+
+ g_signal_connect (pPrivate->scale, "format-value", G_CALLBACK (onFormatValue), NULL);
+ }
+
min_icon = menu_item_get_icon (menuitem, "min-icon");
max_icon = menu_item_get_icon (menuitem, "max-icon");
ido_scale_menu_item_set_icons (IDO_SCALE_MENU_ITEM (item), min_icon, max_icon);
diff --git a/src/idousermenuitem.c b/src/idousermenuitem.c
index 96bbeb4..4279723 100644
--- a/src/idousermenuitem.c
+++ b/src/idousermenuitem.c
@@ -1,10 +1,12 @@
/*
Copyright 2011 Canonical Ltd.
+Copyright 2023 Robert Tari
Authors:
Conor Curran <conor.curran@canonical.com>
Mirco Müller <mirco.mueller@canonical.com>
Charles Kerr <charles.kerr@canonical.com>
+ Robert Tari <robert@tari.in>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3, as published
@@ -397,7 +399,7 @@ ido_user_menu_item_new (void)
/*
* This is a helper function for creating user menuitems for both
- * "indicator.user-menu-item" and "indicator.guest-menu-item",
+ * "org.ayatana.indicator.user-menu-item" and "org.ayatana.indicator.guest-menu-item",
* since they only differ in how they use their action's state.
*/
static GtkMenuItem *
@@ -445,6 +447,8 @@ user_menu_item_new_from_model (GMenuItem * menuitem,
for (i=0; i<n; i++)
g_value_unset (&values[i]);
+ g_free (values);
+
/* gie it an ActionHelper */
if (g_menu_item_get_attribute (menuitem, G_MENU_ATTRIBUTE_ACTION, "s", &action))
@@ -472,7 +476,7 @@ user_menu_item_new_from_model (GMenuItem * menuitem,
}
/***
-**** indicator.user-menu-item handler
+**** org.ayatana.indicator.user-menu-item handler
***/
/**
@@ -546,7 +550,7 @@ ido_user_menu_item_new_from_model (GMenuItem *menuitem,
}
/***
-**** indicator.guest-menu-item handler
+**** org.ayatana.indicator.guest-menu-item handler
***/
static void
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index eb6cff1..28c5727 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(GMock)
+find_package(GTest REQUIRED)
# gtest-menuitems
@@ -7,8 +7,6 @@ include_directories(
${PROJECT_DEPS_INCLUDE_DIRS}
)
-set_source_files_properties(gtest-menuitems.cpp PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS})
-
add_executable("gtest-menuitems" gtest-menuitems.cpp)
target_link_options("gtest-menuitems" PRIVATE -no-pie)
target_link_libraries("gtest-menuitems"