# Generated by Makefile. Do not edit. 2012-08-21 Charles Kerr 12.10.0 2012-06-22 Charles Kerr remove gtk2 support. Fixes: https://bugs.launchpad.net/bugs/996607. Approved by Lars Uebernickel. 2012-05-07 Charles Kerr require gtk3 2012-04-11 Charles Kerr 0.5.0 2012-04-11 Charles Kerr merge lp:~allanlesage/indicator-application/TDD to improve our automake gcov rules 2012-03-27 Allan LeSage Pedantic name change for gcovr xml coverage results. 2012-03-27 Allan LeSage Removed gcovr dependency, moved coverage targets to own makefile, cleaning up *.gcno. 2012-04-10 Charles Kerr merge lp:~ted/indicator-application/parent-pointer to add in the parent object pointer for unity-panel-service. 2012-04-09 Ted Gould Set the parent object pointer to help unity-panel-service 2012-03-21 Ted Gould 0.4.94 2012-03-20 Charles Kerr merge lp:~charlesk/indicator-application/hashtable-mem-bugs to fix memory errors reported in lp bug #957992 2012-03-17 Charles Kerr Fix two memory bugs with clearing out out directories from our icon search path. 1. indicator_application_dispose() calls g_hash_table_get_keys() N times and leaks them all. 2. indicator_application_dispose() passes each of the hashtable's keys (owned by the hash) to function theme_dir_unref(key), which removes from the hashtable but then continues to use the now-dangling key. 2012-03-13 Charles Kerr 0.4.93 2012-03-12 Charles Kerr in generate_id(), we have a handful of local guint8's that get left-shifted to the point of potential overflow -- so change them to guint32 instead. Bug reported by coverity in lp ticket #944234 2012-03-12 Charles Kerr change local guint8 fields that get left-shifted to guint32 to prevent overflow, as reported by coverity in lp bug #944234 2012-03-12 Charles Kerr merge lp:~htorque/indicator-application/fix-small-memleak to fix a small memory leak described in lp bug #953585 2012-03-12 Hernando Torque Fix small memory leak by freeing string returned by dbus_g_method_get_sender. 2012-03-09 Ted Gould 0.4.92 2012-03-05 Charles Kerr merge lp:~ted/indicator-application/lp944236 to fix the warning that Coverity reported in bug #944236 2012-03-02 Ted Gould Cleaning up switch statement to be more readable 2012-03-02 Ted Gould Add full type to GVariantBuilder 2012-03-02 Ryan Lortie make proper use of g_variant_builder_init() GVariantBuilder can only infer the proper type for non-empty arrays. If an array may be empty, the full definite type must be given to g_variant_builder_init(). 2012-02-15 Ted Gould 0.4.91 2012-02-12 Ted Gould Unreffing the result of the approval message 2012-02-11 Sven Baars Free the result of g_dbus_proxy_call_finish after use 2012-02-08 Ted Gould 0.4.90 2012-02-08 Ted Gould Adding in a code coverage based build target 2011-12-06 Allan LeSage Added coverage reporting via gcov config and targets. 2012-02-08 Ted Gould Fixing useless variable setting 2012-01-24 Charles Kerr fix dead store found by clang static analyzer 2012-02-08 Ted Gould Fixing variant usage 2012-02-03 Ted Gould Oops, forgot one 2012-02-03 Ted Gould Making sure to initial string pointers 2012-02-03 Ted Gould Make sure to initialize values before free'ing them 2012-02-03 Ted Gould Ensuring that the values are initialized to NULL before using that later. 2012-02-03 Ted Gould Fixing variant usage 2012-02-03 Ted Gould Ignoring generated files 2012-02-03 Ted Gould Fixing some of the variant usage to free strings appropriately 2012-02-08 Ted Gould Adding support for the Title property 2012-02-03 Ted Gould Attaching bug 2012-02-03 Ted Gould Changing the signatures on the indicator side, we don't care much about title though. 2012-02-03 Ted Gould Don't need the ID as that's already the hint 2012-02-03 Ted Gould Changing the output signatures 2012-02-03 Ted Gould Adding in service versions to detect the dbus API change 2012-02-03 Ted Gould Adding to more strings to the standard structure, ID and title 2012-02-03 Ted Gould Changing the service description to match 2012-02-03 Ted Gould If we have a mega-change of things, let's signal a title change 2012-02-03 Ted Gould Handling the 'NewTitle' signal coming from the application indicator 2012-02-03 Ted Gould Add the title to the structure for the application indicator 2012-02-08 Ted Gould Fixing to work with Dbusmenu 0.5.90 2012-02-03 Ted Gould Fixing includes to match dbusmenu v0.5.90 2012-02-03 Ted Gould Requiring dbusmenu 0.5.90 2011-09-28 Ted Gould 0.4.0 2011-09-16 Ted Gould Memory leaks on double calls for properties 2011-09-16 Ted Gould Pulling in mterry's additional fixes 2011-09-16 Michael Terry free application fields before resetting them to new values 2011-09-16 Ted Gould Ensure we set a default value for aicon 2011-09-14 Ted Gould Freeing properties on second run of building the app indicator 2011-08-11 Ted Gould 0.3.92 2011-07-22 Ted Gould Enabling Secondary Activate support 2011-07-21 Marco Trevisan (Treviño) No commit message 2011-07-21 Marco Trevisan (Treviño) Use g_variant_new_uint32 as we just have one parameter 2011-07-21 Marco Trevisan (Treviño) Up 2011-07-21 Marco Trevisan (Treviño) Don't use "SecondaryActivate" method Using XAyatanaSecondaryActivate as libindicator doesn't support the mouse x,y position in secondary_activate signal anymore. This will drop the middle-click support also for KDE status notifier items, but this is needed as we can't control what they would do with this signal (and according to our policies we can't do anything that isn't doable also using a menu item). 2011-07-10 Marco Trevisan (Treviño) Add support to the "SecondaryActivate" method Added support for the missing StatusNotifierItem SecondaryActivate signal. The indicator-application receives the "secondary-activate" signal from libindicator and redirects it via dbus to the proper watcher using the "SecondaryActivate" method, sending the X and Y pointer position as parameters (as defined by the StatusNotifierItem specs). 2011-07-09 Marco Trevisan (Treviño) Merge with upstream 2011-07-22 Ted Gould Fixing the signal prototype 2011-07-08 Ted Gould Fixing the signature on the startup functions. 2011-07-08 Ted Gould Forgot an 's' in the case of no app indicators 2011-07-07 Ted Gould Merging Ken's branch as well. 2011-06-28 Ken VanDine Make sure gtk2 builds get pkgconfig info for appindicator-0.1 instead of appindicator3-0.1 2011-07-07 Ted Gould 0.3.91 2011-07-07 Ted Gould Putting in name hints for the indicators 2011-07-07 Ted Gould Oops, should be a free 2011-07-07 Ted Gould Making sure to unref() the result if we get one. 2011-07-07 Ted Gould Setting the name hints through the stack. 2011-07-07 Ted Gould Migrated to libindicator 0.4 2011-07-02 Marco Trevisan (Treviño) Use the "entry-scrolled" signal instead of the old ones It follows the API change of libindicator 2011-07-02 Marco Trevisan (Treviño) Fix compilation with GTK+-2.0 2011-06-22 Ted Gould 0.3.90 2011-06-22 Ted Gould Changing where to find the header 2011-06-22 Ted Gould Making tests use proper version of libappindicator and cleaning up libappindicator usage to use the same enum headers. 2011-06-10 Ted Gould Add path for GTK3 indicator and make GTK3 default 2011-05-26 Michael Terry change to gtk3 by default 2011-05-26 Michael Terry use indicator3 path if using gtk3 2011-04-14 Ted Gould 0.3.2 2011-04-12 Ted Gould Make approver signals cancelable 2011-04-12 Michael Terry cancel approver requests too 2011-04-12 Ted Gould Ensure we can cancel GetAll() 2011-04-11 Michael Terry make sure we can cancel GetAll call 2011-04-12 Ted Gould Protect from canceling 2011-04-11 Michael Terry catch one more cancel-before-accessing freed memory instance -- this one resulting in a double free 2011-04-12 Ted Gould Makes sure to free the application using the application_free() function 2011-04-08 Michael Terry don't merely free an app, it has to be properly removed from list and such 2011-04-07 Ted Gould 0.3.1 2011-04-07 Ted Gould Handle async cancels 2011-04-07 Michael Terry cancel-guard several callback functions 2011-04-06 Ted Gould Fixing the name of the network manager applet 2011-03-23 Ted Gould 0.3.0 2011-03-16 Ted Gould 0.2.95 2011-03-16 Ted Gould Fix ordering of indicators 2011-03-16 Ted Gould Moving iBus and keyboard under advice of mpt 2011-03-14 Ted Gould Inserting network manager applet at the front 2011-03-14 Ted Gould Debug message on missing override file. 2011-03-14 Ted Gould Debug message on missing override file. 2011-03-14 Ted Gould Do a sort after deciding the ordering ID 2011-03-14 Ted Gould Noticing a missing unref 2011-03-15 Ted Gould Handle the case of getting application signals while still waiting on the full list. 2011-03-11 Ted Gould Adding bug 2011-03-11 Ted Gould If we're requeuing we don't really want to continue to process the signal 2011-03-11 Ted Gould Removing applications before adding new ones. 2011-03-11 Ted Gould A couple memory leaks 2011-03-11 Ted Gould Only clear the cancel if we're not being cancelled 2011-03-11 Ted Gould Unrefing the object, it might not happen right away, so let's clear it ourselves. 2011-03-11 Ted Gould If we're in the middle of a GetApplications and we get another signal, let's try again. 2011-03-11 Ted Gould Add a cancellable object for the GetApplications call 2011-03-15 Ted Gould Using the proper object to finish the call 2011-03-14 Ted Gould Use the passed in proxy to get the result to ensure it's valid. 2011-03-02 Ted Gould Protect from the accessible description being NULL 2011-02-25 Michael Terry fix crash on null string passed to GVariant 2011-02-24 Ted Gould 0.2.94 2011-02-24 Ted Gould Making sure we have a description for the variant world 2011-02-24 Ted Gould Adding support for accessible descriptions 2011-02-24 Ted Gould Switching things around so the icon switches with the description all the way up the stack 2011-02-23 Ted Gould Adding a missing brace 2011-02-11 Luke Yelavich Use the ACCESSIBLE_DESC_UPDATE signal to refresh the accessible description. 2011-02-08 Luke Yelavich accessible_name -> accessible_desc 2011-02-08 Luke Yelavich Merge from trunk 2011-02-07 Luke Yelavich Add accessible name support 2011-02-21 Ted Gould Make sure to NULL out the structure 2011-02-18 Ted Gould Ensures the accessible description is NULL 2011-02-16 Ted Gould Remove g_error's to stop abortion. 2011-02-11 Michael Terry don't abort on various unexpected situations; just spit out critical warning 2011-02-16 Ted Gould On status change update the label as well 2011-02-11 Michael Terry update label too in update_status 2011-02-07 Ted Gould Build fix to get libindicator header 2011-02-07 Luke Yelavich Include indicator-object.h to reference INDICATOR_OBJECT_SCROLL_UP 2011-02-03 Ted Gould 0.2.93 2011-02-03 Ted Gould Adding in the indicator-object header 2011-02-03 Ted Gould Support scroll events from libindicator on down to sending them to the applications. 2011-01-29 Marco Trevisan (Treviño) Use INDICATOR_OBJECT_SCROLL instead of GDK_SCROLL enum value 2011-01-29 Marco Trevisan (Treviño) Using the SNI method "Scroll" instead of "XAyatanaScrollAction" 2011-01-29 Marco Trevisan (Treviño) indicator-application: rename the method ApplicationScrollSignal to ApplicationScrollEvent 2011-01-27 Marco Trevisan (Treviño) application-appstore: support for ApplicationScrollSignal method When the ApplicationScrollSignal is called from indicator-application the XAyatanaScrollAction method provided by libappindicator is called with the scroll event data. So: indicator-application now is listening for that signal ("scroll-entry"), registering a call-back function. When it gets called, it finds the scrolled application and informs (via dbus) indicator-application-service that a scroll event has been registered for that application. Now the service (that is connected to every indicatorapp running) sends (via dbus, again) to the correct application the scroll-event informations. 2011-01-27 Marco Trevisan (Treviño) indicator-application: catch "scroll-entry" signal and send ApplicationScrollSignal to appstore This allows to catch every "scroll-entry" signal coming from the applet manager and to call the ApplicationScrollSignal method of indicator-application-service (to inform it about the scroll event) 2011-01-27 Ted Gould 0.2.92 2011-01-26 Ted Gould Fix the use of variant builder 2011-01-26 Ted Gould Protecting against empty application lists, fixing the builder to be on the stack and using it correctly. 2011-01-18 Ted Gould Switch to canonical.com 2011-01-17 Ted Gould Changing the name of the approver interface 2011-01-14 Ken VanDine distcheck fixes, use notdir to wrap basename 2011-01-14 Ken VanDine Version bump, 0.2.91 2011-01-14 Ted Gould Porting to GDBus and fixing some other misc. issus. 2011-01-13 Michael Terry merge ken's com.canonical branch 2011-01-13 Ken VanDine com.canonical rename for the indicator 2011-01-13 Michael Terry make sure to free pre-validated applications; add applications to the app list as soon as we create them, to avoid apps that spam us (like gnome-power-manager) from creating multiple apps in our list 2011-01-13 Michael Terry reduce debug spew 2011-01-13 Michael Terry don't use cached properties for new icons or new aicons either. Instead, just ask for all properties again 2011-01-13 Michael Terry actually request properties from applications; using cached properties doesn't seem to work 2011-01-13 Michael Terry don't second guess service's new application, which caused our positions to get out of sync with the service if it was a bit confused 2011-01-13 Michael Terry watch for name change, instead of name owner change for approver connections 2011-01-12 Michael Terry fix issue where icons never went away 2011-01-12 Michael Terry fix bug with gvariant string; port test 2011-01-11 Michael Terry port to gdbus 2010-12-08 Ted Gould Remove the library from the build 2010-12-08 Ted Gould Updating to new dbusmenu, no API changes here 2010-12-08 Ted Gould Updating to trunk with mostly libappindicator changes. 2010-12-03 Ted Gould Merging with trunk to get the GTK 3 build. Though, we don't really use it yet. 2010-12-02 Ted Gould Fixing up the test so it builds and runs 2010-12-02 Ted Gould Removing some unneeded files 2010-12-02 Ted Gould Linking to the install directory of libappindicator for the header files 2010-12-02 Ted Gould Adding the libappindicator dep for the tests 2010-12-02 Ted Gould Dropping the library tests 2010-12-02 Ted Gould Removing the example 2010-12-02 Ted Gould Removing the C files and build 2010-12-02 Ted Gould Removing doc and introspection build options 2010-12-02 Ted Gould Remove m4 files and including them in dist 2010-12-02 Ted Gould Removing LGPL 2010-12-02 Ted Gould Removing bindings 2010-12-02 Ted Gould Removing docs 2010-12-02 Ted Gould Removing library deps, bindings and documentation that are included with the lib 2010-12-02 Ted Gould Splitting the deps 2010-09-22 Ted Gould Adding a new library line for configure so that we don't end up with extra libs in the library. 2010-12-07 Ted Gould 0.2.90 2010-12-07 Ted Gould Update to newest g-ir-scanner and vapigen 2010-12-03 Ken VanDine Build fixes with the latest g-ir-scanner and vapigen 2010-12-03 Ken VanDine * Explicitly call ShowAll on the menu, otherwise it isn't shown * Specify a panel icon that exists for the example 2010-12-03 Ted Gould Merging in support for GTK3/2 dual build 2010-10-13 Michael Terry ship both pc files in EXTRA_DIST 2010-10-06 Michael Terry instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure to specify which to build with 2010-06-19 Michael Terry use gtk3 versions of dbusmenu and indicator; use appindicator3 0.1 rather than appindicator 3.1 2010-06-19 Michael Terry first pass at gtk3 version of libappindicator 2010-11-01 Ted Gould Race fixup 2010-10-20 Ted Gould Uhg, we need a message to know if we've fixed the bug. 2010-10-19 Ted Gould Add a nice little warning in 2010-10-19 Ted Gould Adding a check for the name to ensure we didn't miss it 2010-10-08 Ted Gould Fixing the Watcher interface 2010-10-08 Aurelien Gateau NotificationHost => StatusNotifierHost, Service => StatusNotifierItem 2010-10-08 Aurelien Gateau Fix implementation of org.kde.StatusNotifierWatcher interface ProtocolVersion, IsStatusNotifierHostRegistered and RegisteredStatusNotifierItems are properties, not methods. 2010-09-22 Ted Gould 0.2.9 2010-09-21 Ted Gould Fixes for the bindings 2010-09-21 Sense Egbert Hofstede Resolving conflict when merging with trunk 2010-09-21 Sense Egbert Hofstede Undoing a previous commit that had nothing to do with what I want to achive in my merge request. That's what you get for misusing old branches\! 2010-09-21 Sense Egbert Hofstede Created a second policy file to make sure that applications depending on 'appindicator-sharp' will not have to be recompiled. Changes to the packaging is required to make sure the policy file gets installed. Many thanks to Jo Shields for looking into this issue and proposing a solution. 2010-09-20 Sense Egbert Hofstede Remove the redudant set and get functions for the ordering_index property from the Mono bindings as we want programmers to work witht the property directly. 2010-09-20 Sense Egbert Hofstede * Adding Python bindings for the new API additons * Updating the Mono assembly version to reflect the changes to the API * Remove two redundant elements from the Mono bindings' metadata file 2010-09-20 Sense Egbert Hofstede Merging Jo Shields' fixes to the build infrastructure to shut GAPI up. 2010-09-18 Sense Egbert Hofstede Updating to trunk 2010-09-18 Sense Egbert Hofstede Commit latest changes before merging with trunk 2010-08-24 Sense Egbert Hofstede Merging with trunk 2010-08-05 Sense Egbert Hofstede Partial, segfaulting, fix for LP: #608219, requires GTK+ change attached to same bug report. 2010-09-21 Ted Gould Fixing Mono bindings to build versions correctly. 2010-09-19 Jo Shields Bump SONAME in Mono binding to libappindicator.so.1 2010-09-19 Jo Shields The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0). indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this. 2010-09-19 Jo Shields gapi2-parser cannot cope with multiple signals connected to the same method - it will bail out, complaining it cannot find a method to match the second signal. This patch modifies the build system to copy app-indicator.c locally, with the "bad" X_NEW_LABEL signal removed, and use that copy to build the binding. 2010-09-15 Ted Gould Adding a disthook for AUTHORS 2010-09-15 Ted Gould 0.2.8 2010-09-15 Ted Gould Making it when we see changes we always update the icon. 2010-09-15 Ted Gould Allowing updates if the item is visible. 2010-09-09 Ted Gould 0.2.7 2010-09-09 Ted Gould Handle double registration of indicators. 2010-09-07 Ted Gould Check for duplicate additions of applications and just rerequest properties. 2010-09-07 Ted Gould Extra debugging info 2010-09-07 Ted Gould Logging status change 2010-08-26 Ted Gould 0.2.6 2010-08-25 Ted Gould Ordering i18n and keyboard indicators 2010-08-20 Ted Gould Handling the typo 2010-08-20 Ted Gould Adding keyboard and ibus to overrides 2010-08-25 Ted Gould Putting new icons in the right place 2010-08-20 Ted Gould Get the proper position for an application when it becomes visible. 2010-08-19 Ted Gould 0.2.5 2010-08-19 Ted Gould Fix approver for function change 2010-08-19 Ted Gould Adding a signal for approvers to be able to change their mind 2010-08-18 Ted Gould Flesh out the revise judgement handler to update the list of approvers. 2010-08-18 Ted Gould Refactor so that there is a function to look for applications. 2010-08-18 Ted Gould Connecting into the signal coming from the approver 2010-08-18 Ted Gould Adding a signal to the approver interface 2010-08-18 Ted Gould Changing function name as well. 2010-08-18 Ted Gould XAyatana the register interface 2010-08-18 Ted Gould Start some approvin' 2010-08-19 Ted Gould Changing the state machine to have approvers actually aprove things. 2010-08-16 Ted Gould Commenting out debug message 2010-08-16 Ted Gould Making it so that we don't set the proxy to null right away. 2010-08-16 Ted Gould Making the list so that if there are errors we handle them well. 2010-08-13 Ted Gould Making sure to remove our applications from the list as well. 2010-08-13 Ted Gould Responding to approver errors like they're approval. 2010-08-13 Ted Gould Uhg, broken merge. 2010-08-13 Ted Gould Updating to trunk 2010-08-11 Ted Gould Changing it so that the list of applications has all the applications in it, independent of visible state. 2010-08-11 Ted Gould Making sure to only list the visible applications. 2010-08-11 Ted Gould Switching the get_position() function to look at the visibility of the applications. 2010-08-11 Ted Gould Handle the proxy being destroyed, and cleaning up the approver. 2010-08-11 Ted Gould Simplifying the visual state to just be shown/hidden while letting the status show which icon is shown. 2010-08-11 Ted Gould Switching a few status checks to look at the visible state 2010-08-11 Ted Gould Make it so that an approver that gets free'd gets removed from the applications list of approval. 2010-08-11 Ted Gould Moving some TODOs 2010-08-11 Ted Gould Changing the apply_status function to be less about applying the status and more about trying to apply a visual state that can be determined by things like approvers. This means that it doesn't get passed the status. 2010-08-11 Ted Gould Making sure to clean up the approved by list 2010-08-11 Ted Gould Adding a visible state entry to the application structure 2010-08-11 Ted Gould Managing the list with the approver returns. 2010-08-11 Ted Gould Changing to a list, we're going to need to track who so when they disconnect we can know the state change. 2010-08-11 Ted Gould Adding a count for the number of approvers that have approved the application. 2010-08-19 Ted Gould Fixing a memory leak Cody noticed. 2010-08-13 Ted Gould Freeing the allocated keys. 2010-08-12 Ted Gould 0.2.4 2010-08-12 Ted Gould Switching to using ordering IDs instead of the LRU file. 2010-08-11 Ted Gould Merging in the XLabel branch to handle conflicts. 2010-08-11 Ted Gould Adding the wrapper properties to the get. 2010-08-11 Ted Gould Adding in a wrapper signal 2010-08-11 Ted Gould Adding a set of wrapper properties that can be used by the dbus interface. 2010-08-11 Ted Gould Changing the app store 2010-08-11 Ted Gould Changing the Dbus interface. 2010-08-11 Ted Gould Fighting wrap around 2010-08-11 Ted Gould Better debug printing. 2010-08-11 Ted Gould Using unsigned chars for calculating, we want no sign extension. 2010-08-11 Ted Gould We were using the wrong function, we want categories not statuses! 2010-08-11 Ted Gould Making a wrapper property for the 'X' domain 2010-08-11 Ted Gould Putting the ordering index into the 'x' domain. 2010-08-11 Ted Gould Making it so that applications will pass '0' over dbus if they don't have a set ordering index. 2010-08-11 Ted Gould Ignoring the generate id library object file. 2010-08-11 Ted Gould 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 Making the categories a case statement. 2010-08-11 Ted Gould Switching to be more opaque, but also more sane. 2010-08-11 Ted Gould Flipping the order 2010-08-11 Ted Gould Typo 2010-08-11 Ted Gould Ensuring that we got a list of keys so we don't crash 2010-08-10 Ted Gould Checking for an override and applying it. 2010-08-10 Ted Gould Fleshing out the loading overrides function. 2010-08-10 Ted Gould Putting together the pieces to look for override files 2010-08-10 Ted Gould Adding an override hash table 2010-08-10 Ted Gould Installing the override file in the package specific data directory. 2010-08-10 Ted Gould Adding in an override keyfile 2010-08-10 Ted Gould Fixing documentation with new API. 2010-08-10 Ted Gould Updating to trunk 2010-08-10 Ted Gould Removing the LRU file object. 2010-08-10 Ted Gould Removing the LRU file 2010-08-10 Ted Gould Pulling in the generate ID function as well 2010-08-10 Ted Gould Setting the ordering ID. 2010-08-10 Ted Gould Adding in an ordering index for application structures 2010-08-10 Ted Gould I like 'index' better than 'id' -- now everything is consistent. 2010-08-10 Ted Gould Adding 'OrderingIndex' and realigning. 2010-08-10 Ted Gould Providing accessors for the ordering_id property 2010-08-10 Ted Gould Storing the value and allowing the get to use a generated value. 2010-08-10 Ted Gould Uhg, wrong library 2010-08-10 Ted Gould Brining generate-id into the fold 2010-08-10 Ted Gould Writing a small little function to generate the ID. 2010-08-10 Ted Gould Adding the ordering id property. 2010-08-09 Ted Gould Adding the Ordering Index property 2010-08-09 Ted Gould Start with the ABI break. 2010-08-10 Ted Gould Breaking the ABI so we have more space in the class structure 2010-08-05 Ted Gould Changing the size of the class structure, the reason for the break. 2010-08-05 Ted Gould Incrementing the major version number 2010-08-05 Ted Gould Adding label support 2010-08-10 Ted Gould Adding label support into the indicator 2010-08-05 Ted Gould Syncing with trunk and resolving conflicts 2010-08-05 Ted Gould Updating with helper when rebuilding. 2010-08-05 Ted Gould Tracking the long name along with the application entry. 2010-08-05 Ted Gould Check for suffix when updating icon as well! 2010-08-05 Ted Gould Showing and hiding the entries with removal. 2010-08-05 Ted Gould Reshuffling the signaling and making sure to ref the label. 2010-08-05 Ted Gould Not really sure what this TODO meant, so I'm removing it. 2010-08-05 Ted Gould Some slight refactoring and comments along with the ability to remove the entries and recreate them. 2010-08-05 Ted Gould Building a label in the case that we don't have one already. 2010-08-05 Ted Gould Adding updating the guide and label size to the label update signal 2010-08-05 Ted Gould Storing the guide and using it to bound the size of the label. 2010-08-05 Ted Gould Changing the prototype of the added function. 2010-08-04 Ted Gould Fixing the prototype for the label changed signal. 2010-08-04 Ted Gould Fix the check for the updated function signature. 2010-08-04 Ted Gould If it changes, let's update. 2010-08-04 Ted Gould If we get passed a label let's make a GTK one for fun. 2010-08-04 Ted Gould Connecting to the application signal for new label and handling it appropriately. 2010-08-04 Ted Gould Cast once, be happy 2010-08-04 Ted Gould Sending the label and the guide over dbus if we have them. 2010-08-04 Ted Gould Start tracking the label and the label guide allong with the other application properties. 2010-08-04 Ted Gould Whitespace fix 2010-08-04 Ted Gould Adding in a base signal handler for the label change 2010-08-04 Ted Gould Adding signal for label changing. 2010-08-04 Ted Gould Adding the new entries to the list of the get_apps function. 2010-08-04 Ted Gould Updating signal emition to match new API 2010-08-04 Ted Gould Changing prototypes to match DBus API change. 2010-08-04 Ted Gould Adding labels to the service interface 2010-08-04 Ted Gould Adding defines for the new properties and signal. 2010-08-04 Ted Gould Merging in the API changes 2010-08-10 Ted Gould Adding label support into the library. 2010-08-05 Ted Gould Fixing merge 2010-08-05 Ted Gould Updating to trunk and resolve conflicts 2010-08-05 Ted Gould Adding the ability to toggle the label on and off 2010-08-04 Ted Gould Make sure we get to 100 2010-08-04 Ted Gould Setting the label in the simple client 2010-08-03 Ted Gould More signalling tests. 2010-08-03 Ted Gould Setting up a basic signals test 2010-08-03 Ted Gould Stupid reverse logic in the string comparison. 2010-08-03 Ted Gould Turning null strings into NULLs 2010-08-03 Ted Gould Adding a test to set the label and guides a bunch. 2010-08-03 Ted Gould Signaling when the labels change in the idle loop 2010-08-03 Ted Gould Putting the new define into the docs 2010-08-03 Ted Gould Reusing the application service marshallers, not beautiful, but it works for now. 2010-08-03 Ted Gould Adding in a signal to tell when the label is updated. 2010-08-03 Ted Gould Adding the label funcs to the documentation. 2010-08-03 Ted Gould Adding in the convience wrappers 2010-08-03 Ted Gould Adding the label and guide fields to the private struct and tying that into the properties. 2010-08-03 Ted Gould Setting up the label and lable guide properties. 2010-08-03 Ted Gould Adding a property to guide the size of the label 2010-08-03 Ted Gould These have needed to be ignored for a while. 2010-08-03 Ted Gould This shouldn't be in Bazaar 2010-08-03 Ted Gould Adding the label property and a signal for it changing. 2010-08-05 Ted Gould Support dynamically changing the icon theme path. 2010-08-05 Sense Egbert Hofstede Passing the updated icon theme path along with the DBus signal, saving a DBus call. 2010-07-22 Sense Hofstede Fixed two G_PARAM_SPECS and made it even more possible to remove the custom icon theme path. 2010-07-22 Sense Hofstede Fix wrong naming that caused the signal to be missed 2010-07-22 Sense Hofstede 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 forgot some files 2010-07-22 C10uD trying to implement runtime theme-path changing 2010-07-15 Ted Gould 0.2.3 2010-07-13 Ted Gould Adjusting the tests so they can deal with slow systems better. 2010-07-12 Ted Gould Ignoring the tester script 2010-07-12 Ted Gould Add a fail timeout so this test can't block. 2010-07-12 Ted Gould Adding in setting the environment variable to adjust the timeout to be twice as long for slow systems. 2010-07-12 Ted Gould Putting in a basic approver API. 2010-07-09 Ted Gould Need the built headers too 2010-07-09 Ted Gould Oops, with a menu we're all GTK now. 2010-07-09 Ted Gould Building up to a formal test 2010-07-09 Ted Gould Filling out the approve function. 2010-07-09 Ted Gould Filling out the approver prototype 2010-07-09 Ted Gould Building an application indicator too! 2010-07-09 Ted Gould Making the registration async to clean things up, and async is better anyway. 2010-07-09 Ted Gould Some more error handling and better debug messages. 2010-07-09 Ted Gould Helpful debug info 2010-07-09 Ted Gould Okay, so now we're detecing when the watcher comes up, and registering ourselves as the approver. 2010-07-09 Ted Gould Adding a new sample approver 2010-07-09 Ted Gould When we have new apps we can ask the approver about them. 2010-07-09 Ted Gould Looking at all the applications when we get a new approver. 2010-07-09 Ted Gould Building the approver structure and putting it in the list. 2010-07-09 Ted Gould Comments 2010-07-09 Ted Gould Adding some structures for approvers and making them real. 2010-07-09 Ted Gould For DBus to real objects, the signal shall travel. 2010-07-09 Ted Gould Adding a function to bring in approvers 2010-07-09 Ted Gould Sync to trunk 2010-07-01 Ted Gould Return a boolean 2010-06-25 Ted Gould Adding in a template function to register approvers. 2010-06-25 Ted Gould Adding a function to register an approver. 2010-06-25 Ted Gould Adding an approver interface. 2010-07-08 Ted Gould Use a private pointer instead of a lookup. 2010-07-08 Sense Hofstede Removed all but one calls to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() macro All references to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() macro were removed from src/application-service-appstore.c. This makes this file comply with the recommended practise, which should reduce overhead. 2010-07-08 Ted Gould 0.2.2 2010-07-07 Ted Gould Merging this branch, but I think it's fixes must have gone in with another. 2010-06-18 Ted Gould Setting the policy version. 2010-07-07 Ted Gould Working with the better container signals 2010-06-11 Ted Gould Changing signal names and getting the ones on the base menu as well. 2010-06-11 Ted Gould Changing the signal names 2010-06-21 Ted Gould 0.2.1 2010-06-21 Ted Gould Fixing policy version numbers. 2010-06-21 Ken VanDine Use full assembly version for the policy file 2010-06-18 Ted Gould Fix mono versioning. 2010-06-18 Ted Gould Cleaning up file name definitions 2010-06-18 Ted Gould Adding the policy config to the installed files. 2010-06-18 Ted Gould Switching to the policy name. 2010-06-18 Ted Gould Swithcing the version to be the assembly version. 2010-06-18 Ted Gould Fixup the gacutil stuff. Still doesn't ununinstall. 2010-06-18 Ted Gould Fixing policy name 2010-06-18 Ted Gould Replacing the macros with the proper data 2010-06-18 Ted Gould Fixing the distcheck by cleaning up 2010-06-18 Ted Gould Readjusting so that the policy file is in the same directory as the DLL 2010-06-18 Ted Gould Fixing directories 2010-06-18 Ted Gould Typo 2010-06-18 Ted Gould Generating a policy dll 2010-06-18 Ted Gould Make icon switching work again. 2010-06-18 Ted Gould Remove the assert with checking if the value is NULL. 2010-06-17 Ted Gould Use class ref and unref to allocate it if need be. 2010-06-17 Ted Gould Reworking to make more clear and use the GEnumValue structure correctly. 2010-06-17 Ted Gould Icon name shouldn't be construct only. 2010-06-18 Ted Gould Fix mono bindings by restricting gapi2-parser 2010-06-17 Ted Gould Linking Bug 2010-06-17 Ted Gould Only work with specific files instead of the whole directory. 2010-06-11 Ted Gould More time for initial fallback. 2010-06-11 Ted Gould Increase the timeouts, but make it so that the watcher shutsdown when seen. 2010-06-11 Ted Gould Increasing timeout to hopefully make it work on Hudson with load. 2010-06-03 Ted Gould 0.2.0 2010-06-01 Ted Gould Distcheck fixes 2010-06-01 Ted Gould Merging in trunk 2010-05-20 Ted Gould Sync to trunk to ensure no conflicts. 2010-05-20 Ted Gould Only grab the app indicator files. 2010-05-20 Ted Gould Ignoring the lru file header 2010-05-20 Ted Gould Fixing which sources are marked as BUILT 2010-05-20 Ted Gould Bringing along the AssemblyInfo.cs file and fixing its path 2010-05-20 Ted Gould Okay, now everyone is in the right directory, I think. 2010-05-20 Ted Gould Need to look for things in the source directory too! 2010-06-01 Ted Gould Fixes to docuementation and making the enums build correctly with gtk-mkenum 2010-05-23 Sense Hofstede Documentation and introspection fixes and such * Several documentation and introspection fixes * Some small fixes to the mono bindings 2010-05-20 Ted Gould Merging in updates from the 0.1 series branch 2010-05-20 Ted Gould 0.0.21 2010-05-20 Ted Gould Build fix to include the AssemblyInfo.cs file 2010-05-20 Ted Gould 0.0.20 2010-05-20 Ted Gould Fixing the ref leakage of a child object. 2010-05-20 Ted Gould Fix C includes fro teh VAPI/GIR files 2010-05-20 Ted Gould Adding GIR/VAPI support and flattening directories 2010-04-29 Ted Gould Ignoring built VAPI file 2010-04-29 Ted Gould Now, build us a VAPI! 2010-04-29 Ted Gould Fixing the ignore list. 2010-04-29 Ted Gould Building the GIR file 2010-04-29 Ted Gould Removing the libappindicator directory to make things simpler 2010-04-29 Ted Gould Add introspection stuff here 2010-04-28 Ted Gould Adding the introspection.m4 for our new rules 2010-04-28 Ted Gould Adding introspection and VAPI checks 2010-05-20 Ted Gould Stopping the leakage of children. 2010-05-19 Ted Gould Changing it so the object gets unref'd 2010-05-19 Ted Gould Dummy commit 2010-04-14 Ted Gould Adding assembly info for Mono bindings 2010-04-14 Cody Russell Add AssemblyInfo.cs to the Mono bindings. 2010-04-13 Neil Jagdish Patel Add G_LOG_DOMAIN support to the various targets for better messages modified: src/Makefile.am 2010-04-01 Ted Gould 0.0.19 2010-04-01 Ted Gould Fixing documentation distcheck 2010-04-01 Ted Gould Moving field documentation into a different comment block so that they're private 2010-04-01 Ted Gould Making it so the timer doesn't get set if we're already in the fallback case. 2010-04-01 Ted Gould Catch up to trunk 2010-04-01 Ted Gould No timer if we're already in fallback. 2010-04-01 Ted Gould Don't store the panel suffix, just add it for the fallback icons. 2010-04-01 Ted Gould Adding in documentation for the private structure. 2010-04-01 Ted Gould Make it so that we don't store the panel-suffix icons but we do use them with the status icon. 2010-03-30 Ted Gould Merging fix to make it so that python apps can set an icon path. 2010-03-30 C10uD Patch 001 from bug 527061 2010-03-29 Ted Gould Tracking the icon name and included the panel suffix for fallback usage. 2010-03-25 Krzysztof Klimonda use gchar instead of for the clarity 2010-03-25 Krzysztof Klimonda Make app_indicator_set_property also set the suffixed icon_name. 2010-03-25 Krzysztof Klimonda Make GtkStatusIcon use icons with the panel suffix if available. Rhythmbox uses two icons: rhythmbox-notplaying for the not playing state and the rhythmbox for playing. The rhythmbox-notplaying has a monochromatic icon but the rhythmbox not - instead a rhythmbox-panel is used. This patch makes AppIndicator prefer an icon with panel suffix just as the indicator-application does. 2010-03-25 Ted Gould 0.0.18 2010-03-25 Ted Gould Fixing tests to use GTK for icon theme fixes. 2010-03-25 Ted Gould Fixing icon changing with fallbacks. 2010-03-25 Krzysztof Klimonda remove g_object_ref_sink call from status_icon_changes 2010-03-22 Krzysztof Klimonda Use app_indicator_get_icon/app_indicator_get_attention_icon methods to get the right icon. 2010-03-22 Krzysztof Klimonda Move g_signal_connect for the theme-changed signal to app_indicator_init () 2010-03-22 Krzysztof Klimonda don't use indicator_image_helper () Remove indicator_image_helper () call and use g_themed_icon_new_with_default_fallbacks () directly. We don't need the logic embedded in indicator_image_helper () for the GtkStatusIcon as it takes care of changing icon size for us. 2010-03-20 Krzysztof Klimonda Fix the missing icon on theme change if old icon has different name Some applications (like Transmission) use different icon name for Notification Area to display monochrome icon. To make sure that the icon we display exists after user changes theme use indicator_image_helper () from libindicator to keep track of the icon. 2010-03-23 Ted Gould Update to track toggle changes in actions. 2010-03-19 Sense Hofstede Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated even when they're changed via their actions. 2010-03-18 Ted Gould 0.0.17 2010-03-17 Ted Gould Fix nicks on Python bindings. 2010-03-16 Sense Hofstede * Make the nicks of the AppIndicatorCategory and AppIndicatorStatus types adhere the specification in the Python bindings as well (Closes: #539858) 2010-03-15 Ted Gould Changing from freedesktop to kde as the spec was never approved finally by freedesktop. 2010-03-15 Aurelien Gateau org.freedesktop.StatusNotifier* => org.kde.StatusNotifier* 2010-03-15 Ted Gould Make the icons follow the show menu icons property. 2010-03-15 Jan Arne Petersen Only show images if "gtk-menu-images" settings or "always-show-image" property is TRUE. 2010-03-11 Ted Gould 0.0.16 2010-03-11 Ted Gould Adding a two second wait to make seting up Xvfb more reliable. This is similar to xvfb-run. 2010-03-11 Ted Gould Using the new image loader utilities in libindicator 2010-03-11 Ted Gould Switching to use the update function. 2010-03-11 Ted Gould Upping libindicator required version to 0.3.5 2010-03-10 Ted Gould Removing design team size 2010-03-10 Ted Gould Also using the helper when changing icons. 2010-03-10 Ted Gould Switching to using the libindicator image helper 2010-03-08 Ted Gould Workaround to make action label updates get caught and update the label. 2010-03-08 Jan Arne Petersen Listen also to label changes on actions related to menu items to workaround a gtk+ bug. 2010-03-04 Ted Gould 0.0.15 2010-03-02 Ted Gould Lengthing kill timer to be a little longer for slow systems. 2010-03-02 Ted Gould Fixing application icon size. 2010-02-26 Ted Gould Switching from menu size to design team size 2010-03-01 Ted Gould Switching from hide to visible. 2010-02-27 Chris Coulson Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is not derived from GtkWidget, so gtk_widget_hide doesn't work 2010-02-25 Ted Gould 0.0.14 2010-02-25 Ted Gould Ignoring everything. 2010-02-25 Ted Gould Changing the metadata to have the proper signal names in it. 2010-02-25 Sense Hofstede * Correct the Mono bindings metadata to properly bind with the signals (Closes LP: #526620) 2010-02-25 Ted Gould Emitting the connection changed signal when the proxy is created and destroyed. 2010-02-25 Sense Hofstede * Do send the connection-changed signal, in check_connect() -- when a new connection is established -- watcher_proxy_destroyed() and app_indicator_dispose() (Closes LP: #527082) 2010-02-25 Ted Gould Hide the status icon when unref'd 2010-02-25 Ted Gould Hiding the notification icon before unreffing it. 2010-02-23 Ted Gould Adding a check for dbus-glib version. The patch to unregister requires v. 0.82 2010-02-23 Ted Gould Fixes to get the menus updated and visibility all handled nicely. 2010-02-23 Ted Gould Updated patch for the visibility field 2010-02-23 Jan Arne Petersen Second patch on 524150 2010-02-22 Ted Gould NO TEARY! 2010-02-22 Ted Gould Looking at children with foreach instead of forall 2010-02-22 Jan Arne Petersen Creates and event handler for the add and remove signals to recreate the menu 2010-02-22 Ted Gould Making the fallback test more robust on slow systems. 2010-02-22 Ted Gould Fall out of the while, sometime, if we really think it's not recoverable. 2010-02-22 Ted Gould Trying to make the test a little more robust by waiting for the other process to register on the bus, and then waiting. 2010-02-22 Ted Gould Patch to read sensitivity on startup. 2010-02-22 Ted Gould Fixes bug 522151 2010-02-22 Jan Arne Petersen Set the sensitive state when starting out. 2010-02-22 Ted Gould Properly look for null strings in the attention icon. 2010-02-19 Ted Gould Checking for a null string as the attention icon. 2010-02-19 Ted Gould Improving the dbus tests so that they have a mock watcher in them. 2010-02-19 Ted Gould Adding a mock server here as well 2010-02-19 Ted Gould Putting in a mock watcher so we don't fall back. 2010-02-19 Ted Gould Fix to remove the registration of dbus objects 2010-02-19 Ted Gould Attaching bug 2010-02-19 Ted Gould Removing debug output 2010-02-19 Jan Arne Petersen Fix to unregister the object 2010-02-17 Ted Gould Disconnect signal handlers when unreffing the menu. 2010-02-17 Cody Russell Disconnect 'client_menu_changed' in dispose method. 2010-02-16 Cody Russell Check priv->menu for non-NULL 2010-02-12 Ted Gould Fixing visibility changes and when menuitems get added and deleted. 2010-02-12 Cody Russell Minor cleanup 2010-02-12 Cody Russell Change the indentation for this case to be the same as the others. 2010-02-12 Cody Russell Just to be safe, let's connect these at the end. 2010-02-12 Cody Russell Use dbusmenu_menuitem_property_set_bool(), and also fix some indenting. 2010-02-12 Cody Russell Handle menuitem visibility changes, and additions/removals from menus. 2010-02-12 Ted Gould Fixing labels on stock items. 2010-02-12 Sense Hofstede * When a GtkImageMenuItem has got a stock icon set don't just assume it's also using the stock label, but check first. (Closes: #520048) 2010-02-11 Ted Gould Adding in submenu support. 2010-02-11 Cody Russell Submenus 2010-02-11 Ted Gould 0.0.13 2010-02-11 Ted Gould Fix to make the dbus paths unique by using the ID of the application. 2010-02-10 Ted Gould Making sure our new tests with gtk_init() in them have an X server to talk to. 2010-02-10 Ted Gould Building a menu so this item will show 2010-02-10 Ted Gould Moving the clean_id code to get set when we set the ID and checking for it when building the menu. 2010-02-10 Ted Gould Changing to ID based naming and setting a menu to get init 2010-02-10 Ted Gould Creating a clean ID that doesn't take any illegal dbus characters and using that in the path. 2010-02-10 Ted Gould Making the menu path also include the ID 2010-02-10 Ted Gould Making it so that you can't set an ID twice instead of just issuing a warning. 2010-02-10 Ted Gould Moving the registration of the object to when we want to connect everything, and making the path include the item ID to ensure it's unique. 2010-02-10 Ted Gould Switching menu property to be an object path. 2010-02-10 Ted Gould Falling back on string if that's what we get. Makes things compatible. 2010-02-06 Ted Gould Ready to recieve the boxed type on the other side. 2010-02-06 Ted Gould Changing the type of the property and setting it with boxed 2010-02-08 Ted Gould 0.0.12 2010-02-08 Ted Gould Handling the service resetting much better. Clearing out the old, but after ensuring they won't come back. 2010-02-06 Ted Gould Boolean again! 2010-02-06 Ted Gould Adding check to look for privates gotten on invalid objects. 2010-02-06 Ted Gould Handling if we get duplicate entries added, just recycling. 2010-02-06 Ted Gould Now we're actively killing. 2010-02-06 Ted Gould Setting up the disconnected helpers and structure. 2010-02-06 Ted Gould Changing the proxy to only build if we need it, and not destroy itself on killing the process. There's really no reason for that. 2010-02-06 Ted Gould Making room for a disconnected function. 2010-02-08 Ted Gould Cause the proxy to get built outside of the other proxy destroy callback. 2010-02-06 Ted Gould Putting the proxy construction in an idle function. 2010-02-06 Ted Gould Reffing the connection so we ensure that we have it even when folks die. 2010-02-08 Ted Gould Fixing status updates and adding tests to help debug status changing. 2010-02-06 Ted Gould Getting the wrong string for the Attention Icon when looking at the properties 2010-02-06 Ted Gould More logging from our app indicator on icon changes 2010-02-06 Ted Gould Adding a menu item to toggle the attention state. 2010-02-06 Ted Gould Making sure the client has time to setup. 2010-02-06 Ted Gould Changing to 100 instead of 1000 2010-02-06 Ted Gould Lengthening the time a little bit to make sure we don't miss messages. 2010-02-06 Ted Gould Now setting status ALOT 2010-02-06 Ted Gould Loose the timeout 2010-02-06 Ted Gould Adjusting the status test to watch for toggles 2010-02-05 Ted Gould Typo 2010-02-05 Ted Gould Adding a test for changing the status. Just a copy of the standard dbus test. 2010-02-04 Ted Gould 0.0.11 2010-02-04 Ted Gould Interop fixes. 2010-02-03 Aurelien Gateau Merged timestamp fix 2010-02-02 Aurelien Gateau icon -> icon-name sensitive -> enabled toggle-checked -> toggle-state toggle-state type is now an int 2010-02-04 Ted Gould Migrating to the new dbusmenu 2010-02-04 Ted Gould Merging in signal change. 2010-02-02 Ted Gould Changing the prototype of the activate signal 2010-02-04 Ted Gould Changing the #defines 2010-02-04 Ted Gould Upping Dbusmenu required version 2010-02-04 Ted Gould Wrong srcdir 2010-02-04 Ted Gould Wrong filename 2010-02-04 Ted Gould Adding in XVFB support 2010-02-04 Ted Gould Getting run-xvfb on the tests 2010-02-01 Conor Curran Checking for the nunit dependency with a specific version. 2010-02-01 Conor Curran changed dependency nunit2.4 to nunit since this is the name of the package 2010-02-01 Ted Gould Fixing the name of the enum strings to match the StatusNotifier spec. 2010-01-27 Ted Gould Changing the category in the fallback test as well. 2010-01-27 Ted Gould Changing strings in the test suite as well. 2010-01-27 Ted Gould Changing the strings in the #defines here, but really we should be using the enum. 2010-01-27 Ted Gould Making it so there is another level of translation so that we can use different strings in the enum. 2010-02-01 Ted Gould Adding code to look for special panel versions of the icon with a '-panel' with the AppIndicators. 2010-02-01 Ted Gould Changing the suffix to 'panel' 2010-01-24 Ted Gould Truth. Bad, Bad, truth. 2010-01-24 Ted Gould When setting or changing an icon first check to see if there is a panel specific icon that we should be using. 2010-01-21 Ted Gould 0.0.10 2010-01-21 Ted Gould Require libindicator 0.3.1 2010-01-21 Ted Gould Adding support for a file tracking add and touch times for applications for ordering them. 2010-01-20 Ted Gould Implements the get_location function to place the entires. 2010-01-20 Ted Gould Looking at the last touch date of entries as we're loading the file and removing ones that are very old. 2010-01-20 Ted Gould License headers. 2010-01-20 Ted Gould Moving directory and filename into defines 2010-01-20 Ted Gould Moving the JSON file values into #defines 2010-01-20 Ted Gould Fleshing out loading of the LRU file and realizing we need a json-glib dep and the 'category' field in the output. 2010-01-20 Ted Gould Updating to trunk (surprisingly without conflict) 2010-01-20 Ted Gould Switch to building a string and writing it out instead of async writes as the order doesn't seem to be predictable. 2010-01-20 Ted Gould Build the directory and some debugging info 2010-01-20 Ted Gould Fleshing out the cleaning and dirtying functions. Now we should write out a file. 2010-01-20 Ted Gould Making a sort function that looks at two Apps and determines their ordering. 2010-01-20 Ted Gould Fleshing out touching. 2010-01-20 Ted Gould Allocating memory and objects in the lur world 2010-01-19 Ted Gould Switching to inserting in the application array using a sort function. Looking that up in the LRU file DB. 2010-01-19 Ted Gould Adding in the 'id' and 'category' fields to the application structure. 2010-01-19 Ted Gould Protecting our _new a little bit. 2010-01-19 Ted Gould Adding a _new function for the appstore and using it. It now takes the lru file. 2010-01-19 Ted Gould Building the LRU file. 2010-01-19 Ted Gould Adding some API to our LRU file 2010-01-19 Ted Gould Sync to trunk 2010-01-19 Ted Gould Adding an object to start tracking the lru of the app indicators 2010-01-20 Ted Gould Add tracking and refcounting of theme directories. Unregister them when we're done. 2010-01-14 Ted Gould Removing shutdown printf 2010-01-14 Ted Gould Actually unref'ing the dir and fixing the truth there. 2010-01-14 Ted Gould Merging in the warnings branch. 2010-01-14 Ted Gould Debug message for directories. 2010-01-14 Ted Gould Fleshing out the ref and the unref functions for the theme directories. 2010-01-14 Ted Gould Adding in our hash table of refs. 2010-01-20 Ted Gould Use the right function in the fallback. 2010-01-19 Ted Gould Attaching bug 2010-01-19 Ted Gould Changing to use the status wrapper for handling the status signal's different prototype. 2010-01-20 Ted Gould Merge to get the current list of applications on startup. 2010-01-15 Ted Gould Cleaning out dead code and turning a printout into an assert. 2010-01-15 Ted Gould Using the menu path instead of the item path. 2010-01-15 Ted Gould Using a straight value array and making sure to pass the application 2010-01-15 Ted Gould Fleshing out the get_applications function so that we do something with the list we now get. 2010-01-15 Ted Gould Setting the proper type for the GValue of an 'o' 2010-01-15 Ted Gould Better init value and adding error to prototype. 2010-01-14 Ted Gould Returning truth. 2010-01-14 Ted Gould Need icon path in the list as well. 2010-01-14 Ted Gould Fleshing out returning the list of apps already there. 2010-01-20 Ted Gould Ref'ing the image and menu so that when we remove them we don't get warnings. 2010-01-14 Ted Gould We should have kept ref's to these. 2010-01-19 Cody Russell Handling duplication applications getting added. 2010-01-19 Cody Russell Move the check for duplicates. 2010-01-14 Cody Russell Only add the Application if it doesn't already exist in the appstore. 2010-01-14 Ted Gould 0.0.9 2010-01-14 Ted Gould Fallback support to XEmbed based notify item. 2010-01-14 Ted Gould Returning the icon we've created. 2010-01-14 Ted Gould Making a more descriptive error on 'unfallback' not existing. 2010-01-14 Ted Gould Using better naming for 'do_it_now' parameter. 2010-01-13 Ted Gould Realized that we didn't really use the 'notify' signal... now using the better ones anyway. 2010-01-13 Ted Gould Making it so that the icon will update in the fallback case with changes to the properties of the AppIndicator. 2010-01-13 Ted Gould Showing the toggle_item as well as the others. 2010-01-13 Ted Gould Popping up menu on activate. 2010-01-13 Ted Gould Showing items in sample 2010-01-13 Ted Gould Adding in a get_menu function. 2010-01-13 Ted Gould Connecting to the activate signal 2010-01-13 Ted Gould Remove the 'destroy' signal handler before destroying the watcher proxy. 2010-01-13 Ted Gould Checking more for whether we have an APP_INDICATOR object 2010-01-13 Ted Gould Explicitly checking for the APP_INDICATOR. Confused. 2010-01-13 Ted Gould Checking for the status of the variable getting passed in. 2010-01-13 Ted Gould Fleshing out the fallback function, so it should create an icon. 2010-01-13 Ted Gould Really we should have gotten the final cleanup unfallback, which we weren't testing for either. 2010-01-13 Ted Gould Getting the class the proper way 2010-01-13 Ted Gould Clear the fallback timer pointer after using it. 2010-01-13 Ted Gould Adding a function to watch if the watcher proxy gets destroyed. 2010-01-13 Ted Gould Removing a warning. 2010-01-13 Ted Gould Making sure to return a value so that unfallback gets called. 2010-01-13 Ted Gould Calling the unfallback function if we're doing this for the second time. 2010-01-13 Ted Gould Ignoring the generated fallback test itself 2010-01-12 Ted Gould Setting up a dbus proxy and starting to look at owner change events on it when we don't have a NotificationWatcher to look at. 2010-01-12 Ted Gould Adding a menu so that the app indicator will init 2010-01-12 Ted Gould Wrong class function 2010-01-12 Ted Gould Adding the fallback test to the suite 2010-01-12 Ted Gould Adding state transitions that'll get us to a passed state. 2010-01-12 Ted Gould Adding a kill function and letting the test fail over it. 2010-01-12 Ted Gould Printing status in watcher 2010-01-12 Ted Gould Adding in the item side of things. 2010-01-12 Ted Gould Woah, this is pretty sweet. I hope it works. 2010-01-12 Ted Gould Getting the start of the fallback tests in place. 2010-01-12 Ted Gould Setup the fallback timer and flesh out it's actions. 2010-01-12 Ted Gould Fallback timer pointer lifecycle. 2010-01-12 Ted Gould Some comments 2010-01-12 Ted Gould Start timer fallback 2010-01-12 Ted Gould Updating to trunk 2010-01-11 Ted Gould Initing and destroying the status_icon variable 2010-01-11 Ted Gould Setting the fallback functions so that we can go round trip on setting up this API. 2010-01-11 Ted Gould Adding in the class functions for handling the fallback. 2010-01-12 Ted Gould 0.0.8 2010-01-12 Cody Russell Mirror the icon changes over dbus 2010-01-12 Cody Russell Remove debugging code 2010-01-11 Cody Russell trunk merge 2010-01-11 Cody Russell Label fu 2010-01-12 Ted Gould Adding the middle API file to the cleanfiles for distcheck 2010-01-12 Ted Gould Fixing the path for the tests. 2010-01-11 Ted Gould Updating path names to have more reasonable defaults. 2010-01-11 Ted Gould Having better default paths that look a little more professional. 2010-01-11 Ted Gould Fixes for the mono bindings to make the properties work with enums and the #define'd string names. 2010-01-11 Ted Gould Adding back in the MIDDLE_API and sed magic 2010-01-11 Ted Gould Removing the middle API stuff and cleaning up Makefile 2010-01-11 Ted Gould Cody's customs 2010-01-11 Cody Russell Mono binding fixes. 2010-01-11 Ted Gould Adding in customs support 2010-01-11 Ted Gould Use sed to get rid of the #defines 2010-01-11 Ted Gould Switching the metadata to not use #defines 2010-01-11 Cody Russell Watching several properties and updating them as they change. 2010-01-08 Cody Russell Remove debugging code. 2010-01-08 Cody Russell Watch for changes to label and sensitivity. 2010-01-08 Ted Gould 0.0.7 2010-01-08 Ted Gould Making the Notification Watcher get it's own interface name. 2010-01-08 Ted Gould Making applications register to the watcher address so they work on KDE 2010-01-08 Ted Gould Make the watcher register it's own name 2010-01-08 Ted Gould Making the service have a name different than the watcher interface. 2010-01-08 Ted Gould Icons branch 2010-01-08 Ted Gould Supporting icons changing and status changing. 2010-01-08 Ted Gould Reactivate kill switch 2010-01-08 Ted Gould Putting the signal on the Class instead of the Instance. 2010-01-08 Ted Gould Debug message cleanup. 2010-01-08 Ted Gould Fixing shutdown signal, but disabling for now 2010-01-08 Ted Gould When destroying the application free all the proxies. 2010-01-08 Ted Gould Fleshing out some of the remove function. For some reason the appstore is getting disposed, but that's the next thing to look at. 2010-01-08 Ted Gould Updating to trunk 2010-01-08 Ted Gould Syncing to final icon-path changes 2010-01-07 Ted Gould Pretty major cut and paste error. Wrong icon. 2010-01-07 Ted Gould Changing dbus-properties header to be static and not built from the XML as it needs a fix. 2010-01-07 Ted Gould Merging in the icon_path branch to start to handle conflicts from there. 2010-01-07 Ted Gould A small refactoring of the code to get the position of an application. 2010-01-07 Ted Gould Fleshing out the signal functions for updates. Some do more callbacks. 2010-01-07 Ted Gould Moving the list of applications management into the state change function. This makes it so that we can handle it appearing and disappearing all in one special place. 2010-01-07 Ted Gould Adding in a status variable 2010-01-07 Ted Gould Responding to the icon changed signal in the indicator. 2010-01-07 Ted Gould Adding an icon_changed signal to the application store 2010-01-07 Ted Gould Cleaning up signal handlers. 2010-01-07 Ted Gould Setting up and connecting to the item signals 2010-01-08 Ted Gould Adding in the ability for applications to specify a directory path to get added to the icon theme search path. 2010-01-08 Ted Gould Using the #defines for the property names instead of strings. Define them once. 2010-01-08 Ted Gould Changing the property to 'IconThemePath' to make it more clear about what it adjusts. 2010-01-07 Ted Gould Adding a path based debug message 2010-01-07 Ted Gould Forgot to adjust the parameter count. 2010-01-06 Ted Gould Handle the case of no icon path more gracefully, by just passing along the null string. 2010-01-06 Ted Gould Ignoring some of the generated files 2009-12-20 Ted Gould Appending the new icon path to the theme search. 2009-12-20 Ted Gould Adding the icon path to the app entry struct 2009-12-20 Ted Gould Adding in the icon path to the list of parameters that are passed when we have a new application. 2009-12-20 Ted Gould Adding new constructor to docs. 2009-12-20 Ted Gould Forgot to get these from the private struct. 2009-12-20 Ted Gould Making the icon-path property construct only and making a constructor to set it. 2009-12-20 Ted Gould Adding the icon_path property to the code. 2009-12-20 Ted Gould Adding of a new property, icon path, to store the path to the icons. 2010-01-08 Aurélien Gâteau Changing to freedesktop.org namespace and fixing some of the function names and interfaces that weren't matching the FD.o spec. 2010-01-08 Aurelien Gateau Merged lp:~ted/indicator-application/fdo 2010-01-08 Ted Gould Adjusting so that we use the parameter if it's not an object but a path. 2010-01-07 Ted Gould Allowing for the default path if one is not given. 2010-01-07 Aurelien Gateau Revert part of previous revision: pass the path, not the service name to register_status_item 2010-01-07 Aurelien Gateau Use org.freedesktop namespace 2010-01-08 Sebastien Bacher Typo in documentation using wrong values for the enum. 2010-01-08 Sebastien Bacher Use correct status syntax in the api description (lp: #504700) 2010-01-07 Cody Russell Support for check items in the libappindicator menu parser. 2010-01-07 Cody Russell Toggle events 2010-01-07 Cody Russell More checkbox related updates. 2010-01-07 Cody Russell Checkmark support 2009-12-23 Aurelien Gateau Previous commit was not meant to be pushed to trunk Revert my mess 2009-12-23 Aurelien Gateau Make it work on KDE 2009-12-17 Ted Gould Adding ChangeLog to tarball 2009-12-17 Ken VanDine include ChangeLog in EXTRA_DIST 2009-12-17 Ted Gould 0.0.6 2009-12-17 Ted Gould Using a constant snk file instead of generating it each time. 2009-12-17 Ken VanDine use srcdir for the path to appindicator-sharp.snk 2009-12-17 Ken VanDine Don't create the signature during build 2009-12-17 Ted Gould 0.0.5 2009-12-17 Ken VanDine Linking Mono bindings to versioned library and fixing the example with licensing info and a menu. 2009-12-17 Ken VanDine Added license/copyright to the example and un-commented out the code that adds the menu. 2009-12-17 Ken VanDine link against the versioned library 2009-12-17 Ted Gould Fix issue with setting a menu twice by only allocating one dbusmenu server. 2009-12-17 Cody Russell Only create the dbusmenu server if it doesn't exist 2009-12-17 Ted Gould Initing 'menuservice' to NULL 2009-12-17 Ted Gould Only build a dbusmenu server if we don't have one. 2009-12-17 Ted Gould Mono build cleanups 2009-12-17 Ken VanDine Install the assembly in the gac 2009-12-17 Ted Gould Updates to Mono bindings to make them more Mono-onic. 2009-12-16 Jason Smith Make mono bindings less redundant and more mono friendly 2009-12-17 Ted Gould Mono and Pythong bindings living together. 2009-12-16 Ken VanDine Use a versioned assemblydir 2009-12-16 Ken VanDine use more macros 2009-12-16 Ken VanDine Reference the correct dll 2009-12-16 Ken VanDine merged in python bindings branch and some of my fixes needed for packaging 2009-12-16 Ken VanDine exclude the path in subst replace in the dbus-binding-tool command 2009-12-14 Ken VanDine use path to find includes 2009-12-11 Ted Gould Fixing the build system to link everything all happy like. 2009-12-11 Ted Gould Adding the Python build system into the indicator-application one. 2009-12-11 Neil J. Patel Stealing a bunch of Neil's python binding code. 2009-12-14 Ted Gould Merging in mono bindings. 2009-12-14 Ted Gould Looking for the assembly files in the right location. 2009-12-14 Ted Gould Adding the test files to dist and making sure we find them in the right directory. 2009-12-14 Ted Gould Merging in Jason's fix of Cody's branch. Yeah, seriously. 2009-12-14 Jason Smith Nicer fix 2009-12-14 Jason Smith Make build work right 2009-12-12 Cody Russell Try to add SetMenu() 2009-12-12 Cody Russell Initial stab at setting up test/example fu 2009-12-11 Cody Russell Fix distcheck 2009-12-11 Cody Russell Move appindicator-sharp.pc to appindicator-sharp-0.1.pc 2009-12-11 Cody Russell trunk merge, resolve conflicts 2009-12-11 Cody Russell Add missing Makefile.am 2009-12-11 Cody Russell Move to bindings/mono 2009-12-11 Cody Russell Build for Mono bindings 2009-12-07 Jason Smith Add script to automate building (someone should do this without autofoo) 2009-12-07 Jason Smith Ensure names are nice and pretty 2009-12-07 Jason Smith Make build work 2009-12-07 Jason Smith Add mono xml api file 2009-12-11 Ted Gould 0.0.4 2009-12-11 Ken VanDine Adding extra files to the distribution tarball and making the documentation include the version number. 2009-12-11 Ken VanDine include autogen.sh, COPYING.LGPL.2.1 and COPYING.LGPL.3 in EXTRA_DIST 2009-12-11 Ken VanDine Merged changes from trunk 2009-12-11 Ken VanDine * Bump version to 0.0.4 * Include version in the generated docs 2009-12-10 Ken VanDine Documentation cleanups 2009-12-10 Ken VanDine set a title and remove releaseinfo, we haven't set it yet. 2009-12-10 Ted Gould 0.0.3 2009-12-10 Ken Vandine Increasing libindicator requirement to 0.3.0 2009-12-10 Ken VanDine Bump required version for libindicator to 0.3.0 2009-12-09 Cody Russell Adding support for separators. 2009-12-09 Cody Russell Add support for separator menuitems 2009-12-09 Ted Gould Switching back to the calling style with all the parameters. Otherwise the --enable-gtk-doc gets lost. 2009-12-09 Ted Gould Fixing up documentation and making it error if symbols are missing. 2009-12-08 Ted Gould Putting gtk-doc-check into a wrapper to it runs in srcdir 2009-12-08 Ted Gould Adding in some section documentation. 2009-12-08 Ted Gould Documenting the AppIndicatorClass as well. 2009-12-08 Ted Gould Fixing function documentation. 2009-12-08 Ted Gould Adding documentation for the signal string defines. 2009-12-08 Ted Gould Adding in documentation for the Object/Class macros 2009-12-08 Ted Gould Adding a check rule for documentation. 2009-12-09 Ted Gould Adding a directory name on the distribution of the .pc.in file 2009-12-09 Cody Russell Add pkgconfig support, fixes bug #494583 2009-12-09 Cody Russell pkgconfig Libs and Requires fixes 2009-12-09 Cody Russell merge from trunk 2009-12-09 Cody Russell pkgconfig file 2009-12-09 Ted Gould Fix to autogen.sh to support configure options. 2009-12-09 Cody Russell fix autogen.sh 2009-12-08 Ted Gould Improved menu item parsing from Cody. 2009-12-08 Cody Russell Beefed up and stuff. 2009-12-08 Ted Gould Adding support for building gtk-doc documentation. 2009-12-08 Ted Gould Making it so that we have a local gtk-doc.make file that will pass a dist without the lib being built. 2009-12-08 Ted Gould Ken's gtk-doc integration branch 2009-12-08 Ken VanDine Removed a commented variable 2009-12-08 Ken VanDine Clean up some cruft I left around 2009-12-08 Ken VanDine Fixes for make distcheck and default configure args 2009-12-08 Ken VanDine Added some missing gtk-doc related files 2009-12-08 Ken VanDine don't run gtkdocize with autogen.sh 2009-12-05 Ken VanDine remove --enable-gtk-doc from autogen.sh 2009-12-05 Ken VanDine generate gtk-doc 2009-12-07 Ted Gould Adding in an activate signal. 2009-12-07 Cody Russell Add 'activate' signal support 2009-12-04 Ted Gould Increasing to version 0.0.2 2009-12-04 Ted Gould Test suite fixes for the GTK Menu changes. 2009-12-04 Cody Russell Remove the menu test 2009-12-04 Cody Russell test fix 2009-12-04 Cody Russell Test fixes 2009-12-04 Ted Gould Adding GTK Menu support to libappindicator and removing dbusmenu support. 2009-12-04 Cody Russell credit :) 2009-12-04 Cody Russell Small cleanup 2009-12-04 Cody Russell Fix up some docs 2009-12-03 Cody Russell API changes, gtk menu support 2009-12-02 Ted Gould Adding legal headers on files and licenses. 2009-11-30 Ted Gould Copyright notice for marshallers definition. 2009-11-30 Ted Gould Header for a DBus interface description, not sure if that's right or not. 2009-11-30 Ted Gould Adding in GPLv3 headers. 2009-11-30 Ted Gould Adding in LGPL v3/2 headers 2009-11-30 Ted Gould Adding GPLv3 headers. 2009-11-30 Ted Gould GPL header 2009-11-30 Ted Gould Adding in copying license files. 2009-11-30 Ted Gould Getting the right named files. 2009-12-02 Ted Gould Changing the name from indicator-custom to indicator-application 2009-11-30 Ted Gould Changing the insides to remove the custom stuff. 2009-11-30 Ted Gould De-customizing the directory stuff. 2009-11-30 Ted Gould Migrating to the new 'app' world. 2009-11-30 Ted Gould Shortening the object names as well. People hate typing. 2009-11-30 Ted Gould Massive custom to application find and replace throughout the code. 2009-11-30 Ted Gould Ignoring happily again. 2009-11-30 Ted Gould Shortening the file names as well. 2009-11-30 Ted Gould Making the directory name shorter 2009-11-30 Ted Gould Changing file names, and some fallouts from that. 2009-11-30 Ted Gould Total insane rename. Probably broke more than a few things. 2009-11-30 Ted Gould Another name change. 2009-11-24 Ted Gould Changing all the dbus names. 2009-11-24 Ted Gould Name changed 2009-11-24 Ted Gould Name changes 2009-11-24 Ted Gould A bunch of code. 2009-12-02 Ted Gould Create a service and start using it. Also updating to libindicator 0.3.0. 2009-11-24 Ted Gould Moving the connection code into a function that is called to check to see if we have enough data. This fixes distcheck after the merge from main. 2009-11-24 Ted Gould Merging in changes on trunk. Resolving a conflict. 2009-11-24 Ted Gould Woot, basic remove support. Causes warnings, but it works. 2009-11-24 Ted Gould Showing the icon. Now we can put things up in the menu! Finally. 2009-11-24 Ted Gould Ignoring the marshallers 2009-11-24 Ted Gould Building a little more of a menu item for testing. 2009-11-24 Ted Gould Fixing Marshallers so that everything is happy-happy. 2009-11-23 Ted Gould I really shouldn't have to register marshalers. Srsly. 2009-11-23 Ted Gould Moving the registration of the marshallers until after the proxy. Odd that I'd have to do this, but let's try. 2009-11-23 Ted Gould Forgot return types. 2009-11-23 Ted Gould Registering marshallers for DBus in the indicator. 2009-11-23 Ted Gould Adding a debug message on getting an application. 2009-11-23 Ted Gould Making a simple client 2009-11-23 Ted Gould Connecting to a notification watcher. 2009-11-23 Ted Gould Adding in a TODO 2009-11-23 Ted Gould Commenting. 2009-11-23 Ted Gould Fixing custom indicator watcher object path. 2009-11-23 Ted Gould Cleaning up main a little bit and handling the 'disconnected' case that doesn't yet quite exist. 2009-11-23 Ted Gould Adding a remove function and switching to the position in the list being the position. 2009-11-09 Ted Gould Adding in the dbus shared header. 2009-11-09 Ted Gould A simple little app. 2009-11-09 Ted Gould Adding a defualt file for a little appliction that'll grow into a full app. 2009-11-06 Ted Gould Grabbing the properties and going to town. Turning back into another signal. 2009-11-06 Ted Gould Adding some XML for dbus properties interface. 2009-11-06 Ted Gould Building the property proxy. 2009-11-06 Ted Gould Forgot to save. 2009-11-06 Ted Gould Building a proxy. 2009-11-06 Ted Gould Adding an application list. 2009-11-06 Ted Gould Getting the registration signal, and passing it up the stack. 2009-11-06 Ted Gould Adding app add/remove to appstore 2009-11-06 Ted Gould Woot! Now we have signals in our watcher. Let's rock on! 2009-11-06 Ted Gould Connecting the watcher and the appstore. And actually building one. We're on DBus now. 2009-11-06 Ted Gould Moving the watcher stuff to the new object. 2009-11-06 Ted Gould Creating a new object to be our watcher. Apparently we can't have two DBus interfaces on the same object :( 2009-11-06 Ted Gould Adding in teh source directory for distcheck 2009-11-06 Ted Gould Adding in a set of marshallers to make our signals all happy. 2009-11-06 Ted Gould Putting some signals on here. 2009-11-06 Ted Gould Changing some API and implementing the simple stuff. 2009-11-06 Ted Gould Fleshing out the application added stuff 2009-11-06 Ted Gould Fleshing out get_entries 2009-11-06 Ted Gould Making for a list of applications that we can build and destroy at will. 2009-11-06 Ted Gould Hooking up to the proxy. Let's do this! 2009-11-06 Ted Gould Fleshing out connected to start bringing up the proxy. 2009-11-06 Ted Gould Migrating over to the libindicator 0.3.0 API. 2009-11-02 Ted Gould We've got a service manager. Now we'll start ourselves up! 2009-11-02 Ted Gould Getting the name into a header. 2009-11-02 Ted Gould Boom, make us an indicator service. 2009-10-28 Ted Gould Building our app store 2009-10-28 Ted Gould Registering ourselves on dbus 2009-10-28 Ted Gould Boom! Now we're implementing dbus. 2009-10-28 Ted Gould Adding an appstore object to hold all of our apps. 2009-10-28 Ted Gould Adding the custom-service interface. 2009-10-28 Ted Gould Pulling in the unreviewed lib-flesh branch 2009-11-04 Ted Gould Put the cleanup of gtester on the wrong variable. 2009-11-04 Ted Gould A small fix to make things run under dbus-test-runner so that we start a dbus test session. 2009-11-03 Ted Gould Put the gtester test under a dbus-test-runner to ensure that we have a session bus to test with. 2009-11-03 Ted Gould Fleshing out the library so that the interface is implemented. Also tests for the library. 2009-11-03 Ted Gould Removing the checks on private being NULL when we're already testing the object. 2009-10-22 Ted Gould 'Merging' in trunk. No changes. Better history. 2009-10-22 Ted Gould Adding in testing the location of the dbusmenuserver 2009-10-22 Ted Gould Looking for the wrong property, we can only set the object. 2009-10-22 Ted Gould We can't get the enum values from the string param spec, we need to find the enum one and then use that. 2009-10-22 Ted Gould Property name changes. Boo. 2009-10-22 Ted Gould Changes due to the properties changes. 2009-10-22 Ted Gould Gimme a break 2009-10-22 Ted Gould Adding a set of read-only properties that deal with the strings for dbus, and let the other properties do the real work. 2009-10-22 Ted Gould Checking the category and state 2009-10-22 Ted Gould All strings work. 2009-10-22 Ted Gould Fleshing out the property counting. 2009-10-22 Ted Gould Settng the right path 2009-10-22 Ted Gould If we fail, we need to really fail. 2009-10-22 Ted Gould Adding a kill function, just in case. 2009-10-22 Ted Gould Basic code calling all the properties. 2009-10-22 Ted Gould Fleshing out the server to setup a simple custom indicator. 2009-10-22 Ted Gould Switching to using a little autotest as well. 2009-10-22 Ted Gould Adding in two little client server binaries for testing the custom indicator. 2009-10-21 Ted Gould Change the enums to match the KDE ones to make life simpler even though I dislike the names. 2009-10-21 Ted Gould Turning on verbose output and showing the status of all tests. 2009-10-21 Ted Gould Getting the prototype right. 2009-10-21 Ted Gould The signal should have a string not a enum value. 2009-10-21 Ted Gould Making sure to signal if we change the status. 2009-10-21 Ted Gould Adding test to test the property change signals. 2009-10-21 Ted Gould Checking all the set functions. 2009-10-21 Ted Gould Switching from doing the GValues as enums to the more specific types. 2009-10-21 Ted Gould Silly, these are enums not ints. 2009-10-21 Ted Gould Adding a test that sets a bunch of properties. 2009-10-21 Cody Russell Ah, forgot a return. Cody would kill me! Oh, no. 2009-10-21 Ted Gould Woot! We can build a custom indicator, and it exists. 2009-10-20 Ted Gould Now we're building a test, woot! 2009-10-20 Ted Gould Tests directory. 2009-10-20 Ted Gould Fleshing out the get functions. 2009-10-20 Ted Gould Fleshing out the set functions. 2009-10-20 Ted Gould Filling out some prototypes. 2009-10-20 Ted Gould Okay, connecting this little thing into DBus already. 2009-10-20 Ted Gould Making sure to free and unref all of our private variables. 2009-10-20 Ted Gould Now for some 'set' code. Bringin' it. 2009-10-20 Ted Gould Fleshing out get parameters... 2009-10-20 Ted Gould Adding in a bunch of things to the private struct. We now have data! 2009-10-20 Ted Gould Basic property case statements. 2009-10-19 Ted Gould Creating a connected property to check easily. 2009-10-19 Ted Gould Boom, there are some signals. 2009-10-19 Ted Gould Adding in the dbus signals from that interface. 2009-10-19 Ted Gould Header comments and a new signal that we'll need to deal with. 2009-10-19 Ted Gould Wow, properties. The properties system in gobject is a little insane. 2009-10-17 Ted Gould Changing the name to match the changes in the previous commit. 2009-10-17 Ted Gould Switching the name to be more consistent. 2009-10-17 Ted Gould Making sure to get the property names into defines so that we can ensure they're all the same. 2009-10-17 Ted Gould Filling out the property list. 2009-10-16 Ted Gould Putting in our first property, status. Woo hoo! 2009-10-16 Ted Gould Forgot to change the package name 2009-10-16 Ted Gould Set and get properties 2009-10-16 Ted Gould Merging in the library interface. 2009-10-22 Ted Gould Branch building up the interface for the library. 2009-10-17 Ted Gould Getting the name change into the templates properly. 2009-10-17 Ted Gould Making the enums camel case. I prefer the other, but it seems best to match GTK style 2009-10-16 Ted Gould Oops, shouldn't be CLUTTER there. 2009-10-16 Ted Gould Adding the possibility of making the directories silently. 2009-10-16 Ted Gould Some small changes to make 'distcheck' happy. 2009-10-16 Ted Gould Another object file bites the dust 2009-10-16 Ted Gould Fixing the templates. 2009-10-16 Ted Gould Filling out the enums to have values. 2009-10-16 Ted Gould Adding the C file into the build as well. 2009-10-16 Ted Gould Putting in the enum templates and building them. 2009-10-16 Ted Gould Setting up build to build the enums. 2009-10-16 Ted Gould Adding programs for buiding enums and marsherers and all that jazz 2009-10-16 Emmanuele Bassi Stealing these makefile segments to build enums and marshallers 2009-10-16 Ted Gould Building a basic prototype of the API for the lib. 2009-10-15 Ted Gould Building a basic library starting out. 2009-10-15 Ted Gould We need a directory. 2009-10-15 Ted Gould We're on the dbus branch now 2009-10-16 Ted Gould Adding in the DBus interface files and building of those. 2009-10-15 Ted Gould Ignoring the generated dbus interfaces. 2009-10-15 Ted Gould Building the ChangeLog on dist 2009-10-13 Ted Gould Making sure we get our specs and clean up after ourselves. Distcheck magic. 2009-10-13 Ted Gould Getting some functions so that we can link happy like. 2009-10-13 Ted Gould Fixing symbol names. 2009-10-13 Ted Gould Getting to building all these header files nicely. 2009-10-13 Ted Gould Some dbus y'all! 2009-10-13 Ted Gould A basical build system and basic files. 2009-10-13 Ted Gould Building a basic indicator and the service to go along with it. 2009-10-13 Ted Gould Cleaning up status 2009-10-13 Ted Gould Local install on distcheck, now it passes. 2009-10-13 Ted Gould Wrong version 2009-10-13 Ted Gould DBus Service file 2009-10-13 Ted Gould Autogen and friends 2009-10-13 Ted Gould Very basic. 2009-10-13 Ted Gould First version