summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-12Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-07-23[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-07-23travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-06-30release 1.23.0v1.23.0raveit651-0/+5
2019-06-10Change url project's websiteLaurent Napias2-2/+2
2019-05-31Create FUNDING.ymlMartin Wimpress1-0/+9
2019-05-22travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-2/+2
2019-04-23pre-bump versionraveit652-1/+3
2019-03-26github releaseraveit651-10/+27
2019-03-13[ci] add gcc packageWu Xiaotian1-0/+1
2019-03-13[ci] Enable Clang Static AnalyzerWu Xiaotian1-2/+64
2019-03-06Use CAJA_EXTENSION_DIR_SYS to save and show system caja extension dirWu Xiaotian1-7/+3
Here just show message, so a new variable used to save and show. Remove fallback caja_extension_dir set, pkg check libcaja-extension before, so this is not needed.
2019-03-06show full path of caja-extension-dirWu Xiaotian1-1/+5
2019-02-25release 1.22.0v1.22.0raveit652-1/+10
2019-02-18fix distcheck about caja_extension_dirWu Xiaotian2-1/+11
2019-02-18Enable Travis CI for all branchesWu Xiaotian1-10/+4
2019-02-18Initialize Travis CI supportWu Xiaotian1-0/+84
2019-02-18Fix distcheck failWu Xiaotian3-7/+13
2019-02-13use only Python 3 during the build to complete the migrationmonsta1-24/+2
2019-02-12migrate from python2 to python3 of rst2man.pyWu Xiaotian1-38/+37
2019-01-31remove more -u modifier for dropbox-cliAustin Kim1-25/+25
from: https://github.com/dropbox/nautilus-dropbox/pull/69
2019-01-26release 1.21.0v1.21.0raveit651-0/+20
2019-01-24Python 3 update for dropbox-cliAustin Kim4-292/+269
origin commit from: https://github.com/dropbox/nautilus-dropbox/pull/68 https://github.com/dropbox/nautilus-dropbox/commit/a07a129
2019-01-21Add Keywords entry to desktop fileCarlos Maddela1-0/+1
origin commit from: https://github.com/dropbox/nautilus-dropbox/pull/64
2019-01-21Use cross-compilation-safe pkg-config macro.Carlos Maddela1-5/+1
origin commit from: https://github.com/dropbox/nautilus-dropbox/pull/63
2019-01-19Remove deprecated glib2.0 API callsCarlos Maddela4-24/+15
origin commit from: https://github.com/dropbox/nautilus-dropbox/pull/62
2019-01-11Use GIR bindings instead of pygtkLaurent Bigonville3-46/+51
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/70b9c44 https://github.com/dropbox/nautilus-dropbox/pull/57
2019-01-10fix UnicodeWarning when exclude command is used with non-latin argsmonsta1-2/+2
like this: $ caja-dropbox exclude тест $ caja-dropbox exclude тест тест2 it's not the correct command usage, but we don't need a warning anyway
2019-01-09Update to redesigned iconsSamer Masterson7-0/+0
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/f3633bf
2019-01-09small caja-dropbox.in fixesSamer Masterson1-3/+6
- python-gpg was first included in 17.04, not 17.10. Update warning to reflect that. - Add more logging around error conditions. origin commit: https://github.com/dropbox/nautilus-dropbox/commit/64f6412
2019-01-09Add a new "dropbox update" commandRaphael Hertzog1-0/+9
This command forces a new download and installation of the dropbox binary files. origin commit: https://github.com/dropbox/nautilus-dropbox/commit/ce7c963 https://github.com/dropbox/nautilus-dropbox/pull/59
2019-01-09Unlink files that are going to be replaced by the unpackRaphael Hertzog1-0/+3
Without this, the unpack will fail with ETXTBUSY on some files which are being executed. https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/818014 origin commit: https://github.com/dropbox/nautilus-dropbox/commit/209542f https://github.com/dropbox/nautilus-dropbox/pull/59
2019-01-09Validate that Dropbox runs after downloading itSamer Masterson1-0/+35
Validate that Dropbox can run by running `dropboxd /testrun 0`. Show an error message that points users to the system requirements help page if it won't run. origin commit: https://github.com/dropbox/nautilus-dropbox/commit/ff410cd
2019-01-09Use python-gpg instead of python-gpgmeSamer Masterson1-12/+32
...if it's installed origin commit: https://github.com/dropbox/nautilus-dropbox/commit/e936720 https://github.com/dropbox/nautilus-dropbox/issues/51
2019-01-09Explicitly load using python2 interpreterVictor Marinsky1-1/+1
Prevents dropbox startup crash on systems where 'python' is a link to 'python3' origin commit: https://github.com/dropbox/nautilus-dropbox/commit/69e931b https://github.com/dropbox/nautilus-dropbox/pull/45
2019-01-09Refer to .dropbox-dist in only one placeaidanhs1-1/+1
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/f88f70e https://github.com/dropbox/nautilus-dropbox/pull/36
2019-01-09fixed 'exclude command raise UnicodeDecodeError'Jeffrey Teo1-5/+6
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/bd8caf8 https://github.com/dropbox/nautilus-dropbox/issues/28
2019-01-09Avoid reading or writing invalid memory addressesvagrant1-12/+46
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/122b941 https://github.com/dropbox/nautilus-dropbox/pull/25
2019-01-09Display link url on statusname1-0/+1
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/5c27e7a https://github.com/dropbox/nautilus-dropbox/pull/20
2019-01-09Update dropbox.py with shmodel, proxy, and throttle features.name1-2/+149
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/103743d
2019-01-04update Copyright yearraveit651-1/+2
2019-01-04pre-bump versionraveit652-1/+3
2018-01-31release 1.20v1.20.01.20raveit652-2/+4
2018-01-28require GLib 2.50monsta1-1/+1
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-03-30pre-bump versionraveit652-1/+3
2017-03-13release 1.18.0v1.18.01.18raveit651-1/+1
2017-03-13update NEWS for 1.18.0raveit651-2/+5