summaryrefslogtreecommitdiff
path: root/src/sync/operasynchandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* i18n: toEncoded -> toStringPino Toscano2013-06-071-1/+1
|
* i18n fixesPino Toscano2013-06-071-12/+12
| | | | | | | | | - 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
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-4/+4
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-2/+2
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-6/+6
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* Restore sync managerAndrea Diamantini2012-12-101-0/+916
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-911/+0
| | | | Preparing repo to merge rekonq2 code...
* Krazy fixesAndrea Diamantini2012-07-071-20/+26
|
* cppcheck: suspicious code!Andrea Diamantini2012-07-061-0/+1
| | | | | | | it seems we are executing the same code in an "if" and in the related "else" tense. What about here? CCMAIL: siteshwar@gmail.com
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-30/+32
|
* Fixed some warnings.Siteshwar Vashisht2012-05-281-2/+7
|
* Made UI changes to disable history and password sync for certain services, ↵Siteshwar Vashisht2012-05-281-1/+10
| | | | added some notification messages in Opera sync handler.
* Final refactoring and clean up to support Opera bookmarks.Siteshwar Vashisht2012-05-281-92/+71
|
* Send changes to server after receiving changes from server.Siteshwar Vashisht2012-05-281-49/+49
|
* Refactored code and tried to stablize support for syncing with Opera Bookmarks.Siteshwar Vashisht2012-05-281-127/+152
|
* First working implementation for syncing with Opera Link, code needs lots of ↵Siteshwar Vashisht2012-05-281-0/+884
refactoring.