Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-19 | Make caja-open-terminal configurable (Depends on caja GitHub PR caja#1050) | 20kdc | 1 | -5/+95 | |
This makes caja-open-terminal implement CajaConfigurable (see related PR), thus allowing the user to configure it from within Caja. Both the MATE-wide terminal application setting (org.mate.applications-terminal exec) and the 'open terminal in Home if called up from Desktop' settings are configurable here. | |||||
2017-08-07 | open-terminal: don't use excessive string duplication | monsta | 1 | -3/+2 | |
make c538ddf86852c5618512c8be187828de3d5e4fee a bit simpler | |||||
2017-08-04 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -1/+3 | |
2016-08-01 | open-terminal: properly quote SSH arguments | monsta | 1 | -1/+11 | |
fixes problem with opening terminal in remote folders with ' or " in their names. adapted from: https://git.gnome.org/browse/nautilus-open-terminal/commit/?id=f1789425df12e054fa0b2407f7df861d98059599 | |||||
2016-07-30 | open-terminal: fix indent a bit | monsta | 1 | -16/+16 | |
2016-07-29 | open-terminal: don't use #define just for one case | monsta | 1 | -3/+1 | |
2016-07-29 | open-terminal: use g_uri_parse_scheme | monsta | 1 | -8/+5 | |
2016-07-29 | open-terminal: reduce code duplication a bit | monsta | 1 | -19/+14 | |
2015-06-30 | open-terminal: fix parse_sftp_uri to return full host | Roman Anasal | 1 | -1/+1 | |
with a port given in the uri parse_sftp_uri would strip the last character of the host otherwise | |||||
2015-06-30 | open-terminal: don't pass default ssh port when not explicitly given | Roman Anasal | 1 | -3/+6 | |
omit the port on the commandline passed to the underlying ssh when none is explicitly given in vfs_uri and so leave it to ssh to determine the right port instead which may be a non-standard one configured in ssh_config | |||||
2015-06-08 | Uncapitalize "In" in "Open In Terminal" | Piotr Jurkiewicz | 1 | -2/+2 | |
2014-11-03 | Add information for about dialogs | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-31 | Update to latest mate-desktop include path | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-17 | Add open-terminal extension | Stefano Karapetsas | 1 | -0/+577 | |