Christopher Fujino
025cebf77d
fixed typo
2015-10-06 13:44:40 -10:00
raveit65
b45448ccbf
pre-bump version to 1.11.0
2015-10-06 18:00:21 +02:00
Monsta
6800c0cb9f
Revert "Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40d"
...
This reverts commit bf0b2dfe54
.
Fixes https://github.com/mate-desktop/mate-terminal/issues/96
2015-10-01 13:44:51 +03:00
infirit
7a061843ee
define max/min version of GLib
2015-09-08 15:46:23 +02:00
infirit
276f7b995a
Rework gsettings schema building
...
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
2015-09-08 15:46:15 +02:00
monsta
80c5e88588
drop support for win32/osx
2015-09-08 13:39:20 +02:00
Martin Wimpress
589ab9b7ce
Merge pull request #94 from monsta/patch-1
...
configure.ac: drop obsolete macro
2015-09-08 12:23:58 +01:00
monsta
d396009e9d
configure.ac: drop obsolete macro
...
It's been a no-op for a long time.
See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-19 10:56:08 +03:00
infirit
d196d47377
Enable silent rules by default
2015-08-03 22:01:04 +02:00
Monsta
c879af2f81
drop gdkkeysyms-compat usage, use modern key names
2015-08-03 16:54:28 +03:00
infirit
8e6b4985d5
Bump version to 1.10.1
2015-07-11 17:04:10 +02:00
infirit
44edc7e272
Update NEWS
2015-07-11 17:03:58 +02:00
Monsta
ac33ed09bb
help: fix merge conflicts in some translations
2015-07-09 18:17:18 +03:00
infirit
6b5f73433c
help: correct theme prefs url
2015-07-09 08:55:36 +02:00
infirit
59d1eb356a
Revert "help: Update uri for new user-guide"
...
This reverts commit 73634ff66f
.
2015-07-07 11:15:48 +02:00
raveit65
6682252660
help: fix legal section and some links
2015-07-02 19:31:55 +02:00
raveit65
4c309a82dd
Help: fix broken help images
2015-07-02 17:52:13 +02:00
Martin Wimpress
e509da3087
Merge pull request #87 from NiceandGently/master
...
ui: fix size of profile-preferences window in GTK3 version with a default
2015-06-09 22:48:55 +01:00
Stefano Karapetsas
23197be3fa
Bump version to 1.10.0
2015-05-10 11:18:59 +02:00
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