Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let urlbar being usable also in fullscreen mode | Andrea Diamantini | 2010-09-01 | 1 | -0/+4 |
| | | | | BUG: 243900 | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -2/+3 |
| | | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen... | ||||
* | Use the selected text as the default search string of the FindBar | Benjamin Poulain | 2010-08-22 | 1 | -0/+9 |
| | | | | | | | The common behavior of the Find action is to start a search with the current selected text if any. This patch implement this behavior for Rekonq. | ||||
* | Change the Find action to show() instead of toggle() | Benjamin Poulain | 2010-08-22 | 1 | -2/+1 |
| | | | | | | | The find actions generally show a find bar, and is not a toggle action. A general pattern of use is to press "/" or Ctrl+F to show the find bar with the currently selected text, and press escape to hide the bar. | ||||
* | Make the FindBar a bit more robust | Benjamin Poulain | 2010-08-22 | 1 | -0/+1 |
| | | | | | | | | The FindBar was slots show() and hide() instead of the virtual method QWidget::setVisible(). This can lead to subtle bugs, because the behavior is different depending on the type of call (signal-slot connection VS direct call on a pointer to QWidget) and the function called (hide() is != than setVisible(false)). | ||||
* | Merge commit 'refs/merge-requests/183' of ↵ | Andrea Diamantini | 2010-08-21 | 1 | -42/+63 |
|\ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m183 Conflicts: src/mainwindow.h | ||||
| * | Useless include | Yoann Laissus | 2010-08-20 | 1 | -1/+0 |
| | | |||||
| * | Make a string translatable | Yoann Laissus | 2010-08-20 | 1 | -1/+2 |
| | | |||||
| * | Fix the help menu and readd the bookmark bar toggle action | Yoann Laissus | 2010-08-20 | 1 | -42/+63 |
| | | |||||
* | | BookmarkProvider's code reordered | Jon Ander Peñalba | 2010-08-20 | 1 | -2/+2 |
| | | |||||
* | | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -1/+1 |
|/ | | | | src/bookmarks/bookmarkprovider.* | ||||
* | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -8/+32 |
| | | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left) | ||||
* | BookmarkOwner class moved to it's own file | Jon Ander Peñalba | 2010-08-19 | 1 | -65/+66 |
| | |||||
* | Fix tools & bookmarks shortcuts behavior | Andrea Diamantini | 2010-08-18 | 1 | -13/+26 |
| | | | | Patch (and implementation) by Glad Deschrijver. Thanks! | ||||
* | Delaying single shots to let rekonq have more time to show itself before... | Andrea Diamantini | 2010-08-11 | 1 | -1/+2 |
| | | | | | It seems working pretty well here. Ready to revert if something seems wrong about this | ||||
* | Fix comments | Yoann Laissus | 2010-08-10 | 1 | -1/+2 |
| | |||||
* | - Checkable action for the zoom and find bars | Yoann Laissus | 2010-08-10 | 1 | -2/+7 |
| | |||||
* | - Fix Ctrl + wheel shortcut | Yoann Laissus | 2010-08-10 | 1 | -1/+2 |
| | | | | | - Fix zoomUp at the end of the bar - add a stretch on the right | ||||
* | add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵ | lionelc | 2010-08-09 | 1 | -74/+11 |
| | | | | button menu | ||||
* | Fixing bookmarks toolbar in xmlgui (or at least I hope so) | Andrea Diamantini | 2010-08-02 | 1 | -1/+0 |
| | | | | Removing one doubled F6 shortcut | ||||
* | Faster startup | Andrea Diamantini | 2010-08-02 | 1 | -23/+22 |
| | |||||
* | Merging mr 154 by hand!! | Andrea Diamantini | 2010-08-02 | 1 | -9/+9 |
| | | | | | | | WARNING: I'm NOT sure about this. Please everyone, check it twice!! PS: Many thanks to Yoann21. He is doing a fantastic work on the bookmarks toolbar | ||||
* | Back to XMLGUI. | Andrea Diamantini | 2010-07-26 | 1 | -71/+51 |
| | | | | | | | | This means configurable toolbars and the old problems with our no menubar choice. We'll see what will happen this time... Yoann: can you pls check my port of the bookmarks toolbar? | ||||
* | Moving download history management from HistoryManager to Application class | Andrea Diamantini | 2010-07-21 | 1 | -1/+1 |
| | | | | | It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class... | ||||
* | Don't hide the bookmarks toolbar by default | Andrea Diamantini | 2010-07-21 | 1 | -1/+0 |
| | |||||
* | Remove home && bookmarks buttons | Andrea Diamantini | 2010-07-20 | 1 | -3/+12 |
| | | | | | Let (eventual) bookmarks menu && tools menu having a shortcut: ALT+B for bookmarks && ALT+T for Tools | ||||
* | - Performance improvements (partial updates of the tree) | Yoann Laissus | 2010-07-18 | 1 | -0/+3 |
| | | | | | - Synchronisation of the folded states between each windows - Code cleanup | ||||
* | Hide "loading..." and "done" strings after 0.5 sec.. | Andrea Diamantini | 2010-06-29 | 1 | -0/+3 |
| | |||||
* | Fix naming to clean API | Andrea Diamantini | 2010-06-24 | 1 | -3/+3 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | string freeze means, that no string should be added at all | Panagiotis Papadopoulos | 2010-06-18 | 1 | -5/+5 |
| | | | | | If you need to add it, then make it translatable, since an untranslatable string is far more "worse" than breaking string freeze ;-) | ||||
* | Adding a "default" encoding option.. | Andrea Diamantini | 2010-06-18 | 1 | -0/+19 |
| | |||||
* | This commit changes rekonq behavior on "closed tabs" management. | Andrea Diamantini | 2010-06-16 | 1 | -21/+1 |
| | | | | | | | | The problem comes when too much sites are listed as closed tabs, so I though to create the contextual menu just on request and to clean out the sites that are reopened. (They are NO MORE closed tabs..) This and the next commit should fast a lot rekonq about that | ||||
* | This should fix bug 240432 | Andrea Diamantini | 2010-06-06 | 1 | -0/+4 |
| | | | | | | Thanks, pano :) CCBUG: 240432 | ||||
* | Awesome bar speed up | Andrea Diamantini | 2010-06-05 | 1 | -0/+9 |
| | | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390 | ||||
* | This should fix the Ctrl+w bug. Anyway, it really doesn't solve it: there is ↵ | Andrea Diamantini | 2010-06-04 | 1 | -7/+1 |
| | | | | | | | | a corner case where the trick implemented doesn't work. We'll see if someone can fix also that.. BUG:233937 | ||||
* | Use standard zoom actions | Aurelien Gateau | 2010-06-01 | 1 | -16/+6 |
| | |||||
* | Reload page on changed encodings | Andrea Diamantini | 2010-06-01 | 1 | -1/+2 |
| | |||||
* | No history back action enabled when history is empty | Andrea Diamantini | 2010-06-01 | 1 | -1/+1 |
| | | | | BUG:239863 | ||||
* | - Sync mouse wheel zoom and the slider | Yoann Laissus | 2010-05-30 | 1 | -1/+1 |
| | | | | - Fix mouse wheel zoom limits (slider's max and min) | ||||
* | Const iterator fixes | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Save right files when being on "rekonq pages" | Andrea Diamantini | 2010-05-26 | 1 | -2/+13 |
| | | | | eg: KParts | ||||
* | Merge commit 'refs/merge-requests/2276' of ↵ | Andrea Diamantini | 2010-05-25 | 1 | -2/+2 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2276 | ||||
| * | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -2/+2 |
| | | |||||
* | | Alternate F6 shortcut for open location action | Andrea Diamantini | 2010-05-25 | 1 | -1/+3 |
| | | | | | | | | BUG:238371 | ||||
* | | Show actual page source | Andrea Diamantini | 2010-05-25 | 1 | -20/+2 |
| | | | | | | | | BUG:235338 | ||||
* | | Added actions to switch to Tab #n | Nikhil Marathe | 2010-05-24 | 1 | -0/+10 |
|/ | | | | BUG: 235107 | ||||
* | Cleaning some kDebug calls | Andrea Diamantini | 2010-05-22 | 1 | -3/+1 |
| | |||||
* | inlined some of the most used get functions | Andrea Diamantini | 2010-05-21 | 1 | -27/+0 |
| | | | | to speed up a bit | ||||
* | reenabled lost close confirm dialog | Andrea Diamantini | 2010-05-20 | 1 | -0/+34 |
| | | | | BUG:231032 | ||||
* | BIG COMMIT | Andrea Diamantini | 2010-05-19 | 1 | -37/+59 |
| | | | | New KParts Handling |