Jenkins for ownCloud
cc4bc2e47a
[tx-robot] updated from transifex
2015-09-01 13:02:24 -04:00
Olivier Goffart
0fa4353841
Remove the accountmigrator.cpp It is not used
...
This was used to convert the config from the community client to
the branded client. But we don't need this feature anymore
https://github.com/owncloud/client/issues/3515#issuecomment-133394443
2015-09-01 17:03:58 +02:00
Jocelyn Turcotte
688aaadb60
Don't show a sync success status toolip when signed out
2015-09-01 15:35:10 +02:00
Olivier Goffart
f77ae28ed1
AccountSettings: Fix coverity warning
...
FolderMan::folder might return null
2015-09-01 11:39:55 +02:00
Olivier Goffart
0d08bbec74
AccountSettings: remove unused member
...
Fix a coverity warning
2015-09-01 11:37:47 +02:00
Olivier Goffart
ebee6f0bc2
Settings dialog: remove the close button #3713
2015-09-01 11:32:59 +02:00
Olivier Goffart
db8f9586cb
Tray notification: Don't show a message about modified folder #3613
2015-09-01 11:29:37 +02:00
Jocelyn Turcotte
35318ea9b5
Fix the Windows build
...
Use an iterator variable declared outside of the loop condition
expression.
MinGW doesn't support C99 very easily and it's easier to keep
our C code C89 compliant.
2015-08-31 17:23:25 +02:00
Daniel Molkentin
7aeb27d5ee
Bump 2.0 brancht to 2.0.2 after creation of 2.0.1 branch
2015-08-31 16:50:07 +02:00
Jocelyn Turcotte
c48c5b9286
Move the progress bar to the right of the quota label
...
Also change the label to show the free space and show
the used and total space only on a tooltip of the bar.
Related to #3644
2015-08-31 12:33:21 +02:00
Markus Goetz
d503221b2e
Desktop file: Add X-GNOME-Autostart-Delay #3686 #1739
2015-08-31 12:01:00 +02:00
Carla Schroder
b3a462d452
more typos
2015-08-31 11:12:47 +02:00
Carla Schroder
916f522010
typo correction
2015-08-31 11:03:14 +02:00
Carla Schroder
967b533e37
typo corrections, cross-refs
2015-08-31 10:48:43 +02:00
Olivier Goffart
9172a5fc4c
FolderStatusModel: add a function to get a QModelIndex from the path
...
Will be usefull to solve #3704
2015-08-31 10:14:58 +02:00
Jenkins for ownCloud
17e9b65cad
[tx-robot] updated from transifex
2015-08-31 02:19:06 -04:00
Jocelyn Turcotte
a976f75783
Merge pull request #3709 from owncloud/fix/mac
...
Fix/mac
2015-08-30 17:55:32 +02:00
Felix BΓΆhm
3ebc422bb5
Fix qtmacgoodies submodule
...
* was broken by 514372db6b
2015-08-30 17:51:43 +02:00
Felix BΓΆhm
9f765c940e
update documentation link to build for version 2.0
2015-08-30 17:41:51 +02:00
Olivier Goffart
1a0d0c0a31
Account Settings: rework the toolbar
...
Modifications ask by Jan:
- Elide the label in the actions
- Minimum sizes for the actions
- No separatcions between the accounts
Issue #3516
2015-08-30 15:31:13 +02:00
Jenkins for ownCloud
ce769cb1ef
[tx-robot] updated from transifex
2015-08-30 02:19:04 -04:00
Olivier Goffart
8fb4adf40d
AccountWizard: fix when the theme specify a override URL #3699
2015-08-29 18:51:27 +02:00
Carla Schroder
03954b5918
Merge pull request #3702 from owncloud/updates2-0
...
updates for 2.0 release
2015-08-29 17:08:03 +02:00
carla schroder
ab4fa905fc
updates for 2.0 release
2015-08-29 16:26:48 +02:00
Jenkins for ownCloud
530552820d
[tx-robot] updated from transifex
2015-08-29 02:19:05 -04:00
Jocelyn Turcotte
cb1bcdc8e0
Tweak the settings UI
...
- Move the cancel and apply buttons side by side
- Hide the notification label when empty
- Clamp elements at the top together a bit
2015-08-28 15:51:11 +02:00
Jocelyn Turcotte
f38deb44fb
Don't disable the selective sync cancel button
...
This makes its interaction more consistent versus other
kinds of dialogs or versus when the selective sync config
has been changed or not.
2015-08-28 12:14:56 +02:00
Jenkins for ownCloud
937526b881
[tx-robot] updated from transifex
2015-08-28 02:19:15 -04:00
Jenkins for ownCloud
7ba97d88d5
[tx-robot] updated from transifex
2015-08-28 01:15:38 -04:00
Jenkins for ownCloud
64b211f5db
[tx-robot] updated from transifex
2015-08-27 02:19:42 -04:00
Jenkins for ownCloud
32c636a471
[tx-robot] updated from transifex
2015-08-26 02:19:06 -04:00
Klaas Freitag
2d421a8275
Push version on to 2.0.1 git
2015-08-25 10:24:52 +02:00
Christian Kamm
ed28a21cb0
Tray: Hide while modifying menus #3656 #3672
...
This may help workaround the dbus tray issue in Qt 5.5.0.
2015-08-25 09:46:03 +02:00
Jenkins for ownCloud
3db0db451e
[tx-robot] updated from transifex
2015-08-25 02:19:17 -04:00
Christian Kamm
035e57cf37
AddFolder: Improve remote path selection error handling #3573
2015-08-24 15:08:35 +02:00
Christian Kamm
07ca0be3c5
csync_excluded: Another speedup #3638
...
Build a list of path components outside of the exclude pattern loop.
2015-08-24 15:08:06 +02:00
Christian Kamm
e71cca128d
csync_update: Use excluded_traversal() to improve performance #3638
2015-08-24 15:08:06 +02:00
Christian Kamm
fe49255bff
csync_excluded: Add fast _traversal() function #3638
...
This function only checks the full path and the basename and is thus
around 7x faster. It is very useful in a csync_update context where
we know that the leading dirs have already been checked for exclusion.
2015-08-24 15:08:06 +02:00
Christian Kamm
20f4ec6b67
csync_exclude: Speed up siginificantly #3638
...
The performance test indicates a speedup of around 3x for paths
with around 12 components.
2015-08-24 15:08:06 +02:00
Christian Kamm
92f6134ed3
AccountSettings: Adjust quota info design #3644 #3651
2015-08-24 15:06:11 +02:00
Christian Kamm
a0f9b834b6
Adjust buttons on remove folder/account questions #3654
2015-08-24 15:05:40 +02:00
Klaas Freitag
2ad57ee8ab
Bump version to 2.0.0 final, some Changlog addings
2015-08-24 14:23:54 +02:00
Christian Kamm
6c5328e4ca
Utility: Fix constants for 32-bit arch #3670
2015-08-24 13:56:10 +02:00
Christian Kamm
6cf1caeaf3
Theme: Fix wizardSelectiveSyncDefaultNothing #3671
2015-08-24 12:55:44 +02:00
Jenkins for ownCloud
ce233105b6
[tx-robot] updated from transifex
2015-08-24 02:19:03 -04:00
Jenkins for ownCloud
30033cdd7d
[tx-robot] updated from transifex
2015-08-23 02:19:02 -04:00
Jenkins for ownCloud
18f54ad758
[tx-robot] updated from transifex
2015-08-22 02:19:05 -04:00
Klaas Freitag
4eadaeafc9
Bump version to rc2
2015-08-21 15:59:27 +02:00
Christian Kamm
3414b58b99
Systray: Workaround for issue with Qt 5.5.0 #3656
2015-08-21 09:45:02 +02:00
Jenkins for ownCloud
14d1919139
[tx-robot] updated from transifex
2015-08-21 02:19:05 -04:00