summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix default zoom shortcutAndrea Diamantini2012-12-101-1/+2
|
* Fix focus steal on load finishedAndrea Diamantini2012-12-101-1/+2
|
* Commented out kwebapp adding script logic.Andrea Diamantini2012-12-101-2/+2
| | | | It doesn't work with a package system :(
* Fix/add missing rekonq actions & shortcutsAndrea Diamantini2012-12-107-27/+69
|
* Fix focus handling on viewsAndrea Diamantini2012-12-103-1/+15
|
* Removed some porting FIXME and re-enabled old featuresAndrea Diamantini2012-12-103-18/+13
|
* Fixes problem with Web Comboxes not dropping down when clicked,Lindsay Mathieson2012-12-101-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 titlesAndrea Diamantini2012-12-102-9/+13
|
* Fix line changed by accident, restoring correct behavior on startupAndrea Diamantini2012-12-101-1/+1
|
* Add 1.x compatibility kwebapp script and moved webapp logic to 2.0Andrea Diamantini2012-12-103-2/+8
|
* Fix tabs restore when some of them were pinnedAndrea Diamantini2012-12-103-17/+18
|
* Fix "new window" menu actionAndrea Diamantini2012-12-102-1/+10
|
* Fix new incognito window opening...Andrea Diamantini2012-12-101-1/+2
|
* fix new tabs openingAndrea Diamantini2012-12-101-2/+4
| | | | QUESTION: do we need an option to eventually re-activate old mode?
* Fix new page creation on blank target url clickAndrea Diamantini2012-12-107-19/+34
|
* enable webapp mode by calling "rekonq --webapp URL" :DAndrea Diamantini2012-12-105-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 Diamantini2012-12-102-16/+48
|
* Fix url choice by up/down keysAndrea Diamantini2012-12-102-8/+0
|
* Zoom actionis restored, yeah! :DAndrea Diamantini2012-12-105-1/+224
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-108-26/+26
|
* clean up urlbar url loading. We really are lighter now :)Andrea Diamantini2012-12-107-66/+130
|
* Fix opening when there are no pinned tabsAndrea Diamantini2012-12-102-4/+21
|
* document modeAndrea Diamantini2012-12-101-0/+4
| | | | | | Courtesy patch by Mathias CCMAIL: k.hias@gmx.de
* Restoring pinned tabs, yeah!!!! :DAndrea Diamantini2012-12-105-52/+86
|
* Saving the "pinned" state in the sessionmanagerAndrea Diamantini2012-12-103-14/+53
| | | | also, a tiny fix for some visual glitches...
* pinning tabs, the UI partAndrea Diamantini2012-12-102-9/+97
|
* Network error management (again)Andrea Diamantini2012-12-102-43/+34
| | | | | | | | Following the 1.x series, a better error management based on SOLID (i.e. added dependency about) showing local network problems, if any, or suggesting search engines or cached copy. Removed the hated "wall of text"
* Add sizeHint code from rekonqAndrea Diamantini2012-12-105-11/+16
| | | | | | | oops... by accident (-a) added here also the easy fix for tabs: - shown "Loading..." string while loading - use IconManager to properly show tab icon on load finished
* Fix url suggestionsAndrea Diamantini2012-12-102-17/+26
| | | | | | 1) typed "kde" --> web search + urlFromUserInput 2) typed "kde.org --> urlFromUserInput + web search 3) typed "gg:kde" --> web search
* New Private Browsing mode :DAndrea Diamantini2012-12-1016-34/+124
|
* Don't overwrite downloads by defaultAndrea Diamantini2012-12-101-2/+3
|
* Chusslove commit about stringsAndrea Diamantini2012-12-101-1/+1
| | | | PS: hard life for a "playground" project :)
* rekonq new tab page restored :)Andrea Diamantini2012-12-1010-30/+1444
|
* setting a decent minimum size...Andrea Diamantini2012-12-101-1/+4
|
* new tab actionAndrea Diamantini2012-12-104-49/+14
|
* Re-enable fullscreen capabilitiesAndrea Diamantini2012-12-106-33/+62
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-1045-220/+931
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* Implement RekonqWindowAndrea Diamantini2012-12-106-81/+479
| | | | | | | | Now, all the "KMainWindow" logic is moved to this new class. "Restored" session management. NOTE: Probably needs some fixes yet, but seems going in the right direction...
* Save & restore window dimension/positionAndrea Diamantini2012-12-102-12/+76
| | | | Also, fix tabwindow attributes (quit & delete on close on)
* Fix tabbar size & new tab button positionAndrea Diamantini2012-12-104-49/+34
| | | | | | | | Also, set tab preview popup width fixed This is heavily based on commits about this problem by Yoann Laissus. I modified a bit them to fit there + added (based on his idea) a double fixed size (default + minimal) for tabs
* Get sure rekonq makes use of djvu pluginAndrea Diamantini2012-12-102-2/+15
| | | | | Also, clean up mimetype detection, following kdewebkit. This fixes bug 304562 and has been imported from rekonq code
* BookmarkWidget:Yoann Laissus2012-12-101-19/+22
| | | | | | | | | | | | Don't display an empty entry if the bookmark is in the root folder Improve the code to choose the current index Add an icon for the toolbar root entry in the BookmarkWidget Don't duplicate the toolbar root entry in some cases Clean up setupFolderComboBox() --- Imported from rekonq code by adjam :)
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-1011-27/+115
|
* FindBar. Rewamped and restoredAndrea Diamantini2012-12-105-2/+421
|
* Clean up remove tab window mechanismAndrea Diamantini2012-12-102-14/+12
|