summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-1/+1
|
* Developer tool: set content editable.Andrea Diamantini2011-05-111-1/+2
|
* Delete url popup on resize/moveAndrea Diamantini2011-03-161-1/+3
|
* Coding styleAndrea Diamantini2011-02-251-6/+12
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* This patch cleans up encoding management, moving code toAndrea Diamantini2011-02-141-5/+0
| | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly"
* Hide bars on ESC key pressed:Yoann Laissus2011-02-081-1/+1
| | | | | | | | zoombar first, findbar second. Reviewed by adjam BUG:264929
* Added an option to show current website favicon as rekonq window iconFurkan Uzumcu2011-02-051-2/+4
| | | | Reviewed by adjam
* Added pulldown menu for multiple steps to the "Forward History" buttonFurkan Uzumcu2011-02-011-0/+5
|
* User Agent Switcher.Andrea Diamantini2011-02-011-0/+7
| | | | | | | | | | This patch should implement the UA switcher ability for rekonq. This is a first implementation, but it seems working quite well. It is based on KDE UA management and should be fully compatible with konqueror's one i.e. it should be possible using alternatively rekonq and konqueror sharing the same setting. Anyway, this is a different implementation from the konqueror's one. Simpler and based on the idea of a future moving to a plugin.
* If showDeveloperTools is disabled, hide the development entries in the ↵Felix Rohrbach2011-01-221-2/+3
| | | | | | | | rekonq menu, too. With this patch, the menu will be created the first time the user opens the menu. RB: 100374
* This commit contains the changes to the context menu which we decided in our ↵Felix Rohrbach2011-01-151-0/+1
| | | | | | | | | | meeting: 1. Hide new tab entry if it is not necessary. 2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected. 3. Hide the development menu entries and add an option to show them. RB: 100374
* Adding a tab list menu entry showing all open tabs.Andrea Diamantini2010-12-211-0/+3
| | | | Courtesy patch by Felix Rohrbach. Thanks :)
* Print && Find actions for the parts :)Andrea Diamantini2010-11-191-5/+8
| | | | | - handle print & find with different signals in mainwindow - show right tab title (moving titleChanged signal from view to tab)
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-3/+0
| | | | | | | | | | | - 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 :)
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-13/+8
|
* - Follow pano's suggestion : Shift + Enter -> findPrevious()Yoann Laissus2010-09-021-3/+5
| | | | | | - Don't call findNext() if Ctrl + F is pressed with an existing selection - Correctly update highlights with the timer - A little cleanup
* Use the selected text as the default search string of the FindBarBenjamin Poulain2010-08-221-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 Diamantini2010-08-211-1/+4
|\ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m183 Conflicts: src/mainwindow.h
| * Fix the help menu and readd the bookmark bar toggle actionYoann Laissus2010-08-201-0/+3
| |
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-5/+5
|/ | | | src/bookmarks/bookmarkprovider.*
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-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 behaviorAndrea Diamantini2010-08-181-0/+4
| | | | Patch (and implementation) by Glad Deschrijver. Thanks!
* add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵lionelc2010-08-091-10/+2
| | | | button menu
* Merging mr 154 by hand!!Andrea Diamantini2010-08-021-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 Diamantini2010-07-261-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 Diamantini2010-06-291-1/+1
|
* Adding a "default" encoding option..Andrea Diamantini2010-06-181-1/+0
|
* - Sync mouse wheel zoom and the sliderYoann Laissus2010-05-301-2/+2
| | | | - Fix mouse wheel zoom limits (slider's max and min)
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-3/+4
| | | | to speed up a bit
* reenabled lost close confirm dialogAndrea Diamantini2010-05-201-0/+2
| | | | BUG:231032
* BIG COMMITAndrea Diamantini2010-05-191-1/+2
| | | | New KParts Handling
* This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-051-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 fixesAndrea Diamantini2010-05-041-1/+1
| | | | first bunch
* Include Fixes, first bunchAndrea Diamantini2010-04-301-6/+7
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-5/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-4/+4
|
* Encodings managementAndrea Diamantini2010-04-261-1/+6
|
* Various changesAndrea Diamantini2010-04-251-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 Laissus2010-04-031-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 Laissus2010-03-151-0/+1
|
* Use default value instead of a different functionYoann Laissus2010-03-141-6/+3
|
* Add middle click support for next, back and home in the main toolbarYoann Laissus2010-03-141-0/+3
|
* Fix choice between history & bookmarks in the new tab first page.Andrea Diamantini2010-03-051-1/+0
| | | | No more reloading pages on accepting configuration
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+2
|
* Get rid of the selection of the next found expression when the checkbox ↵Yoann Laissus2010-02-191-0/+1
| | | | matchCase is toggled
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+3
|
* Free MainWindow from PreviewSelectorBarAndrea Diamantini2010-02-091-3/+1
| | | | WARNING: it doesn't compile
* Merge commit 'refs/merge-requests/84' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-071-2/+6
|\ | | | | | | into matgic_tab_page
| * A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-2/+6
| | | | | | | | page you want to preview, and then you click a button