Commit Graph

421 Commits (9ea74faf261170680f57dc37d18490ccb0fff7f7)
 

Author SHA1 Message Date
Pablo Barciela 9ea74faf26 terminal-window: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela 3745b0e978 terminal-screen-container: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela cd3ff31b7e terminal-screen: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela ae83e2a4e6 terminal-info-bar: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela c0cbd74913 terminal-tab-label: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela add12c82db terminal-window: "utilities-terminal" icon with "Open Terminal" 2019-08-27 17:06:08 +02:00
raveit65 0bdaeb4a5f release 1.23.0 2019-07-06 10:34:58 +02:00
raveit65 c9a04e084c tx: sync with transifex 2019-07-06 10:29:45 +02:00
raveit65 30d2dae1fc tx: update resource for transifex 2019-07-06 10:19:44 +02:00
Laurent Napias 2cbba483c2 Remove trailing whitespaces 2019-07-06 10:00:08 +02:00
Laurent Napias 04e5a14b35 Change url project's website 2019-06-10 17:03:31 +02:00
osch 045cda7ac4 make "highlighting things under mouse pointer" configurable 2019-06-03 20:36:53 +02:00
Martin Wimpress 803878a775
Create FUNDING.yml 2019-05-31 13:40:27 +01:00
raveit65 62d9afdc84 travis: use fedora-30 and ubuntu-19.10 for building 2019-05-29 09:28:54 +02:00
Pablo Barciela c77b65a64b [ci] Add cppcheck html report 2019-05-18 13:00:00 +02:00
Pablo Barciela a70a2a243b travis: enable 'cppcheck' in debian 2019-05-16 12:50:12 +02:00
Wu Xiaotian 48ed97624d [ci] Enable Clang Static Analyzer 2019-04-28 14:14:32 +02:00
rbuj 2a46f460b5 Ensure proper translation of the about dialog title
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-04-11 22:51:47 +02:00
rbuj b43df579b7 Make translatable the copyright info in about dialog 2019-04-11 22:51:47 +02:00
Stefan Tauner a711e2e2c2 Show confirmation dialog if there are multiple open tabs on closing
As a followup #149 this fixes the behavior of the code to match the
description of the respective gsettings entry "confirm-window-close".
Said entry is also updated to reflect the change added in #149.
No changes to the gsettings handling were made thus only users
who have "confirm-window-close" turned on already will see the
new behavior.
2019-04-11 21:57:16 +02:00
rbuj 11909bfdfe Upgrade the manual to docbook 5.0
To upgrade the manual:
  wget https://docbook.org/xml/5.0.1/tools/db4-upgrade.xsl
  xsltproc --output index-new.docbook db4-upgrade.xsl index.docbook
  xsltproc --output legal-new.xml db4-upgrade.xsl legal.xml

To validate the manual:
  wget https://docbook.org/xml/5.0.1/rng/docbookxi.rng
  jing docbookxi.rng index.docbook

To view the manual:
  yelp file:///full_path/index.docbook
2019-04-11 21:54:19 +02:00
rbuj 9d6ac1b459 about: update copyright 2019-04-11 12:39:30 +02:00
raveit65 f567578589 github release page 2019-04-04 17:44:53 +02:00
micheal65536 0fb37cc6af Explicitly enable bright bold to match new VTE versions
Fixes #278
2019-03-26 17:13:07 +01:00
raveit65 6ed767c2cf help: update copyright 2019-03-23 16:56:30 +01:00
rbuj 0c49db9a61 warning: Value stored to 'screen_number' is never read
$ scan-build --keep-cc make
terminal-app.c:249:5: warning: Value stored to 'screen_number' is never read
                                screen_number = n;
                                ^               ~
2019-03-15 20:43:00 +01:00
rbuj 449753407d Use gresources for about_DATA, uimanager_DATA & builder_DATA 2019-03-15 20:37:21 +01:00
Victor Kareh 773ef17921 Retain copied selection when changing tabs 2019-03-12 07:33:56 -04:00
raveit65 b703eef3e7 release 1.22.0 2019-02-24 09:41:42 +01:00
raveit65 dee4c62d7b tx: sync with transifex 2019-02-24 09:19:19 +01:00
raveit65 4bd3e7c3cd Enable Travis CI for all branches 2019-02-22 12:35:11 +01:00
raveit65 b3ed7234a6 Initialize Travis CI support 2019-02-22 12:35:11 +01:00
rbuj d30504d5e4 Remove unused files in help dir
$ find ./help -name "*.omf" -exec rm {} \;
$ find ./help -name Makefile.am -not -path "./help/Makefile.am" -exec rm {} \;
2019-02-20 12:30:55 +01:00
rbuj a15f73795d Remove generated files
$ find . -type f -name *.xml -not -path "./help/C/*" -not -path "./src/*" -exec rm {} \;
2019-02-20 11:40:52 +01:00
rbuj 7fc129f3f1 Add update-authors.pl which helps to update terminal.about 2019-02-19 10:39:43 +01:00
rbuj fb2f2e864a Update authors 2019-02-17 17:02:52 +01:00
rbuj 7ab20eb6f8 Update Documenters
Update "Documented by" in About MATE Terminal dialog
2019-02-13 23:12:54 +01:00
raveit65 3f069fbdb0 tx: sync with transifex 2019-02-10 18:33:40 +01:00
raveit65 fc5cc82848 tx: update resource for transifex 2019-02-10 18:25:57 +01:00
raveit65 550b622cb7 drop umtp suport
Fixes https://github.com/mate-desktop/mate-terminal/issues/104

This doesn't work with with gtk+-3 and newer vte versions.
With gnome-pty-helper gone, it's a no-op.

based on origin commit at
https://git.gnome.org/browse/gnome-terminal/commit/?id=d3aa520
https://bugzilla.gnome.org/show_bug.cgi?id=747046
2019-02-04 12:23:29 +01:00
raveit65 d342a01ece tx: update resource file for transifex 2019-02-04 11:39:05 +01:00
rbuj 69f4814e3a Help - Window title when MATE Terminal is started for first time
Window title is defined by Initial title setting
2019-02-01 18:07:44 +01:00
rbuj d07810d3e1 Help - alternative text for tabbed window picture 2019-02-01 18:02:03 +01:00
rbuj b0c0b20b6f Help - TERM=xterm-256color
terminal-screen.c:      g_hash_table_replace (env_table, g_strdup ("TERM"), g_strdup ("xterm-256color")); /* FIXME configurable later? */
2019-02-01 16:12:36 +01:00
Pablo Barciela f4bb74203b eggsmclient: avoid deprecated 'g_type_class_add_private' 2019-01-22 06:31:44 +00:00
Mike Gabriel 29536a9f07 src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of just 'xterm'). This provides 256 colors terminal application support.
Fixes #209.
2019-01-12 15:33:26 +01:00
monsta 000df06686 move appdata to metainfo directory
fixes https://github.com/mate-desktop/mate-terminal/issues/229
2019-01-05 16:36:16 +03:00
raveit65 c6d4957c0c release 1.21.1 2018-12-24 17:07:38 +01:00
raveit65 f2f7887eb9 tx: sync with transifex 2018-12-24 17:04:22 +01:00
raveit65 b226aa420e disable deprecation warnings for distcheck 2018-12-24 16:42:22 +01:00