aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* releasing version 0.4.92-0ubuntu10.4.92-0ubuntu1Charles Kerr2012-03-211-2/+2
|
* bump debian/control's valac dependency from 0.14 to 0.16Charles Kerr2012-03-212-1/+2
|
* * New upstream release.Charles Kerr2012-03-2113-132/+165
|\ | | | | | | | | * Fix a Coverity PW.BRANCH_PAST_INITIALIZATION error (LP: #957471) * Fix FTB bug from ambiguity between Glib.Menu and Gtk.Menu in the Vala code
| * Import upstream version 0.4.92Charles Kerr2012-03-2112-132/+157
| |\
| | * 0.4.920.4.92Charles Kerr2012-03-211-1/+1
| | |
| | * merge lp:~charlesk/libappindicator/fix-vala-examples to resolve ambiguity in ↵Charles Kerr2012-03-212-21/+21
| | |\ | | | | | | | | | | | | the vala examples between glib.Menu and Gtk.Menu
| | | * The vala examples were written before GMenu, so add explict namespace use ↵Charles Kerr2012-03-212-21/+21
| | |/ | | | | | | | | | here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu')
| | * merge lp:~charlesk/libappindicator/lp-957471 to fix a ↵Charles Kerr2012-03-191-5/+2
| | |\ | | | | | | | | | | | | PW.BRANCH_PAST_INITIALIZATION error reported by Coverity in bug #957471
| | | * remove oddly-scoped variable to fix a CID 10737 - ↵Charles Kerr2012-03-161-5/+2
| | |/ | | | | | | | | | PW.BRANCH_PAST_INITIALIZATION warning reported by Coverity in Bug #957471
* | | Sync from Ubuntu DesktopCharles Kerr2012-03-213-3/+23
|\ \ \
| * | | releasing version 0.4.91-0ubuntu30.4.91-0ubuntu3Sebastien Bacher2012-03-091-2/+2
| | | |
| * | | debian/rules: build without make check until the builder environmentSebastien Bacher2012-03-092-1/+8
| | | | | | | | | | | | | | | | | | | | issues are sorted
| * | | releasing version 0.4.91-0ubuntu20.4.91-0ubuntu2Sebastien Bacher2012-03-091-2/+2
| | | |
| * | | debian/control: build-depends on dbus-test-runnerSebastien Bacher2012-03-092-1/+8
| | | |
| * | | releasing version 0.4.91-0ubuntu10.4.91-0ubuntu1Sebastien Bacher2012-03-091-2/+2
| | | |
| * | | * debian/rules:Sebastien Bacher2012-03-092-1/+7
| | | | | | | | | | | | | | | | | | | | - run make check during the build
| * | | * New upstream release.Sebastien Bacher2012-03-0946-694/+1210
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set name and title in fallback status item (LP: #885080) * Fix build in non-source dir cases (LP: #931764) * Use file names for icons in fallback mode (LP: #875770) * Add since declarations to documentation * Fix test suite to work with libindicator 0.4.93 * Fix the mono binding properties
* | | | releasing version 0.4.91-0ubuntu1~ppa1Ted Gould2012-03-091-2/+2
| | | |
* | | | * New upstream release.Ted Gould2012-03-0946-694/+1210
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * Set name and title in fallback status item (LP: #885080) * Fix build in non-source dir cases (LP: #931764) * Use file names for icons in fallback mode (LP: #875770) * Add since declarations to documentation * Fix test suite to work with libindicator 0.4.93 * Fix the mono binding properties
| * | | Import upstream version 0.4.91Ted Gould2012-03-0945-694/+1198
| |\ \ \ | | | |/ | | |/|
| | * | 0.4.910.4.91Ted Gould2012-03-091-1/+1
| | | |
| | * | Update to new actions format in libindicatorTed Gould2012-03-092-9/+8
| | | |
| | * | Include an index for 0.5Ted Gould2012-03-091-0/+4
| | | |
| | * | Merge lp:~ted/libappindicator/lp885080 to add a title and name on the status ↵Charles Kerr2012-03-071-1/+9
| | |\ \ | | | | | | | | | | | | | | | icon in fallback mode for bug #885080
| | | * | Protecting from NULL titles, which apparently status_icon can't take :-/Ted Gould2012-03-021-2/+5
| | | | |
| | | * | Handle the title changing at runtimeTed Gould2012-03-021-0/+4
| | | | |
| | | * | Attaching bugTed Gould2012-03-020-0/+0
| | | | |
| | | * | Sets the title of the status icon to the title of the appindicator and the ↵Ted Gould2012-03-021-1/+2
| | | | | | | | | | | | | | | | | | | | name to the ID
| | * | | Making the Mono and Python bindings build directory independentTed Gould2012-03-066-22/+23
| | |\ \ \
| | | * | | generate app-indicator.sources.xml (for mono bindings) and ↵Charles Kerr2012-03-066-22/+23
| | |/ / / | | | | | | | | | | | | | | | appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences.
| | * | | Look for files and don't use those as icon names in the fallbackTed Gould2012-03-061-42/+40
| | |\ \ \
| | | * | | Removing unneeded NULL checkTed Gould2012-03-061-3/+1
| | | | | |
| | | * | | Attaching bugTed Gould2012-03-020-0/+0
| | | | | |
| | | * | | Rework the icon setting function so that it can handle images that are file ↵Ted Gould2012-03-021-42/+42
| | | |/ / | | | | | | | | | | | | | | | paths by checking to see if the files exist
| | * | | Improve docs on title functionsTed Gould2012-03-061-0/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Set "Since: 0.5" in the inline documentation for the new Sebastien Bacher2012-02-291-0/+6
| | |/ / | | | | | | | | | | | | | | | | set_title and get_title functions
* | | | Merge U. DesktopTed Gould2012-03-093-2/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | releasing version 0.4.90-0ubuntu20.4.90-0ubuntu2Sebastien Bacher2012-02-071-2/+2
| | | |
| * | | * debian/control:Sebastien Bacher2012-02-073-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't make libappindicator3-dev depends on libappindicator-dev * debian/libappindicator3-dev.install: - install the gtk3 include directory
| * | | releasing version 0.4.90-0ubuntu10.4.90-0ubuntu1Ken VanDine2012-02-061-1/+1
| | | |
| * | | set to UNRELEASEDKen VanDine2012-02-061-1/+1
| | | |
| * | | * New upstream release.Ken VanDine2012-02-0652-274/+1248
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix include with Dbusmenu 0.5.90 * Fix GTK3 include paths in pkgconfig file (LP: #869373) * Add title property (LP: #923971) * Don't specify pyglib-2.0-python2.6 in LDFLAGS * fix fallback icon of the GtkStatusIcon (LP: #820080) * debian/control: Dbusmneu Dep to 0.5.90 * deibna/*symbols: Updated to add [set|get]_title functions
* | | | releasing version 0.4.90-0ubuntu1~ppa1Ted Gould2012-02-031-2/+2
| | | |
* | | | deibna/*symbols: Updated to add [set|get]_title functionsTed Gould2012-02-033-1/+6
| | | |
* | | | debian/control: Dbusmneu Dep to 0.5.90Ted Gould2012-02-032-4/+5
| | | |
* | | | * New upstream release.Ted Gould2012-02-0349-271/+1239
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * Fix include with Dbusmenu 0.5.90 * Fix GTK3 include paths in pkgconfig file (LP: #869373) * Add title property (LP: #923971) * Don't specify pyglib-2.0-python2.6 in LDFLAGS * fix fallback icon of the GtkStatusIcon (LP: #820080)
| * | | Import upstream version 0.4.90Ted Gould2012-02-0349-279/+1268
| |\ \ \ | | | |/ | | |/|
| | * | Fixing some of the properties in the mono bindings0.4.90Ted Gould2012-02-031-0/+4
| | | |
| | * | 0.4.90Ted Gould2012-02-031-1/+1
| | | |
| | * | Updating to Dbusmenu 0.5.90Ted Gould2012-02-031-1/+1
| | |\ \