Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let Action Collection read settings | Andrea Diamantini | 2009-10-28 | 1 | -0/+4 |
| | |||||
* | Restoring CTRL + W shortcut (close tab) | Andrea Diamantini | 2009-10-28 | 1 | -1/+10 |
| | |||||
* | Merge commit 'refs/merge-requests/1938' of ↵ | Andrea Diamantini | 2009-10-28 | 1 | -27/+17 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into 1938 | ||||
| * | One passivepopup: less flickering. | lionelc | 2009-10-27 | 1 | -27/+17 |
| | | |||||
* | | Fixing (?) close tab action | Andrea Diamantini | 2009-10-27 | 1 | -1/+1 |
| | | |||||
* | | Changed tabbar signals to the KDE ones. | Andrea Diamantini | 2009-10-27 | 1 | -12/+11 |
|/ | | | | | | Implemented 2 slots to manage the menus and the actions. the "close tab" action is yet waiting for fix. | ||||
* | memcheck fixes | Andrea Diamantini | 2009-10-26 | 1 | -0/+2 |
| | | | | rekonq looses 8 bytes + sizeof(KCompletion) weight :D | ||||
* | Fixing "Global" vs "standard" shortcuts. | Andrea Diamantini | 2009-10-25 | 1 | -1/+3 |
| | | | | | This come out discussing (without understanding ourselves :D) with Ronny Scholz | ||||
* | A better popup implementation | megabigbug | 2009-10-24 | 1 | -29/+24 |
| | |||||
* | popup Lionel's idea. In Italy we say "Capra e Cavoli" :D | Andrea Diamantini | 2009-10-24 | 1 | -6/+9 |
| | |||||
* | What's overkilling? | Andrea Diamantini | 2009-10-23 | 1 | -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 Diamantini | 2009-10-22 | 1 | -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 Diamantini | 2009-10-22 | 1 | -3/+3 |
| | |||||
* | Removed "Add to Favorites" action. | Andrea Diamantini | 2009-10-22 | 1 | -41/+0 |
| | | | | Matgic78 customizable favorites page is clearly better :D | ||||
* | Fix history actions update | Andrea Diamantini | 2009-10-20 | 1 | -1/+3 |
| | |||||
* | Fixing WebHistory moves and removing a strange SIGNAL/SLOT connection. | Andrea Diamantini | 2009-10-20 | 1 | -15/+21 |
| | | | | Lionel, did you write a wrong function there? | ||||
* | Fixing thumbs position | Andrea Diamantini | 2009-10-19 | 1 | -1/+1 |
| | |||||
* | Fix a bug where the history index goes wrong after the first turning back. ↵ | Dario Freddi | 2009-10-16 | 1 | -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 entries | Dario Freddi | 2009-10-15 | 1 | -0/+6 |
| | | | | Signed-off-by: Dario Freddi <drf@kde.org> | ||||
* | Merge branch 'NewAccessManager' | Andrea Diamantini | 2009-10-15 | 1 | -1/+0 |
|\ | |||||
| * | we are using KDE proxy settings (via KIO) | Andrea Diamantini | 2009-10-14 | 1 | -1/+0 |
| | | | | | | | | So we no more need our dialogs and error retrieving :) | ||||
* | | Merge branch 'Button02' | Andrea Diamantini | 2009-10-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Another fix for the new tab button... | Andrea Diamantini | 2009-10-14 | 1 | -1/+1 |
| |/ | | | | | | | I'm starting hating it!! | ||||
* | | Merge commit 'refs/merge-requests/1805' of ↵ | Andrea Diamantini | 2009-10-15 | 1 | -7/+22 |
|\ \ | |/ |/| | | | git://gitorious.org/rekonq/mainline into matgic | ||||
| * | favorites management | matgic78 | 2009-10-14 | 1 | -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 Diamantini | 2009-10-13 | 1 | -1/+1 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into proxy | ||||
| * | | Small fixes (const issue, single char issue, file not ending with a new ↵ | Dario Freddi | 2009-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | line), and adding the correct schema to kconfigxt files Signed-off-by: Dario Freddi <drf@kde.org> | ||||
* | | | cosmetic... | Andrea Diamantini | 2009-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | I really hate "bookmarks-organize" icon. Banned from rekonq!! The other changes follow.. | ||||
* | | | Actions reorganization. Now we can configure all them :) | Andrea Diamantini | 2009-10-13 | 1 | -18/+35 |
|/ / | |||||
* | | fixing (hopefully, mostly depends on KDE code) problem with toolbars moving | Andrea Diamantini | 2009-10-12 | 1 | -2/+2 |
| | | | | | | | | after a crash and so on. | ||||
* | | Merge commit 'refs/merge-requests/1747' of ↵ | Andrea Diamantini | 2009-10-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into SundayIll | ||||
| * | | replace the star icon by a book icon for the bookmarks button-menu | lionelc | 2009-10-09 | 1 | -1/+1 |
| |/ | |||||
* | | Fixing Application::postLaunch() && BookmarksProvider behaviour | Andrea Diamantini | 2009-10-11 | 1 | -4/+0 |
|/ | | | | | | Another fantastic patch from Ronny Scholz PS: Ehi, Ronny. I think you need a nickname :D | ||||
* | Cleaning headers and so on... | Andrea Diamantini | 2009-10-06 | 1 | -2/+0 |
| | |||||
* | HTML5 offline storage cache support | Andrea Diamantini | 2009-10-06 | 1 | -1/+12 |
| | |||||
* | General (shift +) ctrl tab switch management. | Andrea Diamantini | 2009-10-04 | 1 | -0/+16 |
| | | | | This let tab switch work also when webview is not focused :) | ||||
* | preferred --> favorites | Andrea Diamantini | 2009-10-02 | 1 | -5/+5 |
| | |||||
* | Changed two strings a bit | Panagiotis Papadopoulos | 2009-09-30 | 1 | -4/+4 |
| | |||||
* | Cleaning thumbs cache | Andrea Diamantini | 2009-09-30 | 1 | -1/+17 |
| | |||||
* | Turned "Add bookmark" action to KDE one and implemented an "add to preferred" | Andrea Diamantini | 2009-09-30 | 1 | -1/+27 |
| | | | | mechanism (an action in the contextual menu) | ||||
* | Implemented about protocol to load home page(s) | Andrea Diamantini | 2009-09-29 | 1 | -7/+2 |
| | | | | and changed its layout | ||||
* | Fixing crash on opening tabs after closing other window(s). | Andrea Diamantini | 2009-09-28 | 1 | -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 Diamantini | 2009-09-25 | 1 | -1/+0 |
| | |||||
* | Fixing rekonq home page urlbar focus issue | Andrea Diamantini | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Fixing homepage (user's not rekonq's) opening and behaviour | Andrea Diamantini | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | Fixing state. Rekonq is not usable now, but this seems a good tech preview. | Andrea Diamantini | 2009-09-15 | 1 | -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 Diamantini | 2009-09-13 | 1 | -19/+16 |
|\ | |||||
| * | Modified rekonq behaviour: | Andrea Diamantini | 2009-09-13 | 1 | -1/+18 |
| | | | | | | | | | | HomePage has 2 choices: usual home page vs new tab page new tab has 3: new tabp page, home page, blank page | ||||
| * | notification system made default and no more "unsettable" | Andrea Diamantini | 2009-09-12 | 1 | -17/+4 |
| | | |||||
| * | Removed "home" scheme | Andrea Diamantini | 2009-09-10 | 1 | -21/+1 |
| | |