.. |
application.cpp
|
New setup dialog, simplified version.
|
2013-04-27 22:24:32 +02:00 |
application.h
|
Load UI languages instead of locales where possible
|
2013-02-21 13:19:54 +01:00 |
createanowncloudpage.ui
|
Backport to Qt 4.6 finished - test against a local installation of owncloud via http
|
2012-04-21 21:03:29 +02:00 |
credentialstore.cpp
|
Move config.h out of header files.
|
2013-02-25 09:54:19 +01:00 |
credentialstore.h
|
Move config.h out of header files.
|
2013-02-25 09:54:19 +01:00 |
csyncfolder.cpp
|
Simplify csyncthread with keeping csync ctx intact
|
2013-04-20 13:15:27 +03:00 |
csyncfolder.h
|
Use qthread more correct, see
|
2012-08-26 11:47:45 +02:00 |
csyncthread.cpp
|
propagator-ng: Abort on fatal error
|
2013-05-08 13:30:30 +02:00 |
csyncthread.h
|
Improve error handling, add error string to each individual file item.
|
2013-05-05 11:47:19 +02:00 |
fileitemdialog.cpp
|
Fix tr plural usage
|
2013-04-17 01:21:15 +02:00 |
fileitemdialog.h
|
fileitemdialog: GUI feedback for the copy action
|
2013-04-16 16:49:53 +02:00 |
fileitemdialog.ui
|
A new sync file protocol dialog.
|
2013-01-15 20:42:09 +01:00 |
fileutils.cpp
|
Do not follow symlinks when recursing
|
2013-03-18 14:12:25 +01:00 |
fileutils.h
|
add proper licensing
|
2011-04-06 11:48:02 +02:00 |
folder.cpp
|
Folder/ownCloudFolder: Clean up secondPath stuff
|
2013-04-25 16:06:31 +02:00 |
folder.h
|
Folder/ownCloudFolder: Clean up secondPath stuff
|
2013-04-25 16:06:31 +02:00 |
folderman.cpp
|
Merge branch 'confdir' of https://github.com/smessmer/mirall into smessmer-confdir
|
2013-04-03 14:42:13 +02:00 |
folderman.h
|
Try to avoid crash on Mac OS during setup
|
2013-03-21 12:50:47 +01:00 |
folderwatcher.cpp
|
Removed verbose logging on Win32.
|
2013-03-28 11:14:16 +01:00 |
folderwatcher.h
|
Simplify and fix startup: Steer starting of sync from folderman.
|
2013-02-19 17:24:10 +01:00 |
folderwatcher_inotify.cpp
|
Add windows backend, require Inotify on Linux
|
2012-12-06 17:53:04 +01:00 |
folderwatcher_inotify.h
|
Add windows backend, require Inotify on Linux
|
2012-12-06 17:53:04 +01:00 |
folderwatcher_mac.cpp
|
Compile on Mac
|
2012-12-06 18:48:36 +01:00 |
folderwatcher_mac.h
|
Implement folder watching for OS X using FSEvents
|
2012-12-06 17:53:04 +01:00 |
folderwatcher_win.cpp
|
Removed verbose logging on Win32.
|
2013-03-28 11:14:16 +01:00 |
folderwatcher_win.h
|
Fix Windows folder watcher
|
2012-12-06 17:53:04 +01:00 |
folderwizard.cpp
|
Fixed some valgrind warnings.
|
2013-04-08 14:50:47 +02:00 |
folderwizard.h
|
Fixed some valgrind warnings.
|
2013-04-08 14:50:47 +02:00 |
folderwizardnetworkpage.ui
|
Add a sitecopy backend to mirall, some GUI cleanups
|
2011-09-26 13:12:00 +02:00 |
folderwizardowncloudpage.ui
|
Polished the ui, stop syncing during user actions.
|
2011-11-03 16:06:40 +01:00 |
folderwizardsourcepage.ui
|
continue backport Qt 4.6: place holder text was introduced in Qt 4.7
|
2012-04-21 01:07:22 +02:00 |
folderwizardtargetpage.ui
|
Clarify string in folder wizard
|
2013-04-11 10:57:19 +04:00 |
inotify.cpp
|
Fixed some valgrind warnings.
|
2013-04-08 14:50:47 +02:00 |
inotify.h
|
pimpl folderwatcher
|
2012-12-04 18:24:25 +01:00 |
logbrowser.cpp
|
Remove potentially dangerous processEvent calls
|
2013-01-10 17:16:58 +01:00 |
logbrowser.h
|
Move Logger into its own file, move it to libsync.
|
2012-12-05 16:45:28 +01:00 |
logger.cpp
|
Move Logger into its own file, move it to libsync.
|
2012-12-05 16:45:28 +01:00 |
logger.h
|
Notify user about new files.
|
2012-12-12 15:00:38 +01:00 |
mirallconfigfile.cpp
|
Update detector: make it possible to skip updates.
|
2013-04-30 17:46:07 +02:00 |
mirallconfigfile.h
|
Update detector: make it possible to skip updates.
|
2013-04-30 17:46:07 +02:00 |
miralltheme.cpp
|
Introduce SyncPrepare state
|
2013-02-14 17:36:11 +01:00 |
miralltheme.h
|
New icons for ownCloud client
|
2012-12-20 16:41:54 +01:00 |
networklocation.cpp
|
Fix QLatin1String issues.
|
2012-08-17 18:13:17 +03:00 |
networklocation.h
|
add simple network location infrastructure
|
2011-04-06 15:22:40 +02:00 |
occinfo.cpp
|
Update detector: make it possible to skip updates.
|
2013-04-30 17:46:07 +02:00 |
occinfo.h
|
Update detector: make it possible to skip updates.
|
2013-04-30 17:46:07 +02:00 |
owncloudcredentialspage.ui
|
Improved some grammar based on Matts proposals.
|
2012-06-15 10:51:51 +02:00 |
owncloudfolder.cpp
|
New owncloud propagator that skip the vio abstraction layer
|
2013-05-04 11:02:30 +02:00 |
owncloudfolder.h
|
Folder/ownCloudFolder: Clean up secondPath stuff
|
2013-04-25 16:06:31 +02:00 |
owncloudftpaccesspage.ui
|
Backport to Qt 4.6 finished - test against a local installation of owncloud via http
|
2012-04-21 21:03:29 +02:00 |
owncloudinfo.cpp
|
Added own CookieJar to not return a Session Cookie, rem Auth Callback
|
2013-04-27 22:22:20 +02:00 |
owncloudinfo.h
|
New setup dialog, simplified version.
|
2013-04-27 22:24:32 +02:00 |
owncloudpropagator.cpp
|
propagator-ng: Abort on fatal error
|
2013-05-08 13:30:30 +02:00 |
owncloudpropagator.h
|
propagator-ng: Abort on fatal error
|
2013-05-08 13:30:30 +02:00 |
owncloudsetuppage.ui
|
owncloud setup: Fix label style
|
2013-02-14 17:36:11 +01:00 |
owncloudsetuppage_ng.ui
|
Fix sizing problems in the new wizard dialog.
|
2013-04-30 21:51:48 +02:00 |
owncloudsetupwizard.cpp
|
New setup dialog, simplified version.
|
2013-04-27 22:24:32 +02:00 |
owncloudsetupwizard.h
|
New setup dialog, simplified version.
|
2013-04-27 22:24:32 +02:00 |
owncloudtheme.cpp
|
Introduce SyncPrepare state
|
2013-02-14 17:36:11 +01:00 |
owncloudtheme.h
|
Mirall != owncloud client. Move about dialog to theme.
|
2013-01-23 13:45:50 +01:00 |
owncloudwizard.cpp
|
Fix sizing problems in the new wizard dialog.
|
2013-04-30 21:51:48 +02:00 |
owncloudwizard.h
|
New setup dialog, simplified version.
|
2013-04-27 22:24:32 +02:00 |
owncloudwizardresultpage.ui
|
More work on new Connection dialog. First working version.
|
2013-04-24 11:40:29 +02:00 |
owncloudwizardselecttypepage.ui
|
Fixed typos.
|
2013-02-09 12:46:08 +01:00 |
progressdatabase.cpp
|
propagator-ng: be able to resume download
|
2013-05-06 16:59:11 +02:00 |
progressdatabase.h
|
propagator-ng: resume uploads
|
2013-05-06 18:41:56 +02:00 |
proxydialog.cpp
|
Use HttpProxy instead of Socks5Proxy.
|
2012-10-08 11:08:01 +02:00 |
proxydialog.h
|
Qt part of proxy support - contributed by Thomas Mueller.
|
2012-07-31 11:17:52 +03:00 |
proxydialog.ui
|
proxy dialog: no extra heading
|
2013-02-14 17:36:11 +01:00 |
sslerrordialog.cpp
|
Unbreak self-signed certificate handling
|
2013-04-02 15:22:27 +02:00 |
sslerrordialog.h
|
Unbreak self-signed certificate handling
|
2013-04-02 15:22:27 +02:00 |
sslerrordialog.ui
|
Make SSL error dialog more intuitive
|
2012-10-27 17:05:01 +02:00 |
statusdialog.cpp
|
Folder/ownCloudFolder: Clean up secondPath stuff
|
2013-04-25 16:06:31 +02:00 |
statusdialog.h
|
Fixed some valgrind warnings.
|
2013-04-08 14:50:47 +02:00 |
statusdialog.ui
|
Removed Log Window Button
|
2012-07-26 11:38:14 +03:00 |
syncfileitem.h
|
propagator-ng: be able to resume download
|
2013-05-06 16:59:11 +02:00 |
syncresult.cpp
|
Handle all cases in switches.
|
2013-02-21 13:36:51 +01:00 |
syncresult.h
|
Introduce SyncPrepare state
|
2013-02-14 17:36:11 +01:00 |
theme.cpp
|
Fixed default target dir to / and fixed logging text.
|
2013-04-30 13:53:13 +02:00 |
theme.h
|
Add a appNameGUI method to the theming.
|
2013-02-21 12:21:42 +01:00 |
unisonfolder.cpp
|
Introduce SyncPrepare state
|
2013-02-14 17:36:11 +01:00 |
unisonfolder.h
|
Allow to interrupt running sync task, incl. some cleanups.
|
2012-04-30 08:56:56 +02:00 |
updatedetector.cpp
|
Update detector: make it possible to skip updates.
|
2013-04-30 17:46:07 +02:00 |
updatedetector.h
|
Update detector: make it possible to skip updates.
|
2013-04-30 17:46:07 +02:00 |
utility.cpp
|
Add favlink generation support for Nautilus
|
2013-03-25 18:00:58 +01:00 |
utility.h
|
Try to avoid crash on Mac OS during setup
|
2013-03-21 12:50:47 +01:00 |
version.h.in
|
Simplify version display.
|
2012-09-17 21:23:56 +02:00 |