summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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 ---------------------------------------------------------
* A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-231-0/+1
|
* First SSL support.Andrea Diamantini2010-03-221-0/+1
| | | | checking metadata missing..
* removed unuseful rekonqpage dirAndrea Diamantini2010-03-191-9/+8
| | | | (we are using just a class for it)
* Created a new Network Widget containing Cache, Cookies & Proxy Settings.Andrea Diamantini2010-03-151-0/+1
| | | | | | | | | | This for multiple purposes: - clean a bit our settings dialog. Network settings are usually the less used - Provide a unique place where managing the settings network related. This to implement (one day) some better Ui to manage them. This commit also fixes all the handling with the network & the adblock widgets related to updating buttons and settings Ui at the beginning.
* Implemented automatic adblock update.Andrea Diamantini2010-03-131-0/+2
| | | | | | | | | | | | | | This (squashed) commit adds this new feature in rekonq, letting people to simply "forgot" adblock and let rekonq do everything for it I added: - a new (rekonq) adblock widget - an asyncronous method to update rules from the net every TOT days - a better AdBlockManager management. What it is actually missing is the adp protocol support to add new subscriptions to adblock. This will come the next week. For now this part seems stable and needs just testing :)
* A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-1/+1
| | | | page you want to preview, and then you click a button
* First expermimental implementation of a new way of choosing a previewmatgic782010-02-061-0/+1
|
* Various changes:matgic782010-02-061-1/+0
| | | | | | | - improve appearance of empty/loading previews - port closedTabs to new system - remove PreviewImage files TODO : dialog to choose preview
* MultiThreaded rekonq !!Andrea Diamantini2010-01-261-0/+2
| | | | | | | | Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D
* Fixing panelsAndrea Diamantini2010-01-241-2/+1
| | | | | | | | With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :)
* First form of protocol handlingAndrea Diamantini2009-12-161-0/+1
|
* WalletWidget -> WalletBarAndrea Diamantini2009-12-151-1/+1
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-0/+1
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* KWebWallet integrationAndrea Diamantini2009-12-061-0/+1
|
* trivial change in src/CMakeLists.txtAndrea Diamantini2009-12-031-2/+1
|
* Merge commit 'refs/merge-requests/62' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-031-0/+2
|\ | | | | | | into AdFixes
| * Docked web inspectormatgic782009-12-021-0/+2
| |
* | We have adblock! (and it works)Andrea Diamantini2009-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | I had a lot of problems implementing it because I started working on assuming 2 things: 1) konqueror implementation works (it's not true, I found a bug! To guess what, try loading current rekonq vs current konqueror against kde-apps.org) 2) Arora's implementation can be easily ported to kcm technology. Another wrong assumption, based on MVP implementation. Sorry for spamming master branch, guys.
* | Porting rekonq to last Qt/KDE APIAndrea Diamantini2009-11-301-0/+3
| | | | | | | | adblock (KDE one) fix #1
* | Merge commit 'refs/merge-requests/2237' of ↵Andrea Diamantini2009-11-281-6/+7
|\ \ | | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into FLASH Conflicts: src/CMakeLists.txt
| * | ClickToFlash : first stepmatgic782009-11-271-26/+28
| |/ | | | | | | For now, no config and only working when there is only one flash in the page
* | removed current bugged adblock implementation.Andrea Diamantini2009-11-281-1/+0
|/ | | | Sorry about that :(
* src/CMakeLists.txt fixAndrea Diamantini2009-11-271-1/+0
|
* Last structure change, promised!Andrea Diamantini2009-11-271-8/+11
| | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.
* Moving (back?) to konqueror adblock support.Andrea Diamantini2009-11-251-1/+1
| | | | | This will be useful (if someone is interested) in pushing our patches directly on khtml filter engine.
* Last history fixesAndrea Diamantini2009-11-251-2/+1
|
* Created a new history dir and changed "panelhistory" terms inAndrea Diamantini2009-11-241-4/+6
| | | | the more English "HistoryPanel" ones
* First adblock implementation. now rekonq seems... slower :(Andrea Diamantini2009-11-231-0/+1
| | | | But at least it's ads free!