summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-01avoid deprecated gdk_cursor_new ()raveit654-6/+16
2016-09-01GTK+-3 babab-chart: use GtkStyleContextraveit651-0/+8
taken from: https://git.gnome.org/browse/baobab/commit/?id=b6642cd
2016-09-01GTK+-3.0 baobab: port GdkColor to GdkRGBAraveit651-0/+37
taken from: https://git.gnome.org/browse/baobab/commit/?id=3527995
2016-08-12drop ancient commented code from Makefilemonsta1-15/+0
2016-08-07GTK+-3 logview-findbar: avoid deprecated gtk_misc_set_alignment ()raveit651-0/+5
2016-08-07GTK+-3 logvie-findbar: avoid deprecated gtk_arrow_new ()raveit651-0/+8
2016-08-07GTK+-3 logview-findbar: avoid deprecated gtk_widget_modify_font ()raveit651-0/+8
2016-08-07GTK+-3 logview-window: avoid deprecated gtk_widget_modify_font ()raveit651-0/+8
2016-08-07GTK+-3 search: avoid deprecated gdk_app_launch_context_new ()raveit651-1/+19
2016-08-06GTK+-3.0 logview-filter-manager: port GtkTable to GtkGridraveit651-0/+24
2016-08-06GTK+-3.0 baobab: port GtkTable to GtkGridraveit651-8/+132
2016-08-06GTK+-3.0 search: port GtkTable to GtkGridraveit651-0/+24
2016-08-06pre-bump versionraveit652-1/+3
2016-08-06screenshot: install both UI filesraveit652-8/+2
this fixes distcheck with creating mate-utils.pot
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-07-01po: drop languages not present on Transifex (or present but empty)monsta5-13446/+0
2016-06-27Fix missing image and effect buttonsOz N Tiram1-3/+13
2016-06-21po: add new .ui file to POTFILES.inmonsta1-0/+1
it was missing there and that broke the build :-/
2016-06-21po: actually add new languages from Transifexmonsta1-0/+2
2016-06-20Add option to print version and exitOz N Tiram1-0/+7
* added code from gnome-screenshot basically
2016-06-20Remove usage of GtkAlignment with GTK+3Oz N Tiram2-3/+6
2016-06-20Some more fixes for gtk+3Oz N Tiram2-15/+70
* remove deprecated calls to: - gdk_keyboard_grab - gdk_pointer_grab - gdk_keyboard_ungrab - gdk_pointer_ungrab GTK+3 Replace on_preview_expose_event This method used many deprecated calles. This method was replaced with on_preview_draw, code taken directly from current gnome-screenshot
2016-06-20Remove deprecated usage of gtk_image_new_from_stockOz N Tiram1-1/+5
if using gtk3
2016-06-20Modify glade file for the new glade format and use it for gtk3Oz N Tiram4-1/+237
* Add glade ui for gtk+3 * Remove usage of things like GTKHBox, GTKHButtonBox and other deprecated widgets
2016-06-09release 1.15.0v1.15.0raveit652-1/+21
2016-06-09sync with Transiflexraveit6515-164/+6288
2016-05-30GTK+3 mdict: Drop deprecated API from DefBoxraveit651-0/+84
Remove most of the deprecation warnings. This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=533b6d6
2016-05-30GTK+3 mdict: Drop deprecated API from StrategyChooserraveit651-3/+33
This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=2cd2500
2016-05-30GTK+-3 mdict: Drop deprecated API from Spellerraveit651-1/+29
Remove all the deprecation warnings. This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=f9c484d
2016-05-30GTK+3 mdict: Drop deprecated API from SourceChooserraveit651-5/+28
Remove all the deprecation warnings. This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d078eaf
2016-05-30GTK+3 mdict: Drop deprecated API from DatabaseChooserraveit651-1/+17
- deprecated composite-child API - deprecated gdk_cursor_new taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=2ab2182
2016-05-30GTK+3 mdict window: Do not use deprecate composite-child APIraveit652-3/+11
It's useless anyway. https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=f353608
2016-05-30libgdict: 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-05-30mdict: 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-05-30Gtk+3 mdict sidebar: do not use derecated GtkArrowraveit651-0/+4
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=c60d8c8
2016-05-30GTK3 searchtool: don't use deprecated gdk_threads_{enter/leave} ()raveit651-1/+12
2016-05-30GTK+3 mdict: do not use deprecated gtk_widget_size_requestraveit653-3/+15
2016-05-30GTK+3 mdict defbox: do not use deprecated gdk_window_get_pointerraveit651-0/+14
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=8be0a24
2016-05-29GTK3 dictionary: Remove style_set class handlerraveit651-5/+4
The ::style-set signal should not be used, and we don't need to resize on style changes. This eliminates an assertion triggered by the resize grip. taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=3313b7c
2016-05-24Dictionary: Fix Gtk3.21 segfault lukefromdc1-1/+5
Fix GTK 3.21 segfault caused by issue with calling gtk_widget_realize at this point in the program. Show the widget instead as this does the same thing implicitly and doesn't segfault. Restrict this to GTK 3.21 for now. Mate-dictionary windows haven't resized to fit text all the way back to MATE 1.10 as tested with GTK 3.14, so this whole function needs to either be fixed or removed. My earlier prevented it from being called by disabling a function that used GtkStyle but in this case GtkStyle isn't causing trouble -yet.
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