Commit Graph

3001 Commits

Author SHA1 Message Date
Alexey Sokolov 0326ba799c Gentoo: github is only a mirror 2020-05-16 11:11:01 +01:00
Matt Rose d6bb7bec97
Merge pull request #83 from mattrose/issue80
rely on python psutil to get the cwd
2020-05-15 22:36:26 -04:00
Markus Frosch 66c9bac5ba
Merge pull request #77 from yosoufe/master 2020-05-15 21:30:51 +02:00
Matt Rose 00a01e9c69 fix test 2020-05-15 12:45:15 -04:00
Matt Rose b800fbaea3
Merge pull request #81 from mattrose/issue58
fix FileNotFound error when terminator is run from a directory that no longer exists
2020-05-15 11:46:49 -04:00
Matt Rose 40ba659f6d rely on python psutil to get the cwd 2020-05-15 11:27:36 -04:00
Matt Rose 2db730f769 fix FileNotFound error when terminator is run from a directory that no longer exists 2020-05-14 15:39:50 -04:00
Yousof ee6801c584 update the INSTALL.md for Ubuntu installation 2020-05-13 17:18:19 -07:00
Matt Rose a298022563 genpot.sh is no longer necessary 2020-05-11 19:45:24 -04:00
Markus Frosch 0e7c17a7e9 babel: Make sure to set ignores 2020-05-11 22:21:24 +02:00
Markus Frosch d6e4653f7b
Fix mis-replacement in metainfo
Co-authored-by: Dominic Hopf <dmaphy@googlemail.com>
2020-05-11 21:50:55 +02:00
Markus Frosch c26a8d6de3 Update POT with Babel 2020-05-11 20:19:21 +02:00
Markus Frosch 440b6126ea Restore terminator.pot 2020-05-11 20:18:13 +02:00
Matt Rose a0ac71b9cd fix wrong filename in babel.cfg 2020-05-10 22:46:53 -04:00
Matt Rose 371de67f24 fix failing 2.7 test 2020-05-10 22:34:18 -04:00
Matt Rose ab9937557b rename files as we are not altering them anymore 2020-05-10 22:32:04 -04:00
Matt Rose bd9c7691eb replace gettext and intltool with Babel 2020-05-10 20:52:23 -04:00
Markus Frosch 51cf811561
Merge pull request #67 from gnome-terminator/doc/authors 2020-05-09 21:34:24 +02:00
Markus Frosch e75f658adf Update AUTHORS with a full list from GIT history 2020-05-09 20:41:18 +02:00
Markus Frosch 0d0d0393ea
Merge pull request #66 from gnome-terminator/doc/install 2020-05-09 11:41:54 +02:00
Markus Frosch 04a6e3cdb3 docs: Update INSTALL.md and add distributions 2020-05-09 11:35:04 +02:00
Markus Frosch 7f1192c441
Merge pull request #50 from gnome-terminator/feature/better-tests 2020-05-09 10:27:37 +02:00
Markus Frosch ecdcd5f1e8 ci: Disable buggy python version on GH actions 2020-05-09 10:24:20 +02:00
Markus Frosch a81c04b7cf ci: Run tests using xvfb-run 2020-05-09 10:24:20 +02:00
Markus Frosch 294e5820f5 Fix Python 2.7 compat 2020-05-09 10:24:20 +02:00
Markus Frosch 1878571bd1 ci: Use pip to install dependencies 2020-05-09 10:24:20 +02:00
Markus Frosch 2fd5296f8c ci: Add other native dependencies 2020-05-09 10:24:20 +02:00
Markus Frosch 4ddd4d6891 Remove old pylint script 2020-05-09 10:24:20 +02:00
Markus Frosch e2d9bf482a Reduce MANIFEST to minimum required with setuptools 2020-05-09 10:24:20 +02:00
Markus Frosch 8ae32539fe Switch to setuptools and use pytest 2020-05-09 10:24:20 +02:00
Markus Frosch e4cd22b7bd tests: Update suite for pytest 2020-05-09 10:24:20 +02:00
Alexey Sokolov 6c103b0e16 Make failed tests fail the test 2020-05-09 10:24:20 +02:00
Matt Rose 3fd38a6ea8
Merge pull request #60 from FernandoBasso/larger-layout-launcher
Make LayoutLauncher window a little larger by default
2020-05-08 12:08:54 -04:00
Matt Rose 79363bc9ae
Merge pull request #39 from JakubVanek/feature/#38-bold-is-bright
#38: Add option for configuring bold-is-bright setting of VTE
2020-05-08 12:07:22 -04:00
Matt Rose ba9d3e446d
Merge pull request #52 from mattrose/fix-po-files
fix up language strings in .po files
2020-05-07 17:32:49 -04:00
Matt Rose 2c5b5798da
Merge pull request #59 from FernandoBasso/fix-layout-launcher-error
Fix layout launcher error
2020-05-07 16:16:10 -04:00
Markus Frosch 1b674afb43
Merge pull request #53 from DarthGandalf/metainfo 2020-05-07 22:07:29 +02:00
Matt Rose dd5010bd48
Merge pull request #35 from mattrose/fix-exception
fix exception when feeding terminal number to terminal
2020-05-07 15:54:06 -04:00
Matt Rose 24a51aa1e9
Merge pull request #54 from mattrose/bz1830452-fix-dnd
fix traceback on dragging and dropping files from a file manager
2020-05-07 15:53:34 -04:00
Simeon Simeonov a7f5679a03
Propagate tab-swictch events if there is only one tab 2020-05-07 08:30:08 +02:00
Fernando Basso c92354975f Make LayoutLauncher window a little larger by default 2020-05-06 13:44:29 -03:00
Fernando Basso 83fac24938 Fix layout launcher error
‘LayoutLauncher’ needs to know the current working directory, which as
being passed as ‘None’ . This commit fixes it by setting the current
directory unconditionally so it is always available throughout the
application.
2020-05-06 12:58:47 -03:00
Matt Rose 808a6aa91c fix traceback on dragging and dropping files from a file manager 2020-05-01 23:35:36 -04:00
Alexey Sokolov 39fb5fb958 Install AppStream data as .metainfo.xml
Following advice from https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
2020-05-01 20:38:00 +01:00
Matt Rose ec535534a8 fix up language strings in .po files 2020-05-01 14:18:34 -04:00
Markus Frosch fe9e041b61
Merge pull request #51 from gnome-terminator/fix/paste-wayland 2020-05-01 18:14:01 +02:00
Ryan Fonnesbeck fb6b940f48 Disable special logic for pasting on Wayland 2020-05-01 17:06:06 +02:00
Filip Kilibarda c82b921275 Merge with upstream 2020-04-29 14:14:23 -07:00
Filip Kilibarda 425323cb41 Merge remote-tracking branch 'upstream/master' into HEAD 2020-04-29 14:08:58 -07:00
Filip Kilibarda a7bd53a2d9 Fixed issues with mousewheel zoom PR
- moved disable mousewheel zoom checkbox to profile level settings
    - fixed so it doesn't disable all scrolling events
2020-04-29 14:00:40 -07:00