Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | cppcheck | Andrea Diamantini | 2012-01-24 | 1 | -21/+23 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 6 | -17/+17 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Rework on load/stop/reload action | Andrea Diamantini | 2012-01-15 | 2 | -2/+23 |
| | | | | | | | | | | | Also clean up API, giving proper names to method updateActions --> updateHistoryActions browserTabLoading(bool) --> currentTabStateChanged() ... also workaround problem that m_progress is (yet) 0 or 100 when load started REVIEW:103651 | ||||
* | Access Keys navigation | Marc Deop | 2012-01-12 | 2 | -1/+3 |
| | | | | | | | | | | Ported access keys navigation system from Arora and adapted to rekonq code. Also (by adjam), get sure access keys are removed on loadStarted REVIEW:103601 REVIEWED-BY: adjam | ||||
* | Fix issue with new ordering algorithm | Andrea Diamantini | 2012-01-09 | 2 | -4/+9 |
| | | | | | | Let search item being first when it really is important CCBUG:290884 | ||||
* | Add a folder combo box in the BookmarkWidget | Yoann Laissus | 2012-01-06 | 2 | -0/+65 |
| | | | | | Patch from Yusuf Amir Tezcan, many thanks for ! REVIEW: 103450 | ||||
* | Reorder suggestions list, taking on a "relevant" list | Andrea Diamantini | 2012-01-03 | 1 | -113/+51 |
| | | | | | | relevant items are those "starting" with the typedString: eg: type "kde", for me "kde.org" and "kde-apps.org" are more relevant that i.e. "planetkde" that will be last in list. | ||||
* | cut out open search suggestions | Andrea Diamantini | 2012-01-03 | 2 | -25/+32 |
| | |||||
* | Invert PreviewListItem order: icon, text, preview. | Andrea Diamantini | 2012-01-03 | 1 | -9/+11 |
| | |||||
* | Add 2px of top/bottom padding to the urlbar | Andrea Diamantini | 2011-12-23 | 1 | -2/+2 |
| | | | | | REVIEW: 103479 REVIEWED-BY: fritz_van_tom | ||||
* | show history entries also when no favorite search engine is set | Andrea Diamantini | 2011-12-15 | 1 | -1/+1 |
| | | | | | | | Bug investigation and courtesy patch by Gabo Menna. Many thanks for :D BUG: 256322 | ||||
* | minor startup speed improvement (QL1C && QL1S) | Andrea Diamantini | 2011-12-15 | 1 | -24/+30 |
| | |||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 4 | -11/+11 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 7 | -16/+16 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | Use the relevance method to sort HistoryItem in the UrlBar | Yoann Laissus | 2011-11-17 | 2 | -1/+10 |
| | |||||
* | Let rekonq save file remotely | Andrea Diamantini | 2011-11-03 | 2 | -7/+7 |
| | | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675 | ||||
* | Clean up UrlBar code | Andrea Diamantini | 2011-10-24 | 2 | -60/+51 |
| | | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl | ||||
* | Remove suggestion when response title is the same as typed text | Andrea Diamantini | 2011-10-19 | 1 | -0/+3 |
| | | | | | In fact, this result is just present in one of the first 2 lines of the query. | ||||
* | Fix strings as suggested in i18n-doc ml | Andrea Diamantini | 2011-10-16 | 1 | -7/+7 |
| | | | | CCMAIL: aspotashev@gmail.com | ||||
* | EBN Krazy fixes | Andrea Diamantini | 2011-10-14 | 1 | -3/+13 |
| | | | | It seems now we are really ready for the stable release... | ||||
* | Fix crash on private mode store/restore | Andrea Diamantini | 2011-10-13 | 1 | -1/+0 |
| | | | | | | | | | | | | This commit, while does not perfectly fix the issue, "workaround" it a lot to fix crashes on private mode enter/exit - improve session store/restore - improve session manager code - calm down kDebug messages - applies code style CCBUG: 268328 | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-10-11 | 1 | -4/+0 |
| | |||||
* | This commit fixes urlbar suggestions handling, | Andrea Diamantini | 2011-09-29 | 1 | -13/+16 |
| | | | | | | while maintaining QCoreApplication::postEvent fix. Sorry for the noise, guys :) | ||||
* | Calm down QWidget::setLayout() warnings | Andrea Diamantini | 2011-09-27 | 5 | -13/+4 |
| | |||||
* | Fix KGet "list all links" feature | Andrea Di Menna | 2011-09-27 | 1 | -1/+1 |
| | | | | | | | | | the contextual menu action was not working cause of a wrong signal/slot connection. This commit fixes it :) REVIEW: 102708 REVIEWED-BY: adjam | ||||
* | QCoreApplication::postEvent fixes | Andrea Diamantini | 2011-09-20 | 1 | -14/+12 |
| | | | | | | | This commit should clean up some strange calls on close to QCA::postEvent, returning a strange "Unexpected null receiver" QT_FATAL_WARNINGS=1 macro helped very well here :D |