summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved a bit "Save As" slotAndrea Diamantini2009-09-031-1/+6
|
* Improved contextual menu following my ideas and Henry de ValenceAndrea Diamantini2009-09-031-13/+0
| | | | suggestions.
* - A better print slotAndrea Diamantini2009-08-301-25/+34
| | | | | - contextual frame actions (just 2, for now) - works on contextual menu
* rekonq 0.2.53 with bookmarks bar fixed (and ALL the bars, too!!)Andrea Diamantini2009-08-301-3/+2
|
* Fixing Bookmarks bar toggle actionAndrea Diamantini2009-08-301-38/+23
|
* Bookmark Bar fixesAndrea Diamantini2009-08-301-7/+22
|
* First changes to bookmarks systemAndrea Diamantini2009-08-301-0/+16
|
* Removed setHistoryMenu functionAndrea Diamantini2009-08-271-17/+0
|
* Some fixes icon relatedAndrea Diamantini2009-08-271-1/+1
|
* No more need for CTRL+M shortcutAndrea Diamantini2009-08-261-1/+0
|
* Toolbar UI customizableAndrea Diamantini2009-08-261-5/+3
|
* i18n style guide fixesAndrea Diamantini2009-08-251-1/+1
| | | | (Stephan Binner svn commit, thanks!)
* Merge branch 'userCSS'Andrea Diamantini2009-08-241-0/+5
|\
| * Implements the ability of the user to apply a user defined CSS to all web pages.Jonas M. Gastal2009-08-191-0/+5
| |
* | Merge commit 'megabigbug/Print'Andrea Diamantini2009-08-231-12/+3
|\ \
| * | Replace "Print preview" by "Print" in the tool menuLionel Chauvin2009-08-231-12/+3
| | | | | | | | | | | | Remove "Print"
* | | Add an icon to the help submenuAndrea Diamantini2009-08-231-0/+1
|/ /
* | Removed some menu related actions (cloned in the context menus)Andrea Diamantini2009-08-231-7/+0
| |
* | Let work actions shortcut in MainWindowAndrea Diamantini2009-08-231-0/+3
| |
* | Some actions fixed and re-enabled history action (back) menuAndrea Diamantini2009-08-231-14/+58
| |
* | Removed MenuBar. First steps..Andrea Diamantini2009-08-221-28/+49
| |
* | 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
|\ \