Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore sync manager | Andrea Diamantini | 2012-12-10 | 30 | -0/+3891 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 30 | -3866/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Krazy fixes | Andrea Diamantini | 2012-07-07 | 3 | -21/+28 |
| | |||||
* | cppcheck: suspicious code! | Andrea Diamantini | 2012-07-06 | 1 | -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 up | Andrea Diamantini | 2012-06-12 | 1 | -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 optional | Andrea Diamantini | 2012-05-29 | 7 | -50/+96 |
| | |||||
* | Fixed some warnings. | Siteshwar Vashisht | 2012-05-28 | 1 | -2/+7 |
| | |||||
* | Made minor changes in UI of sync wizard. | Siteshwar Vashisht | 2012-05-28 | 2 | -2/+15 |
| | |||||
* | Made UI changes to disable history and password sync for certain services, ↵ | Siteshwar Vashisht | 2012-05-28 | 13 | -71/+101 |
| | | | | added some notification messages in Opera sync handler. | ||||
* | Final refactoring and clean up to support Opera bookmarks. | Siteshwar Vashisht | 2012-05-28 | 2 | -93/+72 |
| | |||||
* | Send changes to server after receiving changes from server. | Siteshwar Vashisht | 2012-05-28 | 1 | -49/+49 |
| | |||||
* | Refactored code and tried to stablize support for syncing with Opera Bookmarks. | Siteshwar Vashisht | 2012-05-28 | 2 | -159/+175 |
| | |||||
* | First working implementation for syncing with Opera Link, code needs lots of ↵ | Siteshwar Vashisht | 2012-05-28 | 11 | -5/+1239 |
| | | | | refactoring. | ||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 13 | -39/+41 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Google Sync Bookmarks in rekonq! | Siteshwar Vashisht | 2012-04-23 | 11 | -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.2 | Andrea Diamantini | 2012-04-20 | 1 | -0/+3 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 1 | -1/+1 |
| | | | | | - doublequote_chars - normalize | ||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -12/+12 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | fixuifiles | Pino Toscano | 2011-12-21 | 3 | -9/+0 |
| | |||||
* | Get sure synchandler exists before calling it | Andrea Diamantini | 2011-12-18 | 1 | -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 message | Andrea Diamantini | 2011-12-15 | 1 | -0/+1 |
| | |||||
* | Sync improvements, last bunch! | Andrea Diamantini | 2011-12-12 | 20 | -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 implementations | Andrea Diamantini | 2011-12-12 | 6 | -238/+435 |
| | |||||
* | here we are, rekonq ftp remote sync done! | Andrea Diamantini | 2011-12-12 | 3 | -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 :D | Andrea Diamantini | 2011-12-12 | 1 | -28/+6 |
| | |||||
* | On the road to the sync feature... | Andrea Diamantini | 2011-12-12 | 4 | -44/+56 |
| | |||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -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 Diamantini | 2011-12-12 | 2 | -14/+20 |
| | |||||
* | Let the "big sync" work (the one done every minute...) | Andrea Diamantini | 2011-12-12 | 5 | -10/+74 |
| | |||||
* | Sync feature, first bits | Andrea Diamantini | 2011-12-12 | 5 | -0/+661 |