aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Port to gmenu, act ILars Uebernickel2012-05-241-2/+0
| | | | | | | Work-in-progress of the gmenu port for the service. The bulk of this patch removes everything related to libindicate from the service. Only the static app launchers and their configured shortcut actions are exported for now.
* Merge launcher- and appmenuitemsLars Uebernickel2012-05-231-2/+0
|
* Use a gsettings list for finding out which apps should appear in the menuLars Uebernickel2012-05-211-1/+0
| | | | | | | | | | | Previously, this was handled by looking for .desktop files in various system and user directories. The messaging menu should not display any applications by default anymore, so a simple per-user gsettings list suffices. A neat side effect is that the hairy blacklist handling is not needed anymore, either. Small regression: apps are not configurable at runtime anymore (settings key is not listened to for changes).
* Remove the seen dbLars Uebernickel2012-05-181-2/+0
| | | | | | | It was only really used to figure out whether one of the default apps was ever running, so that "Set up..." or the app name and actions would be shown in the menu. Since there are no default apps anymore, this is not needed either.
* Remove default applicationsLars Uebernickel2012-05-181-3/+0
| | | | | | | | This gets rid of the "Set Up <app>" sections for Email, Chat, and Broadcast. Also, default apps don't get to override the icon and names anymore. Every app gets its real name and icon displayed. Overriding the icon with X-Ayatana-Messaging-Menu-Icon is still possible.
* Ensure that we're not distributing any gtest sourcesTed Gould2012-03-211-2/+1
|
* Substituting build code under test lib for individual includes for example.Allan LeSage2012-03-201-3/+1
|
* Makefile fixes for code under test lib.Allan LeSage2012-03-201-2/+1
|
* Attempt to build lib of code under test.Allan LeSage2012-03-201-0/+53
|
* Corrected a Makefile merge omission for tests, stripped down dummy test.Allan LeSage2012-03-191-4/+0
|
* Charles-advised changes to test/Makefile.am for proper CPPFLAGS.Allan LeSage2012-03-191-2/+6
|
* Experimental Makefile.am changes to support GTest.Allan LeSage2012-03-162-9/+11
|
* Temp commit for review by charles.Allan LeSage2012-03-152-21/+28
|
* Dummy commit on 'no rule' err.Allan LeSage2012-03-152-0/+37
|
* Building a simple little activator to find out if we can activate the service.Ted Gould2009-05-282-0/+56