summaryrefslogtreecommitdiff
path: root/src/sync/syncmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-2/+2
|
* Restore sync managerAndrea Diamantini2012-12-101-0/+186
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-170/+0
| | | | Preparing repo to merge rekonq2 code...
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-0/+9
|
* Made UI changes to disable history and password sync for certain services, ↵Siteshwar Vashisht2012-05-281-1/+1
| | | | added some notification messages in Opera sync handler.
* First working implementation for syncing with Opera Link, code needs lots of ↵Siteshwar Vashisht2012-05-281-0/+4
| | | | refactoring.
* Kitchen sink clean upAndrea Diamantini2012-05-271-3/+3
| | | | | | - astyle - copyrights - (some) includes
* Google Sync Bookmarks in rekonq!Siteshwar Vashisht2012-04-231-2/+16
| | | | | | | | | | | | | | | | - Added UI bits to configure Google Bookamrks Sync - Implemented sync, 2-way merging local and remote bk - Remember to not update local history while remotely adding bookmarks - Encode parameters of add bookmarks request while posting data. - (adjam) fix compile warnings This is the squashed commit of Situ's work on Google Bookmarks Sync SQUASHED BY: adjam ;) REVIEW: 104673 DIGEST: Google Bookmarks Sync REVIEWED BY: adjam
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-0/+3
|
* Get sure synchandler exists before calling itAndrea Diamantini2011-12-181-3/+13
| | | | | | | This should be important just on password sync, cause of code design. Anyway, checking it everytime shouldn't be a bad idea... BUG: 289146
* Sync improvements, last bunch!Andrea Diamantini2011-12-121-22/+13
| | | | | Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based)
* Clean out ftp code to easily add in the future new sync implementationsAndrea Diamantini2011-12-121-202/+22
|
* here we are, rekonq ftp remote sync done!Andrea Diamantini2011-12-121-6/+15
| | | | | | | | With this commit, I think we reached the "sync" status with remote ftp sites. This means we basically have a first sync feature and we can heavily test it to eventually add more options in the future (webdav? ownCloud? firefox Sync? etc...)
* Let sync work with ftp sites :DAndrea Diamantini2011-12-121-28/+6
|
* On the road to the sync feature...Andrea Diamantini2011-12-121-37/+46
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-4/+4
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* let history, bookmarks and passwords sync on change (first bits)Andrea Diamantini2011-12-121-11/+20
|
* Let the "big sync" work (the one done every minute...)Andrea Diamantini2011-12-121-6/+42
|
* Sync feature, first bitsAndrea Diamantini2011-12-121-0/+278