aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-04 15:02:28 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-04 15:02:28 -0500
commit0bb911f850ebfd0f4ad2686966933272bb9bdefd (patch)
treef32b4b36df352e4356c1b524a1efc16a0c40e9aa /ChangeLog
parentbc392e208fa1f9b46c77ea8142dadd629722663a (diff)
parent2d60549a2394ce7d73907abcaca22b48553d6c5b (diff)
downloadlibdbusmenu-0bb911f850ebfd0f4ad2686966933272bb9bdefd.tar.gz
libdbusmenu-0bb911f850ebfd0f4ad2686966933272bb9bdefd.tar.bz2
libdbusmenu-0bb911f850ebfd0f4ad2686966933272bb9bdefd.zip
Import upstream version 0.5.97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog176
1 files changed, 176 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 232ca73..63fd031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,181 @@
# Generated by Makefile. Do not edit.
+2012-04-04 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.5.97
+
+2012-04-04 Charles Kerr <charles.kerr@canonical.com>
+
+ Merge lp:~ted/dbusmenu/event-grouping to reduce the number of dbus messages that hud-service sends.
+
+ This change takes all of the events on a client and puts them into single dbus messages to be sent to the server. It also does the same thing for about-to-show messages. Both sets of messages are reserialized on either side to make callers unable to notice the difference.
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Fixing a cut-and-paste comment
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Switching to GQueue
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Attaching bug
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Adding the group events property
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Fill out the group callback to update if we need it
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Fleshing out the idle handler for about to show
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Setup our idle if we're grouping the events
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Set up the about-to-show task tracking variables
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Pulling out parts of about to show so that we have a core function there
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Adding a test that disables the event grouping
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Set and get the event grouping and notify if we change it
+
+2012-04-03 Ted Gould <ted@gould.cx>
+
+ Add a property to whether we should group events or not
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Making sure to clear the idle so we queue again
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Unpacking the tuple
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Making sure to init our error
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Making sure the variant is appropriately wrapped
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ If we're going to unref we should set to NULL to catch potential errors
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Checking the version of the server to see if we can group the properties
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Okay, making all the callbacks real and returning appropriate errors
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Make the getting of properties debug messages as they can happen in normal usage
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Putting a warning in dispose for something we shouldn't have to do
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Setting up our callback function
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Flesh out the idle callback so we're not actually sending a message on DBus!
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Switching to a linked list of event_data structures getting passed to the idle function
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Splitting out the ending of the event_data object
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Handle the case of sending to the idle.
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Start by adding the data we're going to need to our private structure
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Move the actual about-to-show call into the idle incase we get a ton of them (I'm looking at you HUD)
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Fleshing out the about-to-show group handler
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Make it so the memory handling of the event_core function is more predictable and correct.
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Fleshing out the event group function
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Adding a way to give a partial error of IDs not being found
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Pulling the core event handling into its own function
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Merging trunk
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Put in functions to handle the new group functions
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Adding two grouping functions for events and about to show
+
+2012-03-30 Ted Gould <ted@gould.cx>
+
+ Bumping the version of the wire protocol
+
+2012-04-03 Charles Kerr <charles.kerr@canonical.com>
+
+ Merge lp:~allanlesage/dbusmenu/TDD to add gcov 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/ .
+
+ To compile with coverage tooling, ./autogen.sh --enable-gcov, then make coverage-html . Note that you'll need lcov to autoconf. Also note that you'll get an error on make if you have no tests, as there are no coverage artifacts to generate the html report. For review, please pay special attention to flags added in the project's makefiles.
+
+2012-03-27 Allan LeSage <allanlesage@gmail.com>
+
+ Added gcov coverage tooling.
+
+2012-04-02 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~ted/dbusmenu/valgrind-no-libs to fix the valgrind tests on ARM. h/t goes to sewardj
+
+2012-04-02 Ted Gould <ted@gould.cx>
+
+ Turns out we don't need the valgrind libs to use those macros, the pkgconfig file is over zealous. Thanks go to sewardj!
+
2012-03-29 Charles Kerr <charles.kerr@canonical.com>
0.5.96