summaryrefslogtreecommitdiff
path: root/battstat/battstat_applet.c
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-94/+3
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-08-31GTK+-3 battstat: port GtkTable to GtkGridraveit651-0/+80
2016-07-31battstat: drop MateAbout usage and update copyrightraveit651-6/+7
2014-12-30battstat applet: remove HAL supportMonsta1-10/+5
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit1-0/+4
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]>
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+5
2014-11-26batstat: Use cairo for drawing also in Gtk2.infirit1-209/+0
2014-06-02Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-4/+0
gdk_x11_window_foreign_new_for_display | since 2.24 gdk_window_get_width | since 2.24 gdk_window_get_height | since 2.24 gdk_x11_display_get_xdisplay | since 2.2 gdk_window_get_display | since 2.24 gdk_x11_window_foreign_new_for_display | since 2.24 GDK_WINDOW_XID | since always GDK_SCREEN_XDISPLAY | since always
2014-06-02Replace GtkObject with GObject also for gtk2infirit1-22/+0
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+3
2014-02-08Fix help uri for appletsinfirit1-2/+2
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-7/+0
Also remove the has_separator from the ui files.
2014-01-20battstat: Add GTK3 supportStefano Karapetsas1-0/+183
Code taken from: https://git.gnome.org/browse/gnome-applets/commit/battstat?id=274f17fe92b98b5a0bdd31de734240b4cc6227e9 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=137c00e2de6098b0ecef75ec208d58de138d7a82 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=13522dcb2cb272b11214728c69c9ec179de78e2d
2014-01-04battstat applet: save panel space using an empty label instead of -:-- when ↵r2rien1-2/+2
fully charged or unknown
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-2/+2
2013-02-28Use libnotify instead of libmatenotifyStefano Karapetsas1-5/+5
2012-11-24battstat: migrate to gsettingsStefano Karapetsas1-17/+15
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-1/+1
2012-04-24upower support added to battstat. Preparing for 1.2.2 release.mate-applets-1.2.2Steve Zesch1-3/+5
2011-11-14initialPerberos1-0/+1714