summaryrefslogtreecommitdiff
path: root/src/previewimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Various changes:matgic782010-02-061-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 toAndrea Diamantini2010-01-231-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 Diamantini2009-11-271-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 callsAndrea Diamantini2009-11-101-5/+0
|
* Setting m_url in the ctor. Seems safer :)Andrea Diamantini2009-11-091-4/+4
|
* add middle click action on favorite previewmegabigbug2009-10-261-1/+7
|
* A better preview implementation:megabigbug2009-10-251-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 fixesAndrea Diamantini2009-10-251-1/+1
|
* String Fixes -> KDE HIGPanagiotis Papadopoulos2009-10-231-2/+2
|
* Krazy fixes for 0.2.71Andrea Diamantini2009-10-231-1/+1
|
* Fixing merge..Andrea Diamantini2009-10-231-4/+19
|\ | | | | | | | | | | | | Merge commit 'refs/merge-requests/1889' of git://gitorious.org/rekonq/mainline into Fri9 Conflicts: data/home.html
| * modify previewImage sizemegabigbug2009-10-221-4/+19
| | | | | | | | center "add preview" button
* | Fix "cursor: pointer" setting it in previewimage.cpp with QWidget propertymatgic782009-10-221-0/+5
|/ | | | BusyCursor shown when hovering a loading preview
* Saving preferencesAndrea Diamantini2009-10-191-0/+15
|
* check title length fixAndrea Diamantini2009-10-191-3/+15
|
* Fixing title changes..Andrea Diamantini2009-10-191-11/+16
|
* Fixing thumbs positionAndrea Diamantini2009-10-191-20/+12
|
* Fixing rebase...Andrea Diamantini2009-10-191-6/+1
|
* STEP 1Andrea Diamantini2009-10-191-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/mainlineAndrea Diamantini2009-10-191-0/+1
|\
| * fix preview loading animation: align centermegabigbug2009-10-171-0/+1
| |
* | reintroduce and fix recently closed tab featuremegabigbug2009-10-171-33/+36
|/
* add an action to refresh thumbnailsmatgic782009-10-161-0/+12
|
* i18n fixesAndrea Diamantini2009-10-161-1/+1
|
* removed bugged closed tabs and implemented a simple tab switchAndrea Diamantini2009-10-161-9/+20
|
* some fixes on preview home page mechanismAndrea Diamantini2009-10-161-5/+19
|
* no really need to refresh thumnbs. If you really wanna so, you can doAndrea Diamantini2009-10-151-8/+6
| | | | from clear cached data :)
* Fixing code of PluginFactory + PreviewImage.Andrea Diamantini2009-10-151-18/+4
| | | | In this way, we don't need to pass *ALL* the QStringList(s)..
* favorites managementmatgic782009-10-141-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 Diamantini2009-10-081-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 Diamantini2009-10-061-4/+9
|
* (Again) preparing PreviewImage for right mouse click manageAndrea Diamantini2009-10-061-2/+12
|
* I apologize for this. As said, I use no mouse and I couldn'tAndrea Diamantini2009-10-061-12/+2
| | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850.
* - Cleaning mouse gesture managementsAndrea Diamantini2009-10-041-2/+12
| | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage
* Fixing Application::homePage behaviourAndrea Diamantini2009-10-021-0/+1
|
* Code fixes in the homepageAndrea Diamantini2009-10-011-3/+3
| | | | also changed history && bookmarks layout (we need just icons there)
* Cleaning thumbs cacheAndrea Diamantini2009-09-301-1/+10
|
* BIG BIG commitAndrea Diamantini2009-09-301-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 bunchAndrea Diamantini2009-09-291-1/+2
|
* Load on click (links on previews)Andrea Diamantini2009-09-291-0/+10
|
* rekonq 0.2.59Andrea Diamantini2009-09-201-1/+0
| | | | A lot of merged code and some trivial bug fixed
* Fixing loading previewAndrea Diamantini2009-09-201-5/+12
| | | | | | | busywidget image provided by AdriĆ :) with Pano's intercession. Many thanks!
* Faster loading..Andrea Diamantini2009-09-181-7/+20
|
* It finally works!Andrea Diamantini2009-09-181-5/+10
| | | | Need some fixes to be merged..
* LAST BRANCH (promised!!)Andrea Diamantini2009-09-181-0/+49
first commit here. We have the homepage classes