summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* string freeze means, that no string should be added at allPanagiotis Papadopoulos2010-06-181-5/+5
| | | | | If you need to add it, then make it translatable, since an untranslatable string is far more "worse" than breaking string freeze ;-)
* Adding a "default" encoding option..Andrea Diamantini2010-06-181-0/+19
|
* This commit changes rekonq behavior on "closed tabs" management.Andrea Diamantini2010-06-161-21/+1
| | | | | | | | The problem comes when too much sites are listed as closed tabs, so I though to create the contextual menu just on request and to clean out the sites that are reopened. (They are NO MORE closed tabs..) This and the next commit should fast a lot rekonq about that
* This should fix bug 240432Andrea Diamantini2010-06-061-0/+4
| | | | | | Thanks, pano :) CCBUG: 240432
* Awesome bar speed upAndrea Diamantini2010-06-051-0/+9
| | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390
* This should fix the Ctrl+w bug. Anyway, it really doesn't solve it: there is ↵Andrea Diamantini2010-06-041-7/+1
| | | | | | | | a corner case where the trick implemented doesn't work. We'll see if someone can fix also that.. BUG:233937
* Use standard zoom actionsAurelien Gateau2010-06-011-16/+6
|
* Reload page on changed encodingsAndrea Diamantini2010-06-011-1/+2
|
* No history back action enabled when history is emptyAndrea Diamantini2010-06-011-1/+1
| | | | BUG:239863
* - Sync mouse wheel zoom and the sliderYoann Laissus2010-05-301-1/+1
| | | | - Fix mouse wheel zoom limits (slider's max and min)
* Const iterator fixesJonathan Thomas2010-05-271-1/+1
|
* Save right files when being on "rekonq pages"Andrea Diamantini2010-05-261-2/+13
| | | | eg: KParts
* Merge commit 'refs/merge-requests/2276' of ↵Andrea Diamantini2010-05-251-2/+2
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2276
| * last minute string fixesPanagiotis Papadopoulos2010-05-241-2/+2
| |
* | Alternate F6 shortcut for open location actionAndrea Diamantini2010-05-251-1/+3
| | | | | | | | BUG:238371
* | Show actual page sourceAndrea Diamantini2010-05-251-20/+2
| | | | | | | | BUG:235338
* | Added actions to switch to Tab #nNikhil Marathe2010-05-241-0/+10
|/ | | | BUG: 235107
* Cleaning some kDebug callsAndrea Diamantini2010-05-221-3/+1
|
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-27/+0
| | | | to speed up a bit
* reenabled lost close confirm dialogAndrea Diamantini2010-05-201-0/+34
| | | | BUG:231032
* BIG COMMITAndrea Diamantini2010-05-191-37/+59
| | | | New KParts Handling
* This patch is based on Cedric's idea about fixing history with error pagesAndrea Diamantini2010-05-191-4/+38
| | | | | and use it to fix back/forward buttons also on kparts and so on :)
* This commit let encoding handling being a bit easier.Andrea Diamantini2010-05-181-6/+30
| | | | | | | It is anyway a bit tricky :) Hope no-one blame about.. BUG:237518
* Moved setEncoding action to be a local page settings as it seemsAndrea Diamantini2010-05-181-5/+4
| | | | more useful
* Add option to choose new tab page as home pageAndrea Diamantini2010-05-181-2/+6
| | | | BUG:235106
* This commit reintroduces the QStackedWidget class for urlbars and letAndrea Diamantini2010-05-141-1/+1
| | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7
* (Re)-open closed tabsAndrea Diamantini2010-05-111-0/+31
| | | | | | tabbar actions & CTRL + SHIFT + T shortcut for the last Johannes Zellner's patch. Thanks :)
* This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-051-1/+24
| | | | | | | | 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-6/+25
| | | | first bunch
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-40/+40
| | | | added cppcheck script
* Include Fixes, first bunchAndrea Diamantini2010-04-301-4/+0
|
* Krazy fixesAndrea Diamantini2010-04-301-1/+1
|
* A coding style roundAndrea Diamantini2010-04-301-146/+146
|
* Encodings managementAndrea Diamantini2010-04-261-2/+47
|
* Various changesAndrea Diamantini2010-04-251-74/+1
| | | | | | | - 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)
* New dns prefetch webkit property and updated local storage oneAndrea Diamantini2010-04-231-2/+3
|
* Fix Clear Private Data dialogmatgic782010-04-191-2/+5
| | | | | - Don't use the value returned by QDialog::exec(), it looks like it is buggy - Add cache cleaning, solution found in konqueror/settings/kio/cache.cpp
* - Enable context menu for actions inside bookmark bar folderYoann Laissus2010-04-171-1/+0
| | | | | | - Reverse bookmarks and bookmark managing option on the bookmarkActionMenu (as we discussed with Lionel) - Common actionMenu between bookmark bars and the bookmarkActionMenu - Use BookmarkContextMenu instead of KBookmarkContextMenu in the bookmarkActionMenu
* Fix highlightAll() indentation :)Yoann Laissus2010-04-141-2/+2
|
* Set default background to whiteAndrea Diamantini2010-04-141-3/+6
| | | | BUG:232552
* Removing overkilling WeakPointer from data clean dialog and fixing aAndrea Diamantini2010-04-111-7/+9
| | | | memory leak there..
* Improved "Clear Private Data" dialog appearancematgic782010-04-101-1/+5
| | | | | | | | Not a Qt::sheet : use a gradient for background Add Caption Descriptive button text <h3> "clear the following items" Spacers
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-2/+1
| | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272
* - Enable context menu for folders and separators of the bookmark barYoann Laissus2010-04-081-0/+1
| | | | | | | - Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed
* Merge commit 'refs/merge-requests/113' of ↵Andrea Diamantini2010-04-061-1/+6
|\ | | | | | | git://gitorious.org/rekonq/mainline into m113
| * Clear downloads in "clear private data" dialogmatgic782010-04-051-1/+6
| |
* | Merge commit 'refs/merge-requests/2241' of ↵Andrea Diamantini2010-04-061-13/+11
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into m2241
| * Useless importYoann Laissus2010-04-031-1/+0
| |
| * - Add the control modifier support for back, next and home actions and for ↵Yoann Laissus2010-04-031-13/+12
| | | | | | | | | | | | the UrlTreeView - Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar
* | This commit is the first implementation of a new new new urlbarAndrea Diamantini2010-04-051-5/+0
|/ | | | | | | | | | Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!)