summaryrefslogtreecommitdiff
path: root/open-terminal
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19Make caja-open-terminal configurable (Depends on caja GitHub PR caja#1050)20kdc1-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-07open-terminal: don't use excessive string duplicationmonsta1-3/+2
make c538ddf86852c5618512c8be187828de3d5e4fee a bit simpler
2017-08-04avoid deprecated gdk_screen_make_display_nameZenWalker1-1/+3
2016-08-01open-terminal: properly quote SSH argumentsmonsta1-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-30open-terminal: fix indent a bitmonsta1-16/+16
2016-07-29open-terminal: don't use #define just for one casemonsta1-3/+1
2016-07-29open-terminal: use g_uri_parse_schememonsta1-8/+5
2016-07-29open-terminal: reduce code duplication a bitmonsta1-19/+14
2016-01-02drop MateConf migration scriptsMonsta2-6/+0
2015-06-30open-terminal: fix parse_sftp_uri to return full hostRoman Anasal1-1/+1
with a port given in the uri parse_sftp_uri would strip the last character of the host otherwise
2015-06-30open-terminal: don't pass default ssh port when not explicitly givenRoman Anasal1-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-08Uncapitalize "In" in "Open In Terminal"Piotr Jurkiewicz1-2/+2
2015-01-10Update POTFILES.in with renamed extension filesinfirit1-1/+0
So we do not have to add *.caja-extension.in to extra dist
2015-01-10fix dist for extension ini filesinfirit1-0/+3
2014-11-03Add information for about dialogsStefano Karapetsas5-7/+11
2014-10-27Add ini files for extension managementStefano Karapetsas2-1/+10
2013-10-31Update to latest mate-desktop include pathStefano Karapetsas1-1/+1
2013-10-17Add open-terminal extensionStefano Karapetsas6-0/+740