summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-031.12.0v1.12.01.12Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre3-0/+9131
2015-10-30update NEWS for 1.12monsta1-1/+1
2015-10-27minor correction in NEWSmonsta1-0/+1
2015-10-15Add NEWS for 1.11.0 (and include 1.10.3 ones from 1.10 branch)mate-utils-1.11.0monsta1-0/+19
2015-10-06pre-bump version to 1.11.0raveit652-2/+4
2015-09-25Merge pull request #127 from monsta/cleanupWolfgang Ulbrich8-31/+1
some cleanup in build files
2015-09-25configure: drop useless --enable-deprecated optionMonsta8-22/+1
2015-09-25configure.ac: drop useless check for Sun OSMonsta2-9/+0
2015-09-09fix broken mate-screenshotmonsta1-1/+1
2015-09-09More translation fixes for gsettings schemasinfirit4-39/+40
2015-09-09Fixup gettext domain in gsettings schemasinfirit3-3/+3
2015-09-09mate-screenshot: move stuff to data/ and src/ subdirsmonsta22-104/+98
2015-09-09gsearchtool: move smclient stuff there, move sources to src/ subdirmonsta24-91/+76
2015-09-09gsearchtool: drop README from libmateui-deprecatedmonsta1-9/+0
2015-09-09logview: move sources to src/ subdirmonsta29-81/+84
2015-09-09fixed README'smonsta2-3/+3
2015-09-08Add a timestamp to screenshot filenames by defaultinfirit2-28/+18
Useful for correct ordering, fixes #115 Also drop the window name as we now have the time-stamp to distinguish between screen-shots.
2015-09-01dictionary: drop command-line options that did nothing at allmonsta3-18/+1
2015-09-01dictionary: fixed indentation a bitmonsta2-33/+33
2015-09-01removed non-existing files from the list in POTFILES.skipmonsta1-3/+2
2015-09-01dictionary: remove dead server entrymonsta3-8/+0
closes https://github.com/mate-desktop/mate-utils/issues/96
2015-08-31dictionary: removed unused codeMonsta1-46/+0
2015-08-31dictionary: have applet background automatically paintedMonsta1-18/+0
2015-08-31dictionary: don't require --match option for --no-window to workMonsta1-1/+1
as stated in manpage, --no-window works in conjunction with --look-up option. due to a logic error, the app also required --match option (which does nothing in this case) to be specified. this is now fixed.
2015-08-31dictionary: fix indentationMonsta1-19/+17
2015-08-31dictionary: update man pageMonsta1-2/+14
*partially* taken from https://git.gnome.org/browse/gnome-dictionary/commit/?id=806fe225ff66828d13d4c56ab018540ec19bbd6a
2015-08-31dictionary: make Ctrl+A and Ctrl+C work in the search fieldMonsta1-3/+9
from https://git.gnome.org/browse/gnome-dictionary/commit/?id=196f65131bff3e0d9b386cda5e071238ab388b9d
2015-08-31logview: remember active log for next application runMonsta1-0/+8
from https://git.gnome.org/browse/gnome-system-log/commit/?id=4e8122013893df6a8dc0e79ff27e9fe5047cf481
2015-08-31logview: actually insert the converted data into the bufferMonsta1-1/+2
from https://git.gnome.org/browse/gnome-system-log/commit/?id=575ff413620dd17adb4c52a8ae79f744a694c7a1
2015-08-31logview: set correct title for Add/Edit filter dialogMonsta1-0/+2
from https://git.gnome.org/browse/gnome-system-log/commit/?id=bd6c0d53187a062ead969e35bdb88579bae2f163
2015-08-31logview: remove failed log from stored listMonsta1-1/+17
from https://git.gnome.org/browse/gnome-system-log/commit/?id=31b069ae801f44e33f3c9ac3d75a028477c490a3
2015-08-31logview: define _XOPEN_SOURCE_EXTENDED for OpenBSDMonsta1-0/+1
from https://git.gnome.org/browse/gnome-system-log/commit/?id=b75701ce5c87eb125198ebfe124c829167844db1
2015-08-31logview: use a GCancellable when reading new lines from the logMonsta4-10/+43
from https://git.gnome.org/browse/gnome-system-log/commit/?id=0aeb30fae9b5855804240972790045074854f1aa
2015-08-31logview: don't clear the active log ref immediately on closeMonsta1-2/+1
from https://git.gnome.org/browse/gnome-system-log/commit/?id=febc1baa30ee4035e20d513c2bd77a579f1d8fea
2015-08-31logview: use g_utf8_collate() to sort log display namesMonsta1-1/+1
from https://git.gnome.org/browse/gnome-system-log/commit/?id=d55c066dcfeff2ddf24152d192137b251cc5cbb6
2015-08-31logview: add some safety NULL-checksMonsta2-4/+11
from https://git.gnome.org/browse/gnome-system-log/commit/?id=ad9153b8bcd8a2556d7a1f5fcca890680c4677de
2015-08-31logview: make sure to always NULL-terminate log lines arrayMonsta1-3/+3
from https://git.gnome.org/browse/gnome-system-log/commit/?id=af6e5f3fd809ec7e477434e8279d1b2f8817f33d
2015-08-31remove shave - it's obsolete, silent rules replace itMonsta6-243/+3
2015-08-31baobab: remove useless codeMonsta1-4/+0
2015-08-31baobab: fix indentationMonsta1-6/+6
2015-08-31configure.ac: drop obsolete macromonsta1-1/+0
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-25Merge pull request #112 from NiceandGently/masterMartin Wimpress1-0/+4
GTK3: reduce height of statusbar
2015-08-25Merge pull request #117 from monsta/patch-2Martin Wimpress1-1/+0
configure.ac: removed suspicious reference to win32
2015-08-25configure.ac: removed suspicious reference to win32monsta1-1/+0
2015-08-10GTK3: reduce height of statusbarraveit651-0/+4
- setting margin to 0px
2015-07-29logview: ship the SVG source for the new hires iconBalló György2-0/+19242
Based on this commit for gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=99b2827aa3fc996e6314467204841cf7ee599293
2015-07-29logviewer: Provide an application iconBalló György12-3/+87
Based on this commit in gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=f3f63c20a0b9fd9e791dde542292f9931de6e86f
2015-07-11Bump version to 1.10.2mate-utils-1.10.2infirit1-1/+1
2015-07-11Update NEWSinfirit1-0/+4