Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Allow the sidebar page to be unset.
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
|
|
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]>
|
|
from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=597ff92a28f42ed187adc9727d91cef2e226a383
|
|
adapted from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=34b805a5976816925006e65f47117a348a962322
|
|
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
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&id=f50f8b5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes https://github.com/mate-desktop/mate-utils/issues/96
|
|
|
|
|
|
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.
|
|
|
|
*partially* taken from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=806fe225ff66828d13d4c56ab018540ec19bbd6a
|
|
from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=196f65131bff3e0d9b386cda5e071238ab388b9d
|
|
|
|
|
|
This reverts commit cd84b3bb31589e53567378d1e7d6b18ed2fa0d55.
With docbook help the missing page is there
|
|
|
|
|
|
|
|
|
|
taken from:
https://github.com/mate-desktop/eom/commit/a2055e1
- bumped required intltool version to 0.50.1
- renamed and corrected gschema xml for proper intltool usage
- sorted lines in po/POTFILES.in (as requested in the header)
|
|
Closes https://github.com/mate-desktop/mate-utils/pull/88
|
|
because that error dialog function frees it already
|
|
|
|
Remove, now unneeded, gdkkeysyms-compat.h include
Always use gtk_combo_box_text_new (since Gtk+ 2.24)
Gtk3: do not use gdk_cursor_unref
Gtk3: replace gtk_hpaned_new
Gtk3: replace gtk_widget_modify_font
|
|
|
|
|
|
|
|
|
|
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
Thanks!
|
|
|
|
|
|
|
|
|
|
|
|
Closes https://github.com/mate-desktop/mate-utils/issues/63
|
|
Remove MATE from category in dor desktop files.
|
|
* QA Notice: This package installs one or more .desktop files that do not
* pass validation.
*
* /usr/share/applications/mate-dictionary.desktop: error: value
"MATE;GTK;Office;Dictionary;" for key "Categories" in group "Desktop Entry" contains an
unregistered value "MATE"; values extending the format should start with "X-"
* /usr/share/applications/mate-screenshot.desktop: error: value "GTK;MATE;Utility;" for key
"Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the
format should start with "X-"
* /usr/share/applications/mate-search-tool.desktop: error: value "MATE;GTK;Utility;Core;"
for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values
extending the format should start with "X-"
* /usr/share/applications/mate-system-log.desktop: error: value "GTK;MATE;System;Monitor;"
for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values
extending the format should start with "X-"
*
|