summaryrefslogtreecommitdiff
path: root/applets/notification_area/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2023-06-28Fix distribution of applet service filesColomban Wendling1-1/+1
Fix distribution of the applet service files sources when building from an in-process-configured build. This fixes `make distcheck` and tarballs in builds configured with `--with-in-process-applets=all` (or actually any in-process applet). The issue was that the .service.in file was referenced indirectly in EXTRA_DIST, and the variable listed there was only filled in a conditional. Automake is not able to resolve this and see it still should distribute the reference of that variable, even if set conditionally. Fix this by always setting the variable properly, even if it's only used for out-of-process builds.
2020-07-05build: Add built sources to CLEANFILES targetrbuj1-1/+2
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian1-7/+7
2018-10-20na-tray: add preferences dialog and applet menu entryFabien Broquard1-0/+1
The only option in the preferences is a GtkSpinButton for the user to be able to set the icon sizes easily without having to use dconf-editor.
2018-10-20na-tray: wide panels, add GSettings to the appletFabien Broquard1-1/+9
The new GSettings allow to change and remember the minimum icon size for the grid. The default icon size is set at 24px.
2018-10-20na-tray: wide panels, preliminary batch box to grid renameFabien Broquard1-2/+2
box/Box/BOX changed to grid/Grid/GRID as a preliminary step to prepare for changing GtkBox in na-box/na-grid to a GtkGrid to make the notification area work well on vertical and wide panels note: even if everything is renamed to grid, the GtkWidget is still a GtkBox thats why GtkBox and GTK_TYPE_BOX have not been renamed.
2018-04-26na-tray: Convert to GResourceraveit651-5/+18
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-24/+19
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.
2015-07-14na: Rewrite main.c to subclass PanelApplet as NaTrayAppletVincent Untz1-1/+1
This is cleaner, and we'll be able to add style properties to this widget. Conflicts: applets/notification_area/main.c Conflicts: applets/notification_area/main.c
2012-10-11update notification_areaStefano Karapetsas1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+112