summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tools Action MenuAndrea Diamantini2011-08-041-2/+2
| | | | | | | | | | | - Removed showDeveloperTools action - Moved adblock GUI to adblock part - renamed toolsMenu and developerMenu to reflect their real/new roles - Added UserAgent action to the tools menu REVIEW:102170 REVIEWED-BY: fritz_van_tom
* Provide a "click" mechanism to manage favoritesAndrea Diamantini2011-07-251-0/+1
| | | | | | | With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945
* Improving SSL Widget and DialogAndrea Diamantini2011-07-181-0/+2
| | | | | | | | While the widget "copies" and "rethink" Google Chrome actual one, the dialog has been implemented starting from the comparison between the ones we have in KDE, Google Chrome's and Firefox's. I have to start from somewhere...
* Added SSL Widget, first versionAndrea Diamantini2011-07-181-0/+1
|
* Improving tab previewsVyacheslav Blinov2011-07-151-0/+1
| | | | | | | | | | | | | | | | | Improvements: * title of the page is removed since it is visible on a tab. * widget now has a smooth 3d look'n'feel with Oxygen thanks to raisen frame * widget has rouned corners in all the styles * url of the page is elided * with compositing tab previews will be shown semitransparent with 25% alpha by default, witch can be setted to be optional later * code of tab preview is now separated from tab bar so it is more explicit REVIEWED BY: Johannes, Andrea, Pierre CCMAIL: blinov.vyacheslav@gmail.com REVIEW: 101848
* Move to KMessageWidgetAndrea Diamantini2011-07-111-1/+0
| | | | | | Port rekonq notification bars to KMessageWidget: walletbar, crash notification bar, set favorite preview bar. Remove old no more used notification bar.
* Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-261-0/+2
| | | | First step in the introduction of the new rekonq pages
* AdBlock: adding a Null Rule to match all the unimplemented filters.Andrea Diamantini2011-02-241-0/+1
| | | | | | BUG:248045 BUG:253329 BUG:265909
* Highlights inactive tabs if title changes.Andrea Diamantini2011-02-141-0/+1
| | | | | | Fantastic patch by Johannes Troscher. Reviewed by benjaminp (mainly) and adjam
* Revert "highlights inactive tabs if title changes"Andrea Diamantini2011-02-101-1/+0
| | | | | | | | It seems that while me and pierre (with our lazy eyes) found this good, Benjamin found some glitches to fix :) Waiting for a better patch... This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
* highlights inactive tabs if title changesAndrea Diamantini2011-02-101-0/+1
| | | | | | | Courtesy patch by Johannes Troscher. Thanks :) Reviewed by: adjam Reviewed by: elproxy
* User Agent Switcher.Andrea Diamantini2011-02-011-0/+5
| | | | | | | | | | This patch should implement the UA switcher ability for rekonq. This is a first implementation, but it seems working quite well. It is based on KDE UA management and should be fully compatible with konqueror's one i.e. it should be possible using alternatively rekonq and konqueror sharing the same setting. Anyway, this is a different implementation from the konqueror's one. Simpler and based on the idea of a future moving to a plugin.
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-0/+1
| | | | | | | | | | | | | | | 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 CmakeListsAndrea Diamantini2010-10-311-3/+3
|
* add an xml parser to the opensearch engine.megabigbug2010-10-301-0/+1
|
* Prompt user before restoring session after a crash.Pierre Rossi2010-10-081-0/+1
| | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228
* Clean up urlbar use. This fix an urlbar bug opening pluginsAndrea Diamantini2010-09-291-6/+6
| | | | | in next tabs and remove some Application::instance() calls from the Web* classes.
* Fixes the multiple preview/walet bars in a single tab.Pierre Rossi2010-09-031-0/+1
| | | | | This also adds a colorful blink effect when an already visible bar is requested again.
* panels directory removedJon Ander Peñalba2010-08-301-3/+2
|
* New general panel class created and used by the bookmarks and history panelJon Ander Peñalba2010-08-301-0/+1
|
* Use the same FilterProxyModel for the bookmarks and history panelsJon Ander Peñalba2010-08-301-1/+2
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+3
| | | | | | | | 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...
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-3/+3
| | | | src/bookmarks/bookmarkprovider.*
* Merge branch 'opensearch'Andrea Diamantini2010-08-201-3/+10
|\ | | | | | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp
| * Merge commit 'refs/merge-requests/169' of ↵Andrea Diamantini2010-08-161-1/+8
| |\ | | | | | | | | | git://gitorious.org/rekonq/mainline into opensearch
| | * wait signalmegabigbug2010-08-151-0/+2
| | |
| | * introduce a new SuggestionListItemlionelc2010-08-121-1/+6
| | | | | | | | | | | | introduce an opensearch engine
* | | Merge commit 'refs/merge-requests/179' of ↵Andrea Diamantini2010-08-191-0/+1
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m179
| * | | Add a special matcher for ad block filters for host nameBenjamin Poulain2010-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quite a few rules of ad block are just matching domains. Those are of the form: ||trolltech.com^$options This patch add a new class to deal with this kind of filter, AdBlockHostMatcher. Matching a host address is much faster (O(1)) than going through the entire list of rules.
* | | | BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-5/+6
| | | |
* | | | Merge commit 'refs/merge-requests/173' of ↵Andrea Diamantini2010-08-181-1/+2
|\ \ \ \ | |/ / / |/| | | | | | | git://gitorious.org/rekonq/mainline into m173
| * | | - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-171-1/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479
* | | Merge commit 'refs/merge-requests/178' of ↵Andrea Diamantini2010-08-181-0/+2
|\ \ \ | |/ / |/| | | | | git://gitorious.org/rekonq/mainline into m178
| * | Add a primitive text machter as an AdBlockRule implementationsBenjamin Poulain2010-08-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | About 30% of the filter of easylist are just simple text matching. This new AdBlockRule implementation detects the simple occurences of this to match the url directly. On Qt 4.7, this reduce the time spend in AdBlock by around 20%.
| * | Split AdBlock rule in two classes to move the implementation out of itBenjamin Poulain2010-08-181-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | In order to make special matching rules, we need specialization of the implementation depending on the type of rule. The previous AdBlockRule was entierly based on regexp. The new one is only a factory to a AdBlockRuleImpl, and delegate everything to this implementation. This will allow faster specialization of the ad block rules in the future.
* | Manually importing Yoann merge 2260Andrea Diamantini2010-08-141-0/+1
|/ | | | PLease, check if I did something wrong..
* add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵lionelc2010-08-091-0/+1
| | | | button menu
* Back to XMLGUI.Andrea Diamantini2010-07-261-0/+2
| | | | | | | | This means configurable toolbars and the old problems with our no menubar choice. We'll see what will happen this time... Yoann: can you pls check my port of the bookmarks toolbar?
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-1/+5
| | | | | It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class
* This commit reintroduces the QStackedWidget class for urlbars and letAndrea Diamantini2010-05-141-0/+1
| | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7
* This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-051-0/+4
| | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :)
* Merge commit 'refs/merge-requests/2251' of ↵Andrea Diamantini2010-04-241-0/+1
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2251
| * RSS : new popup appaeraing when clicking the icon, 2 combobox to select ↵matgic782010-04-231-0/+1
| | | | | | | | agregator and feed, and buttons to add/cancel
* | refractoring on search enginesmegabigbug2010-04-231-0/+1
|/
* Bye Bye, LineEdit!Andrea Diamantini2010-04-221-1/+0
| | | | | Welcome, awesome bar.. Idea & patch from Johannes Zellner
* Stupid commit :)Andrea Diamantini2010-04-141-1/+1
| | | | | | Renamed urltreeview files to paneltreeviews one to let my konsole tab completion easily work. Blame me for this..
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-1/+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
* - Enable context menu for folders and separators of the bookmark barYoann Laissus2010-04-081-0/+1
| | | | | | | - Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed
* This commit is the first implementation of a new new new urlbarAndrea Diamantini2010-04-051-0/+1
| | | | | | | | | | 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!!!)
* This commit merge all our work about new UrlBar.Andrea Diamantini2010-03-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DISCLAIMER: this is far from perfect, but we finally have a good starting point to work on.. :) Jonas Gastal started working on it in the 0.3 times, startin from CompletionBase code .. .. I did some work on another idea, proposing (in code) a new "suggest engine" created from scratch... Lionel Chauvin finally merged our ideas and implemented what you are seeing (and improved it, too!).. - New suggestion items (Firefox style) - a mockup on the known urls (rekonq style) - for now, automatic Google and Wikipedia searches (more coming).. - a beautiful animation :) - quite all rough edges smoothed -------------------------------------------------------- Squashed commit of the following: commit d9cf43da421c7f6c71f78444ff1935c414468b98 commit 9dcb6e18f8a3e9ae8ef1cd1299d47d37393aa6e5 commit 6c4bf2b2040ea20c78c5703f20c6bc88b7e40169 commit 8488df67115d186489f34210b638c150c66f62d3 commit 066ab907661282b1ffa4cf640739c20b4c7b6556 commit c23e23cbca7ab3197c570651a95d3f8fea270d78 commit 60655b0a8685a76e2b8b7a457bfded974bc98b4c commit 9a8817db124b55f501c9e5d3415a975ee6f92d68 commit 61312b6b577a535a4d56758b3bd3ea38812d5139 commit b6a3f4ea12423a063eafa641cedd13b890b9d392 commit 5e8e2f851edb42bc2deed296c26c58c3d7570381 commit 2904d828f71ac8ff46a53e58da8f45b5aa16e7ef ---------------------------------------------------------