Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up url suggestions loading | Andrea Diamantini | 2012-12-10 | 5 | -42/+36 |
| | |||||
* | Removed (FOR NOW) open search feature | Andrea Diamantini | 2012-12-10 | 4 | -286/+0 |
| | | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this... | ||||
* | Fix urlbar widget show | Andrea Diamantini | 2012-12-10 | 2 | -0/+79 |
| | |||||
* | Urlbar, first code ported to the new API | Andrea Diamantini | 2012-12-10 | 18 | -0/+4345 |
| | |||||
* | Bookmark Manager restore | Andrea Diamantini | 2012-12-10 | 4 | -0/+636 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 24 | -5153/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Stupid me, forgot to enable WebKit features on kwebapp... | Andrea Diamantini | 2012-09-04 | 1 | -1/+1 |
| | | | | BUG: 306185 | ||||
* | BookmarkWidget: Don't use a pointer to store the bookmark | Yoann Laissus | 2012-08-16 | 2 | -28/+24 |
| | |||||
* | BookmarkWidget: Add an entry to choose a folder with a KBookmarkDialog | Yoann Laissus | 2012-08-16 | 2 | -0/+23 |
| | |||||
* | Get sure web shortcuts are considered first url detection | Andrea Diamantini | 2012-08-14 | 2 | -1/+6 |
| | | | | BUG: 304994 | ||||
* | BookmarkWidget: | Yoann Laissus | 2012-08-10 | 1 | -10/+10 |
| | | | | | - Don't display an empty entry if the bookmark is in the root folder - Improve the code to choose the current index | ||||
* | Add an icon for the toolbar root entry in the BookmarkWidget | Yoann Laissus | 2012-08-10 | 1 | -3/+5 |
| | | | | Don't duplicate the toolbar root entry in some cases | ||||
* | BookmarkWidget: Clean up setupFolderComboBox() | Yoann Laissus | 2012-08-10 | 1 | -8/+9 |
| | |||||
* | Review boomarks management | Andrea Diamantini | 2012-07-14 | 2 | -8/+20 |
| | | | | | | | | Maybe this is a bit risky before release, but this lets us adding a bookmarks shortcut (CTRL+D) as used in the major browsers. With this commit, rekonq doubles this behavior. BUG: 303445 | ||||
* | Save a site snapshot when adding a favorite via the urlbar | Andrea Diamantini | 2012-07-14 | 1 | -0/+4 |
| | | | | BUG: 303430 | ||||
* | Let users select bookmark destination on bookmarking | Andrea Diamantini | 2012-07-08 | 1 | -5/+3 |
| | | | | CCBUG: 288249 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-07-07 | 1 | -1/+1 |
| | |||||
* | Clean up right icons before updating them | Andrea Diamantini | 2012-07-07 | 1 | -0/+1 |
| | | | | BUG: 303148 | ||||
* | Fix adblock hide behavior | Andrea Diamantini | 2012-07-06 | 2 | -9/+10 |
| | | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 | ||||
* | Save one (unuseful) call | Andrea Diamantini | 2012-07-03 | 1 | -3/+0 |
| | |||||
* | Ensure users can recover typed text in the urlbar | Andrea Diamantini | 2012-06-26 | 1 | -20/+28 |
| | | | | | | | | | PS: contains also an easy check improved to avoid duplicating suggestions creation ;) Thanks to Franz Fellner for REPORTING and FIXING himself the problem :D BUG: 302391 REVIEWED-BY: adjam | ||||
* | Properly calculate icon size, checking KDE settings instead on | Andrea Diamantini | 2012-06-17 | 1 | -4/+7 |
| | | | | | | checking actual icon size. BUG: 301988 | ||||
* | Cleans up | Andrea Diamantini | 2012-06-12 | 1 | -1/+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 urlbar code when user chooses large icons | Andrea Diamantini | 2012-06-11 | 1 | -11/+25 |
| | | | | BUG: 250665 | ||||
* | Let Opera sync handler being optional | Andrea Diamantini | 2012-05-29 | 4 | -38/+38 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 11 | -399/+468 |
| | | | | | | - 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 | 2 | -89/+112 |
| | |||||
* | Fancy bookmarking on rekonq :) | Phaneendra Hegde | 2012-05-27 | 6 | -16/+740 |
| | | | | | | | | - 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 ;) | ||||
* | Improve about url resolving | Andrea Diamantini | 2012-05-15 | 1 | -14/+29 |
| | | | | | | Conflicts: src/urlbar/urlresolver.cpp | ||||
* | Clean up url management | Andrea Diamantini | 2012-04-24 | 1 | -6/+7 |
| | | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829 | ||||
* | Fix opensearch add shortcut handling | Andrea Diamantini | 2012-04-23 | 3 | -9/+17 |
| | | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707 | ||||
* | Add fixed favorite icon in the toolbar to let add favorites easier | Andrea Diamantini | 2012-04-22 | 2 | -91/+62 |
| | | | | | Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 15 | -48/+60 |
| | |||||
* | Really fix Upper case urls management | Andrea Diamantini | 2012-04-16 | 1 | -2/+5 |
| | | | | | Consider also eventual upper case local urls (eg: rekonq git clone here is in file:///SW/SRC/rekonq dir...) | ||||
* | Let rekonq work everytime with uppercase digited urls | Andrea Diamantini | 2012-04-16 | 1 | -2/+3 |
| | | | | BUG:284829 | ||||
* | Add dialog allowing adblock to list blocked/hided elements and unblock | Andrea Diamantini | 2012-03-13 | 1 | -1/+1 |
| | | | | some of them | ||||
* | Add adblock icon to inform users that some contents was hidden | Andrea Diamantini | 2012-03-13 | 2 | -1/+12 |
| | | | | | | | | This is a patch by Andrea Di Menna, changed a bit to allow element blocked/hided listing (you'll see it in next commit) REVIEW:102761 REVIEWED-BY: adjam | ||||
* | Get sure urlbar(s) are deleted when related webtab is | Andrea Diamantini | 2012-03-13 | 1 | -2/+4 |
| | | | | | | | | Heinz, Paul. Please test actual master before backporting this to 0.9 series. Many thanks for your help and for this bug report. I'm crossing fingers to hear good news from your tests ;) CCBUG:295301 | ||||
* | Get sure urlbar is updated on bookmarking | Andrea Diamantini | 2012-02-21 | 1 | -1/+3 |
| | | | | CCBUG:291239 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 3 | -8/+8 |
| | | | | | - doublequote_chars - normalize | ||||
* | Merge branch 'master' of git://anongit.kde.org/rekonq | Yoann Laissus | 2012-02-09 | 4 | -8/+11 |
|\ | |||||
| * | let people search with custom engine with ONE click | Andrea Diamantini | 2012-02-08 | 2 | -5/+8 |
| | | | | | | | | | | BUG:255799 CCMAIL: rekonq@kde.org | ||||
| * | removed one strange " sign | Andrea Diamantini | 2012-02-06 | 2 | -3/+3 |
| | | |||||
* | | Fix right icon duplication in the UrlBar on some website | Yoann Laissus | 2012-02-04 | 1 | -1/+3 |
|/ | |||||
* | List also about:tabs page | Andrea Diamantini | 2012-01-31 | 1 | -0/+2 |
| | |||||
* | Show urlbar "text" again... | Andrea Diamantini | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | "http://www." + digited host --> "http://" + digited host | Andrea Diamantini | 2012-01-29 | 2 | -3/+3 |
| | |||||
* | accept CTRL + TAB events | Andrea Diamantini | 2012-01-25 | 1 | -2/+2 |
| |