summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rekonq 1.821.82Andrea Diamantini2012-12-121-1/+1
| | | | | First minor version tagged in rekonq repository on the road to rekonq 2.0 :)
* - Code style check (codestyle script round)Andrea Diamantini2012-12-1234-207/+215
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* getSaveFileName --> getSaveUrlAndrea Diamantini2012-12-101-1/+1
|
* do not update tabbar until we decided where putting the new tab buttonAndrea Diamantini2012-12-101-0/+3
|
* Fix open external link on web appAndrea Diamantini2012-12-104-18/+83
|
* Don't leak actionsAndrea Diamantini2012-12-101-18/+18
| | | | (this is based on Laurent Montel commit on rekonq1)
* Don't create menu/action when not necessaryMontel Laurent2012-12-101-5/+9
|
* rekonq 1.81Andrea Diamantini2012-12-101-1/+1
|
* Fix showSearchEnginebar callAndrea Diamantini2012-12-101-1/+1
|
* "Save as..." context menu action entry for imagesAndrea Diamantini2012-12-102-1/+22
| | | | BUG: 303357
* Get sure we are using suggested file name if availableAndrea Diamantini2012-12-101-16/+29
|
* Fix default download pathAndrea Diamantini2012-12-101-1/+1
|
* Restore tab position on reopeningAndrea Diamantini2012-12-102-4/+17
| | | | BUG: 249457
* Fix downloads notificationsAndrea Diamantini2012-12-102-13/+24
|
* Shorter string. May fit better...Andrea Diamantini2012-12-101-1/+1
|
* Update release howtoAndrea Diamantini2012-12-101-6/+7
|
* Restore authors && creditsAndrea Diamantini2012-12-101-0/+130
|
* Bump minimum kdelibs version to 4.9.0Andrea Diamantini2012-12-102-2/+2
|
* Update changelogAndrea Diamantini2012-12-101-0/+11
|
* rekonq 1.80Andrea Diamantini2012-12-101-1/+1
| | | | AKA rekonq 2 alpha!!!
* Check settingsAndrea Diamantini2012-12-103-12/+0
| | | | Remove unuseful option with "tabs up"
* Ensure settings respectAndrea Diamantini2012-12-103-19/+23
| | | | Honor settings when opening new tab (fix for the rekonq2 port)
* Fix RekonqWindow behaviour while opening new windowsAndrea Diamantini2012-12-102-11/+55
|
* Use view parent tab to get use calling tab existsAndrea Diamantini2012-12-103-2/+10
|
* Restoring inspector, part 3Andrea Diamantini2012-12-102-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 2Andrea Diamantini2012-12-104-17/+40
| | | | Add an inspector widget to the bottom of the page
* Restoring inspector, part 1Andrea Diamantini2012-12-106-18/+20
| | | | restored action and code to activate/deactivate it
* Open focused link when launched from web appAndrea Diamantini2012-12-102-2/+8
|
* Fix tabs moves when some of them are pinnedAndrea Diamantini2012-12-104-2/+70
|
* Add an home page tab when rekonq is started with some pinned tabsAndrea Diamantini2012-12-101-2/+6
|
* re-enable the (useful) "open link in new tab" action in web app modeAndrea Diamantini2012-12-102-8/+6
|
* Improve suggestions, step 2Andrea Diamantini2012-12-103-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 1Andrea Diamantini2012-12-102-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 translatableAndrea Diamantini2012-12-101-1/+1
|
* Fix tabwindow title when webwindow one is emptyAndrea Diamantini2012-12-102-2/+3
| | | | (no more "rekonq - rekonq")
* Fix close action when some web apps are runningAndrea Diamantini2012-12-101-0/+6
|
* Fix fullscreen action && shortcutsAndrea Diamantini2012-12-102-15/+2
|
* Clean up url suggestions, step 2Andrea Diamantini2012-12-101-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* & firefoxAndrea Diamantini2012-12-101-0/+2
|
* clean up urlbar on alt + return new tab loadAndrea Diamantini2012-12-101-0/+3
|
* Clean up url suggestions, step 1Andrea Diamantini2012-12-102-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 listAndrea Diamantini2012-12-102-2/+2
| | | | | | | Courtesy patch by Mathias Kraus. Thanks :) CCMAIL: k.hias@gmx.de
* Do not lock UI when add/insert tabsAndrea Diamantini2012-12-102-0/+54
| | | | See qt:qtabwidget#insertTab about.
* WARNING: BIG COMMITAndrea Diamantini2012-12-1015-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 featureAndrea Diamantini2012-12-108-67/+42
|
* adblock workAndrea Diamantini2012-12-1013-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 positionAndrea Diamantini2012-12-102-57/+11
|
* Fix and improve rekonq tools menuAndrea Diamantini2012-12-103-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 choiceAndrea Diamantini2012-12-102-17/+30
|
* work on the findbarAndrea Diamantini2012-12-103-3/+27
| | | | | | restored find next/previous shortcuts set to 20 secs the timeout to auto hide findbar restored hide it on ESC key