Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Zoom actionis restored, yeah! :D | Andrea Diamantini | 2012-12-10 | 5 | -1/+224 |
| | |||||
* | Re-enable the restore on crash message bar :) | Andrea Diamantini | 2012-12-10 | 8 | -26/+26 |
| | |||||
* | clean up urlbar url loading. We really are lighter now :) | Andrea Diamantini | 2012-12-10 | 7 | -66/+130 |
| | |||||
* | Fix opening when there are no pinned tabs | Andrea Diamantini | 2012-12-10 | 2 | -4/+21 |
| | |||||
* | document mode | Andrea Diamantini | 2012-12-10 | 1 | -0/+4 |
| | | | | | | Courtesy patch by Mathias CCMAIL: k.hias@gmx.de | ||||
* | Restoring pinned tabs, yeah!!!! :D | Andrea Diamantini | 2012-12-10 | 5 | -52/+86 |
| | |||||
* | Saving the "pinned" state in the sessionmanager | Andrea Diamantini | 2012-12-10 | 3 | -14/+53 |
| | | | | also, a tiny fix for some visual glitches... | ||||
* | pinning tabs, the UI part | Andrea Diamantini | 2012-12-10 | 2 | -9/+97 |
| | |||||
* | Network error management (again) | Andrea Diamantini | 2012-12-10 | 2 | -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 rekonq | Andrea Diamantini | 2012-12-10 | 5 | -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 suggestions | Andrea Diamantini | 2012-12-10 | 2 | -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 :D | Andrea Diamantini | 2012-12-10 | 16 | -34/+124 |
| | |||||
* | Don't overwrite downloads by default | Andrea Diamantini | 2012-12-10 | 1 | -2/+3 |
| | |||||
* | Chusslove commit about strings | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | | | | PS: hard life for a "playground" project :) | ||||
* | rekonq new tab page restored :) | Andrea Diamantini | 2012-12-10 | 10 | -30/+1444 |
| | |||||
* | setting a decent minimum size... | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | |||||
* | new tab action | Andrea Diamantini | 2012-12-10 | 4 | -49/+14 |
| | |||||
* | Re-enable fullscreen capabilities | Andrea Diamantini | 2012-12-10 | 6 | -33/+62 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 45 | -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 RekonqWindow | Andrea Diamantini | 2012-12-10 | 6 | -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/position | Andrea Diamantini | 2012-12-10 | 2 | -12/+76 |
| | | | | Also, fix tabwindow attributes (quit & delete on close on) | ||||
* | Fix tabbar size & new tab button position | Andrea Diamantini | 2012-12-10 | 4 | -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 plugin | Andrea Diamantini | 2012-12-10 | 2 | -2/+15 |
| | | | | | Also, clean up mimetype detection, following kdewebkit. This fixes bug 304562 and has been imported from rekonq code | ||||
* | BookmarkWidget: | Yoann Laissus | 2012-12-10 | 1 | -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 Diamantini | 2012-12-10 | 11 | -27/+115 |
| | |||||
* | FindBar. Rewamped and restored | Andrea Diamantini | 2012-12-10 | 5 | -2/+421 |
| | |||||
* | Clean up remove tab window mechanism | Andrea Diamantini | 2012-12-10 | 2 | -14/+12 |
| | |||||
* | main options | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | |||||
* | KHelpMenu | Andrea Diamantini | 2012-12-10 | 1 | -1/+8 |
| | |||||
* | Moved the bookmark toolbar to be a... toolbar!!! | Andrea Diamantini | 2012-12-10 | 6 | -92/+147 |
| | |||||
* | Restore rekonq settings | Andrea Diamantini | 2012-12-10 | 8 | -172/+143 |
| | |||||
* | Tools actions restored | Andrea Diamantini | 2012-12-10 | 6 | -5/+231 |
| | |||||
* | User agent management restored | Andrea Diamantini | 2012-12-10 | 2 | -0/+24 |
| | |||||
* | Add actions to the web window, STEP 1 (the easiest ones...) | Andrea Diamantini | 2012-12-10 | 6 | -14/+282 |
| | |||||
* | Add RekonqFactory to locally generate rekonq toolbars and menus by the | Andrea Diamantini | 2012-12-10 | 5 | -10/+423 |
| | | | | ui xml file | ||||
* | set window object name right | Andrea Diamantini | 2012-12-10 | 1 | -0/+5 |
| | |||||
* | Clean up WebWindow ctor | Andrea Diamantini | 2012-12-10 | 3 | -43/+28 |
| |