Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | My kuriikwsfilterrc contains no default search engine, so | Andreas Hartmetz | 2010-11-29 | 1 | -0/+2 |
| | | | | SearchEngine::defaultEngine() returns null. Don't crash in that case. | ||||
* | First bunch of fixes for the suggestions. | Andrea Diamantini | 2010-11-07 | 1 | -12/+19 |
| | | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed) | ||||
* | remove warnings | megabigbug | 2010-10-30 | 1 | -5/+4 |
| | |||||
* | improve layout of visual suggestions | Lionel Chauvin | 2010-10-30 | 1 | -14/+41 |
| | |||||
* | Images in visual suggestion are now displayed !! | Lionel Chauvin | 2010-10-30 | 1 | -2/+34 |
| | |||||
* | introduce visual suggestion listitem | Lionel Chauvin | 2010-10-30 | 1 | -4/+48 |
| | |||||
* | Fix KDE webshortcuts handling with new highlight system. (no more hangs) | Andrea Diamantini | 2010-10-28 | 1 | -22/+29 |
| | |||||
* | Fix highlighting of the last character | Pierre Rossi | 2010-10-20 | 1 | -11/+14 |
| | | | | | | | Thanks to pano for noticing the bad behavior. AutoTest updated with the testcase. Reviewed-By: Benjamin Poulain | ||||
* | Fix multiple word highlighting. | Pierre Rossi | 2010-10-08 | 1 | -6/+38 |
| | | | | | | | This time it works even with 'b' coming after some <b> or </b> have been inserted and with substrings, which would cause the following: <b>String_containing_<b>substring</b></b> | ||||
* | fix opensearch suggestions url | megabigbug | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Switch QLatin1String to QL1S | Rohan Garg | 2010-09-11 | 1 | -1/+1 |
| | | | | | modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp | ||||
* | Krazy Fixes for rekonq | Rohan Garg | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp | ||||
* | Fix wrong highlights in the search strings | Andrea Diamantini | 2010-09-02 | 1 | -6/+20 |
| | | | | | | PS: this fix costs a string change, sorry BUG: 249735 | ||||
* | This commit hopes to definitely fix troubles with HTML encodings. | Andrea Diamantini | 2010-09-02 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | It needs manual testing (waiting for some automatic ones..) I tested it with the following strings: plan b i b kde <i> <b> a & b fix & fit and it seems working well. Let me know if it is really true :) CCBUG: 249736 CCMAIL: pierre.rossi@nokia.com | ||||
* | trivials: | Andrea Diamantini | 2010-09-02 | 1 | -3/+3 |
| | | | | | paren --> parent parameters passing: from value to const reference | ||||
* | big commit: fix fast typing | lionelc | 2010-09-01 | 1 | -35/+9 |
| | |||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -4/+14 |
| | | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen... | ||||
* | Awesome bar: support for multiple word search. | Pierre Rossi | 2010-08-25 | 1 | -4/+13 |
| | | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'. | ||||
* | Merge commit 'refs/merge-requests/169' of ↵ | Andrea Diamantini | 2010-08-20 | 1 | -1/+32 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into opensearch | ||||
| * | fix suggestion item: use the correct search engine | megabigbug | 2010-08-19 | 1 | -1/+32 |
| | | |||||
* | | OpenSearch review | Andrea Diamantini | 2010-08-16 | 1 | -1/+1 |
|/ | | | | | | - file headers fix - clean up code - import engine files | ||||
* | introduce a new SuggestionListItem | lionelc | 2010-08-12 | 1 | -2/+28 |
| | | | | introduce an opensearch engine | ||||
* | Fix search engine toolbar icons | Andrea Diamantini | 2010-06-29 | 1 | -1/+4 |
| | |||||
* | escape html in search item: prevent qlabel interpret html if the user type ↵ | megabigbug | 2010-06-14 | 1 | -2/+2 |
| | | | | <h1>a</h1> for example. | ||||
* | remove setAutoFillBackground(true) => propagate ListItem content to engineBar | megabigbug | 2010-06-09 | 1 | -8/+8 |
| | | | | fill background of the ListItem with the backgroundRole color | ||||
* | Awesome bar speed up | Andrea Diamantini | 2010-06-05 | 1 | -8/+8 |
| | | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390 | ||||
* | Using Application::palette for ListItems | Andrea Diamantini | 2010-06-03 | 1 | -3/+3 |
| | |||||
* | Fix suggestion colors. | Andrea Diamantini | 2010-06-03 | 1 | -3/+2 |
| | | | | | | This patch is heavily based on thijs merge request about. He fixed just the alternating colors and with the wrong one. This patch should let rekonq urlbar follow KDE color settings | ||||
* | Merge commit 'refs/merge-requests/109' of ↵ | Andrea Diamantini | 2010-06-01 | 1 | -7/+3 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into SearchItemFixes | ||||
| * | keep the selected engine when the user types | megabigbug | 2010-05-22 | 1 | -6/+2 |
| | | | | | | | | reset to default engine when the completionwidget is shown | ||||
| * | select the correct engine in the engine bar when a webshortcut is typed | megabigbug | 2010-05-22 | 1 | -1/+1 |
| | | |||||
* | | The control modifier part of mr2261 for the urlbar | Yoann Laissus | 2010-05-29 | 1 | -1/+1 |
| | | |||||
* | | listitem: when the title of an item is empty fallback to domain name of the url. | megabigbug | 2010-05-21 | 1 | -1/+10 |
|/ | |||||
* | This commit should fix a lot of troubles on fast urlbar typing | Andrea Diamantini | 2010-05-14 | 1 | -0/+1 |
| | | | | | | | | | | | | so now situation is: - first list is shown immediately - timer decreases from 200 to 150 ms (less is pretty unuseful, I fear) - people who fast type & returnPress have KUriFilter help Hope this helps :) As promised, CCBUG:237390 | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -1/+2 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -2/+1 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -3/+0 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -85/+85 |
| | |||||
* | Fixed wrong pointed out text in the Browse ListItem | Andrea Diamantini | 2010-04-30 | 1 | -1/+3 |
| | |||||
* | - Fixed layouts in the *ListItem classes | Andrea Diamantini | 2010-04-28 | 1 | -19/+33 |
| | | | | | - Browse before than Search - remove some warning messages | ||||
* | refractoring on search engines | megabigbug | 2010-04-23 | 1 | -58/+37 |
| | |||||
* | Merge commit 'refs/merge-requests/2249' of ↵ | Andrea Diamantini | 2010-04-22 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into Pano18 | ||||
| * | add i18n call | Panagiotis Papadopoulos | 2010-04-21 | 1 | -1/+1 |
| | | | | | | | | make the string translatable | ||||
* | | Fix, improve and clean WebSnap API. | Andrea Diamantini | 2010-04-22 | 1 | -4/+3 |
|/ | | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache" | ||||
* | Reverting the switch case to an if-else one. | Andrea Diamantini | 2010-04-20 | 1 | -13/+12 |
| | | | | I forgot t consider the particular condition in it. Sorry for the mistake. | ||||
* | Fix default engine implementation and fix a bit code | Andrea Diamantini | 2010-04-20 | 1 | -62/+36 |
| | |||||
* | this commit renames Item classes with this logic | Andrea Diamantini | 2010-04-19 | 1 | -22/+25 |
| | | | | | - Listitem inherited classes are TYPE + "Listitem" - QLabel inherited classes are TYPE + Label | ||||
* | Implementing a new default engine choice for rekonq | Andrea Diamantini | 2010-04-19 | 1 | -9/+36 |
| | |||||
* | fix bold: "browse" was bold if the user type "browse" | megabigbug | 2010-04-18 | 1 | -1/+1 |
| |