summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
Commit message (Collapse)AuthorAgeFilesLines
* UrlBar: add completeraqua2022-09-051-120/+0
|
* Add placeholder menus to main windowaqua2022-09-051-1/+0
|
* Add RekonqView_fake classaqua2022-09-051-0/+4
|
* Add UrlBar and TabBaraqua2022-09-051-131/+83
| | | | - move src/tabwindow/tabbar.* to src/tabbar/
* Get sure fast typing work!Mikhail Krutov2014-01-231-1/+1
| | | | | | | | BUG: 321967 CCBUG: 316552 REVIEW: 115223 REVIEWED-BY: adjam (PS: Many thanks for this, Mikhail...)
* Implement the "clear urlbar action"Andrea Diamantini2014-01-121-0/+2
| | | | | | | | | | You just need to add it (OUT of the urlbar) with right click --> configure main toolbar. Is this enough guys? PS: Thanks alouali for the idea ;) CCBUG: 243724
* Review ssl widget generation code.Andrea Diamantini2013-07-121-1/+2
| | | | | | | | This also seems to fix some way problem about multiple widget creations What about you, guys? CCBUG:321226
* Favorites (fast) management, the "opera" wayAndrea Diamantini2013-04-231-2/+4
| | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :)
* urlbar look changeAndrea Diamantini2013-04-151-1/+1
| | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited.
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-1/+1
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* Clean up url suggestions, step 1Andrea Diamantini2012-12-101-2/+0
| | | | | Improve performances by NOT create/delete everytime a suggester but reusing each time the same one...
* adblock workAndrea Diamantini2012-12-101-0/+1
| | | | | | | | readded an icon in the urlbar when adblock is active, BUT with different features: you can now disable adblock "per-site", in a similar way chromium does. cleaned up adblock manager code, removing some old no more used code fragments
* Fix url choice by up/down keysAndrea Diamantini2012-12-101-1/+0
|
* clean up urlbar url loading. We really are lighter now :)Andrea Diamantini2012-12-101-2/+6
|
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-101-1/+0
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Fix urlbar widget showAndrea Diamantini2012-12-101-0/+3
|
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+156
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-156/+0
| | | | Preparing repo to merge rekonq2 code...
* Review boomarks managementAndrea Diamantini2012-07-141-1/+6
| | | | | | | | 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
* Clean up urlbar code by removing duplicated codeAndrea Diamantini2012-06-121-0/+5
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-1/+1
| | | | | | - astyle - copyrights - (some) includes
* Add fixed favorite icon in the toolbar to let add favorites easierAndrea Diamantini2012-04-221-7/+3
| | | | | Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites
* Add adblock icon to inform users that some contents was hiddenAndrea Diamantini2012-03-131-1/+2
| | | | | | | | 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
* Rework on load/stop/reload actionAndrea Diamantini2012-01-151-1/+6
| | | | | | | | | | | 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
* Clean up UrlBar codeAndrea Diamantini2011-10-241-2/+1
| | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl
* Change "Paste & Go" action's text to "Paste & Search" if the contentFurkan Uzumcu2011-09-181-0/+2
| | | | | | | of the clipboard is not an URL REVIEW: 102441 REVIEWED-BY: adjam
* custom contextMenu for urlBarJohannes Tröscher2011-08-221-0/+4
| | | | | | | | | provides a custom contextMenu for urlbar and ads "paste & go" action. i'll provide a "edit-searchEngines" action later. REVIEW: 102383 REVIEWED-BY: adjam modified: src/urlbar/urlbar.cpp modified: src/urlbar/urlbar.h
* Provide a "click" mechanism to manage favoritesAndrea Diamantini2011-07-251-6/+11
| | | | | | | With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945
* Coding styleAndrea Diamantini2011-02-251-1/+1
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-7/+8
| | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;)
* Fix forward declarationMontel Laurent2010-11-031-1/+0
|
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-2/+0
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* Prompt user before restoring session after a crash.Pierre Rossi2010-10-081-1/+1
| | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-0/+2
| | | | | | | | 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...
* Restore bk icon on the rightAndrea Diamantini2010-08-211-0/+1
| | | | | | | 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
* Moving bookmark icon on the leftAndrea Diamantini2010-08-141-1/+0
|
* Manually importing Yoann merge 2260Andrea Diamantini2010-08-141-0/+4
| | | | PLease, check if I did something wrong..
* Show faster url to loadAndrea Diamantini2010-05-141-1/+3
|
* Add timer to UrlBar suggestionsAndrea Diamantini2010-05-121-0/+6
| | | | | This is based on the Cedric's patch about and I changed it to save a bit of work to rekonq to not resolve urls that not will be displayed :)
* New rekonq_defines.hAndrea Diamantini2010-04-301-4/+6
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-6/+6
|
* Akregator RSS supportmatgic782010-04-231-1/+4
|
* Bye Bye, LineEdit!Andrea Diamantini2010-04-221-8/+42
| | | | | Welcome, awesome bar.. Idea & patch from Johannes Zellner
* New (empty) urlbar test and improved protocolhandler testAndrea Diamantini2010-04-201-1/+2
|
* Suggestions activation on demandAndrea Diamantini2010-04-191-1/+6
|
* Based on Lionel's merge request #80:Andrea Diamantini2010-04-171-8/+3
| | | | letting CompletionWidget being independent from the Urlbar
* Fixing Lionel's merge request:Andrea Diamantini2010-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | - 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!
* This commit is (quite) last in the urlbar encodings fix series. It fixes:Andrea Diamantini2010-04-131-1/+1
| | | | | | | | | | | | | | 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.