Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | General (shift +) ctrl tab switch management. | Andrea Diamantini | 2009-10-04 | 1 | -18/+0 | |
| | | | | This let tab switch work also when webview is not focused :) | |||||
* | View image action | Andrea Diamantini | 2009-10-04 | 1 | -1/+22 | |
| | | | | another brilliant patch from Ronny Scholz (thanks!) | |||||
* | not show the search menu if there are no search engines available. | Andrea Diamantini | 2009-10-04 | 1 | -1/+6 | |
| | | | | Ronny Scholz patch (thanks) | |||||
* | preferred --> favorites | Andrea Diamantini | 2009-10-02 | 1 | -1/+1 | |
| | ||||||
* | Made the String "easier" to translatable, by | Panagiotis Papadopoulos | 2009-09-30 | 1 | -2/+9 | |
| | | | | | | | | changing some stuff. Thanks to Lionel and http://websvn.kde.org/trunk/playground/libs/webkitkde/part/webview.cpp?revision=993719&view=markup (lines 186-188) ;-) | |||||
* | "Added support" for opening URLs that start with www. | Panagiotis Papadopoulos | 2009-09-30 | 1 | -1/+1 | |
| | ||||||
* | Turned "Add bookmark" action to KDE one and implemented an "add to preferred" | Andrea Diamantini | 2009-09-30 | 1 | -0/+1 | |
| | | | | mechanism (an action in the contextual menu) | |||||
* | Krazy check issues fixes.. | Andrea Diamantini | 2009-09-28 | 1 | -5/+6 | |
| | ||||||
* | Fixing a bit new actions text (too long and bad translated) | Andrea Diamantini | 2009-09-23 | 1 | -2/+2 | |
| | ||||||
* | open a selected url text in a new tab/window | megabigbug | 2009-09-22 | 1 | -17/+32 | |
| | ||||||
* | Fixing foreach macros.. | Andrea Diamantini | 2009-09-22 | 1 | -1/+1 | |
| | ||||||
* | Make strings comply to the KDE HIG | Panagiotis Papadopoulos | 2009-09-10 | 1 | -3/+3 | |
| | ||||||
* | Fixing rekonq Multi Windows behaviour and | Andrea Diamantini | 2009-09-06 | 1 | -3/+11 | |
| | | | | Added options about tabbed (or not) browsing.. | |||||
* | Replaced isNull with isEmpty check.. | Andrea Diamantini | 2009-09-05 | 1 | -1/+2 | |
| | ||||||
* | fixing new window action | Andrea Diamantini | 2009-09-04 | 1 | -4/+4 | |
| | ||||||
* | Open in new Window Action | Andrea Diamantini | 2009-09-04 | 1 | -1/+15 | |
| | ||||||
* | Improved contextual menu following my ideas and Henry de Valence | Andrea Diamantini | 2009-09-03 | 1 | -95/+82 | |
| | | | | suggestions. | |||||
* | - A better print slot | Andrea Diamantini | 2009-08-30 | 1 | -1/+21 | |
| | | | | | - contextual frame actions (just 2, for now) - works on contextual menu | |||||
* | Removed unuseful headers | Andrea Diamantini | 2009-08-27 | 1 | -1/+0 | |
| | ||||||
* | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 1 | -2/+3 | |
| | ||||||
* | Remove url stack | Lionel Chauvin | 2009-08-22 | 1 | -0/+18 | |
| | ||||||
* | This commit siplifies winId management and let our webviews to not detect | Andrea Diamantini | 2009-08-20 | 1 | -6/+0 | |
| | | | | it. This could be dangerous thinking about what we have in mind... ;) | |||||
* | Inserting webview winId metadata in cookiejar | Andrea Diamantini | 2009-08-14 | 1 | -0/+4 | |
| | ||||||
* | Krazy fixes. Part 2. | Andrea Diamantini | 2009-08-07 | 1 | -2/+2 | |
| | | | | | | - KDE classes in ui files - Ui dialog deleteLater - const in for each loop (apart from the QWebFrame one..) | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -7/+13 | |
| | ||||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -10/+1 | |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | |||||
* | Fixing a bit enum OpenType names.. | Andrea Diamantini | 2009-08-01 | 1 | -1/+1 | |
| | ||||||
* | fix Webshortcuts, works with space and colon delimiter | megabigbug | 2009-08-01 | 1 | -2/+2 | |
| | ||||||
* | String fix | Andrea Diamantini | 2009-07-31 | 1 | -1/+1 | |
| | ||||||
* | Simplifying a bit web load progress process structure | Andrea Diamantini | 2009-07-29 | 1 | -26/+0 | |
| | ||||||
* | copy paste from khtml_ext.cpp: | megabigbug | 2009-07-27 | 1 | -24/+43 | |
| | | | | | favorite search providers (webshortcuts) in context menu instead of google and wikipedia | |||||
* | A lot of fixes here: | Andrea Diamantini | 2009-07-26 | 1 | -0/+17 | |
| | | | | | | | | | - CTRL + click browsing - mouse wheel gestures - cleaning a bit web* classes This has been possible restoring some code from rekonq 0.1 web classes implementation. | |||||
* | Fixing a bit GooWiki actions and updating TODO | Andrea Diamantini | 2009-07-26 | 1 | -2/+2 | |
| | ||||||
* | Fixing picture menu images as Lionel suggested | Andrea Diamantini | 2009-07-26 | 1 | -14/+13 | |
| | ||||||
* | Wikipedia && Google contextual actions | Andrea Diamantini | 2009-07-26 | 1 | -1/+38 | |
| | | | | | I started implementing them from Lionel's code but changed a bit to use KServices implementation and just a unique slot | |||||
* | Fixing a bit codestyle and image copy and download | Andrea Diamantini | 2009-07-25 | 1 | -62/+66 | |
| | ||||||
* | different context menus: | megabigbug | 2009-07-25 | 1 | -72/+77 | |
| | | | | | | | | -link actions -actions for a text selected in field -actions for a field -actions for text selected in a page -actions for a page | |||||
* | Pano "create new windowd" bug fix and other little web classes | Andrea Diamantini | 2009-07-24 | 1 | -2/+7 | |
| | | | | improvements | |||||
* | cleaning web* classes and fixing newWindow and createWindow WebPage | Andrea Diamantini | 2009-07-24 | 1 | -0/+6 | |
| | | | | slots | |||||
* | Cleaning a bit WebPage implementation to load faster rekonq | Andrea Diamantini | 2009-07-17 | 1 | -10/+36 | |
| | ||||||
* | Some lines commented out | Andrea Diamantini | 2009-07-17 | 1 | -2/+0 | |
| | ||||||
* | Removed unuseful OpenLinkInNewTab slot | Andrea Diamantini | 2009-07-16 | 1 | -9/+0 | |
| | ||||||
* | Some backports from KdeWebKit and rekonq 0.1 implementation | Andrea Diamantini | 2009-07-15 | 1 | -17/+0 | |
| | ||||||
* | Going back to simpler QtWebKit. | Andrea Diamantini | 2009-07-15 | 1 | -9/+10 | |
| | | | | Seems more fast and stable, for now.. | |||||
* | New Add Bookmark Action | Andrea Diamantini | 2009-07-11 | 1 | -3/+3 | |
| | ||||||
* | syntax fix and addBookmark Action created just if necessary | Andrea Diamantini | 2009-07-11 | 1 | -5/+4 | |
| | ||||||
* | add mouse actions in webview | Anders Buus | 2009-07-07 | 1 | -0/+14 | |
| | ||||||
* | Fixing GPL3 header files | Andrea Diamantini | 2009-06-07 | 1 | -1/+1 | |
| | ||||||
* | Removed unuseful download classes | Andrea Diamantini | 2009-06-01 | 1 | -1/+0 | |
| | ||||||
* | Fixing loadInNewTab slot | Andrea Diamantini | 2009-05-28 | 1 | -2/+2 | |
| |