Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor clean up in App ctor | Andrea Diamantini | 2012-06-13 | 1 | -9/+7 | |
| | ||||||
* | Cleans up | Andrea Diamantini | 2012-06-12 | 6 | -14/+4 | |
| | | | | | | - set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages | |||||
* | Clean up urlbar code by removing duplicated code | Andrea Diamantini | 2012-06-12 | 2 | -14/+24 | |
| | ||||||
* | Fix tabbar code with large icons | Andrea Diamantini | 2012-06-12 | 1 | -1/+3 | |
| | ||||||
* | Fix urlbar code when user chooses large icons | Andrea Diamantini | 2012-06-11 | 1 | -11/+25 | |
| | | | | BUG: 250665 | |||||
* | Capitalize | André Marcelo Alvarenga | 2012-06-10 | 1 | -1/+1 | |
| | ||||||
* | Only Update URL Actions if the Sender is the Current Tab | David E. Narváez | 2012-06-10 | 1 | -2/+7 | |
| | | | | | | | Only Update URL Actions from MainView::webViewUrlChanged if the Sender is the Current Tab REVIEW: 105184 | |||||
* | Add missing i18n to Window string | Andrea Diamantini | 2012-06-10 | 1 | -1/+1 | |
| | | | | | | | Courtesy patch by Maarten De Meyer. Thanks!!! CCMAIL: de.meyer.maarten@gmail.com | |||||
* | Add rekonq version to default user agent string | Andrea Diamantini | 2012-06-08 | 1 | -0/+4 | |
| | | | | BUG: 293298 | |||||
* | Added an UrlResolver class to let every url work properly here | Andrea Diamantini | 2012-06-08 | 1 | -0/+7 | |
| | ||||||
* | Fix/improve kwebapp contextual actions | Andrea Diamantini | 2012-06-08 | 1 | -2/+2 | |
| | ||||||
* | Restore previous Referer management | Andrea Diamantini | 2012-06-07 | 2 | -0/+24 | |
| | ||||||
* | Letting SHIFT + MidClick reverse open new tab settings | Andrea Diamantini | 2012-06-07 | 4 | -32/+55 | |
| | | | | BUG: 299024 | |||||
* | open handbook page configuration | Burkhard Lück | 2012-06-03 | 1 | -0/+1 | |
| | ||||||
* | Fix crash when item is not selected (for example list is empty) | Montel Laurent | 2012-06-01 | 1 | -1/+4 | |
| | ||||||
* | rekonqinfo css cleanup | Andrea Diamantini | 2012-05-30 | 1 | -4/+4 | |
| | ||||||
* | English language fixes | Andrea Diamantini | 2012-05-30 | 1 | -4/+4 | |
| | | | | Hope they are enough... ;) | |||||
* | rekonq 0.9.61 | Andrea Diamantini | 2012-05-29 | 1 | -0/+5 | |
| | | | | | | | | Optional Opera sync handler introduction @situ: Hope you like the news :) CCMAIL: siteshwar@gmail.com | |||||
* | Let Opera sync handler being optional | Andrea Diamantini | 2012-05-29 | 16 | -97/+171 | |
| | ||||||
* | 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 | 12 | -5/+1246 | |
| | | | | refactoring. | |||||
* | rekonq 0.9.60 | Andrea Diamantini | 2012-05-27 | 1 | -0/+5 | |
| | | | | | | | | | | | | - 2011 gsoc's work of Phaneendra Hedge about Fancy bookmarking with Nepomuk & rekonq. An huge thanks to him for all his work about :) - Compilation fixes with MSVC - small improvements in the Application shortcuts management CCMAIL: pnh.pes@gmail.com | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 65 | -656/+734 | |
| | | | | | | - astyle - copyrights - (some) includes | |||||
* | Runtime Nepomuk tagging check | Andrea Diamantini | 2012-05-27 | 2 | -44/+68 | |
| | ||||||
* | Let nepomuk dependencies being optional | Andrea Diamantini | 2012-05-27 | 6 | -122/+183 | |
| | ||||||
* | Fancy bookmarking on rekonq :) | Phaneendra Hegde | 2012-05-27 | 10 | -18/+778 | |
| | | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;) | |||||
* | Add application icon ( Windows & OS X ). | Andrius da Costa Ribas | 2012-05-27 | 1 | -0/+4 | |
| | ||||||
* | Remove redundant default ctor. | Andrius da Costa Ribas | 2012-05-27 | 1 | -9/+0 | |
| | ||||||
* | Include "historymanager.h", because TabHistory must be defined to be used as ↵ | Andrius da Costa Ribas | 2012-05-27 | 1 | -2/+1 | |
| | | | | a template class argument on MSVC. Then, remove redundant forward declarations. | |||||
* | ASSERT_NOT_REACHED macro parameter cannot be empty on MSVC. | Andrius da Costa Ribas | 2012-05-27 | 3 | -3/+3 | |
| | ||||||
* | Application shortcut clean up | Andrea Diamantini | 2012-05-27 | 2 | -5/+21 | |
| | | | | | | - no .desktop extension in desktop files - set permissions bits as needed - clean up setting UI | |||||
* | New rekonq error page :) | Andrea Diamantini | 2012-05-25 | 3 | -17/+98 | |
| | ||||||
* | Another clean up in rekonq file:// pages | Andrea Diamantini | 2012-05-25 | 3 | -11/+12 | |
| | ||||||
* | Minor speed-up | Andrea Diamantini | 2012-05-25 | 1 | -13/+17 | |
| | | | | moving const chars to QL1S in file:// pages | |||||
* | clean up rekonqinfo css | Andrea Diamantini | 2012-05-25 | 3 | -39/+82 | |
| | ||||||
* | Add informations to download items | Andrea Diamantini | 2012-05-24 | 5 | -150/+187 | |
| | ||||||
* | Reload Preview fix | Andrea Diamantini | 2012-05-23 | 1 | -5/+4 | |
| | ||||||
* | reordering favorites by drag & drop | Andrea Diamantini | 2012-05-19 | 6 | -8/+239 | |
| | | | | | WARNING: this code is very tricky, but I think results are really nice. Let's see what will happen... | |||||
* | Added info when no downloads are found on search | Andrea Diamantini | 2012-05-15 | 1 | -0/+6 | |
| | ||||||
* | Another CSS clean up (last??) | Andrea Diamantini | 2012-05-15 | 2 | -144/+155 | |
| | ||||||
* | Improve downloads page | Andrea Diamantini | 2012-05-15 | 4 | -6/+76 | |
| | | | | | | - remove from list (+ API for DownloadManager to save changes) - open dir in extern app - css | |||||
* | Clean up NewTabPage API a bit | Andrea Diamantini | 2012-05-15 | 2 | -29/+23 | |
| | ||||||
* | New Bookmarks page | Andrea Diamantini | 2012-05-15 | 3 | -28/+72 | |
| | ||||||
* | Downloads search | Andrea Diamantini | 2012-05-15 | 2 | -15/+35 | |
| | ||||||
* | History search | Andrea Diamantini | 2012-05-15 | 3 | -14/+70 | |
| |