Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-12 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -1/+4 | |
2016-08-12 | po: drop languages not present on Transifex (or present but empty) | monsta | 5 | -13446/+0 | |
2016-08-12 | po: actually add new languages from Transifex | monsta | 1 | -0/+2 | |
2016-08-12 | libgdict: fix emission of lookup-start | raveit65 | 1 | -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-12 | mdict: Remove assertion in sidebar code | raveit65 | 1 | -1/+2 | |
Allow the sidebar page to be unset. taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6 | |||||
2016-06-09 | sync with Transiflex | raveit65 | 15 | -164/+6288 | |
2016-05-17 | mate-dict.pc: depend upon proper gtk version | Kir Kolyshkin | 2 | -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-07 | po: fix sorting in LINGUAS a bitv1.14.0 | monsta | 1 | -1/+1 | |
2016-04-07 | po: add missing .po files from Transifex | monsta | 3 | -0/+9170 | |
they were added to list in po/LINGUAS but not into repo... | |||||
2016-04-07 | po: drop id_ID.po - Indonesian is handled in id.po | monsta | 1 | -3201/+0 | |
and it was never listed in po/LINGUAS, so it was never installed | |||||
2016-04-07 | po: add missing languages to LINGUAS | monsta | 1 | -1/+7 | |
2016-04-07 | release 1.14.0 | raveit65 | 2 | -2/+3 | |
2016-04-07 | Fix Changelog generation | raveit65 | 1 | -12/+9 | |
2016-04-07 | add new languages and sync with transiflex | raveit65 | 89 | -107106/+107288 | |
2016-04-05 | update NEWS | monsta | 1 | -4/+9 | |
2016-03-23 | screenshot: fix indent a bit | monsta | 1 | -2/+2 | |
2016-03-22 | Update mate-screenshot.c | DaveBlack | 1 | -2/+2 | |
2016-03-03 | use g_timeout_add_seconds for multi-second timeouts | monsta | 2 | -9/+9 | |
from https://git.gnome.org/browse/gnome-dictionary/commit/?id=597ff92a28f42ed187adc9727d91cef2e226a383 | |||||
2016-03-03 | use G_UNICODE_SPACING_MARK instead of G_UNICODE_COMBINING_MARK | monsta | 1 | -1/+1 | |
adapted from https://git.gnome.org/browse/gnome-dictionary/commit/?id=34b805a5976816925006e65f47117a348a962322 | |||||
2016-03-03 | sidebar: don't select unrealized menu items | monsta | 1 | -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-19 | Sync with Transifex | Martin Wimpress | 23 | -33907/+33929 | |
2016-01-27 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-27 | [GTK+3] fix vertical expand of widgets on side pane | monsta | 5 | -4/+8 | |
2016-01-26 | screenshot: properly disable effects and delay when launched with -ai | monsta | 1 | -0/+2 | |
fixes https://github.com/mate-desktop/mate-utils/issues/133 | |||||
2016-01-25 | configure.ac: remove idiotic -Werror from "maintainer flags" | monsta | 1 | -1/+1 | |
2016-01-23 | GTK3: Expand scrolled windows | Wolfgang Ulbrich | 3 | -0/+11 | |
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&id=f50f8b5 | |||||
2016-01-23 | GTK3 gdict-window: don't use deprecated gtk_{h/v}box_new () | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-22 | [GTK+3] screenshot: fix deprecated usage of Gtk{H,V}Box | monsta | 1 | -0/+36 | |
2016-01-22 | [GTK+3] screenshot: fix deprecated usage of GtkMisc | monsta | 1 | -0/+25 | |
2016-01-22 | [GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box | monsta | 13 | -21/+75 | |
2016-01-22 | dictionary: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 7 | -23/+22 | |
2016-01-22 | [GTK+3] dictionary: fix some deprecations | monsta | 4 | -1/+18 | |
2016-01-21 | logview: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -2/+2 | |
2016-01-21 | [GTK+3] logview: fix deprecated usage of Gtk{H,V}Box, GtkMisc | monsta | 2 | -3/+46 | |
2016-01-21 | [GTK+3] gsearchtool: fix deprecated usage of Gtk{H,V}Box, GtkHButtonBox | monsta | 2 | -4/+50 | |
2016-01-21 | [GTK+3] gsearchtool: fix a couple of deprecations | monsta | 2 | -0/+6 | |
2016-01-21 | gsearchtool: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -4/+4 | |
2016-01-21 | [GTK+3] fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 2 | -2/+66 | |
2016-01-21 | baobab: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -7/+7 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 | |
2016-01-03 | baobab: don't take ancient mateconf dir into account | Monsta | 1 | -2/+1 | |
2016-01-03 | drop MateConf migration scripts | Monsta | 10 | -75/+2 | |
2015-12-22 | mate-screenshot: reduce ifdef hell a bit | monsta | 1 | -19/+12 | |
2015-12-10 | mate-dictionary: make .mate-panel-applet file actually translatable | monsta | 1 | -0/+1 | |
2015-11-03 | 1.12.0v1.12.01.12 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 3 | -0/+9131 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+1 | |
2015-10-27 | minor correction in NEWS | monsta | 1 | -0/+1 | |
2015-10-15 | Add NEWS for 1.11.0 (and include 1.10.3 ones from 1.10 branch)mate-utils-1.11.0 | monsta | 1 | -0/+19 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -2/+4 | |