Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Ensure Rekonq (tools) menu does not crash by using a Q(Weak)Pointer | Andrea Diamantini | 2012-12-10 | 2 | -5/+12 |
| | |||||
* | link hovered messages restored :) | Andrea Diamantini | 2012-12-10 | 2 | -0/+86 |
| | |||||
* | Implementing the webwindow as special widget | Andrea Diamantini | 2012-12-10 | 7 | -17/+497 |
| | | | | first step, main & bookmarks toolbar | ||||
* | Clean up url suggestions loading | Andrea Diamantini | 2012-12-10 | 6 | -42/+37 |
| | |||||
* | Removed (FOR NOW) open search feature | Andrea Diamantini | 2012-12-10 | 7 | -297/+2 |
| | | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this... | ||||
* | Fix urlbar widget show | Andrea Diamantini | 2012-12-10 | 4 | -0/+98 |
| | |||||
* | Port WebWindow to use Urlbar class. Easier testing changes... | Andrea Diamantini | 2012-12-10 | 3 | -32/+12 |
| | |||||
* | Urlbar, first code ported to the new API | Andrea Diamantini | 2012-12-10 | 21 | -0/+4376 |
| | |||||
* | Remove a lot of application calls by refactoring code | Andrea Diamantini | 2012-12-10 | 6 | -30/+47 |
| | |||||
* | Fix use of webpage | Andrea Diamantini | 2012-12-10 | 4 | -21/+13 |
| | |||||
* | Clean out WebTab methods not really related. | Andrea Diamantini | 2012-12-10 | 2 | -121/+5 |
| | | | | They have to be reinserted in the right place. What? | ||||
* | Clean up WebWindow inserting the WebTab there. | Andrea Diamantini | 2012-12-10 | 7 | -48/+43 |
| | |||||
* | Let WebTab compile (and everything NOT commented out...) | Andrea Diamantini | 2012-12-10 | 8 | -481/+54 |
| | |||||
* | Let WebView compile and work | Andrea Diamantini | 2012-12-10 | 12 | -171/+268 |
| | | | | WARNING: Not everything compiles yet... | ||||
* | Copy webtab related files from rekonq repo | Andrea Diamantini | 2012-12-10 | 27 | -0/+5477 |
| | | | | | | NOTE: This change does NOT affect CMakeLists.txt, so that compilation will continue to work as the previous commit. I'm just trying to track changes from original rekonq files... | ||||
* | Download Manager | Andrea Diamantini | 2012-12-10 | 6 | -0/+651 |
| | |||||
* | Restored User Agent Manager and cleaned up | Andrea Diamantini | 2012-12-10 | 8 | -0/+773 |
| | |||||
* | Restore sync manager | Andrea Diamantini | 2012-12-10 | 31 | -0/+3936 |
| | |||||
* | Apply rekonq fixes for bug 304312 | Andrea Diamantini | 2012-12-10 | 1 | -72/+74 |
| | |||||
* | Fix places where IconManager was needed... | Andrea Diamantini | 2012-12-10 | 3 | -7/+6 |
| | |||||
* | IconManager restore | Andrea Diamantini | 2012-12-10 | 9 | -2/+665 |
| | | | | | Just 3 lines fixes ;) Also clean up in the dir structure... | ||||
* | Bookmark Manager restore | Andrea Diamantini | 2012-12-10 | 16 | -27/+2719 |
| | |||||
* | detach tab action restored :) | Andrea Diamantini | 2012-12-10 | 2 | -6/+57 |
| | |||||
* | Fix up copyright headers | Andrea Diamantini | 2012-12-10 | 10 | -236/+194 |
| | |||||
* | Settings, easier than copy/paste... | Andrea Diamantini | 2012-12-10 | 26 | -0/+3061 |
| |