summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge commit 'refs/merge-requests/1946' of ↵Andrea Diamantini2009-10-291-3/+5
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1946
| * | a small delay before hide popupmegabigbug2009-10-281-3/+5
| |/
* | Fixing hide/show tab bar and flickering new tabs.Andrea Diamantini2009-10-291-2/+2
|/ | | | | That happened because of the code moving from mainview to tabbar (my fault) (tabbar cannot draw and be drawn..)
* Let Action Collection read settingsAndrea Diamantini2009-10-281-0/+4
|
* Restoring CTRL + W shortcut (close tab)Andrea Diamantini2009-10-281-1/+10
|
* Merge commit 'refs/merge-requests/1938' of ↵Andrea Diamantini2009-10-281-27/+17
|\ | | | | | | git://gitorious.org/rekonq/mainline into 1938
| * One passivepopup: less flickering.lionelc2009-10-271-27/+17
| |
* | Fixing (?) close tab actionAndrea Diamantini2009-10-271-1/+1
| |
* | Changed tabbar signals to the KDE ones.Andrea Diamantini2009-10-271-12/+11
|/ | | | | | Implemented 2 slots to manage the menus and the actions. the "close tab" action is yet waiting for fix.
* memcheck fixesAndrea Diamantini2009-10-261-0/+2
| | | | rekonq looses 8 bytes + sizeof(KCompletion) weight :D
* Fixing "Global" vs "standard" shortcuts.Andrea Diamantini2009-10-251-1/+3
| | | | | This come out discussing (without understanding ourselves :D) with Ronny Scholz
* A better popup implementationmegabigbug2009-10-241-29/+24
|
* popup Lionel's idea. In Italy we say "Capra e Cavoli" :DAndrea Diamantini2009-10-241-6/+9
|
* What's overkilling?Andrea Diamantini2009-10-231-12/+30
| | | | | | | checking EVERYTIME mouse move events to just fix some stupid cases? revert a good implementation just to bug fixing the 0.1% of the cases? Don't know! This implementation seems working to fix the flickering links But, these are really the UI problems I'd like to get rid...
* (LAST hopefully) BIG change (before 0.3)Andrea Diamantini2009-10-221-8/+21
| | | | | | | | | | A strange bug on new window loading, calling from .desktop file (krunner & friends). So I had to change the homePage launch mechanism. Working on that I started playing with startup settings and implemented this. I hope Pano like this very much: 0.3 gift :D Waiting for someone comments and reviews to merge..
* Restored open action (in the tools menu).Andrea Diamantini2009-10-221-3/+3
|
* Removed "Add to Favorites" action.Andrea Diamantini2009-10-221-41/+0
| | | | Matgic78 customizable favorites page is clearly better :D
* Fix history actions updateAndrea Diamantini2009-10-201-1/+3
|
* Fixing WebHistory moves and removing a strange SIGNAL/SLOT connection.Andrea Diamantini2009-10-201-15/+21
| | | | Lionel, did you write a wrong function there?
* Fixing thumbs positionAndrea Diamantini2009-10-191-1/+1
|
* Fix a bug where the history index goes wrong after the first turning back. ↵Dario Freddi2009-10-161-2/+5
| | | | | | This bug was present also before my previous commit Signed-off-by: Dario Freddi <drf@kde.org>
* Limit the history back menu to show only the last 8 entriesDario Freddi2009-10-151-0/+6
| | | | Signed-off-by: Dario Freddi <drf@kde.org>
* Merge branch 'NewAccessManager'Andrea Diamantini2009-10-151-1/+0
|\
| * we are using KDE proxy settings (via KIO)Andrea Diamantini2009-10-141-1/+0
| | | | | | | | So we no more need our dialogs and error retrieving :)
* | Merge branch 'Button02'Andrea Diamantini2009-10-151-1/+1
|\ \
| * | Another fix for the new tab button...Andrea Diamantini2009-10-141-1/+1
| |/ | | | | | | I'm starting hating it!!
* | Merge commit 'refs/merge-requests/1805' of ↵Andrea Diamantini2009-10-151-7/+22
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into matgic
| * favorites managementmatgic782009-10-141-7/+22
| | | | | | | | | | | | | | -right click menu to set the preview url by selecting one of the 15 last history entries -abitlity to remove previews and manage empty previews (show a toolbutton to set the url) -contextmenu->add to favorites now adds preview in an empty space when there is one -modified the loop used in HomePage::lastVisited because I encountered an infinite loop with it. (and because it is simpler this way)
* | Merge commit 'refs/merge-requests/1772' of ↵Andrea Diamantini2009-10-131-1/+1
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into proxy
| * | Small fixes (const issue, single char issue, file not ending with a new ↵Dario Freddi2009-10-131-1/+1
| | | | | | | | | | | | | | | | | | line), and adding the correct schema to kconfigxt files Signed-off-by: Dario Freddi <drf@kde.org>
* | | cosmetic...Andrea Diamantini2009-10-131-1/+1
| | | | | | | | | | | | | | | I really hate "bookmarks-organize" icon. Banned from rekonq!! The other changes follow..
* | | Actions reorganization. Now we can configure all them :)Andrea Diamantini2009-10-131-18/+35
|/ /
* | fixing (hopefully, mostly depends on KDE code) problem with toolbars movingAndrea Diamantini2009-10-121-2/+2
| | | | | | | | after a crash and so on.
* | Merge commit 'refs/merge-requests/1747' of ↵Andrea Diamantini2009-10-111-1/+1
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into SundayIll
| * | replace the star icon by a book icon for the bookmarks button-menulionelc2009-10-091-1/+1
| |/
* | Fixing Application::postLaunch() && BookmarksProvider behaviourAndrea Diamantini2009-10-111-4/+0
|/ | | | | | Another fantastic patch from Ronny Scholz PS: Ehi, Ronny. I think you need a nickname :D
* Cleaning headers and so on...Andrea Diamantini2009-10-061-2/+0
|
* HTML5 offline storage cache supportAndrea Diamantini2009-10-061-1/+12
|
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-0/+16
| | | | This let tab switch work also when webview is not focused :)
* preferred --> favoritesAndrea Diamantini2009-10-021-5/+5
|
* Changed two strings a bitPanagiotis Papadopoulos2009-09-301-4/+4
|
* Cleaning thumbs cacheAndrea Diamantini2009-09-301-1/+17
|
* Turned "Add bookmark" action to KDE one and implemented an "add to preferred"Andrea Diamantini2009-09-301-1/+27
| | | | mechanism (an action in the contextual menu)
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-291-7/+2
| | | | and changed its layout
* Fixing crash on opening tabs after closing other window(s).Andrea Diamantini2009-09-281-0/+1
| | | | | | | It was a stupid omission by me, cleverly discovered and fixed by Johannes Zellner!! Again, thank you very much!
* Cleaning some unuseful kDebug(s)...Andrea Diamantini2009-09-251-1/+0
|
* Fixing rekonq home page urlbar focus issueAndrea Diamantini2009-09-231-0/+1
|
* Fixing homepage (user's not rekonq's) opening and behaviourAndrea Diamantini2009-09-201-1/+1
|
* Fixing state. Rekonq is not usable now, but this seems a good tech preview.Andrea Diamantini2009-09-151-1/+1
| | | | | | | Anyway, performance is definitely a problem with this method, also loading just the first time. Looking at the other way... :)
* Merge branch 'HomePage'Andrea Diamantini2009-09-131-19/+16
|\