aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 13:52:34 -0500
committerTed Gould <ted@gould.cx>2010-08-12 13:52:34 -0500
commit0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (patch)
tree8d30459d833dc68af1363449936f46fecc7746ab /ChangeLog
parent863cd1c1debec979f11ca59c8fbf4ed129183edf (diff)
parentd81670cc9cf081b1296561d9da2176975da7643b (diff)
downloadayatana-indicator-application-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.tar.gz
ayatana-indicator-application-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.tar.bz2
ayatana-indicator-application-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.zip
Import upstream version 0.2.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog480
1 files changed, 460 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ed714a..68de16c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,445 @@
# Generated by Makefile. Do not edit.
+2010-08-12 Ted Gould <ted@gould.cx>
+
+ Switching to using ordering IDs instead of the LRU file.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Merging in the XLabel branch to handle conflicts.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Adding the wrapper properties to the get.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Adding in a wrapper signal
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Adding a set of wrapper properties that can be used by the dbus interface.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Changing the app store
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Changing the Dbus interface.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Fighting wrap around
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Better debug printing.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Using unsigned chars for calculating, we want no sign extension.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ We were using the wrong function, we want categories not statuses!
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Making a wrapper property for the 'X' domain
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Putting the ordering index into the 'x' domain.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Making it so that applications will pass '0' over dbus if they don't have a set ordering index.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Ignoring the generate id library object file.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Instead of using a struct just using multiply, which in all reality, is more clear and the compiler will optimize it for us.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Making the categories a case statement.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Switching to be more opaque, but also more sane.
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Flipping the order
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Typo
+
+2010-08-11 Ted Gould <ted@gould.cx>
+
+ Ensuring that we got a list of keys so we don't crash
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Checking for an override and applying it.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Fleshing out the loading overrides function.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Putting together the pieces to look for override files
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Adding an override hash table
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Installing the override file in the package specific data directory.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Adding in an override keyfile
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Fixing documentation with new API.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Updating to trunk
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Removing the LRU file object.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Removing the LRU file
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Pulling in the generate ID function as well
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Setting the ordering ID.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Adding in an ordering index for application structures
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ I like 'index' better than 'id' -- now everything is consistent.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Adding 'OrderingIndex' and realigning.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Providing accessors for the ordering_id property
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Storing the value and allowing the get to use a generated value.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Uhg, wrong library
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Brining generate-id into the fold
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Writing a small little function to generate the ID.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Adding the ordering id property.
+
+2010-08-09 Ted Gould <ted@gould.cx>
+
+ Adding the Ordering Index property
+
+2010-08-09 Ted Gould <ted@gould.cx>
+
+ Start with the ABI break.
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Breaking the ABI so we have more space in the class structure
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Changing the size of the class structure, the reason for the break.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Incrementing the major version number
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Adding label support
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Adding label support into the indicator
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Syncing with trunk and resolving conflicts
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Updating with helper when rebuilding.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Tracking the long name along with the application entry.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Check for suffix when updating icon as well!
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Showing and hiding the entries with removal.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Reshuffling the signaling and making sure to ref the label.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Not really sure what this TODO meant, so I'm removing it.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Some slight refactoring and comments along with the ability to remove the entries and recreate them.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Building a label in the case that we don't have one already.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Adding updating the guide and label size to the label update signal
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Storing the guide and using it to bound the size of the label.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Changing the prototype of the added function.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Fixing the prototype for the label changed signal.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Fix the check for the updated function signature.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ If it changes, let's update.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ If we get passed a label let's make a GTK one for fun.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Connecting to the application signal for new label and handling it appropriately.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Cast once, be happy
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Sending the label and the guide over dbus if we have them.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Start tracking the label and the label guide allong with the other application properties.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Whitespace fix
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Adding in a base signal handler for the label change
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Adding signal for label changing.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Adding the new entries to the list of the get_apps function.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Updating signal emition to match new API
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Changing prototypes to match DBus API change.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Adding labels to the service interface
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Adding defines for the new properties and signal.
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Merging in the API changes
+
+2010-08-10 Ted Gould <ted@gould.cx>
+
+ Adding label support into the library.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Fixing merge
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Updating to trunk and resolve conflicts
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Adding the ability to toggle the label on and off
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Make sure we get to 100
+
+2010-08-04 Ted Gould <ted@gould.cx>
+
+ Setting the label in the simple client
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ More signalling tests.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Setting up a basic signals test
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Stupid reverse logic in the string comparison.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Turning null strings into NULLs
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Adding a test to set the label and guides a bunch.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Signaling when the labels change in the idle loop
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Putting the new define into the docs
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Reusing the application service marshallers, not beautiful, but it works for now.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Adding in a signal to tell when the label is updated.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Adding the label funcs to the documentation.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Adding in the convience wrappers
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Adding the label and guide fields to the private struct and tying that into the properties.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Setting up the label and lable guide properties.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Adding a property to guide the size of the label
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ These have needed to be ignored for a while.
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ This shouldn't be in Bazaar
+
+2010-08-03 Ted Gould <ted@gould.cx>
+
+ Adding the label property and a signal for it changing.
+
+2010-08-05 Ted Gould <ted@gould.cx>
+
+ Support dynamically changing the icon theme path.
+
+2010-08-05 Sense Egbert Hofstede <sense@ubuntu.com>
+
+ Passing the updated icon theme path along with the DBus signal, saving a DBus call.
+
+2010-07-22 Sense Hofstede <sense@ubuntu.com>
+
+ Fixed two G_PARAM_SPECS and made it even more possible to remove the
+ custom icon theme path.
+
+2010-07-22 Sense Hofstede <sense@ubuntu.com>
+
+ Fix wrong naming that caused the signal to be missed
+
+2010-07-22 Sense Hofstede <sense@ubuntu.com>
+
+ Clean-up and renaming variables and functions everywhere to use icon_theme_path for
+ the sake of consistency.
+
+ Doesn't seem to do antyhing, though.
+
+2010-07-22 C10uD <c10ud.dev@gmail.com>
+
+ forgot some files
+
+2010-07-22 C10uD <c10ud.dev@gmail.com>
+
+ trying to implement runtime theme-path changing
+
+2010-07-15 Ted Gould <ted@gould.cx>
+
+ 0.2.3
+
2010-07-13 Ted Gould <ted@gould.cx>
Adjusting the tests so they can deal with slow systems better.
@@ -434,7 +874,7 @@
Merging fix to make it so that python apps can set an icon path.
-2010-03-30 Ted Gould <ted@gould.cx>
+2010-03-30 C10uD <c10ud.dev@gmail.com>
Patch 001 from bug 527061
@@ -649,7 +1089,7 @@
Updated patch for the visibility field
-2010-02-23 Ted Gould <ted@gould.cx>
+2010-02-23 Jan Arne Petersen <jpetersen@openismus.com>
Second patch on 524150
@@ -661,7 +1101,7 @@
Looking at children with foreach instead of forall
-2010-02-22 Ted Gould <ted@gould.cx>
+2010-02-22 Jan Arne Petersen <jpetersen@openismus.com>
Creates and event handler for the add and remove signals to recreate the menu
@@ -685,7 +1125,7 @@
Fixes bug 522151
-2010-02-22 Ted Gould <ted@gould.cx>
+2010-02-22 Jan Arne Petersen <jpetersen@openismus.com>
Set the sensitive state when starting out.
@@ -721,7 +1161,7 @@
Removing debug output
-2010-02-19 Ted Gould <ted@gould.cx>
+2010-02-19 Jan Arne Petersen <jpetersen@openismus.com>
Fix to unregister the object
@@ -984,7 +1424,7 @@
Getting run-xvfb on the tests
-2010-02-01 Ted Gould <ted@gould.cx>
+2010-02-01 Conor Curran <conor.curran@canonical.com>
Checking for the nunit dependency with a specific version.
@@ -1212,7 +1652,7 @@
We should have kept ref's to these.
-2010-01-19 Ted Gould <ted@gould.cx>
+2010-01-19 Cody Russell <cody.russell@canonical.com>
Handling duplication applications getting added.
@@ -1400,7 +1840,7 @@
0.0.8
-2010-01-12 Ted Gould <ted@gould.cx>
+2010-01-12 Cody Russell <crussell@canonical.com>
Mirror the icon changes over dbus
@@ -1464,7 +1904,7 @@
Switching the metadata to not use #defines
-2010-01-11 Ted Gould <ted@gould.cx>
+2010-01-11 Cody Russell <cody.russell@canonical.com>
Watching several properties and updating them as they change.
@@ -1640,7 +2080,7 @@
Adding of a new property, icon path, to store the path to the icons.
-2010-01-08 Ted Gould <ted@gould.cx>
+2010-01-08 Aurélien Gâteau <agateau@canonical.com>
Changing to freedesktop.org namespace and fixing some of the function names and interfaces that weren't matching the FD.o spec.
@@ -1664,7 +2104,7 @@
Use org.freedesktop namespace
-2010-01-08 Ted Gould <ted@gould.cx>
+2010-01-08 Sebastien Bacher <seb128@canonical.com>
Typo in documentation using wrong values for the enum.
@@ -1672,7 +2112,7 @@
Use correct status syntax in the api description (lp: #504700)
-2010-01-07 Ted Gould <ted@gould.cx>
+2010-01-07 Cody Russell <crussell@canonical.com>
Support for check items in the libappindicator menu parser.
@@ -1725,7 +2165,7 @@
0.0.5
-2009-12-17 Ted Gould <ted@gould.cx>
+2009-12-17 Ken VanDine <ken.vandine@canonical.com>
Linking Mono bindings to versioned library and fixing the example with licensing info and a menu.
@@ -1805,7 +2245,7 @@
Adding the Python build system into the indicator-application one.
-2009-12-11 Ted Gould <ted@gould.cx>
+2009-12-11 Neil J. Patel <neil.patel@canonical.com>
Stealing a bunch of Neil's python binding code.
@@ -1885,7 +2325,7 @@
0.0.4
-2009-12-11 Ted Gould <ted@gould.cx>
+2009-12-11 Ken VanDine <ken.vandine@canonical.com>
Adding extra files to the distribution tarball and making the documentation include the version number.
@@ -1902,7 +2342,7 @@
* Bump version to 0.0.4
* Include version in the generated docs
-2009-12-10 Ted Gould <ted@gould.cx>
+2009-12-10 Ken VanDine <ken.vandine@canonical.com>
Documentation cleanups
@@ -1914,7 +2354,7 @@
0.0.3
-2009-12-10 Ted Gould <ted@gould.cx>
+2009-12-10 Ken Vandine <ken.vandine@canonical.com>
Increasing libindicator requirement to 0.3.0
@@ -1922,7 +2362,7 @@
Bump required version for libindicator to 0.3.0
-2009-12-09 Ted Gould <ted@gould.cx>
+2009-12-09 Cody Russell <cody.russell@canonical.com>
Adding support for separators.
@@ -2538,7 +2978,7 @@
Adding a test that sets a bunch of properties.
-2009-10-21 Ted Gould <ted@canonical.com>
+2009-10-21 Cody Russell <crussell@canonical.com>
Ah, forgot a return. Cody would kill me! Oh, no.
@@ -2694,7 +3134,7 @@
Adding programs for buiding enums and marsherers and all that jazz
-2009-10-16 Ted Gould <ted@canonical.com>
+2009-10-16 Emmanuele Bassi <ebassi@linux.intel.com>
Stealing these makefile segments to build enums and marshallers