| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New upstream release. | Sebastien Bacher | 2012-07-11 | 37 | -451/+1444 |
| |\ | |||||
| | * | Import upstream version 12.10.0 | Sebastien Bacher | 2012-07-11 | 36 | -451/+1438 |
| | |\ | |||||
| | | * | bump version to 12.10.0 | Charles Kerr | 2012-07-11 | 1 | -1/+1 |
| | | | | |||||
| | | * | merge lp:~evgeni/libappindicator/optional-mono to make Mono binding ↵ | Charles Kerr | 2012-06-18 | 2 | -13/+23 |
| | | |\ | | | | | | | | | | | | | generation optional. This way we don't FTB on architectures that don't support Mono. | ||||
| | | | * | make building mono extension optional, so we can build on archs that do not ↵ | Evgeni Golov | 2012-06-10 | 2 | -13/+23 |
| | | | | | | | | | | | | | | | | | have mono | ||||
| | | * | | merge bzr merge lp:~evgeni/libappindicator/multiarch-same-devheaders so that ↵ | Charles Kerr | 2012-06-18 | 2 | -2/+2 |
| | | |\ \ | | | |/ | | |/| | | | | | we don't include build-time filenames in comments of the enum header files. | ||||
| | | | * | don't include build-time filenames in comments of the enum header files | Evgeni Golov | 2012-06-10 | 2 | -2/+2 |
| | | |/ | | | | | | | | | | | | | | | | | | | If we do, the header files may be different on each build. This is especially harmful when building multiple times for multiple architectures and expecting the files to be identical. | ||||
| | | * | merge lp:~ted/libappindicator/app_name to try the application name as a ↵ | Charles Kerr | 2012-04-23 | 1 | -1/+12 |
| | | |\ | | | | | | | | | | | | | fallback if the client doesn't explicitly set the title. | ||||
| | | | * | If we don't have a title set, use the application name to output the title | Ted Gould | 2012-04-16 | 1 | -1/+12 |
| | | |/ | |||||
| | | * | merge lp:~allanlesage/libappindicator/TDD to add gcov targets to our ↵ | Charles Kerr | 2012-04-12 | 5 | -0/+152 |
| | | |\ | | | | | | | | | | | | | 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/ . | ||||
| | | | * | Added coverage tooling. | Allan LeSage | 2012-03-27 | 5 | -0/+152 |
| | | | | | |||||
| * | | | | releasing version 0.4.92-0ubuntu20.4.92-0ubuntu2 | Robert Ancell | 2012-05-23 | 2 | -2/+10 |
| |\ \ \ \ | |||||
| | * | | | | use autoreconf.mk instead of calling dh_autoreconf by hand | unknown | 2012-05-22 | 1 | -2/+2 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes FTBFS when there are multiple Python versions (dh_autoreconf would be called multiple times in this case, which isn't allowed) - properly cleans autoreconf'ed files in the clean target - patchsys-quilt.mk needs to be included *before* autoreconf.mk or debhelper will leave uncleaned files in debian/, leading to E: libappindicator source: temporary-debhelper-file python-appindicator.debhelper.log and 9 others from lintian | ||||
| * | | | | releasing version 0.4.92-0ubuntu1 | Ken VanDine | 2012-03-21 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | * New upstream release. | Ken VanDine | 2012-03-21 | 14 | -133/+167 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * debian/control: Updating to valac-0.16 | ||||
| | * | | | | releasing version 0.4.92-0ubuntu10.4.92-0ubuntu1 | Charles Kerr | 2012-03-21 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | bump debian/control's valac dependency from 0.14 to 0.16 | Charles Kerr | 2012-03-21 | 2 | -1/+2 |
| | | | | | | |||||
| | * | | | | * New upstream release. | Charles Kerr | 2012-03-21 | 13 | -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.92 | Charles Kerr | 2012-03-21 | 12 | -132/+157 |
| | | |\| | | |||||
| | | | * | | 0.4.920.4.92 | Charles Kerr | 2012-03-21 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | merge lp:~charlesk/libappindicator/fix-vala-examples to resolve ambiguity in ↵ | Charles Kerr | 2012-03-21 | 2 | -21/+21 |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | the vala examples between glib.Menu and Gtk.Menu | ||||
| | | | | * | | The vala examples were written before GMenu, so add explict namespace use ↵ | Charles Kerr | 2012-03-21 | 2 | -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 Kerr | 2012-03-19 | 1 | -5/+2 |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | PW.BRANCH_PAST_INITIALIZATION error reported by Coverity in bug #957471 | ||||
| | | | | * | | remove oddly-scoped variable to fix a CID 10737 - ↵ | Charles Kerr | 2012-03-16 | 1 | -5/+2 |
| | | | |/ / | | | | | | | | | | | | | | | | PW.BRANCH_PAST_INITIALIZATION warning reported by Coverity in Bug #957471 | ||||
| | * | | | | Sync from Ubuntu Desktop | Charles Kerr | 2012-03-21 | 3 | -3/+23 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | releasing version 0.4.91-0ubuntu30.4.91-0ubuntu3 | Sebastien Bacher | 2012-03-09 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | debian/rules: build without make check until the builder environment | Sebastien Bacher | 2012-03-09 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | issues are sorted | ||||
| * | | | | | releasing version 0.4.91-0ubuntu20.4.91-0ubuntu2 | Sebastien Bacher | 2012-03-09 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | debian/control: build-depends on dbus-test-runner | Sebastien Bacher | 2012-03-09 | 2 | -1/+8 |
| | | | | | | |||||
| * | | | | | releasing version 0.4.91-0ubuntu10.4.91-0ubuntu1 | Sebastien Bacher | 2012-03-09 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | * debian/rules: | Sebastien Bacher | 2012-03-09 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - run make check during the build | ||||
| * | | | | | * New upstream release. | Sebastien Bacher | 2012-03-09 | 46 | -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~ppa1 | Ted Gould | 2012-03-09 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | * New upstream release. | Ted Gould | 2012-03-09 | 46 | -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.91 | Ted Gould | 2012-03-09 | 45 | -694/+1198 |
| | | |\| | | |||||
| | | | * | | 0.4.910.4.91 | Ted Gould | 2012-03-09 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | Update to new actions format in libindicator | Ted Gould | 2012-03-09 | 2 | -9/+8 |
| | | | | | | |||||
| | | | * | | Include an index for 0.5 | Ted Gould | 2012-03-09 | 1 | -0/+4 |
| | | | |/ | |||||
| | | | * | Merge lp:~ted/libappindicator/lp885080 to add a title and name on the status ↵ | Charles Kerr | 2012-03-07 | 1 | -1/+9 |
| | | | |\ | | | | | | | | | | | | | | | | icon in fallback mode for bug #885080 | ||||
| | | | | * | Protecting from NULL titles, which apparently status_icon can't take :-/ | Ted Gould | 2012-03-02 | 1 | -2/+5 |
| | | | | | | |||||
| | | | | * | Handle the title changing at runtime | Ted Gould | 2012-03-02 | 1 | -0/+4 |
| | | | | | | |||||
| | | | | * | Attaching bug | Ted Gould | 2012-03-02 | 0 | -0/+0 |
| | | | | | | |||||
| | | | | * | Sets the title of the status icon to the title of the appindicator and the ↵ | Ted Gould | 2012-03-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | name to the ID | ||||
| | | | * | | Making the Mono and Python bindings build directory independent | Ted Gould | 2012-03-06 | 6 | -22/+23 |
| | | | |\ \ | |||||
| | | | | * | | generate app-indicator.sources.xml (for mono bindings) and ↵ | Charles Kerr | 2012-03-06 | 6 | -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 fallback | Ted Gould | 2012-03-06 | 1 | -42/+40 |
| | | | |\ \ | |||||
| | | | | * | | Removing unneeded NULL check | Ted Gould | 2012-03-06 | 1 | -3/+1 |
| | | | | | | | |||||
| | | | | * | | Attaching bug | Ted Gould | 2012-03-02 | 0 | -0/+0 |
| | | | | | | | |||||
| | | | | * | | Rework the icon setting function so that it can handle images that are file ↵ | Ted Gould | 2012-03-02 | 1 | -42/+42 |
| | | | | |/ | | | | | | | | | | | | | | | | paths by checking to see if the files exist | ||||
| | | | * | | Improve docs on title functions | Ted Gould | 2012-03-06 | 1 | -0/+6 |
| | | | |\ \ | | | | |/ | | | |/| | |||||
