summaryrefslogtreecommitdiff
path: root/mate-dictionary
AgeCommit message (Collapse)AuthorFilesLines
2019-12-28tx: pull with fixed galician translationraveit651-3/+5
2019-09-23tx: sync with transifexraveit6519-80/+934
2019-05-29gdict-applet: Variable 'detail' is allocated memory that is never usedrbuj1-1/+1
2019-04-23tx: sync with transifexraveit65107-639/+705
2019-04-09Fix -Werror=cast-function-type with GCC 8rbuj6-52/+21
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free
2019-03-24Update documenters in about dialogrbuj1-2/+9
2019-03-24mate-dictionary: Use g_strjoin to build license textrbuj1-18/+23
full stop at end of sentence in license paragraphs
2019-03-24Use program-name and title in gtk_show_about_dialog callrbuj1-1/+2
2019-02-16tx: sync fixed translationsrbuj5-13/+20
2019-02-16Make translatable the copyright in about dialogrbuj1-3/+2
2019-02-15tx: sync with transifex"raveit659-24/+75
2019-02-05help - bump docbook 4.5rbuj2-3/+3
fix validate errors: $ find . -name "index.docbook" -exec yelp-check validate {} \; validity error : Element othercredit content does not follow the DTD, expecting (honorific | firstname | surname | lineage | othername | affiliation | authorblurb | contrib)+, got (personname email )
2019-01-10move appdata to metainfo directorymonsta1-1/+1
fixes https://github.com/mate-desktop/mate-utils/issues/188
2018-12-25tx: sync with transifexraveit65126-5829/+94195
2018-10-06Use make functions for HELP_LINGUASrbuj1-2/+6
2018-10-05Tx: simplify source generation and update themraveit652-615/+0
2018-10-05Replace -Dokumentationsprojekt with Documentation Projectrbuj1-3/+3
2018-09-24mate-dictionary: Fix memory leakPablo Barciela1-6/+9
2018-09-23dictionary: replace deprecated gdk_flushraveit651-1/+3
2018-09-23dictionary: replace deprecated gtk_menu_popupraveit651-31/+10
2018-09-23dictionary: Replace deprecated GtkFontButton accessorsEmmanuele Bassi1-4/+4
Use the equivalent GtkFontChooser ones. origin commit: https://gitlab.gnome.org/GNOME/gnome-dictionary/commit/d575146
2018-09-15Update Catalan sceenshots of mate-dictionaryrbuj2-0/+0
"Dictionary source" is translated into Catalan as "font de diccionari" for now.
2018-09-14Add Catalan screenshotsrbuj8-0/+0
2018-09-13tx: add mate-dictionary help to transifexraveit652-0/+615
2018-02-14avoid deprecated GtkStockPablo Barciela7-39/+66
2018-01-30require GTK+ 3.22 and GLib 2.50monsta6-42/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-21WidthOfScreen and HeightOfScreen implementationPablo Barciela1-6/+3
This commit reverts: https://github.com/mate-desktop/mate-utils/commit/b210e404823cb5b1fa5b74d700fa3f89c2ea71a2 https://github.com/mate-desktop/mate-utils/commit/c0b5081bf32ee22094e15c5d76a8ac8e5806e4a5 And it applies an alternative to fix the deprecated functions: gkd_screen_width gdk_screen_height gdk_screen_get_width gdk_screen_get_height
2017-10-09baobab/logview/dictionary: add our copyright to About dialogmonsta1-1/+2
fixes https://github.com/mate-desktop/mate-utils/issues/80
2017-08-21gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+12
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-11avoid deprecated gdk_screen_width/heightZenWalker1-2/+6
2017-08-10dictionary: avoid deprecated GdkDevice objectsraveit651-0/+9
2017-07-29gdict-applet: don't use deprecated gtk_show_uriraveit651-0/+4
2017-07-28don't use deprecated gtk_show_uriraveit653-1/+13
2017-03-14mate-dictionary: include correct header to fix occasional FTBFSmonsta1-1/+1
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948
2017-01-31drop all the ancient changelogsmonsta2-282/+0
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta11-514/+10
and require mate-panel >= 1.17
2016-11-22fix indent a bit and remove some weird commented codemonsta1-1/+1
2016-11-20fix distcheck breakage that somehow was hiding here for years unnoticedmonsta1-10/+6
ported from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=eaacf80e9b135d5c7085f899e2bea0076557bc53
2016-09-01avoid deprecated gdk_cursor_new ()raveit651-1/+4
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-30GTK+3 mdict: do not use deprecated gtk_widget_size_requestraveit653-3/+15