summaryrefslogtreecommitdiff
path: root/open-terminal
AgeCommit message (Collapse)AuthorFilesLines
2022-08-20Failed to resolve the path to caja-extensions.mo on guix systemrbuj1-0/+4
2022-02-19Fix build warnings about missing field initializerrbuj1-0/+1
2022-02-19Fix build warning -Wmissing-prototypesrbuj1-0/+2
2021-12-11Use a blank line at mostrbuj2-2/+0
2021-02-08build: allow users to disable gettext support (--disable-nls)rbuj1-0/+4
2021-01-28Do not call bindtextdomain/bind_textdomain_codeset in librariesrbuj1-3/+0
2021-01-28Include i18n header after defining GETTEXT_PACKAGE macrorbuj2-5/+6
2021-01-28build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyrightrbuj1-1/+1
2020-11-25lookup_in_data_dir, caja_open_terminal_get_file_items are staticrbuj1-2/+2
2020-06-23add git.mk to generate .gitignoretamplan1-0/+2
2020-03-09Do not collect the translation for Iconraveit651-1/+1
2020-02-29automake: do not include CFLAGS in CPPFLAGSrbuj1-16/+27
2019-12-24migrate from intltool to gettextWu Xiaotian4-18/+20
2019-10-01i18n caja extension copyrightrbuj1-1/+1
2019-06-30Remove trailing whitespacesLaurent Napias3-13/+13
2019-06-10Change url project's websiteLaurent Napias1-1/+1
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