Daniel Molkentin
864b7cd41e
Merge pull request #998 from owncloud/fixing-mb-1.4
...
Fixing mb 1.4
2013-09-13 11:11:43 -07:00
Thomas Müller
78c8f13645
fixing testOctetsToString
2013-09-13 17:30:53 +02:00
Thomas Müller
c87c456ae0
moving back to 1024 as divider for kB, MB, GB & TB
2013-09-13 15:00:49 +02:00
hefee
94d9b8fb39
Don't ship doc/scripts/README.rst via sphinx
2013-09-13 02:26:21 +02:00
Daniel Molkentin
2dad027001
Do not build org and com theming when building from tar ball
...
Fixes #989
2013-09-12 12:55:12 +02:00
Daniel Molkentin
f97bb240d7
Setting thread priority is only possible after calling start()
2013-09-11 15:52:07 +02:00
Klaas Freitag
80332fb6ab
Do not en- or disable the watcher in setSyncEnabled.
...
The watcher is handled through the start and stop sync hooks in the
folder class. Even if the the folder is disabled and the watcher
fires, the folder does not schedule because it checks first if the
folder is enabled.
2013-09-11 12:30:29 +02:00
Klaas Freitag
287ec2f3df
Enable and disable syncing also in the folder objects.
2013-09-11 10:50:03 +02:00
Klaas Freitag
eb5824f713
Handle startup network errors correctly.
2013-09-11 10:49:45 +02:00
Klaas Freitag
eded901f69
Minor code cleanups-
2013-09-11 10:49:10 +02:00
Daniel Molkentin
fd30df82cb
Folder Wizard: More sanity checks
...
Check if a server folder or its parent
is already part of a sync and refuse
to create a sync in this case.
Avoids "recursive syncing"
Fixes #962
2013-09-10 23:38:00 +02:00
Daniel Molkentin
d8888432c3
Send basic auth in utf8.
...
Implies circumventing QAuthenticator and handling
authentication manually again.
Fixes #941
2013-09-10 23:04:10 +02:00
morriswinkler
51712fea53
Update building.rst
...
eider fix it or add the note here
2013-09-10 12:15:16 +02:00
Daniel Molkentin
f597f99198
Wait up to 30 secs before complaining about missing systray
...
Conflicts:
src/mirall/utility.cpp
Fixes #949
2013-09-10 11:40:02 +02:00
Klaas Freitag
74ec37f3c7
Use List to handle errors and display multiline.
2013-09-05 19:25:59 +02:00
Daniel Molkentin
05178f0fbf
Fix locating translations on linux
2013-09-05 11:06:40 +02:00
Daniel Molkentin
9ce09713b6
1.4.0 final
2013-09-04 11:09:12 +02:00
Klaas Freitag
4fa6faf608
Hide quota and display explanation if no quota info is available.
2013-09-03 14:25:28 +02:00
Klaas Freitag
a24ae13d9c
Added logging to quota info result slot.
2013-09-03 14:25:28 +02:00
Daniel Molkentin
64dd0d1b45
Consistent look for top-labels
2013-09-03 14:24:34 +02:00
Daniel Molkentin
da63b1223c
Doc: more polishing
...
- add description of syncing limitations
- update out-of-date comments
Fixes #788
2013-09-03 12:35:40 +02:00
Jenkins for ownCloud
36f32c2aef
[tx-robot] updated from transifex
2013-09-03 06:30:41 -04:00
Daniel Molkentin
063acadc3b
Doc: new interface chapter
2013-09-02 19:28:06 +02:00
Klaas Freitag
81c720c05b
Remove dots from the end of error messages.
2013-09-02 17:37:16 +02:00
Klaas Freitag
edcdcb945a
Show the reason why a file was ignored.
2013-09-02 17:25:23 +02:00
Daniel Molkentin
5df6430bb2
Doc: Do not enforce theme when building without submodules
2013-09-02 15:55:03 +02:00
Daniel Molkentin
9a0096d07c
Docs: Allow to build with org and com branding
2013-09-02 14:01:15 +02:00
Jenkins for ownCloud
25d33d6057
[tx-robot] updated from transifex
2013-09-01 12:30:19 -04:00
Daniel Molkentin
ab4c6247c7
Fix display of "Monochrome icon" setting
...
The logic was inverse, and there was a typo in the string. Oh my...
2013-08-31 14:14:24 +02:00
Jenkins for ownCloud
1b69dbb38b
[tx-robot] updated from transifex
2013-08-30 09:22:37 -04:00
Daniel Molkentin
bfdd488b00
Tests: make tests run in parallel
2013-08-29 14:50:55 +02:00
Daniel Molkentin
54c8809bf4
Tests: Fix indentation
2013-08-29 14:50:18 +02:00
Daniel Molkentin
0873665bec
Tests: Move all comparisons from QVERIFY to QCOMPARE
2013-08-29 14:48:40 +02:00
Olivier Goffart
02b3033ca3
Use the same convention as on the server to format strings
...
* use power of 10 SI units
* use "B" instead of "bytes"
* use at least 2 significant digit, but no more than one digit after
the period
2013-08-29 12:06:41 +02:00
Olivier Goffart
a27c8ad90c
Fix crash in case of error
...
the QObject::parent() is 0
2013-08-28 21:26:42 +02:00
Daniel Molkentin
18a58f73de
Startup: Unity has no proper Systray implementation
...
...so it can't respond to isSysTrayAvailable()
2013-08-28 15:45:52 +02:00
Daniel Molkentin
d1451a3c90
Mac: Use hdiutil attach instead of open during signing
2013-08-28 12:53:34 +02:00
Jenkins for ownCloud
0bef47b2f3
[tx-robot] updated from transifex
2013-08-28 05:24:20 -04:00
Jenkins for ownCloud
ccc05d6658
[tx-robot] updated from transifex
2013-08-27 10:23:30 -04:00
Olivier Goffart
c15de69156
Reconfigure the proxy when needed
2013-08-27 10:02:59 +02:00
Thomas Müller
8bfb44fd28
Inverting the logic to set the prefix for SYSCONF_INSTALL_DIR
2013-08-26 22:42:17 +02:00
Daniel Molkentin
79d3b84fad
Reintroduce workaround for /etc in root if files go to /usr
2013-08-26 21:59:52 +02:00
Daniel Molkentin
b97701586e
Properly install icons
2013-08-26 21:18:56 +02:00
Daniel Molkentin
b120345fe7
Icon file needs to use app_executable as well
2013-08-26 20:54:10 +02:00
Daniel Molkentin
ec5c65a530
install correct file
2013-08-26 20:35:56 +02:00
Daniel Molkentin
77e7a1fa8d
Fix casing in settings dialog
2013-08-26 20:22:24 +02:00
Daniel Molkentin
f6d45b68ef
More clear error messages
2013-08-26 20:20:10 +02:00
Daniel Molkentin
24d76a0d75
desktop file == executable
2013-08-26 20:20:10 +02:00
Olivier Goffart
c3326efe94
Do not sort the entries in the syc protocol dialog alphabetically
...
The entries should be sorted chronogically. But now the QTreeWidget can
only sort them alphabetically by the time, which is not what we want.
Disalbe the sorting, and always insert the elements in the reverse
order.
Fix #890
2013-08-26 17:27:44 +02:00
Daniel Molkentin
c0e056bb84
Only show help if a URL is provided
2013-08-26 14:27:39 +02:00