summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove url stackLionel Chauvin2009-08-221-6/+5
|
* This commit siplifies winId management and let our webviews to not detectAndrea Diamantini2009-08-201-1/+6
| | | | it. This could be dangerous thinking about what we have in mind... ;)
* Applied patch from Johannes Zellner about {Middle,CTRL} clickingAndrea Diamantini2009-08-131-1/+1
| | | | | | bookmarks links handling. Many thanks!
* Fixing bug 203156, about stop/reload switch on tab switching.Andrea Diamantini2009-08-101-1/+1
| | | | | | | Anyway, the fix seems quite "hackish" to me. Perhaps someone else will think something better.. BUG: 203156
* Fixed "history panel" string bugAndrea Diamantini2009-08-101-2/+1
|
* Removed privacy settings and ported history ones into the GeneralAndrea Diamantini2009-08-101-1/+0
| | | | Group.
* hide popup when focus changeLionel Chauvin2009-08-091-0/+2
|
* flashy popup: delete after have painted the newerLionel Chauvin2009-08-091-2/+5
|
* Fixing popus (eventual) closing crashesAndrea Diamantini2009-08-061-0/+1
|
* Fixed "QCoreApplication::postEvent: Unexpected null receiver"Andrea Diamantini2009-08-061-1/+4
| | | | warning
* fix: clear cookiesLionel Chauvin2009-08-051-1/+1
|
* Initial porting to KCookieJarAndrea Diamantini2009-08-051-2/+2
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-7/+13
|
* Krazy issues fixes. Part 1Andrea Diamantini2009-08-051-1/+0
|
* Fix IncludeAndrea Diamantini2009-08-051-11/+3
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* popup max width = window widthmegabigbug2009-08-021-2/+8
| | | | fix popups: don't overlap horizontal scrollbar
* more aesthetic popups (again)megabigbug2009-08-011-3/+8
|
* Merge branch 'I18n'Andrea Diamantini2009-07-311-1/+1
|\
| * Make the string KDE HIG compatiblePanagiotis Papadopoulos2009-07-311-1/+1
| |
* | fix stop/reload button initializationmegabigbug2009-07-291-1/+2
|/
* Fixing initial stop_reload actionAndrea Diamantini2009-07-291-3/+3
|
* Add WebShorcuts Settings in the configuration panelmegabigbug2009-07-291-22/+9
| | | | | Remove Webshorcuts Settings item in menus Remove trailing spaces
* Including web shortcuts configuration dialog.Andrea Diamantini2009-07-291-1/+13
| | | | | We can actually just include it externally. Anyway this let user think a bit more that this is not a rekonq related configuration dialog
* Simplifying a bit web load progress process structureAndrea Diamantini2009-07-291-4/+4
|
* Removed Web Inspecting colorAndrea Diamantini2009-07-281-11/+4
| | | | | | Fixed a bit PrivateBrowsingEnabled FALSE Changed background color to LIGHTGRAY to let it be a little different from mainwindow color
* Add a setBackgroundColor to urlbarmegabigbug2009-07-271-0/+7
| | | | | Change the urlbar color by the window color when private browsing Change the urlbar color by a light red color when web inspector activated
* Merge commit 'megabigbug/ClearPrivateData'Andrea Diamantini2009-07-271-1/+1
|\
| * The Clear Private Data dialog was not working because exec return ↵megabigbug2009-07-271-1/+1
| | | | | | | | KDialog::Accepted instead of KDialog::Ok
* | Merge commit 'megabigbug/KPassivePopup'Andrea Diamantini2009-07-271-1/+1
|\ \
| * | Fix KPassivePopup crashmegabigbug2009-07-261-1/+1
| |/
* | Backport to QPrintPreview instead incomplete KPrintPreviewmegabigbug2009-07-261-4/+6
|/ | | | Replace "Print..." action by "Print preview" in the tool menu
* Fixed clear private dataAndrea Diamantini2009-07-261-1/+2
| | | | Hopefully..
* New Clear Private Data actionAndrea Diamantini2009-07-261-2/+2
| | | | Needs some fixes..
* Clear Private Data 1st implementationAndrea Diamantini2009-07-261-3/+51
|
* Remove notification for search textmegabigbug2009-07-251-8/+2
| | | | Notify matching by changing the background color of the text field
* Rekonq tools menuAndrea Diamantini2009-07-241-3/+13
| | | | (waiting for clear data action..)
* Big Big Big Commit!Andrea Diamantini2009-07-241-10/+4
| | | | | | Refactored loadUrl code to divide UI classes from WEB classes. We now have two loadUrl methods in the Application class to load (hopefully) every kind of (k)url..
* Removed rekonqrun class and provided slots in Application one.Andrea Diamantini2009-07-241-1/+1
|
* Definitely fixing rekonq API. First step.Andrea Diamantini2009-07-241-2/+1
| | | | newTab function in MainView
* Add icons for "history panel" and "page source" itemsmegabigbug2009-07-241-1/+2
|
* Add icons for "history panel" and "page source" itemsmegabigbug2009-07-241-0/+1
|
* Not showing the status popup when the window is not active (doesn't haveIvan Čukić2009-07-241-9/+13
| | | | the focus)
* Fixing findbar focus on find request.Andrea Diamantini2009-07-231-0/+12
| | | | | Also hiding it with ESC key when it has no focus. Courtesy patch from Johannes Zellner. Many Thanks!
* New rekonq tools menu in main toolbar.Andrea Diamantini2009-07-161-4/+26
| | | | | | This is completely based on code and ideas from Lionel "MegaBigBug" Chauvin. Many thanks!
* Bookmark Action MenuAndrea Diamantini2009-07-161-4/+6
|
* Fixing new bookmarks actionAndrea Diamantini2009-07-131-4/+1
|
* New Add Bookmark ActionAndrea Diamantini2009-07-111-4/+6
|
* Cleaning settings ui && making optional hovering links popupsAndrea Diamantini2009-07-081-4/+17
|
* Cleaning code && removing unuseful search barAndrea Diamantini2009-07-081-12/+4
|
* Merge commit 'avaddon/master'Andrea Diamantini2009-07-071-36/+23
|\