summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12release 1.14.1v1.14.11.14monsta2-1/+8
2016-08-12distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-08-12po: drop languages not present on Transifex (or present but empty)monsta5-13446/+0
2016-08-12po: actually add new languages from Transifexmonsta1-0/+2
2016-08-12libgdict: fix emission of lookup-startraveit651-8/+16
Emit lookup-start at the beginning of every lookup command instead of after receiving response from server. https://bugzilla.gnome.org/show_bug.cgi?id=537807 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=4bf5701
2016-08-12mdict: Remove assertion in sidebar coderaveit651-1/+2
Allow the sidebar page to be unset. taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
2016-06-09sync with Transiflexraveit6515-164/+6288
2016-05-17mate-dict.pc: depend upon proper gtk versionKir Kolyshkin2-1/+3
If the package is built against gtk-3.0 (as in ./configure --with-gtk=3.0), mate-dict.pc still wants gtk-2.0 since it's hardcoded it there. This can lead to improper builds of packages using libmatedict (although I can't find any now), as well as improper RPM dependencies, like this: $ rpm -e gtk2-devel error: Failed dependencies: ... pkgconfig(gtk+-2.0) is needed by (installed) mate-utils-devel-1.14.0-1gtk3.fc23.x86_64 Fortunately, the file is already generated, so it's trivial to add a proper substitution. [v2: also add min GTK version required] Signed-off-by: Kir Kolyshkin <[email protected]>
2016-04-07po: fix sorting in LINGUAS a bitv1.14.0monsta1-1/+1
2016-04-07po: add missing .po files from Transifexmonsta3-0/+9170
they were added to list in po/LINGUAS but not into repo...
2016-04-07po: drop id_ID.po - Indonesian is handled in id.pomonsta1-3201/+0
and it was never listed in po/LINGUAS, so it was never installed
2016-04-07po: add missing languages to LINGUASmonsta1-1/+7
2016-04-07release 1.14.0raveit652-2/+3
2016-04-07Fix Changelog generationraveit651-12/+9
2016-04-07add new languages and sync with transiflexraveit6589-107106/+107288
2016-04-05update NEWSmonsta1-4/+9
2016-03-23screenshot: fix indent a bitmonsta1-2/+2
2016-03-22Update mate-screenshot.cDaveBlack1-2/+2
2016-03-03use g_timeout_add_seconds for multi-second timeoutsmonsta2-9/+9
from https://git.gnome.org/browse/gnome-dictionary/commit/?id=597ff92a28f42ed187adc9727d91cef2e226a383
2016-03-03use G_UNICODE_SPACING_MARK instead of G_UNICODE_COMBINING_MARKmonsta1-1/+1
adapted from https://git.gnome.org/browse/gnome-dictionary/commit/?id=34b805a5976816925006e65f47117a348a962322
2016-03-03sidebar: don't select unrealized menu itemsmonsta1-3/+6
fixes warnings on startup and UI freeze after selecting "New" menu item with GTK+ >= 3.18 from https://git.gnome.org/browse/gnome-dictionary/commit/?id=100e14d428c85b20252c92ee56c6a2f410e2f6d0
2016-02-19Sync with TransifexMartin Wimpress23-33907/+33929
2016-01-27release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+5
2016-01-27[GTK+3] fix vertical expand of widgets on side panemonsta5-4/+8
2016-01-26screenshot: properly disable effects and delay when launched with -aimonsta1-0/+2
fixes https://github.com/mate-desktop/mate-utils/issues/133
2016-01-25configure.ac: remove idiotic -Werror from "maintainer flags"monsta1-1/+1
2016-01-23GTK3: Expand scrolled windowsWolfgang Ulbrich3-0/+11
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&id=f50f8b5
2016-01-23GTK3 gdict-window: don't use deprecated gtk_{h/v}box_new ()Wolfgang Ulbrich1-0/+5
2016-01-22[GTK+3] screenshot: fix deprecated usage of Gtk{H,V}Boxmonsta1-0/+36
2016-01-22[GTK+3] screenshot: fix deprecated usage of GtkMiscmonsta1-0/+25
2016-01-22[GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Boxmonsta13-21/+75
2016-01-22dictionary: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta7-23/+22
2016-01-22[GTK+3] dictionary: fix some deprecationsmonsta4-1/+18
2016-01-21logview: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-2/+2
2016-01-21[GTK+3] logview: fix deprecated usage of Gtk{H,V}Box, GtkMiscmonsta2-3/+46
2016-01-21[GTK+3] gsearchtool: fix deprecated usage of Gtk{H,V}Box, GtkHButtonBoxmonsta2-4/+50
2016-01-21[GTK+3] gsearchtool: fix a couple of deprecationsmonsta2-0/+6
2016-01-21gsearchtool: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-4/+4
2016-01-21[GTK+3] fix deprecated usage of GtkMisc, GtkHBox, GtkVBoxmonsta2-2/+66
2016-01-21baobab: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta2-7/+7
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+3
2016-01-03baobab: don't take ancient mateconf dir into accountMonsta1-2/+1
2016-01-03drop MateConf migration scriptsMonsta10-75/+2
2015-12-22mate-screenshot: reduce ifdef hell a bitmonsta1-19/+12
2015-12-10mate-dictionary: make .mate-panel-applet file actually translatablemonsta1-0/+1
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