summaryrefslogtreecommitdiff
path: root/command
AgeCommit message (Collapse)AuthorFilesLines
2019-07-11treat output as utf8 when limiting width.Jonathan Krebs1-3/+3
fixes #374
2019-07-08command: use MaCommand objectWu Xiaotian4-134/+610
2019-07-08Make command applet run commands asynchronouslyWu Xiaotian1-7/+116
2019-07-08Revert "Make command applet run commands asynchronously"raveit651-124/+8
This reverts commit 18cf1e9710b8a308b8f8f9c6c0019b3a9c2b3cda.
2019-07-08Revert "for pr review"raveit651-12/+19
This reverts commit 1c197aa881092efcdb2d9013e73d0004d58ccdf3.
2019-07-08Revert "command: use MaCommand object"raveit654-610/+134
This reverts commit dc14537a19b3fb3448f46d78707517d197e8febb.
2019-07-08command: use MaCommand objectWu Xiaotian4-134/+610
2019-07-08for pr reviewWu Xiaotian1-19/+12
2019-07-08Make command applet run commands asynchronouslyWu Xiaotian1-8/+124
2019-03-20Make translatable copyright info in about dialogrbuj1-5/+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-12-08Support git.mk to generate .gitignoreWu Xiaotian1-0/+2
2018-02-09avoid deprecated GtkStockPablo Barciela1-3/+3
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-12/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-19command: bump range of intervalRu Uba1-1/+1
Increase time range end point to allow command to occur inside a range for up to 86400 seconds (24 hours) in a second.
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-03-23Fix for crasher in Command applet. Closes ↵Scott Balneaves1-13/+7
https://github.com/mate-desktop/mate-applets/issues/235
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-55/+1
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-10-26command: move command output processing into separate functionmonsta1-49/+59
2016-08-31GTK+-3 command: port to GtkGridraveit651-0/+36
2016-07-31command: drop MateAbout and update copyrightraveit651-3/+6
2016-03-20Re-license Command and Timer applets under GPL-2+Balló György1-11/+12
This makes the license of the project consistent. See: https://github.com/mate-desktop/mate-applets/issues/183
2016-03-03command: minor style correctionsmonsta1-3/+3
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich1-9/+9
2015-12-17GTK3 command: don't use deprecated GTKMiscWolfgang Ulbrich1-0/+15
2015-12-17command: fix build warningsmonsta1-9/+9
2015-09-06Rework gsettings schema buildinginfirit3-30/+28
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-08-05Fix missing icons on GTK3 with custom icon themeBalló György2-2/+2
2015-01-26command: Add missing static void declarationStefano Karapetsas1-0/+1
Closes https://github.com/mate-desktop/mate-applets/issues/123
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+4
2014-09-22command: Add border in settings dialogStefano Karapetsas1-0/+1
2014-09-22command: Added width adjustment for command outputEllis Kenyo2-6/+40
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas2-2/+4
2014-02-10Fix makefilesmate-applets-1.7.1Stefano Karapetsas1-1/+2
2014-02-08command: Add GTK3 supportStefano Karapetsas1-1/+1
2014-01-29command: Translate context menuStefano Karapetsas1-0/+1
2014-01-28command: Use Preferences instead of Properties as labelStefano Karapetsas1-3/+3
2014-01-27command: Show the executed command as tooltipStefano Karapetsas1-0/+2
2014-01-27command: Add support for output in GKeyFile (INI) format, allowing to change ↵Stefano Karapetsas1-12/+44
font and icon The output of the command now can be in INI format, like: [Command] Output=MATE Icon=mate Output can be in pango format, icon need to be a stock name
2014-01-27command: Add comments and constants in codeStefano Karapetsas1-13/+23
2014-01-27command: Fix typoStefano Karapetsas1-3/+3
2014-01-26command: Define max lenght for output of the commandStefano Karapetsas1-1/+13
2014-01-26command: UI improvementsStefano Karapetsas1-1/+5
2014-01-26command: Use GSettings signals to manage command/intervalStefano Karapetsas1-15/+68
2014-01-26Add new command appletStefano Karapetsas5-0/+339