Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -4/+4 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | cut out open search suggestions | Andrea Diamantini | 2012-01-03 | 1 | -1/+2 |
| | |||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -35/+32 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -4/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -36/+36 |
| | |||||
* | Do NOT take the first element of an empty list | Andrea Diamantini | 2011-02-28 | 1 | -1/+10 |
| | | | | BUG: 261003 | ||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -13/+13 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -2/+2 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Update the completion list when the user switches search engine on the fly. | Andrea Diamantini | 2011-01-09 | 1 | -40/+32 |
| | | | | | Lionel Chauvin's work. Reviewed by me :) | ||||
* | When using Alt+Enter open website in new tab | Panagiotis Papadopoulos | 2010-12-17 | 1 | -0/+7 |
| | | | | | | GCI Task by Furkan, thanks! :-) RB: 100210 BUG: 254372 | ||||
* | Let suggestions work also without search engines ones. | Andrea Diamantini | 2010-11-07 | 1 | -1/+3 |
| | |||||
* | First bunch of fixes for the suggestions. | Andrea Diamantini | 2010-11-07 | 1 | -0/+3 |
| | | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed) | ||||
* | properly handle modifiers+return key when the completion list is displayed | megabigbug | 2010-09-11 | 1 | -5/+32 |
| | | | | TODO: fix when the completion list is not displayed | ||||
* | Restore autocomplete shortcuts. Or at least, I hope so :) | Andrea Diamantini | 2010-09-04 | 1 | -0/+5 |
| | | | | BUG: 243902 | ||||
* | don't calculate suggestions on fast typing resolution or when user | Andrea Diamantini | 2010-09-02 | 1 | -2/+7 |
| | | | | types a local url (something starting with /) | ||||
* | big commit: fix fast typing | lionelc | 2010-09-01 | 1 | -6/+6 |
| | |||||
* | Fix adding suggestions to not let completion widget "flicker" | Andrea Diamantini | 2010-08-30 | 1 | -25/+29 |
| | |||||
* | Cleaning up new suggestions mechanism | Andrea Diamantini | 2010-08-29 | 1 | -28/+7 |
| | |||||
* | First fixes, 4 suggestions | Andrea Diamantini | 2010-08-29 | 1 | -16/+20 |
| | |||||
* | Restore urlbar responsiveness | Andrea Diamantini | 2010-08-28 | 1 | -3/+53 |
| | | | | Suggestions are now added when ready | ||||
* | Merge commit 'refs/merge-requests/169' of ↵ | Andrea Diamantini | 2010-08-20 | 1 | -6/+3 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into opensearch | ||||
| * | fix suggestion item: use the correct search engine | megabigbug | 2010-08-19 | 1 | -6/+3 |
| | | |||||
* | | 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 | -1/+1 |
| | | | | introduce an opensearch engine | ||||
* | don't replace the type text by the url of the listitem when this listitem is ↵ | lionelc | 2010-08-11 | 1 | -20/+17 |
| | | | | a searchlistitem | ||||
* | select first item | lionelc | 2010-08-11 | 1 | -41/+23 |
| | |||||
* | Editable urlbar :D | Andrea Diamantini | 2010-07-30 | 1 | -33/+64 |
| | |||||
* | Fix naming to clean API | Andrea Diamantini | 2010-06-24 | 1 | -1/+1 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | Merge commit 'refs/merge-requests/109' of ↵ | Andrea Diamantini | 2010-06-01 | 1 | -0/+5 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into SearchItemFixes | ||||
| * | keep the selected engine when the user types | megabigbug | 2010-05-22 | 1 | -0/+5 |
| | | | | | | | | reset to default engine when the completionwidget is shown | ||||
* | | The control modifier part of mr2261 for the urlbar | Yoann Laissus | 2010-05-29 | 1 | -3/+3 |
|/ | |||||
* | don't use adjusteSize() | megabigbug | 2010-05-15 | 1 | -1/+8 |
| | | | | | compute the height from size hint of items decrease timer to 50 | ||||
* | This commit should fix a lot of troubles on fast urlbar typing | Andrea Diamantini | 2010-05-14 | 1 | -4/+17 |
| | | | | | | | | | | | | 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 | ||||
* | This commit implements another dockwidget for rekonq, containing a | Andrea Diamantini | 2010-05-05 | 1 | -2/+0 |
| | | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :) | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -6/+7 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -86/+86 |
| | |||||
* | refractoring on search engines | megabigbug | 2010-04-23 | 1 | -34/+2 |
| | |||||
* | Fix default engine implementation and fix a bit code | Andrea Diamantini | 2010-04-20 | 1 | -4/+40 |
| | |||||
* | Workaound the focus bar problem | Andrea Diamantini | 2010-04-17 | 1 | -0/+4 |
| | |||||
* | Based on Lionel's merge request #80: | Andrea Diamantini | 2010-04-17 | 1 | -6/+32 |
| | | | | letting CompletionWidget being independent from the Urlbar | ||||
* | Fixing Lionel's merge request: | Andrea Diamantini | 2010-04-16 | 1 | -9/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | - clean/fix APIs - removed no more used methods/signals from CompletionWidget - use item->url() (as it has been defined) - Change the "pointing out text" from underline to bold (better, IMO) - QString --> Q/K url, as needed - Restore UrlFromUserInput engine: why it has been deleted? - Comment out the isHttp() check. That way I cannot in any way connect to localhost or to my home server. Apart from typing their IPs.. - Partially fixed the switch search engine implementation. Btw, I have to say I really don't like rekonq switch my default engine just because one time I decided to give a try to another... Not sure about. - Something more coming.. But tomorrow! Now it's 3:20 am here. Good night! | ||||
* | introduce search listitem | lionelc | 2010-04-15 | 1 | -14/+21 |
| | |||||
* | Lionel's fixes to the UI. | Andrea Diamantini | 2010-04-14 | 1 | -16/+7 |
| | | | | (at least the first bits, but they seems working really well :) ) | ||||
* | This commit is (quite) last in the urlbar encodings fix series. It fixes: | Andrea Diamantini | 2010-04-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | BUG: 233159 BUG: 234168 Moreover it "cleans" road to fix (not yet, but we are near..) another bug CCBUG: 230771 at least from the rekonq side. Changes in there - cleaning and fixing filterurljob class (responsible for the encodings) - using urls instead of strings in the resolver class (work with right data..) - letting first box appearance without item selection and adding one signal to use the filterurljob class directly. | ||||
* | multiple icons for type of items | lionelc | 2010-04-02 | 1 | -10/+3 |
| | | | | display icon of website | ||||
* | Cleaning awesome bar code a bit.. | Andrea Diamantini | 2010-04-01 | 1 | -8/+9 |
| | | | | | | - update is better than repaint (this also probably solves the flickering results update) - right scope for some methods - removed KUrl use from there | ||||
* | This patch solves some problems of clipped text | Andrea Diamantini | 2010-03-31 | 1 | -1/+9 |
| | | | | | | | | | | | I cannot value this is completely safe, but sizeAndPosition() slot is surely something to take care.. Courtesy patch from Peter Hedlund. Thanks :) CCMAIL:peter@peterandlinda.com CCMAIL:rekonq@kde.org |