summaryrefslogtreecommitdiff
path: root/src/sync/syncassistant.h
Commit message (Collapse)AuthorAgeFilesLines
* spaces, indentation, licenses clean up in ssh sync new codeAndrea Diamantini2013-07-091-1/+1
|
* Add a simple ssh sync handlerRadu Andries2013-07-091-0/+1
| | | | | | | CCMAIL: admiral0@tuxfamily.org REVIEWED-BY: adjam Many thanks, Radu! And sorry for the late merge ;)
* Restore sync managerAndrea Diamantini2012-12-101-0/+53
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-53/+0
| | | | Preparing repo to merge rekonq2 code...
* 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/+1
| | | | refactoring.
* Kitchen sink clean upAndrea Diamantini2012-05-271-2/+2
| | | | | | - astyle - copyrights - (some) includes
* Google Sync Bookmarks in rekonq!Siteshwar Vashisht2012-04-231-0/+1
| | | | | | | | | | | | | | | | - 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
* Sync improvements, last bunch!Andrea Diamantini2011-12-121-0/+51
Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based)