Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-06-18 | 1 | -0/+1 |
| | |||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-06-17 | 1 | -0/+5 |
| | |||||
* | Moved static html tests to a new dir and added one for fonts | Andrea Diamantini | 2012-06-17 | 7 | -0/+24 |
| | | | | CCBUG: 295896 | ||||
* | Properly calculate icon size, checking KDE settings instead on | Andrea Diamantini | 2012-06-17 | 1 | -4/+7 |
| | | | | | | checking actual icon size. BUG: 301988 | ||||
* | Super safe checks in WebTab::url() detection | Andrea Diamantini | 2012-06-17 | 1 | -2/+9 |
| | | | | BUG: 299400 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-06-16 | 1 | -44/+0 |
| | |||||
* | Capitalize rekonq name: rekonq --> Rekonq | Andrea Diamantini | 2012-06-15 | 1 | -35/+35 |
| | | | | BUG: 301880 | ||||
* | Make the error-page a bit prettier. | Anton Kreuzkamp | 2012-06-14 | 5 | -6/+10 |
| | | | | | | | This patch adds a background-image over the previous grey background and replaces the white box with a more styled one. REVIEW:105124 | ||||
* | Apply a Plasma-like style to the new-tab-page | Anton Kreuzkamp | 2012-06-14 | 4 | -23/+61 |
| | | | | | | | | | | This commit makes previews on the new-tab-page use pure css instead of a background-image and replaces the grey background of the bookmark groups by a fancy one, looking very similiar to Plasma's Air theme. It also fixes a few minor optical dissonances on the new-tab-page. REVIEW: 105123 | ||||
* | Fix ambiguous tab shortcuts | Andrea Diamantini | 2012-06-13 | 1 | -0/+4 |
| | | | | | | See comment #2 about the fix (Thanks, Weng!) BUG: 275858 | ||||
* | 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 |
| |