summaryrefslogtreecommitdiff
path: root/src/sync/googlesynchandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* i18n: toEncoded -> toStringPino Toscano2013-06-071-1/+1
|
* i18n fixesPino Toscano2013-06-071-9/+9
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Workaround to fix Google Bookmarks sync + minor speed improvementAndrea Diamantini2013-01-081-22/+22
| | | | | | Courtesy patch by "Francesco". Thanks :) BUG: 312824
* Restore sync managerAndrea Diamantini2012-12-101-0/+432
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-437/+0
| | | | Preparing repo to merge rekonq2 code...
* Krazy fixesAndrea Diamantini2012-07-071-1/+1
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-15/+15
| | | | | | - astyle - copyrights - (some) includes
* Google Sync Bookmarks in rekonq!Siteshwar Vashisht2012-04-231-0/+437
- 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