summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2017-01-13Update caja-dropbox NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-26/+14
formatting. This will make generating release announcements easier.
2016-12-10release 1.17.0v1.17.0monsta2-1/+6
2016-12-07build: require libcaja-extension 1.17.1 and GLib 2.36monsta1-2/+2
2016-12-06remove unused includesmonsta1-3/+0
2016-09-19release 1.16.0v1.16.01.16monsta2-3/+3
2016-09-01drop some checks and code regarding glib < 2.14monsta1-17/+1
2016-09-01drop some completely unused ancient codemonsta1-15/+0
2016-09-01drop code that's unused since gnome 2 daysmonsta3-10/+0
2016-06-12Bump version to 1.15.0v1.15.0Martin Wimpress2-1/+6
2016-04-08Release 1.14.0v1.14.01.14monsta1-1/+1
2016-04-08update NEWSmonsta1-1/+3
2016-04-08Fix Changelog generationmonsta1-12/+9
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+4
2015-11-031.12.0v1.12.01.12Clement Lefebvre1-1/+1
2015-10-30update NEWS for 1.12monsta1-1/+4
2015-10-06pre-bump version to 1.11.0raveit652-1/+4
2015-06-14adjust the default caja extensions dirMonsta1-1/+1
2015-06-12Include autogen.sh in tarballStefano Karapetsas1-1/+1
2015-05-05Bump version to 1.10.0caja-dropbox-1.10.0Stefano Karapetsas2-2/+2