Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various changes: | matgic78 | 2010-02-06 | 1 | -430/+0 |
| | | | | | | | - improve appearance of empty/loading previews - port closedTabs to new system - remove PreviewImage files TODO : dialog to choose preview | ||||
* | Here we are, with this commit I removed a lot of direct calls to | Andrea Diamantini | 2010-01-23 | 1 | -3/+5 |
| | | | | | | | | Application::loadUrl slot and changed it to signals emitted there. This to let rekonq managing them and faster return to the main event loop (and hopefully don't freeze). Next step here is change loadUrl slot to a multithreaded one. | ||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -1/+1 |
| | | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether. | ||||
* | removing unuseful kDebug calls | Andrea Diamantini | 2009-11-10 | 1 | -5/+0 |
| | |||||
* | Setting m_url in the ctor. Seems safer :) | Andrea Diamantini | 2009-11-09 | 1 | -4/+4 |
| | |||||
* | add middle click action on favorite preview | megabigbug | 2009-10-26 | 1 | -1/+7 |
| | |||||
* | A better preview implementation: | megabigbug | 2009-10-25 | 1 | -23/+68 |
| | | | | | WebSnap doesn't render borders/background => borders/background not cached => style can be actualized easily. PreviewImage uses a label for display the background and an other label inside for display preview or animation. | ||||
* | Last Krazy fixes | Andrea Diamantini | 2009-10-25 | 1 | -1/+1 |
| | |||||
* | String Fixes -> KDE HIG | Panagiotis Papadopoulos | 2009-10-23 | 1 | -2/+2 |
| | |||||
* | Krazy fixes for 0.2.71 | Andrea Diamantini | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Fixing merge.. | Andrea Diamantini | 2009-10-23 | 1 | -4/+19 |
|\ | | | | | | | | | | | | | Merge commit 'refs/merge-requests/1889' of git://gitorious.org/rekonq/mainline into Fri9 Conflicts: data/home.html | ||||
| * | modify previewImage size | megabigbug | 2009-10-22 | 1 | -4/+19 |
| | | | | | | | | center "add preview" button | ||||
* | | Fix "cursor: pointer" setting it in previewimage.cpp with QWidget property | matgic78 | 2009-10-22 | 1 | -0/+5 |
|/ | | | | BusyCursor shown when hovering a loading preview | ||||
* | Saving preferences | Andrea Diamantini | 2009-10-19 | 1 | -0/+15 |
| | |||||
* | check title length fix | Andrea Diamantini | 2009-10-19 | 1 | -3/+15 |
| | |||||
* | Fixing title changes.. | Andrea Diamantini | 2009-10-19 | 1 | -11/+16 |
| | |||||
* | Fixing thumbs position | Andrea Diamantini | 2009-10-19 | 1 | -20/+12 |
| | |||||
* | Fixing rebase... | Andrea Diamantini | 2009-10-19 | 1 | -6/+1 |
| | |||||
* | STEP 1 | Andrea Diamantini | 2009-10-19 | 1 | -14/+35 |
| | | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url | ||||
* | Merge commit 'refs/merge-requests/1833' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2009-10-19 | 1 | -0/+1 |
|\ | |||||
| * | fix preview loading animation: align center | megabigbug | 2009-10-17 | 1 | -0/+1 |
| | | |||||
* | | reintroduce and fix recently closed tab feature | megabigbug | 2009-10-17 | 1 | -33/+36 |
|/ | |||||
* | add an action to refresh thumbnails | matgic78 | 2009-10-16 | 1 | -0/+12 |
| | |||||
* | i18n fixes | Andrea Diamantini | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | removed bugged closed tabs and implemented a simple tab switch | Andrea Diamantini | 2009-10-16 | 1 | -9/+20 |
| | |||||
* | some fixes on preview home page mechanism | Andrea Diamantini | 2009-10-16 | 1 | -5/+19 |
| | |||||
* | no really need to refresh thumnbs. If you really wanna so, you can do | Andrea Diamantini | 2009-10-15 | 1 | -8/+6 |
| | | | | from clear cached data :) | ||||
* | Fixing code of PluginFactory + PreviewImage. | Andrea Diamantini | 2009-10-15 | 1 | -18/+4 |
| | | | | In this way, we don't need to pass *ALL* the QStringList(s).. | ||||
* | favorites management | matgic78 | 2009-10-14 | 1 | -11/+169 |
| | | | | | | | -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) | ||||
* | TONS of events ignored to let homepage no more crash! | Andrea Diamantini | 2009-10-08 | 1 | -0/+20 |
| | | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests | ||||
* | Cleaning headers and so on... | Andrea Diamantini | 2009-10-06 | 1 | -4/+9 |
| | |||||
* | (Again) preparing PreviewImage for right mouse click manage | Andrea Diamantini | 2009-10-06 | 1 | -2/+12 |
| | |||||
* | I apologize for this. As said, I use no mouse and I couldn't | Andrea Diamantini | 2009-10-06 | 1 | -12/+2 |
| | | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850. | ||||
* | - Cleaning mouse gesture managements | Andrea Diamantini | 2009-10-04 | 1 | -2/+12 |
| | | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage | ||||
* | Fixing Application::homePage behaviour | Andrea Diamantini | 2009-10-02 | 1 | -0/+1 |
| | |||||
* | Code fixes in the homepage | Andrea Diamantini | 2009-10-01 | 1 | -3/+3 |
| | | | | also changed history && bookmarks layout (we need just icons there) | ||||
* | Cleaning thumbs cache | Andrea Diamantini | 2009-09-30 | 1 | -1/+10 |
| | |||||
* | BIG BIG commit | Andrea Diamantini | 2009-09-30 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | removed: - last closed tabs feature - new tab page settings (unuseful, we need something better) implemented - new home page layout (needs love) - new about: protocol to load home page sections - preview images cache todo: - cleaning cache mechanism - bug fixing - add/remove to preferred actions | ||||
* | Implementing a new about: protocol, 1st bunch | Andrea Diamantini | 2009-09-29 | 1 | -1/+2 |
| | |||||
* | Load on click (links on previews) | Andrea Diamantini | 2009-09-29 | 1 | -0/+10 |
| | |||||
* | rekonq 0.2.59 | Andrea Diamantini | 2009-09-20 | 1 | -1/+0 |
| | | | | A lot of merged code and some trivial bug fixed | ||||
* | Fixing loading preview | Andrea Diamantini | 2009-09-20 | 1 | -5/+12 |
| | | | | | | | busywidget image provided by AdriĆ :) with Pano's intercession. Many thanks! | ||||
* | Faster loading.. | Andrea Diamantini | 2009-09-18 | 1 | -7/+20 |
| | |||||
* | It finally works! | Andrea Diamantini | 2009-09-18 | 1 | -5/+10 |
| | | | | Need some fixes to be merged.. | ||||
* | LAST BRANCH (promised!!) | Andrea Diamantini | 2009-09-18 | 1 | -0/+49 |
first commit here. We have the homepage classes |