summaryrefslogtreecommitdiff
path: root/src/webwindow
Commit message (Collapse)AuthorAgeFilesLines
* WARNING: BIG COMMITAndrea Diamantini2012-12-103-36/+47
| | | | | | | | | | | | | 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
* 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
* 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/add missing rekonq actions & shortcutsAndrea Diamantini2012-12-103-8/+40
|
* Fix focus handling on viewsAndrea Diamantini2012-12-102-1/+11
|
* Removed some porting FIXME and re-enabled old featuresAndrea Diamantini2012-12-101-9/+10
|
* Fix tab titles managements on empty page titlesAndrea Diamantini2012-12-101-1/+10
|
* Fix "new window" menu actionAndrea Diamantini2012-12-102-1/+10
|
* Fix new page creation on blank target url clickAndrea Diamantini2012-12-101-1/+1
|
* Zoom actionis restored, yeah! :DAndrea Diamantini2012-12-102-1/+169
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-102-0/+8
|
* clean up urlbar url loading. We really are lighter now :)Andrea Diamantini2012-12-102-9/+26
|
* Add sizeHint code from rekonqAndrea Diamantini2012-12-102-7/+0
| | | | | | | 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
* New Private Browsing mode :DAndrea Diamantini2012-12-102-4/+21
|
* new tab actionAndrea Diamantini2012-12-101-48/+5
|
* Re-enable fullscreen capabilitiesAndrea Diamantini2012-12-102-12/+38
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-106-38/+38
| | | | | | | | | | | | | - 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... :)
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-103-17/+90
|
* FindBar. Rewamped and restoredAndrea Diamantini2012-12-104-2/+420
|
* KHelpMenuAndrea Diamantini2012-12-101-1/+8
|
* Moved the bookmark toolbar to be a... toolbar!!!Andrea Diamantini2012-12-103-29/+91
|
* Restore rekonq settingsAndrea Diamantini2012-12-102-1/+23
|
* Tools actions restoredAndrea Diamantini2012-12-102-5/+36
|
* User agent management restoredAndrea Diamantini2012-12-102-0/+24
|
* Add actions to the web window, STEP 1 (the easiest ones...)Andrea Diamantini2012-12-102-7/+54
|
* Add RekonqFactory to locally generate rekonq toolbars and menus by theAndrea Diamantini2012-12-104-10/+422
| | | | ui xml file
* Clean up WebWindow ctorAndrea Diamantini2012-12-102-38/+27
|
* Ensure Rekonq (tools) menu does not crash by using a Q(Weak)PointerAndrea Diamantini2012-12-102-5/+12
|
* link hovered messages restored :)Andrea Diamantini2012-12-102-0/+86
|
* Implementing the webwindow as special widgetAndrea Diamantini2012-12-104-13/+496
| | | | first step, main & bookmarks toolbar
* Port WebWindow to use Urlbar class. Easier testing changes...Andrea Diamantini2012-12-102-30/+10
|
* Remove a lot of application calls by refactoring codeAndrea Diamantini2012-12-102-0/+15
|
* Fix use of webpageAndrea Diamantini2012-12-101-0/+1
|
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-102-39/+34
|
* Let WebTab compile (and everything NOT commented out...)Andrea Diamantini2012-12-104-380/+0
|
* Let WebView compile and workAndrea Diamantini2012-12-101-0/+10
| | | | WARNING: Not everything compiles yet...
* Fix up copyright headersAndrea Diamantini2012-12-102-36/+48
|
* Restored Adblock moving hiding logic to the one used in kwebkitpartAndrea Diamantini2012-12-103-1/+265
| | | | | This will let everyone to save time reinventing the wheel and let us remove webpage from adblockmanager code, but just manage it via (Q)NAM.
* Insert back HistoryManagerAndrea Diamantini2012-12-103-3/+9
| | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function
* Re-add && Re-view tab preview popupAndrea Diamantini2012-12-102-28/+33
|
* Re-add WebSnap class & included API in WebWindow for tab previewAndrea Diamantini2012-12-102-0/+10
|
* Coding styleAndrea Diamantini2012-12-102-8/+8
|
* TabWindow, first import :)Andrea Diamantini2012-12-104-0/+333