summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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!!!)
* Cleaning urlbar API and improving animationAndrea Diamantini2010-03-301-4/+4
| | | | | | | | | | | | | | | | | | | WARNING: This is the best animation I could provide with the KComboBox class. In the KLineEdit derived it works perfectly. In the Combos there are some shadows on top :( Squashed commit of the following: commit 01e72a1996161028f8dbdc4e355daf00f954eace commit 8bc032d98a4987d3b01566ac520f5e8a1a095dd0 commit bc5cfd9f7d1b34f5af06dd7af6de8d3b2edb277b commit 73b4deac84d91fece407b9c700dcc61e36a34327 commit c55b753913b2619607c6aa11cabbf77ca3c84e3e commit b901fbe71b7539f65260c4fa9bbfb22f4ea997b9 commit 1de363d9614c1309ac1ac4a8eea7e70be7f2f3ed commit 76d6373f8b6c41f5c27b8404db2074f9bfc309c9 commit d741aa7109db016abc292d49fb45d15bb09e6c01
* Merge branch 'HistoryBookmarksImprovements'Andrea Diamantini2010-03-281-2/+4
|\
| * Merge commit 'refs/merge-requests/107' of ↵Andrea Diamantini2010-03-241-2/+4
| |\ | | | | | | | | | git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
| | * A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-231-2/+4
| | |
* | | Fixed a regression (history NOT modified) introduced withAndrea Diamantini2010-03-251-4/+16
|/ / | | | | | | | | commit 29e095b81d2. Ehi guys, please take FULL attention, modifying working code..
* | This commit should finally fix settings handlingAndrea Diamantini2010-03-241-5/+9
|/
* Merge commit 'refs/merge-requests/104' of ↵Andrea Diamantini2010-03-151-0/+2
|\ | | | | | | git://gitorious.org/rekonq/mainline into m104
| * Clear all the highlight when the find bar is closed with the esc keyYoann Laissus2010-03-141-2/+2
| |
| * Implement the highlight all feature for the find bar (enabled by default)Yoann Laissus2010-03-141-0/+20
| |
* | Implement the highlight all feature for the find bar (enabled by default)Yoann Laissus2010-03-151-0/+20
| |
* | Use default value instead of a different functionYoann Laissus2010-03-141-18/+0
| |
* | Add middle click support for next, back and home in the main toolbarYoann Laissus2010-03-141-6/+42
|/
* kWarning --> kDebugAndrea Diamantini2010-03-061-1/+1
|
* Fix choice between history & bookmarks in the new tab first page.Andrea Diamantini2010-03-051-8/+1
| | | | No more reloading pages on accepting configuration
* Fix mergeAndrea Diamantini2010-03-031-1/+13
|\ | | | | | | | | | | | | Merge commit 'refs/merge-requests/101' of git://gitorious.org/rekonq/mainline into AfterLastFindBarFixes Conflicts: src/mainwindow.cpp
| * variable names ...Yoann Laissus2010-03-031-4/+4
| |
| * Fix the move of the page whith case sensitiveYoann Laissus2010-03-031-1/+1
| |
| * Fix the scroll problem with the workaround of findText() (spotted by Darjus ↵Yoann Laissus2010-03-031-5/+9
| | | | | | | | Loktevic)
* | * Added continue search by <Enter> key (similar to Firefox, enter theDarjus Loktevic2010-03-021-8/+1
|/ | | | | | | | | | search term and press <Enter> for next result). * Removed focusNextPrevChild if the search fails as it does not seem to make sense. It's the same as you would press <Tab> to focus the next item on the page. Why "Search" should do that? Some context: found that when searching some websites, when the match is not found, the page would suddenly scroll to some location and focus a link or search edit. Hope this makes sense.
* Clean and optimize the findBar code.Yoann Laissus2010-02-211-15/+4
| | | | | Use the searchString signal. Fix the selection of the lineEdit text when the findBar is reopen.
* Merge commit 'refs/merge-requests/92' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-201-5/+39
|\ | | | | | | into mr92
| * Get rid of the selection of the next found expression when the checkbox ↵Yoann Laissus2010-02-191-1/+16
| | | | | | | | matchCase is toggled
| * Fix a small regression : the color of the lineEdit of the findBar is not ↵Yoann Laissus2010-02-191-7/+2
| | | | | | | | correctly updated when it's empty
| * Workaround the bug of qtwebkit in the function findText(). An empty string ↵Yoann Laissus2010-02-191-4/+28
| | | | | | | | doesn't clear the selection.
* | window title fixespano2010-02-191-3/+3
|/
* .. and check that the changes you do are right.Andrea Diamantini2010-02-191-2/+2
| | | | | (How can you translate page titles? You wanna translate every title in every web page of the World?...)
* Merge commit 'refs/merge-requests/90' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-191-3/+3
|\ | | | | | | into ThursdayFixes
| * Change window titles strings a bitpano2010-02-181-3/+3
| | | | | | | | | | | | | | They now use a "real hyphen" (–) instead of the plain minus character (-), like it is used in the rest of KDE. I also made the window titles translatable, since Left-to-Right languages might need this