Commit Graph

410 Commits (18ec266a0fcc920de7fab9aebcf8a23d5f48c6e9)
 

Author SHA1 Message Date
mate-i18n cd6bab37d1 Sync translations with transifex 2015-05-10 11:18:44 +02:00
Stefano Karapetsas 310ee7baf8 Bump version to 1.9.91 2015-05-06 14:40:58 +02:00
Martin Wimpress 15d72bc6aa Correct cruch bang. 2015-05-06 14:40:32 +02:00
Martin Wimpress 48510cd90c Correct indentation. 2015-05-06 14:40:32 +02:00
Martin Wimpress 37ff9fcae6 Replace mate-terminal.wrapper with one adapted from gnome-terminal.wrapper that support double quoted commands.
Closes https://github.com/mate-desktop/mate-terminal/pull/88
2015-05-06 14:40:32 +02:00
raveit65 2ff99ed187 ui: fix size of profile-preferences window in GTK3 version with a default 2015-04-07 16:08:56 +02:00
Stefano Karapetsas e771a4d654 Bump version to 1.9.90 2015-04-06 10:58:11 +02:00
mate-i18n d9f21d010f Sync translations with transifex 2015-04-06 10:57:42 +02:00
Stefano Karapetsas d4c9f9572f Bump version to 1.9.1 2015-01-22 10:46:42 +01:00
infirit ce95937741 Revert "Revert "Remove deprecated call to g_type_init""
This reverts commit deedb94b39.
2014-12-16 13:14:26 +01:00
infirit a8d2707825 Revert "Only stop use of g_type_init with Glib 2.36"
This reverts commit 1ea79cc466.
2014-12-16 13:14:17 +01:00
infirit 1ea79cc466 Only stop use of g_type_init with Glib 2.36
It is still needed in 2.32 from what I can figure out.
2014-12-16 11:55:10 +01:00
infirit deedb94b39 Revert "Remove deprecated call to g_type_init"
This reverts commit 0b75b3c4b4.
2014-12-16 11:49:55 +01:00
monsta 666895ab75 fix va_list issue 2014-12-15 22:05:02 +01:00
Monsta 69d6682000 zero-init all signals arrays 2014-12-15 22:05:02 +01:00
Abel McClendon 8e837bc071 Rewrite manpage: mate-terminal.1 2014-12-15 22:05:02 +01:00
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