summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use Escape shortcut to stop web loading"Andrea Diamantini2011-01-091-1/+1
| | | | | | This reverts commit de39729f4e3864aec6c0366ac72ca5f1228d60d1. It actually has problems with urlbar behavior. Needs a little more work..
* Use Escape shortcut to stop web loadingRohan Garg2011-01-091-1/+1
| | | | | Thanks to Furkan Üzümcü Review Board request : http://git.reviewboard.kde.org/r/100322/
* Put ioslaves on hold.Andrea Diamantini2011-01-071-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch couples those merged in KIO & KDEWebKit in SC 4.6. I have to say it is probably NOT perfect and ready to merge, but I'd like to because it is anyway a nice step over actual behavior. It basically holds and (re)publish slave for apps needing it, letting us fixing a long standing bug against the infamous TWO connections to do ONE thing (download, move, etc...) It also gave me the possibility to and/or improve these things: - better handling filenames, studying content disposition header for "attachment" and "inline" values - better history handling, when working with kparts (also if this part needs a proper fix, IMHO reimplementing QWebHistory class...) - a (proper?) fix for POST operations returning content. I admit I am dubious with this part and I need more testing. The nice thing is that this patch "circumscribes" this problem, letting it easy eventually fix it again I also copied from kdewebkit a check for exec text files mimetypes (converted to text/plain) and cleaned-up some kDebugs (and as usual, added a lot..) Last, sorry for the big commit message and the big/not so big patch here. It is a special case. commit 29f3021d94e26b39f3e8172a980a6cafcebe5095 Author: Andrea Diamantini <adjam7@gmail.com> Date: Wed Jan 5 12:17:45 2011 +0100 cleanup comments commit fc88a37322810fd25c5bfcd16880fc617e7de9f5 Author: Andrea Diamantini <adjam7@gmail.com> Date: Wed Jan 5 12:06:55 2011 +0100 content-disposition: inline commit 7c2789a1733e1089b9c66cd6c553185792ec3a72 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 12:04:03 2011 +0100 Fix history handling. For a proper fix here, I think we need to reimplement the tab history, otherwise we cannot manage tab history browsing on the so called "rekonq" pages... commit 892c4d8dc78fda43f67566a3e359bd9805ee3282 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 11:57:29 2011 +0100 Two cases here: 1) POST operations returning content 2) right file names commit 3b1d5873b7eb743406f3b8c5abb79ce6728d0103 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 03:24:21 2011 +0100 Stupid kDebugs... commit 73d038a757185816f40795d4dd4a68e11659c971 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 02:32:45 2011 +0100 It needs testing from people (just) having last KDE SC 4.6 code on...
* Horizontal scroll wheel may now be used to navigate through history ↵Felix Rohrbach2011-01-051-0/+4
| | | | (Disabled by default).
* Grab the actual font from the action.Rohan Garg2010-12-241-1/+1
|
* Highlight current tab in tab list by making it bold.Rohan Garg2010-12-231-0/+6
| | | | Thanks to Furkan
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-4/+4
| | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;)
* Adding a tab list menu entry showing all open tabs.Andrea Diamantini2010-12-211-0/+34
| | | | Courtesy patch by Felix Rohrbach. Thanks :)
* Ctrl+Shift+P shortcut for Private browsingRohan Garg2010-12-211-0/+1
|
* Change text of page source action && add a CTRL + U shortcut.Andrea Diamantini2010-12-131-1/+2
| | | | | | Courtesy patch by Felix Rohrbach. Thanks :) CCMAIL: fxrh@gmx.de
* Ctrl+Shift+Delete Key Combo to clear private dataRohan Garg2010-11-221-1/+2
|
* Print && Find actions for the parts :)Andrea Diamantini2010-11-191-0/+34
| | | | | - handle print & find with different signals in mainwindow - show right tab title (moving titleChanged signal from view to tab)
* API clean upAndrea Diamantini2010-11-191-2/+2
| | | | urlBar --> currentUrlBar
* add context to stringPanagiotis Papadopoulos2010-11-031-1/+1
| | | | BUG: 254818
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-40/+6
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* This commit fixes icons handling for "rekonq pages" (eg: about urls).Andrea Diamantini2010-10-211-1/+1
| | | | | | | | | | | It also contains a cleaned version of the WebTab::url() method (the previous one was not working on loading pages. And also immediately after the loadFinished signal) This should also fix some "bad" handling on back/forward buttons. Finally, it contains some unrelated QLatin1String --> QL1S changes. Benjamin, I spoke too early about those. I squashed merged my work and removed previous branch :(
* Change the behavior of Ctrl+Maj+T to open only the last closed tabBenjamin Poulain2010-09-191-3/+3
| | | | | | | | | Previously, the action of Ctrl+Maj+T was opening all the closed tabs. This was differing from Firefox and Chrome, which can be confusing for users. This patch change the behavior to open only the last closed tab, making the behavior more like the other browsers.
* Reimplemented the clearIconCache methodAndrea Diamantini2010-09-101-1/+1
|
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-37/+27
|
* - Follow pano's suggestion : Shift + Enter -> findPrevious()Yoann Laissus2010-09-021-7/+4
| | | | | | - Don't call findNext() if Ctrl + F is pressed with an existing selection - Correctly update highlights with the timer - A little cleanup
* Let urlbar being usable also in fullscreen modeAndrea Diamantini2010-09-011-0/+4
| | | | BUG: 243900
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-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 FindBarBenjamin Poulain2010-08-221-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 Poulain2010-08-221-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 robustBenjamin Poulain2010-08-221-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 Diamantini2010-08-211-42/+63
|\ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m183 Conflicts: src/mainwindow.h
| * Useless includeYoann Laissus2010-08-201-1/+0
| |
| * Make a string translatableYoann Laissus2010-08-201-1/+2
| |
| * Fix the help menu and readd the bookmark bar toggle actionYoann Laissus2010-08-201-42/+63
| |
* | BookmarkProvider's code reorderedJon Ander Peñalba2010-08-201-2/+2
| |
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-1/+1
|/ | | | src/bookmarks/bookmarkprovider.*
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-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 fileJon Ander Peñalba2010-08-191-65/+66
|
* Fix tools & bookmarks shortcuts behaviorAndrea Diamantini2010-08-181-13/+26
| | | | Patch (and implementation) by Glad Deschrijver. Thanks!
* Delaying single shots to let rekonq have more time to show itself before...Andrea Diamantini2010-08-111-1/+2
| | | | | It seems working pretty well here. Ready to revert if something seems wrong about this
* Fix commentsYoann Laissus2010-08-101-1/+2
|
* - Checkable action for the zoom and find barsYoann Laissus2010-08-101-2/+7
|
* - Fix Ctrl + wheel shortcutYoann Laissus2010-08-101-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 ↵lionelc2010-08-091-74/+11
| | | | button menu
* Fixing bookmarks toolbar in xmlgui (or at least I hope so)Andrea Diamantini2010-08-021-1/+0
| | | | Removing one doubled F6 shortcut
* Faster startupAndrea Diamantini2010-08-021-23/+22
|
* Merging mr 154 by hand!!Andrea Diamantini2010-08-021-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 Diamantini2010-07-261-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 classAndrea Diamantini2010-07-211-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 defaultAndrea Diamantini2010-07-211-1/+0
|
* Remove home && bookmarks buttonsAndrea Diamantini2010-07-201-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 Laissus2010-07-181-0/+3
| | | | | - Synchronisation of the folded states between each windows - Code cleanup
* Hide "loading..." and "done" strings after 0.5 sec..Andrea Diamantini2010-06-291-0/+3
|
* Fix naming to clean APIAndrea Diamantini2010-06-241-3/+3
| | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab