Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Shorter string. May fit better... | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 | |
| | ||||||
* | Restore authors && credits | Andrea Diamantini | 2012-12-10 | 1 | -0/+130 | |
| | ||||||
* | Check settings | Andrea Diamantini | 2012-12-10 | 3 | -12/+0 | |
| | | | | Remove unuseful option with "tabs up" | |||||
* | Ensure settings respect | Andrea Diamantini | 2012-12-10 | 3 | -19/+23 | |
| | | | | Honor settings when opening new tab (fix for the rekonq2 port) | |||||
* | Fix RekonqWindow behaviour while opening new windows | Andrea Diamantini | 2012-12-10 | 2 | -11/+55 | |
| | ||||||
* | Use view parent tab to get use calling tab exists | Andrea Diamantini | 2012-12-10 | 3 | -2/+10 | |
| | ||||||
* | Restoring inspector, part 3 | Andrea Diamantini | 2012-12-10 | 2 | -4/+15 | |
| | | | | | | | | Added a splitter to let inspector widget be resizable Following my wife hint, it seems it is better to let it be in the right part. Let's see what people has to comment about... | |||||
* | Restoring inspector, part 2 | Andrea Diamantini | 2012-12-10 | 4 | -17/+40 | |
| | | | | Add an inspector widget to the bottom of the page | |||||
* | Restoring inspector, part 1 | Andrea Diamantini | 2012-12-10 | 6 | -18/+20 | |
| | | | | restored action and code to activate/deactivate it | |||||
* | Open focused link when launched from web app | Andrea Diamantini | 2012-12-10 | 2 | -2/+8 | |
| | ||||||
* | Fix tabs moves when some of them are pinned | Andrea Diamantini | 2012-12-10 | 4 | -2/+70 | |
| | ||||||
* | Add an home page tab when rekonq is started with some pinned tabs | Andrea Diamantini | 2012-12-10 | 1 | -2/+6 | |
| | ||||||
* | re-enable the (useful) "open link in new tab" action in web app mode | Andrea Diamantini | 2012-12-10 | 2 | -8/+6 | |
| | ||||||
* | Improve suggestions, step 2 | Andrea Diamantini | 2012-12-10 | 3 | -12/+46 | |
| | | | | | | | | | | | | | Every change here is given to trade-off suggestions performance (p) and relevancy (r). - just check bookmarks for relevance if no history entries found (p) - remove bookmarks item duplicates from history (r) - just do it is user typed more than 1 char (p) - order history entries just if user typed more than 1 char (p) - (reverse) order by visit count (most visited first) (r) | |||||
* | Improve suggestions, step 1 | Andrea Diamantini | 2012-12-10 | 2 | -10/+26 | |
| | | | | | | - fast response on kde short url type - fix secondary url load - let resolved urls typed (eg: kde.org) being first result | |||||
* | Let "Removed" string translatable | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 | |
| | ||||||
* | Fix tabwindow title when webwindow one is empty | Andrea Diamantini | 2012-12-10 | 2 | -2/+3 | |
| | | | | (no more "rekonq - rekonq") | |||||
* | Fix close action when some web apps are running | Andrea Diamantini | 2012-12-10 | 1 | -0/+6 | |
| | ||||||
* | Fix fullscreen action && shortcuts | Andrea Diamantini | 2012-12-10 | 2 | -15/+2 | |
| | ||||||
* | Clean up url suggestions, step 2 | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 | |
| | | | | | | Do NOT qsort history results letting urlbar being A LOT more responsive. Can we live without (q)sort results?? | |||||
* | open target _blank link in new focused tabs, following chrom* & firefox | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 | |
| | ||||||
* | clean up urlbar on alt + return new tab load | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 | |
| | ||||||
* | Clean up url suggestions, step 1 | Andrea Diamantini | 2012-12-10 | 2 | -32/+5 | |
| | | | | | Improve performances by NOT create/delete everytime a suggester but reusing each time the same one... | |||||
* | Fix crash on control click on suggestions list | Andrea Diamantini | 2012-12-10 | 2 | -2/+2 | |
| | | | | | | | Courtesy patch by Mathias Kraus. Thanks :) CCMAIL: k.hias@gmx.de | |||||
* | Do not lock UI when add/insert tabs | Andrea Diamantini | 2012-12-10 | 2 | -0/+54 | |
| | | | | See qt:qtabwidget#insertTab about. | |||||
* | WARNING: BIG COMMIT | Andrea Diamantini | 2012-12-10 | 15 | -104/+165 | |
| | | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab | |||||
* | Clean up previous commit about adblock and fix enable/disable feature | Andrea Diamantini | 2012-12-10 | 8 | -67/+42 | |
| | ||||||
* | adblock work | Andrea Diamantini | 2012-12-10 | 13 | -201/+264 | |
| | | | | | | | | 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 tools menu position | Andrea Diamantini | 2012-12-10 | 2 | -57/+11 | |
| | ||||||
* | Fix and improve rekonq tools menu | Andrea Diamantini | 2012-12-10 | 3 | -13/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - added "open" menu (A-LA firefox) with: - new tab - new windown - new incognito window ------ - open (local) file - added "bookmarks" menu with: - add bookmark ---- - show bookmarks page - show bookmarks toolbar - edit bookmarks (maybe, we'll list all bk after a separator there in the future...) - show history && downloads page Obviously checked/fixed all the relative slots finally, added in the menu quit option :D | |||||
* | Improve webapp creation, fixing title name choice | Andrea Diamantini | 2012-12-10 | 2 | -17/+30 | |
| | ||||||
* | work on the findbar | Andrea Diamantini | 2012-12-10 | 3 | -3/+27 | |
| | | | | | | restored find next/previous shortcuts set to 20 secs the timeout to auto hide findbar restored hide it on ESC key | |||||
* | Fix default zoom shortcut | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 | |
| | ||||||
* | Fix focus steal on load finished | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 | |
| | ||||||
* | Commented out kwebapp adding script logic. | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 | |
| | | | | It doesn't work with a package system :( | |||||
* | Fix/add missing rekonq actions & shortcuts | Andrea Diamantini | 2012-12-10 | 7 | -27/+69 | |
| | ||||||
* | Fix focus handling on views | Andrea Diamantini | 2012-12-10 | 3 | -1/+15 | |
| | ||||||
* | Removed some porting FIXME and re-enabled old features | Andrea Diamantini | 2012-12-10 | 3 | -18/+13 | |
| | ||||||
* | Fixes problem with Web Comboxes not dropping down when clicked, | Lindsay Mathieson | 2012-12-10 | 1 | -4/+5 | |
| | | | | | | this was due to not checking the requested creation type in createExtension() Removes unnecessary debug output. | |||||
* | Fix tab titles managements on empty page titles | Andrea Diamantini | 2012-12-10 | 2 | -9/+13 | |
| | ||||||
* | Fix line changed by accident, restoring correct behavior on startup | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 | |
| | ||||||
* | Add 1.x compatibility kwebapp script and moved webapp logic to 2.0 | Andrea Diamantini | 2012-12-10 | 3 | -2/+8 | |
| | ||||||
* | Fix tabs restore when some of them were pinned | Andrea Diamantini | 2012-12-10 | 3 | -17/+18 | |
| | ||||||
* | Fix "new window" menu action | Andrea Diamantini | 2012-12-10 | 2 | -1/+10 | |
| | ||||||
* | Fix new incognito window opening... | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 | |
| | ||||||
* | fix new tabs opening | Andrea Diamantini | 2012-12-10 | 1 | -2/+4 | |
| | | | | QUESTION: do we need an option to eventually re-activate old mode? | |||||
* | Fix new page creation on blank target url click | Andrea Diamantini | 2012-12-10 | 7 | -19/+34 | |
| | ||||||
* | enable webapp mode by calling "rekonq --webapp URL" :D | Andrea Diamantini | 2012-12-10 | 5 | -25/+131 | |
| | | | | | NOTE: in my opinion, this is a great feature that needs a lot of attention and testing. But it's really cool to see how it works... ;) | |||||
* | Enable incognito mode by calling "rekonq --incognito URL" :) | Andrea Diamantini | 2012-12-10 | 2 | -16/+48 | |
| | ||||||
* | Fix url choice by up/down keys | Andrea Diamantini | 2012-12-10 | 2 | -8/+0 | |
| |