summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Set rekonq page (and fix focus) on new window creation.Andrea Diamantini2010-02-191-1/+1
|/ | | | BUG: 226851
* half fixed (but half is not enough...) the favicon querelle..Andrea Diamantini2010-02-181-1/+1
|
* improve rekonq first execution && fix (finally :D ) configurationAndrea Diamantini2010-02-181-6/+13
| | | | of toolbar
* Please, don't crash on CTRL+W signals :)Andrea Diamantini2010-02-171-7/+13
| | | | BUG:227323
* Again, QKeySequence --> KShortcutAndrea Diamantini2010-02-161-7/+4
|
* QKeySequenceList --> KShortcutAndrea Diamantini2010-02-161-6/+9
|
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-2/+2
|
* Good news, bad news.Andrea Diamantini2010-02-131-4/+2
| | | | | | | I reenabled the ability of changing (main) toolbar style, but.. I noticed in other kde apps (eg: kaddressbook) that settings are forgotten also there. Is it a ktoolbar bug? I cannot say for sure. Anyway I reenabled rekonq bits, but it doesn't work... :(
* DISCLAIMER: I'm sorry for thisAndrea Diamantini2010-02-101-1/+8
| | | | | | | | | | | | This commit reverts the ability to change main toolbar settings (change icon/text). In the context rekonq is developed (KMainWindow + simple toolbars) this is quite impossible. We'll see in the next version a proper fix for this (back to XMLGUI? QML??) This commit fixes also the problem with the disappearing toolbar backing from a fullscreen close BUG:222826
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+3
|
* Fix popup positionAndrea Diamantini2010-02-101-1/+1
|
* Free MainWindow from PreviewSelectorBarAndrea Diamantini2010-02-091-5/+0
| | | | WARNING: it doesn't compile
* Merge commit 'refs/merge-requests/84' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-071-0/+5
|\ | | | | | | into matgic_tab_page
| * A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-0/+5
| | | | | | | | page you want to preview, and then you click a button
* | Merge commit 'refs/merge-requests/86' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-061-28/+63
|\ \ | | | | | | | | | into ZoomSlide
| * | Replace zoom setting submenu by a widget with a slidermatgic782010-02-061-28/+63
| |/
* | FIx focus on browsing (FIRST STEP) and on findbar hidingAndrea Diamantini2010-02-061-0/+1
|/
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-9/+10
|
* Again, Ronny Scholz patchAndrea Diamantini2010-02-021-2/+2
| | | | about private browsing confirmation dialog
* Ronny Scholz string fix aboutAndrea Diamantini2010-02-021-3/+2
| | | | the disappeared Google search bar
* Cedric's PatchAndrea Diamantini2010-01-271-1/+1
| | | | Fix bookmarks icon size
* Fixing panelsAndrea Diamantini2010-01-241-53/+39
| | | | | | | | With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :)
* History (back) menu fixed!Andrea Diamantini2010-01-111-26/+19
| | | | Finally..
* Ronny's patchAndrea Diamantini2010-01-101-10/+11
| | | | | Fix fullscreen mode behaviour thanks :)
* fix crash on window closeAndrea Diamantini2010-01-091-0/+5
|
* Main toolbar (right) name & (wrong) iconAndrea Diamantini2010-01-041-6/+8
|
* Letting toolbars being configurable..Andrea Diamantini2010-01-041-5/+5
|
* Merge branch 'm81'Andrea Diamantini2009-12-281-6/+14
|\