Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keep trailing slashes (BUG 211913) | Andrea Diamantini | 2009-10-26 | 1 | -1/+1 |
| | | | | BUG: 211913 | ||||
* | version.h.cmake support | Andrea Diamantini | 2009-10-26 | 1 | -4/+4 |
| | |||||
* | Get rid (for 0.3 release) of shift + arrows scrolling feature. | Andrea Diamantini | 2009-10-26 | 2 | -106/+3 |
| | | | | Sorry, dudes. We have troubles with it :( | ||||
* | Commenting out not used (for 0.3 release) methods.. | Andrea Diamantini | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | memcheck fixes | Andrea Diamantini | 2009-10-26 | 3 | -1/+3 |
| | | | | rekonq looses 8 bytes + sizeof(KCompletion) weight :D | ||||
* | Added credits for Jon de Andres Frias | Andrea Diamantini | 2009-10-25 | 1 | -1/+6 |
| | |||||
* | comments | Andrea Diamantini | 2009-10-25 | 1 | -0/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/1904' of ↵ | Andrea Diamantini | 2009-10-25 | 4 | -61/+87 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into Lasts2 | ||||
| * | A better preview implementation: | megabigbug | 2009-10-25 | 4 | -61/+87 |
| | | | | | | | | | | 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. | ||||
* | | should fix bug 211782 | Andrea Diamantini | 2009-10-25 | 1 | -22/+32 |
| | | | | | | | | BUG: 211782 | ||||
* | | Ronny's close tab solution was better :) | Andrea Diamantini | 2009-10-25 | 1 | -4/+0 |
|/ | |||||
* | Fixing "Global" vs "standard" shortcuts. | Andrea Diamantini | 2009-10-25 | 1 | -1/+3 |
| | | | | | This come out discussing (without understanding ourselves :D) with Ronny Scholz | ||||
* | Forgot Dario.. (sorry) | Andrea Diamantini | 2009-10-25 | 1 | -0/+5 |
| | |||||
* | Fixing setting dimension | Andrea Diamantini | 2009-10-25 | 1 | -1/+1 |
| | |||||
* | forgot Rohan.. :D | Andrea Diamantini | 2009-10-25 | 1 | -1/+6 |
| | |||||
* | rekonq 0.2.72 | Andrea Diamantini | 2009-10-25 | 1 | -12/+22 |
| | | | | | | | | | this should go (perhaps) - Updated name authors && credits - removed (for now) bugged webview scrolling (shift + arrows problem) - fixed flickering popup - Added docs (Handbook, thanks to Rohan Garg) - bugfixing | ||||
* | Merge commit 'refs/merge-requests/1902' of ↵ | Andrea Diamantini | 2009-10-25 | 4 | -49/+40 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into Lasts1 | ||||
| * | A better popup implementation | megabigbug | 2009-10-24 | 4 | -49/+40 |
| | | |||||
* | | Just close tab on middle mouse click | Andrea Diamantini | 2009-10-25 | 2 | -0/+14 |
| | | |||||
* | | cloneTab patch | Andrea Diamantini | 2009-10-25 | 1 | -2/+9 |
| | | | | | | | | | | I could find references about this QtWebkit bug. But this patch surely has no downsides for us :) | ||||
* | | Last Krazy fixes | Andrea Diamantini | 2009-10-25 | 2 | -2/+2 |
| | | |||||
* | | Modified string as discussed with pano | Andrea Diamantini | 2009-10-24 | 1 | -1/+1 |
|/ | |||||
* | Merge commit 'refs/merge-requests/1895' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2009-10-24 | 2 | -8/+8 |
|\ | |||||
| * | String Fixes -> KDE HIG | Panagiotis Papadopoulos | 2009-10-23 | 1 | -2/+2 |
| | | |||||
| * | Fix strings -> KDE HIG | Panagiotis Papadopoulos | 2009-10-23 | 1 | -6/+6 |
| | | |||||
* | | popup Lionel's idea. In Italy we say "Capra e Cavoli" :D | Andrea Diamantini | 2009-10-24 | 1 | -6/+9 |
| | | |||||
* | | no shift + arrows scrolling actions for rekonq 0.3 | Andrea Diamantini | 2009-10-23 | 1 | -18/+3 |
| | | | | | | | | This to let shift + arrow selection to work properly | ||||
* | | Revert "CTRL has been promoted to rekonq favorite modifier..." | Andrea Diamantini | 2009-10-23 | 1 | -8/+7 |
|/ | | | | This reverts commit 6af8043ea81634d826508e2bbaf02cdeedd8cd7f. | ||||
* | CTRL has been promoted to rekonq favorite modifier... | Andrea Diamantini | 2009-10-23 | 1 | -7/+8 |
| | | | | :D | ||||
* | Krazy fixes for 0.2.71 | Andrea Diamantini | 2009-10-23 | 3 | -7/+6 |
| | |||||
* | rekonq 0.2.71 | Andrea Diamantini | 2009-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | This seems good :D bugfixing until Monday alpha release.. Here: - flickering link fix - some better code - external url opening and management fix - new startup options - (and obviously..) homepage fix | ||||
* | Me stupid.. (again)!! | Andrea Diamantini | 2009-10-23 | 1 | -5/+1 |
| | | | | | We have a newMainWindow function, use it instead of forcing the getter mainWindow() to create a new one... | ||||
* | What's overkilling? | Andrea Diamantini | 2009-10-23 | 3 | -12/+44 |
| | | | | | | | 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... | ||||
* | Fixing merge.. | Andrea Diamantini | 2009-10-23 | 2 | -6/+22 |
|\ | | | | | | | | | | | | | Merge commit 'refs/merge-requests/1889' of git://gitorious.org/rekonq/mainline into Fri9 Conflicts: data/home.html | ||||
| * | dynamic space between previews | megabigbug | 2009-10-22 | 1 | -2/+3 |
| | | | | | | | | previews centered | ||||
| * | modify previewImage size | megabigbug | 2009-10-22 | 1 | -4/+19 |
| | | | | | | | | center "add preview" button | ||||
* | | Merge branch 'StartRekonq' | Andrea Diamantini | 2009-10-23 | 10 | -132/+290 |
|\ \ | |||||
| * | | (LAST hopefully) BIG change (before 0.3) | Andrea Diamantini | 2009-10-22 | 10 | -132/+290 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.. | ||||
* | | | Merge commit 'refs/merge-requests/1884' of ↵ | Andrea Diamantini | 2009-10-23 | 1 | -0/+5 |
|\ \ \ | |/ / |/| | | | | | git://gitorious.org/rekonq/mainline into Fri2 | ||||
| * | | 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 | ||||
* | | 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 | 3 | -46/+1 |
|/ | | | | Matgic78 customizable favorites page is clearly better :D | ||||
* | rekonq 0.2.70 | Andrea Diamantini | 2009-10-21 | 1 | -1/+1 |
| | | | | | | | - webview scrolling - new contextual menu - some fixes - compiles (and links) on windows | ||||
* | Restored the "frame" sub menu | Andrea Diamantini | 2009-10-21 | 1 | -2/+8 |
| | | | | | we lose a bit in term of usability, but I think the submenu will help people to ustand that are "different" actions | ||||
* | Merge commit 'refs/merge-requests/1865' of ↵ | Andrea Diamantini | 2009-10-21 | 1 | -44/+54 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into ACTIONS | ||||
| * | Remove pages actions from text actions | megabigbug | 2009-10-20 | 1 | -44/+54 |
| | | |||||
* | | Fixing merge due to recent changes in master | Andrea Diamantini | 2009-10-21 | 1 | -4/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | Merge commit 'refs/merge-requests/1836' of git://gitorious.org/rekonq/mainline into NewHomePageSytle Conflicts: src/homepage.cpp | ||||
| * | | another homepage style | megabigbug | 2009-10-17 | 1 | -4/+4 |
| | | | |||||
* | | | Me stupid.. fixing tab previews! | Andrea Diamantini | 2009-10-21 | 2 | -9/+12 |
| |/ |/| | |||||
* | | Fix history actions update | Andrea Diamantini | 2009-10-20 | 1 | -1/+3 |
| | |