Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the selected text as the default search string of the FindBar | Benjamin Poulain | 2010-08-22 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
* | Merge commit 'refs/merge-requests/183' of ↵ | Andrea Diamantini | 2010-08-21 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m183 Conflicts: src/mainwindow.h | ||||
| * | Fix the help menu and readd the bookmark bar toggle action | Yoann Laissus | 2010-08-20 | 1 | -0/+3 |
| | | |||||
* | | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -5/+5 |
|/ | | | | src/bookmarks/bookmarkprovider.* | ||||
* | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -1/+4 |
| | | | | | | 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) | ||||
* | Fix tools & bookmarks shortcuts behavior | Andrea Diamantini | 2010-08-18 | 1 | -0/+4 |
| | | | | Patch (and implementation) by Glad Deschrijver. Thanks! | ||||
* | add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵ | lionelc | 2010-08-09 | 1 | -10/+2 |
| | | | | button menu | ||||
* | Merging mr 154 by hand!! | Andrea Diamantini | 2010-08-02 | 1 | -1/+6 |
| | | | | | | | 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 | -8/+3 |
| | | | | | | | | 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? | ||||
* | Hide "loading..." and "done" strings after 0.5 sec.. | Andrea Diamantini | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Adding a "default" encoding option.. | Andrea Diamantini | 2010-06-18 | 1 | -1/+0 |
| | |||||
* | - Sync mouse wheel zoom and the slider | Yoann Laissus | 2010-05-30 | 1 | -2/+2 |
| | | | | - Fix mouse wheel zoom limits (slider's max and min) | ||||
* | inlined some of the most used get functions | Andrea Diamantini | 2010-05-21 | 1 | -3/+4 |
| | | | | to speed up a bit | ||||
* | reenabled lost close confirm dialog | Andrea Diamantini | 2010-05-20 | 1 | -0/+2 |
| | | | | BUG:231032 | ||||
* | BIG COMMIT | Andrea Diamantini | 2010-05-19 | 1 | -1/+2 |
| | | | | New KParts Handling | ||||
* | This commit implements another dockwidget for rekonq, containing a | Andrea Diamantini | 2010-05-05 | 1 | -1/+5 |
| | | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :) | ||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -1/+1 |
| | | | | first bunch | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -6/+7 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -5/+2 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -4/+4 |
| | |||||
* | Encodings management | Andrea Diamantini | 2010-04-26 | 1 | -1/+6 |
| | |||||
* | Various changes | Andrea Diamantini | 2010-04-25 | 1 | -1/+0 |
| | | | | | | | - moved updateCOnfiguration slot to Application class from MainWindow (its right place) - loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..) - set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language. - Try fixing CacheControl values (rekonq seems work quite well offline, now) | ||||
* | - Add the control modifier support for back, next and home actions and for ↵ | Yoann Laissus | 2010-04-03 | 1 | -3/+3 |
| | | | | | | the UrlTreeView - Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar | ||||
* | Implement the highlight all feature for the find bar (enabled by default) | Yoann Laissus | 2010-03-15 | 1 | -0/+1 |
| | |||||
* | Use default value instead of a different function | Yoann Laissus | 2010-03-14 | 1 | -6/+3 |
| | |||||
* | Add middle click support for next, back and home in the main toolbar | Yoann Laissus | 2010-03-14 | 1 | -0/+3 |
| | |||||
* | Fix choice between history & bookmarks in the new tab first page. | Andrea Diamantini | 2010-03-05 | 1 | -1/+0 |
| | | | | No more reloading pages on accepting configuration | ||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | Get rid of the selection of the next found expression when the checkbox ↵ | Yoann Laissus | 2010-02-19 | 1 | -0/+1 |
| | | | | matchCase is toggled | ||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+3 |
| | |||||
* | Free MainWindow from PreviewSelectorBar | Andrea Diamantini | 2010-02-09 | 1 | -3/+1 |
| | | | | WARNING: it doesn't compile | ||||
* | Merge commit 'refs/merge-requests/84' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2010-02-07 | 1 | -2/+6 |
|\ | | | | | | | into matgic_tab_page | ||||
| * | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -2/+6 |
| | | | | | | | | page you want to preview, and then you click a button | ||||
* | | Replace zoom setting submenu by a widget with a slider | matgic78 | 2010-02-06 | 1 | -4/+10 |
|/ | |||||
* | Fixing panels | Andrea Diamantini | 2010-01-24 | 1 | -13/+6 |
| | | | | | | | | With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :) | ||||
* | Merge branch 'm81' | Andrea Diamantini | 2009-12-28 | 1 | -0/+1 |
|\ | |||||
| * | in fullscreen mode: show toolbar tabbar when mouse is on top of the screen | megabigbug | 2009-12-24 | 1 | -0/+1 |
| | | |||||
* | | Merge Request #79 with the changes discussed. | Andrea Diamantini | 2009-12-28 | 1 | -2/+0 |
|/ | | | | | 1) no more confirm dialog on exit 2) restore newtab page or home page on close last tab | ||||
* | First form of protocol handling | Andrea Diamantini | 2009-12-16 | 1 | -5/+1 |
| | |||||
* | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -2/+2 |
| | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) | ||||
* | KWebWallet integration | Andrea Diamantini | 2009-12-06 | 1 | -1/+1 |
| | |||||
* | Docked web inspector | matgic78 | 2009-12-02 | 1 | -6/+8 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -2/+2 |
| | | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether. | ||||
* | FIxing conflicts | Andrea Diamantini | 2009-11-18 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt | ||||
| * | cleaning home :) | Andrea Diamantini | 2009-11-13 | 1 | -1/+0 |
| | | | | | | | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better | ||||
* | | added bookmarks panel and model(read only atm) | nehlsen | 2009-11-16 | 1 | -4/+9 |
|/ | |||||
* | This hack seems solve the about: protocol loading problem | Andrea Diamantini | 2009-11-13 | 1 | -1/+2 |
| | | | | | also in Qt 4.6. Hope it works really well :) | ||||
* | switching back from rekonq: protocol to about: one | Andrea Diamantini | 2009-11-10 | 1 | -1/+1 |
| | | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select | ||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -23/+23 |
| | | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) | ||||
* | fixing new mainWindow() behaviour, porting functions calling it | Andrea Diamantini | 2009-11-10 | 1 | -3/+4 |
| |