summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* URLBAR ANIMATION: implementation fixAndrea Diamantini2010-04-121-1/+1
| | | | | | | | | | | This commit follows the logic explained somewhere else, moving rekonq to a better management for urls from user input. 1) users type strings --> we store them in QStrings 2) app load urls --> we should ever work with KUrls, trying to guess users needs Here I also removed the unuseful QString icon from UrlSearchItem definition, as we just have a type (Search, Browse, History, Books..), a (k)url and an Application::icon method :)
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-2/+0
| | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272
* Load the url when an url is dropped onto the urlbarYoann Laissus2010-04-051-0/+1
|
* This commit is the first implementation of a new new new urlbarAndrea Diamantini2010-04-051-14/+6
| | | | | | | | | | Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!)
* Cleaning urlbar API and improving animationAndrea Diamantini2010-03-301-11/+6
| | | | | | | | | | | | | | | | | | | WARNING: This is the best animation I could provide with the KComboBox class. In the KLineEdit derived it works perfectly. In the Combos there are some shadows on top :( Squashed commit of the following: commit 01e72a1996161028f8dbdc4e355daf00f954eace commit 8bc032d98a4987d3b01566ac520f5e8a1a095dd0 commit bc5cfd9f7d1b34f5af06dd7af6de8d3b2edb277b commit 73b4deac84d91fece407b9c700dcc61e36a34327 commit c55b753913b2619607c6aa11cabbf77ca3c84e3e commit b901fbe71b7539f65260c4fa9bbfb22f4ea997b9 commit 1de363d9614c1309ac1ac4a8eea7e70be7f2f3ed commit 76d6373f8b6c41f5c27b8404db2074f9bfc309c9 commit d741aa7109db016abc292d49fb45d15bb09e6c01
* Add mid click support for the completition widget of the url barYoann Laissus2010-03-291-1/+1
|