Commit Graph

473 Commits (93407b893d348b6557d1e750b2f378fb1e67bb24)
 

Author SHA1 Message Date
Pablo Barciela 93407b893d Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS 2020-04-25 04:03:45 +02:00
raveit65 b91ecf5b9e ci: don't run configure with autogen.sh 2020-04-22 17:26:08 +02:00
raveit65 9bc691e3fc build: silent build warnings for distcheck 2020-04-22 17:25:33 +02:00
rbuj e516b0a2c8 Add set-title-dialog.ui 2020-04-13 21:56:38 +02:00
raveit65 1001bacc67 ci: variables, drop obsolete Warn_Cflags 2020-04-11 12:45:15 +02:00
raveit65 4b7dac5989 ci: build with mate-common-1.24.1 tarball 2020-04-11 12:43:15 +02:00
rbuj cb574ef998 build: do not override the default value for MATE_COMPILE_WARNINGS 2020-04-10 16:29:59 +02:00
Wu Xiaotian 3c160e2167 [ci] fix build environment issue 2020-04-05 13:48:10 +02:00
rbuj b91b1780c4 terminal-window: expand the content of the comment on about dialog 2020-04-03 16:13:24 +02:00
rbuj c8dd5b0e71 Add confirm-close-dialog.ui 2020-04-02 20:39:59 +02:00
Norbert Preining 9d128954c0 fix searching in terminal window
Make sure are regex are compiled with PCRE2_MULTILINE which is
a requirement by the vte library
2020-03-30 15:36:31 +02:00
Pablo Barciela 858bbdfcb1 terminal-window: add icons to "open tab" and "close window/tab"
in popup menu
2020-03-30 10:49:59 +02:00
Pablo Barciela e275b6ce24 Travis CI: ubuntu build: add gcc 2020-03-26 15:16:55 +01:00
Pablo Barciela b247ae3df8 Travis CI: use Ubuntu devel instead 19.10 2020-03-26 15:16:55 +01:00
Pablo Barciela d782ec1ae0 terminal-window: show VTE version in about dialog 2020-03-21 13:33:56 +01:00
Norbert Preining c21a7b374f fix url highlighting due to deprecation of vte_terminal_match_add_gregex 2020-03-20 13:52:02 +01:00
Andrey Kaydalov de8961da7d terminal-screen: prevent crash on bad term spawn due to redundant frees 2020-03-02 17:51:42 +01:00
rbuj 658eb5e2b1 Use user page on github when user email is private 2020-02-27 22:16:41 +01:00
rbuj 2030aa2359 Update authors 2020-02-19 09:14:10 +01:00
Pablo Barciela 08f5f9ef95 Travis CI: Fix build error, add .build.yml 2020-02-18 11:34:27 +01:00
raveit65 4bd52e9db6 release 1.24.0 2020-02-08 21:36:45 +01:00
raveit65 2b9be1eb23 tx: sync with transifex 2020-02-08 21:34:02 +01:00
rbuj 6dbb4181a2 terminal-encoding: use settings_global variable 2020-01-31 19:05:37 +01:00
rbuj f9563c4688 Fix build using gcc 10 -fno-common flag 2020-01-31 19:05:37 +01:00
raveit65 95ae61d325 release 1.23.1 2020-01-20 22:10:37 +01:00
raveit65 316388334c tx: fix merge issue with italian translation 2020-01-20 22:07:55 +01:00
raveit65 e5e331a643 configure: fix typo in versioning 2020-01-20 22:00:10 +01:00
raveit65 a3de580cd4 tx: sync with transifex 2020-01-20 21:30:14 +01:00
raveit65 3665f083fe tx: update resources for transifex 2020-01-13 14:56:22 +01:00
raveit65 c69eec69f7 Update copyright to 2020 2020-01-13 14:51:39 +01:00
Pablo Barciela 2aeda2e522 terminal-window: avoid to make new GSettings in every new window
use GSettings app instead
2020-01-05 13:46:38 +01:00
Pablo Barciela 5cd597b040 terminal-window: Fix memory leak
Gsettings needs to be freed
2019-12-19 15:27:21 +01:00
Pablo Barciela 9529b42518 terminal-screen: Fix warning when closing window
Fixes this warning running inside other terminal when closing the window if this preference is enabled: [when command exits "exit the terminal"]

** (mate-terminal:45473): CRITICAL **: 01:32:55.425: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
2019-12-18 15:17:05 +01:00
rbuj 76341a3d52 Avoid NULL pointer dereference in terminal_screen_child_exited
Fixes #314
2019-12-17 10:43:10 +01:00
Pablo Barciela c49b3f7b68 Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable 2019-12-16 15:20:02 +01:00
raveit65 76fba6726b travis ci: use fedora:latest 2019-11-24 12:30:07 +01:00
raveit65 6638a36b6b tx: add fixes to makepot script 2019-11-16 13:09:57 +01:00
raveit65 f1f0333cfa tx: update resource for transifex 2019-11-16 13:06:24 +01:00
Wu Xiaotian df4d99d1ed ci: add autopoint 2019-11-16 12:55:34 +01:00
Wu Xiaotian bf09823fab migrate from intltool to gettext 2019-11-16 12:55:34 +01:00
rbuj 2319fc2415 travis: build mate-common from tarball 2019-10-15 10:13:13 +02:00
rbuj 7e46a1eaf0 Set debug & warning flags using new mate-common macros
test:

$ ./autogen.sh --disable-silent-rules --enable-debug=profile --enable-compile-warnings=maximum --prefix=/usr

<cut>
	prefix:                 /usr
	source code location:   .
	compiler:               gcc
	cflags:                  -g -pg
	warning flags:          -Wall -Wmissing-prototypes -Wbad-function-cast -Wcast-align -Wextra -Wformat-nonliteral -Wmissing-declarations -Wmissing-field-initializers -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wno-sign-compare
	linker flags:            -pg
<cut>

$ ./autogen.sh --disable-silent-rules --disable-debug --disable-compile-warnings --prefix=/usr
<cut>
	prefix:                 /usr
	source code location:   .
	compiler:               gcc
	cflags:
	warning flags:
	linker flags:
<cut>

$ grep MATE_ENABLE_DEBUG config.h
2019-10-15 10:13:13 +02:00
rbuj 4248e1c7ee build: Use ENABLE_SKEY for setting AC_CONFIG_FILES and mate_terminal_LDADD 2019-10-13 11:09:47 +02:00
Pablo Barciela e83a3e4023 Travis CI: use Debian "testing" instead "sid" 2019-10-07 15:12:06 +02:00
raveit65 7af882de57 travis(ci): enable notify_servers 2019-10-06 20:11:03 +02:00
rbuj f7a4bef0c3 terminal-app: remove -Wdiscarded-qualifiers warnings
terminal-app.c:152:26: warning: passing argument 2 of ‘terminal_app_profile_list_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
terminal-app.c:153:29: warning: passing argument 2 of ‘terminal_app_default_profile_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
terminal-app.c:155:27: warning: passing argument 2 of ‘terminal_app_encoding_list_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
terminal-app.c:143:28: warning: passing argument 2 of ‘terminal_app_system_font_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
terminal-app.c:149:35: warning: passing argument 2 of ‘terminal_app_enable_menu_accels_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
terminal-app.c:146:30: warning: passing argument 2 of ‘terminal_app_enable_mnemonics_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
2019-09-16 11:35:45 +02:00
Pablo Barciela 4391ad9928 Travis CI: debian build: show all the warnings of deprecated functions 2019-09-11 18:56:27 +02:00
raveit65 6abf2d2bed terminal-window: : suppress GtkAction warnings 2019-09-11 18:56:27 +02:00
raveit65 80d5ca102b terminal-tabs-menu: suppress GtkAction warnings 2019-09-11 18:56:27 +02:00
Pablo Barciela 562eefdbb0 Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode 2019-09-01 14:24:08 +02:00