Commit Graph

144 Commits (73634ff66f5cf91f0507e9bf36ce1236fcc9fdfa)
 

Author SHA1 Message Date
infirit 73634ff66f help: Update uri for new user-guide 2014-12-12 23:12:43 +01:00
infirit 84fd17a0b5 Gtk3: Port eggsmclient-xsmp 2014-12-11 16:44:16 +01:00
infirit 7612b1d8f1 Forgot to include gtk.h 2014-12-11 16:33:05 +01:00
infirit 4bce04d985 Gtk3: Fix gdkconfig include 2014-12-11 16:25:23 +01:00
infirit b531d651d3 configure: Fix GDK_TARGET and PLATFORM_DEPS for Gtk+3 2014-12-11 16:08:26 +01:00
Monsta 30f1d23ea4 removed obsolete configure option
Closes https://github.com/mate-desktop/mate-terminal/pull/80
2014-12-05 09:42:20 +01:00
Nikolay Martynov bb659a752e Properly check gdk_property_get result
Check return value of gdk_property_get in get_initial_workspace before using its result

Current implementation segfaults from to time if terminal is started at X session startup

Looks like #769947 bug in Debian describes same issue
2014-11-24 22:46:51 -05:00
infirit 1c238948e9 appdata: Add necessary markers for translation 2014-11-10 13:18:35 +01:00
infirit 7f1178f973 appdata: Add autotool bits for appdata 2014-11-10 11:56:23 +01:00
infirit 2301530c14 appdata: Fixup spelling of MATE 2014-11-10 11:53:26 +01:00
alxpl 9d90f52bfc Create mate-terminal.appdata.xml
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!
2014-11-10 11:52:33 +01:00
infirit bf0b2dfe54 Fix typo in 71204c2db8 2014-11-04 21:03:23 +01:00
infirit 7476177681 Add colon to PATHTERM_CLASS for url detection.
Thanks to leigh123linux for pointing it out.
2014-10-12 12:38:44 +02:00
Stefano Karapetsas b57d3a8be2 Remove update_policy from ui files
Umpteenth breakage in GTK3...
2014-10-03 10:42:13 +02:00
Stefano Karapetsas cd939a6c1e Disable hack to listen compositing changes
It seems now GNOME bug https://bugzilla.gnome.org/show_bug.cgi?id=563561
doesnt happen and disable this hack avoid to shuffle terminal windows when
compositing is enabled/disabled
2014-10-02 11:02:50 +02:00
spuhpointer a6a5774c68 Added option to copy selection to clipboard 2014-09-10 10:15:22 +02:00
infirit 0442355666 Add colon to PATHCHARS_CLASS for url detection.
Closes #70
2014-08-18 18:33:23 +02:00
mate-i18n 03a6b77abe Sync translations with transifex 2014-07-12 10:31:54 +02:00
infirit bf6e222f7b Remove duplicate GTK_REQUIRED 2014-05-20 14:04:03 +02:00
infirit 96ae84013d Bump required version for gtk+ ang glib 2014-05-20 14:02:42 +02:00
infirit a43cdc8517 Remove has_separator property from gtkbuilder files 2014-05-20 13:49:41 +02:00
infirit 7aff67829f Use entry-text-column instead of text-column 2014-05-20 13:38:25 +02:00
infirit 50ac67e11f Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible
Always use gdk_window_get_display and GDK_WINDOW_XID
Replace GtkObject with GObject
Always use gtk_message_dialog_get_message_area (since gtk 2.22)
Unify notebook code between gtk2 and gtk3
2014-05-20 13:22:53 +02:00
infirit 0b75b3c4b4 Remove deprecated call to g_type_init 2014-05-20 12:35:47 +02:00
infirit 271719fd49 Drop support for gtk+ < 2.24 2014-05-20 12:35:08 +02:00
infirit 3aa5d507f9 Fix typo in Makefile.am 2014-05-11 21:09:10 +02:00
mate-i18n 82f81d3831 Sync translations with transifex 2014-04-28 14:20:15 +02:00
Stefano Karapetsas 0725476eec Use MateAboutDialog 2014-04-24 13:54:01 +02:00
Stefano Karapetsas 05b55b122e Use GSettings common functions from libmate-desktop 2014-04-23 19:45:58 +02:00
Stefano Karapetsas 3debae5bc1 Update NEWS 2014-04-23 19:32:12 +02:00
Stefano Karapetsas 693c6c76c7 Use common dconf functions from libmate-desktop 2014-04-23 19:29:22 +02:00
Stefano Karapetsas 6767fa71d3 Bump version to 1.9.0 2014-03-27 15:30:36 +01:00
Stefano Karapetsas 34fb5c3b8e Merge pull request #59 from flexiondotorg/newtab
Make mate-terminal --tab open a tab when applicable
2014-03-09 13:14:22 +01:00
Stefano Karapetsas f6d1706007 Bump version to 1.8.0 2014-03-01 14:49:57 +01:00
Stefano Karapetsas 7828979793 Sync translations with transifex 2014-03-01 14:49:42 +01:00
Martin Wimpress 71204c2db8 Opening new terminal in a tab now works. The new intended behaviour is desbribed
in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45.
2014-02-24 15:21:21 +00:00
Stefano Karapetsas 5a3a92147a Sync translations with transifex 2014-02-23 19:19:44 +01:00
Stefano Karapetsas 49427145eb Bump version to 1.7.90 2014-02-19 10:59:26 +01:00
Stefano Karapetsas 201e136181 Update NEWS for MATE 2014-02-19 10:59:12 +01:00
Stefano Karapetsas 170b972675 Rename NEWS -> NEWS.GNOME 2014-02-19 10:56:29 +01:00
Stefano Karapetsas e9f3aba4d0 Merge pull request #54 from markbt/wayland
Add support for compiling against Gtk+3 with and without Wayland backend
2014-02-18 14:00:44 +01:00
Stefano Karapetsas 43895e3aa9 Merge pull request #55 from markbt/warnings
Fix some warnings.
2014-02-17 10:59:47 +01:00
Stefano Karapetsas dafab9dd21 configure: add check-news 2014-02-17 10:41:49 +01:00
Stefano Karapetsas fcbe7f11cf Merge pull request #57 from hekel/master
Update Manual
2014-02-17 09:47:46 +01:00
Stefano Karapetsas 6f326e2010 Merge pull request #56 from hekel/patch-1
"maximise" typo?
2014-02-14 09:33:06 +01:00
hekel f577d53dd1 Update Manual 2014-02-14 03:03:13 -05:00
hekel e2f4cd2e13 "maximise" typo?
"maximise" was probably intentional, its used in British English.. However "maximize" is more widely accepted in Other English Speaking Countries. Proposing change since "maximize" is still used in the UK, but "maximise" is rarely used elsewhere.
2014-02-14 02:19:44 -05:00
Mark Thomas d6483a80a9 Fix some warnings. 2014-02-12 00:05:23 +00:00
Mark Thomas 8d8570556a Add support for compiling against Gtk+3 with and without Wayland backend support. 2014-02-11 23:50:14 +00:00
Stefano Karapetsas 393743c91f Include autogen.sh in tarball 2014-02-11 11:02:44 +01:00