aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove automake-related filesRobert Tari2021-04-211-196/+0
|
* src/Makefile.am: Move 'sources_c =' variable definition further up.Mike Gabriel2020-12-031-27/+27
|
* src/Makefile.am: Split out all *.c files from libayatana_ido_0_4_la_SOURCES ↵Mike Gabriel2020-12-031-1/+8
| | | | into sources_c variable.
* src/Makefile.am: Various TAB'bing fixes / beautifications.Mike Gabriel2020-12-031-26/+36
|
* src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values (and ↵Mike Gabriel2020-12-031-18/+18
| | | | beautify the TAB'bing).
* Add a new menu item type: IDO RemovableRobert Tari2020-11-241-0/+2
|
* src/Makefile.am: Export ayatanamenuitemfactory.h as part of the public API, ↵Mike Gabriel2020-08-131-0/+1
| | | | needed by indicator-ng.c in libayatana-indicator.
* Drop IDO Message DialogRobert Tari2020-08-101-4/+0
| | | | Fixes AyatanaIndicators/ayatana-ido#6.
* Remove ayatana-private.hRobert Tari2020-07-231-1/+0
|
* src/Makefile.am: Don't choke with FTBFS on every future deprecation warning. ↵Mike Gabriel2020-07-071-1/+1
| | | | Drop -Werror from CPPFLAGS.
* Build system: Drop remnants of GTK-2+ support.Mike Gabriel2017-05-221-2/+1
|
* make: Improve distclean ruleset.Mike Gabriel2015-11-061-0/+1
|
* Fork ayatana-ido from Ubuntu's ido shared library.Mike Gabriel2015-11-061-26/+29
|
* Filter out symbols in the libraryTed Gould2014-11-031-3/+4
|
* idobasicmenuitem: put progress menu item into its own fileLars Uebernickel2014-03-261-0/+2
|
* Build with -Wno-error=deprecated-declarations.Ken VanDine2014-01-071-2/+1
|
* No error for deprecationsTed Gould2013-12-181-1/+2
|
* Add IdoSourceMenuItemLars Uebernickel2013-08-131-2/+6
| | | | | A menu item showing messaging menu sources.
* Add IdoApplicationMenuItemLars Uebernickel2013-08-131-2/+4
| | | | | | A menu item representing an application. It can show whether the application is running or not (based on action state).
* add support for com.canonical.indicator.alarm menuitems.Charles Kerr2013-07-251-0/+4
|
* add a menuitem that renders com.canonical.indicator.progress as laid out in ↵Charles Kerr2013-07-241-0/+2
| | | | https://wiki.ubuntu.com/Power#Phone
* Merge trunkLars Uebernickel2013-06-191-1/+5
|\
| * add calendar, location, and appointment menuitems to the IDO factoryCharles Kerr2013-06-141-0/+4
| |
* | Add IdoPlaybackMenuItemLars Uebernickel2013-06-171-2/+4
| | | | | | | | | | | | | | A menu item that can control playback of a media player. Adapted from transport-widget.c formerly found in lp:indicator-sound.
* | Add IdoMediaPlayerMenuItemLars Uebernickel2013-06-121-2/+4
|/ | | | | | | | A menu item that shows a media player application and metadata about the currently running song. Adapted from metadata-widget.c formerly found in lp:indicator-sound.
* Merge IdoUserMenuItem branchLars Uebernickel2013-05-221-1/+3
|\ | | | | | | | | | | This branch contains IdoUserMenuItem, a menu item that is used by indicator-session to display an individual user in the user switcher.
| * rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ↵Charles Kerr2013-03-261-0/+2
| | | | | | | | is to decouple from dbusmenu.
* | Add IdoActionHelperLars Uebernickel2013-05-221-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class contains some functionality that all menu items that are bound to an action need. It listens for action additions and removals, changes in enabled state, and state changes. It is _not_ intended to be used by specific menu items, but rather as the glue in IdoMenuItemFactory, to bind a widget to an action. An alternative way to reach the same goal is to have an IdoMenuItem base class which contains the common functionality. This would have required touching all existing menu items (slider, user menu item, media player items) and would have added more complexity to them. It is similar in spirit to GtkActionHelper (a private class in gtk), but very different in API and implementation.
* | Add IdoMenuItemFactoryLars Uebernickel2013-05-221-2/+4
|/ | | | | | | | | | | | It's implementing the GtkMenuItemFactory extension point (only available in Ubuntu's version of gtk+). It doesn't create any menu items yet. The extension point must be registered before calling gtk_menu_new_from_model() with a menu model that references any of the custom menu items ido will provide. Registering means the type must exist in the type system. This patch adds an ido_init() which does that. Consumers of libido are required to call this function from now on.
* Add introspection and Vala support to IDORobert Ancell2012-12-141-0/+53
|
* sync with lp:idoCharles Kerr2012-08-221-1/+4
|\
| * merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ↵Charles Kerr2012-08-211-1/+1
| |\ | | | | | | | | | doesn't include that in it's .pc file
| | * Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc fileKen VanDine2012-07-241-1/+1
| | |
| * | add IdoSwitchMenuItemCharles Kerr2012-08-211-0/+3
| |/
* / require gtk3Charles Kerr2012-05-071-5/+0
|/
* merge lp:~allanlesage/ido/TDD to add targets to autotools build for ↵Charles Kerr2012-04-121-2/+9
|\ | | | | | | 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 gcov coverage tooling.Allan LeSage2012-03-271-2/+9
| |
* | remove idooffscreenproxyCharles Kerr2012-03-091-15/+0
|/
* Putting the offscreen proxy in EXTRA_DIST if we're building GTK2 versionTed Gould2011-09-131-4/+8
|
* Making the proxy GTK3 onlyTed Gould2011-09-131-4/+14
|\
| * Only use the offscreen proxy stuff in GTK3Robert Carr2011-09-131-4/+14
| |
* | Increasing the number of warningsTed Gould2011-09-131-1/+2
|/
* Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing ↵Robert Carr2011-09-021-2/+5
| | | | grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009
* allow building either gtk2 or gtk3 versions; some deprecation cleanupsMichael Terry2011-06-011-7/+13
|
* Remove IdoGestureManagerCody Russell2011-01-181-5/+1
|
* fix distcheck; thanks to seb128David Barth2010-09-081-0/+1
|
* Feel up your widgets.Cody Russell2010-08-151-1/+4
|
* CalendarCody Russell2010-07-191-0/+3
|
* Fix for distcheckCody Russell2010-07-151-0/+1
|
* Add IdoRange, and modify IdoScaleMenuItem to use it.Cody Russell2010-07-131-0/+2
|