summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* STEP 1Andrea Diamantini2009-10-197-39/+93
| | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url
* Merge commit 'refs/merge-requests/1842' of ↵Andrea Diamantini2009-10-191-1/+7
|\ | | | | | | git://gitorious.org/rekonq/mainline into Mon4
| *-. Merge branches 'menuCosmetics', 'menuCosmetics2' and 'menuCosmetics3' into ↵matgic782009-10-181-0/+6
| |\ \ | | | | | | | | | | | | menuCosmeticsAll
| | | * set text for copy action in contexmenu to "Copy Text" to avoid confusion ↵matgic782009-10-181-0/+4
| | | | | | | | | | | | | | | | with copy link
| | * | add a separator beetween text and link actions in contextmenumatgic782009-10-181-0/+2
| | |/
| * | Add an icon to the "search with" contextmenu actionmatgic782009-10-181-1/+1
| |/
* | Warning addedAndrea Diamantini2009-10-191-0/+7
| |
* | Merge commit 'refs/merge-requests/1838' of ↵Andrea Diamantini2009-10-191-1/+1
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into Mon3
| * | fix a bug in default shortcut detection for urlsmatgic782009-10-181-1/+1
| |/
* | 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
| |/
* | Fixing tab close iconAndrea Diamantini2009-10-191-2/+2
| |
* | reintroduce and fix recently closed tab featuremegabigbug2009-10-177-66/+88
|/
* Merge commit 'refs/merge-requests/1827' of ↵Andrea Diamantini2009-10-161-6/+15
|\ | | | | | | git://gitorious.org/rekonq/mainline into MagicNoon4
| * show icons corresponding to homepage pages on tabsmatgic782009-10-161-3/+9
| |
| * arrow-right icon for urlbar when homepage shownmatgic782009-10-161-7/+10
| | | | | | | | because this icon says (for me at least) "please type your request here"
* | Merge commit 'refs/merge-requests/1826' of ↵Andrea Diamantini2009-10-162-0/+13
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into MagicNoon3
| * | add an action to refresh thumbnailsmatgic782009-10-162-0/+13
| |/
* | use the same bar string.Andrea Diamantini2009-10-161-1/+1
| | | | | | | | Pano, check them to choose the best...
* | Merge commit 'refs/merge-requests/1825' of ↵Andrea Diamantini2009-10-162-6/+12
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into MagicNoon2
| * | Show homepages titles on tabs ("favorites", "history"...)matgic782009-10-162-6/+12
| |/
* | Fixed pano issue about urlbar copy selectionAndrea Diamantini2009-10-162-15/+0
| |
* | Don't change my typed url...Andrea Diamantini2009-10-161-0/+7
|/
* i18n fixesAndrea Diamantini2009-10-162-6/+9
|
* rekonq 0.2.68Andrea Diamantini2009-10-162-2/+2
| | | | | "All tabs" actions instead of "closed tabs" one. Fixes in the homepage and in the history chain
* removed bugged closed tabs and implemented a simple tab switchAndrea Diamantini2009-10-166-47/+49
|
* some fixes on preview home page mechanismAndrea Diamantini2009-10-163-7/+21
|
* 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>
* rekonq 0.2.67Andrea Diamantini2009-10-152-2/+2
| | | | | | | | - simplified AccessManager (sweet, it's KIO based, now) - KDE proxy support - cleaning things and bugfixing - new tab button (hopefully works now) - THE beautiful new "Favorites Configuration" from matgic 78 (thanks!!!)
* Merge branch 'NewAccessManager'Andrea Diamantini2009-10-156-274/+0
|\
| * we are using KDE proxy settings (via KIO)Andrea Diamantini2009-10-146-274/+0
| | | | | | | | So we no more need our dialogs and error retrieving :)
* | Merge branch 'Button02'Andrea Diamantini2009-10-155-63/+56
|\ \
| * | little fix again..Andrea Diamantini2009-10-141-1/+0
| | |
| * | Another fix for the new tab button...Andrea Diamantini2009-10-145-62/+56
| |/ | | | | | | I'm starting hating it!!
* | cleaning code...Andrea Diamantini2009-10-151-2/+0
| |
* | 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-153-26/+18
| | | | | | | | In this way, we don't need to pass *ALL* the QStringList(s)..
* | Merge commit 'refs/merge-requests/1805' of ↵Andrea Diamantini2009-10-157-49/+241
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into matgic
| * | favorites managementmatgic782009-10-148-51/+245
| | | | | | | | | | | | | | | | | | | | | -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/1806' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2009-10-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Add WebBrowser category to "rekonq.desktop"Matthieu Gicquel2009-10-101-1/+1
| |/
* | rekonq 0.2.66Andrea Diamantini2009-10-132-2/+2
| | | | | | | | | | | | fixed icons, fixed shortcuts editor and actions KDE proxy system support
* | Proxy configuration dialogAndrea Diamantini2009-10-131-0/+9
| |
* | Merge commit 'refs/merge-requests/1772' of ↵Andrea Diamantini2009-10-138-198/+32
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into proxy
| * | Small fixes (const issue, single char issue, file not ending with a new ↵Dario Freddi2009-10-134-4/+7
| | | | | | | | | | | | | | | | | | line), and adding the correct schema to kconfigxt files Signed-off-by: Dario Freddi <drf@kde.org>
| * | Remove rekonq's custom proxy implementation to use KDE's proxy settings ↵Dario Freddi2009-10-135-194/+25
| | | | | | | | | | | | | | | | | | through KProtocolManager. This makes rekonq much more integrated withing KDE, as the user expects that changes in System Settings would take place everywhere. And it also leaves less code to maintain Signed-off-by: Dario Freddi <drf@kde.org>
* | | cosmetic...Andrea Diamantini2009-10-132-4/+4
| | | | | | | | | | | | | | | I really hate "bookmarks-organize" icon. Banned from rekonq!! The other changes follow..
* | | Saving shortcuts changeAndrea Diamantini2009-10-131-3/+6
| | |
* | | Actions reorganization. Now we can configure all them :)Andrea Diamantini2009-10-133-25/+42
|/ /