summaryrefslogtreecommitdiff
path: root/src/sync
Commit message (Collapse)AuthorAgeFilesLines
* Add else ifMontel Laurent2013-09-291-1/+1
|
* Add missing includeKevin Ottens2013-07-101-0/+1
|
* spaces, indentation, licenses clean up in ssh sync new codeAndrea Diamantini2013-07-098-45/+60
|
* Add a simple ssh sync handlerRadu Andries2013-07-0913-3/+653
| | | | | | | CCMAIL: admiral0@tuxfamily.org REVIEWED-BY: adjam Many thanks, Radu! And sorry for the late merge ;)
* i18n fixesPino Toscano2013-06-101-1/+1
| | | | | | | | | - remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces
* i18n: toEncoded -> toStringPino Toscano2013-06-072-2/+2
|
* i18n fixesPino Toscano2013-06-073-27/+27
| | | | | | | | | - 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
* Fix forward declarationMontel Laurent2013-05-061-3/+0
|
* Workaround to fix Google Bookmarks sync + minor speed improvementAndrea Diamantini2013-01-081-22/+22
| | | | | | Courtesy patch by "Francesco". Thanks :) BUG: 312824
* Fix inconsistent capitalization in sync configuration windowsAndré Marcelo Alvarenga2013-01-085-10/+10
| | | | REVIEWED-BY: adjam
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-282-5/+5
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-2813-16/+19
|
* 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-1030-0/+3891
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-1030-3866/+0
| | | | Preparing repo to merge rekonq2 code...
* Krazy fixesAndrea Diamantini2012-07-073-21/+28
|
* 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
* Cleans upAndrea Diamantini2012-06-121-6/+0
| | | | | | - set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages
* Let Opera sync handler being optionalAndrea Diamantini2012-05-297-50/+96
|
* Fixed some warnings.Siteshwar Vashisht2012-05-281-2/+7
|
* Made minor changes in UI of sync wizard.Siteshwar Vashisht2012-05-282-2/+15
|
* Made UI changes to disable history and password sync for certain services, ↵Siteshwar Vashisht2012-05-2813-71/+101
| | | | added some notification messages in Opera sync handler.
* Final refactoring and clean up to support Opera bookmarks.Siteshwar Vashisht2012-05-282-93/+72
|
* 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-282-159/+175
|
* First working implementation for syncing with Opera Link, code needs lots of ↵Siteshwar Vashisht2012-05-2811-5/+1239
| | | | refactoring.
* Kitchen sink clean upAndrea Diamantini2012-05-2713-39/+41
| | | | | | - astyle - copyrights - (some) includes
* Google Sync Bookmarks in rekonq!Siteshwar Vashisht2012-04-2311-4/+759
| | | | | | | | | | | | | | | | - 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
|
* Krazy fixesAndrea Diamantini2012-02-161-1/+1
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-191-12/+12
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* fixuifilesPino Toscano2011-12-213-9/+0
|
* 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
* Add kDebug messageAndrea Diamantini2011-12-151-0/+1
|
* Sync improvements, last bunch!Andrea Diamantini2011-12-1220-190/+1010
| | | | | 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-126-238/+435
|
* here we are, rekonq ftp remote sync done!Andrea Diamantini2011-12-123-13/+54
| | | | | | | | 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-124-44/+56
|
* 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-122-14/+20
|
* Let the "big sync" work (the one done every minute...)Andrea Diamantini2011-12-125-10/+74
|
* Sync feature, first bitsAndrea Diamantini2011-12-125-0/+661