summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
...
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-5/+6
|
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-3/+2
|\ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :)
| * A little bunch of fixes :Yoann Laissus2010-09-021-3/+2
| | | | | | | | | | | | | | - Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar - Folder icons in the BK panel are fixed - Unset the current bookmark after a context menu deletition to avoid some bugs - Cleanup
* | Code Review.Andrea Diamantini2010-09-022-8/+11
| | | | | | | | | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* | Fix wrong highlights in the search stringsAndrea Diamantini2010-09-022-8/+23
| | | | | | | | | | | | PS: this fix costs a string change, sorry BUG: 249735
* | This commit hopes to definitely fix troubles with HTML encodings.Andrea Diamantini2010-09-021-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
* | rekonq 0.5.85Andrea Diamantini2010-09-021-0/+2
| | | | | | | | | | | | | | | | | | another bunch of bug fixes CCBUG:248967 CCBUG:244039 Please, check this version and let us know. Many thanks for...
* | don't calculate suggestions on fast typing resolution or when userAndrea Diamantini2010-09-023-13/+24
| | | | | | | | types a local url (something starting with /)
* | trivials:Andrea Diamantini2010-09-021-3/+3
| | | | | | | | | | paren --> parent parameters passing: from value to const reference
* | big commit: fix fast typinglionelc2010-09-015-55/+42
|/
* Fix adding suggestions to not let completion widget "flicker"Andrea Diamantini2010-08-303-26/+33
|
* about url detection fixAndrea Diamantini2010-08-301-1/+1
|
* Cleaning up new suggestions mechanismAndrea Diamantini2010-08-294-38/+9
|
* First fixes, 4 suggestionsAndrea Diamantini2010-08-292-18/+24
|
* Restore urlbar responsivenessAndrea Diamantini2010-08-284-35/+72
| | | | Suggestions are now added when ready
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-285-7/+37
| | | | | | | | 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...
* Merge commit 'refs/merge-requests/191' of ↵Andrea Diamantini2010-08-261-4/+13
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2_191
| * Awesome bar: support for multiple word search.Pierre Rossi2010-08-251-4/+13
| | | | | | | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'.
* | Fix urlbar to make about:foo the first entry instead of the googlingRohan Garg2010-08-241-1/+1
|/ | | | modified: src/urlbar/urlresolver.cpp
* Restore mr #174.Andrea Diamantini2010-08-231-0/+2
| | | | Lesson learned: no more hand merging nor reverting on conflicts.. :)
* Restore bk icon on the rightAndrea Diamantini2010-08-213-16/+16
| | | | | | | This commit intends to revert manually commits de9abc72 && bd27f60d, restoring bk positions on the right. This because most of the developers prefer so. Anyway, if things will change again we can revert the "revertion" :D
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-202-0/+2
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-203-45/+45
| | | | src/bookmarks/bookmarkprovider.*
* Merge branch 'opensearch'Andrea Diamantini2010-08-205-106/+261
|\ | | | | | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp
| * Merge commit 'refs/merge-requests/169' of ↵Andrea Diamantini2010-08-204-8/+43
| |\ | | | | | | | | | git://gitorious.org/rekonq/mainline into opensearch
| | * fix suggestion item: use the correct search enginemegabigbug2010-08-194-8/+43
| | |
| * | OpenSearch reviewAndrea Diamantini2010-08-162-2/+2
| | | | | | | | | | | | | | | | | | - file headers fix - clean up code - import engine files
| * | Merge commit 'refs/merge-requests/169' of ↵Andrea Diamantini2010-08-165-101/+221
| |\ \ | | |/ | | | | | | git://gitorious.org/rekonq/mainline into opensearch
| | * working opensearch suggestionsmegabigbug2010-08-152-112/+172
| | |
| | * wait signalmegabigbug2010-08-151-0/+5
| | |
| | * introduce a new SuggestionListItemlionelc2010-08-125-7/+62
| | | | | | | | | | | | introduce an opensearch engine
* | | Merge commit 'refs/merge-requests/181' of ↵Andrea Diamantini2010-08-201-2/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h
| * | | - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left)
* | | | Krazy fixes, first bunchAndrea Diamantini2010-08-202-6/+8
|/ / /
* | | HistoryManager review (the second):Andrea Diamantini2010-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | - impressive cleanup of the code - removed unneeded classes - one List to manage the items in the historyManager, one easier Hash in the HistoryFilterModel to speed up searches - better HistoryItem updates
* | | Simpler than I thought, fix kget integrationAndrea Diamantini2010-08-191-1/+2
| | |
* | | BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-0/+1
| | |
* | | The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-191-5/+6
| | |
* | | - Adapt removeBookmark to Jon's new methodYoann Laissus2010-08-172-16/+3
|/ / | | | | | | - Add tooltips for the bookmark icon
* | Follow pano & yoann suggestions about bookmark savingAndrea Diamantini2010-08-141-6/+7
| |
* | Moving bookmark icon on the leftAndrea Diamantini2010-08-143-18/+17
| |
* | Manually importing Yoann merge 2260Andrea Diamantini2010-08-144-0/+285
|/ | | | PLease, check if I did something wrong..
* loading color: (highlight + 2*background)/3lionelc2010-08-111-4/+14
|
* loading animation color: fallback to the Highlight color if ToolTipBase ↵lionelc2010-08-111-1/+5
| | | | color is quiet the same as Text color
* change gradiant of the loading animation: fix aliasinglionelc2010-08-111-1/+1
|
* don't replace the type text by the url of the listitem when this listitem is ↵lionelc2010-08-112-25/+18
| | | | a searchlistitem
* select first itemlionelc2010-08-111-41/+23
|
* Editable urlbar :DAndrea Diamantini2010-07-302-33/+70
|
* fix suggestion typemegabigbug2010-07-211-1/+1
|
* reintroduce bookmark suggestionsmegabigbug2010-07-212-3/+8
|