summaryrefslogtreecommitdiff
path: root/drivemount/drivemount.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-04drivemount: Remove global variable1.22rbuj1-6/+1
2019-03-20Make translatable documenters in about dialogrbuj1-0/+7
2019-03-20Make translatable copyright info in about dialogrbuj1-4/+2
2019-03-20Ensure proper translation of the about dialog titlerbuj1-0/+1
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2018-02-09avoid deprecated GtkStockPablo Barciela1-2/+2
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-7/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-09-10GSettings change recognized dynamicallymarosg1-0/+4
2017-09-08GSettings for checkmark color shown for mounted volumes.marosg1-0/+2
2017-08-05drivemount: don't use deprecated gtk_show_uriraveit651-3/+10
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-4/+0
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-07-31drivemount: use GTkAbout and update copyrightraveit651-3/+6
2015-06-24drivemount: show index help page, not intro pageMonsta1-1/+1
2015-06-23drivemount: fix help linkraveit651-1/+1
2014-11-26drivemount: Fix "variable might be used uninitialized"infirit1-1/+3
The code used to set a broken screen in an error case. Based on gnome-applets commit: 33e10c46f76994a94fbccb8da0acb4ca36e6f20a From: Benjamin Otte <[email protected]>
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+2
2014-02-08Fix help uri for appletsinfirit1-1/+1
2014-01-19drivemount: Add GTK3 supportStefano Karapetsas1-0/+4
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2012-11-24drivemount: remove mateconf usageStefano Karapetsas1-3/+0
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-1/+1
2011-11-14initialPerberos1-0/+223