Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing unuseful kDebug calls | Andrea Diamantini | 2009-11-10 | 9 | -27/+0 |
| | |||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 16 | -159/+158 |
| | | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) | ||||
* | fixing new mainWindow() behaviour, porting functions calling it | Andrea Diamantini | 2009-11-10 | 8 | -59/+47 |
| | |||||
* | Safer Application::mainWindow() call. No 0 return.. | Andrea Diamantini | 2009-11-10 | 1 | -1/+2 |
| | |||||
* | Setting m_url in the ctor. Seems safer :) | Andrea Diamantini | 2009-11-09 | 1 | -4/+4 |
| | |||||
* | Changed loadUrl behaviour to let rekonq being more UI responsive | Andrea Diamantini | 2009-11-08 | 1 | -34/+34 |
| | | | | and try fixing UI spared hangs | ||||
* | String changes | Andrea Diamantini | 2009-11-06 | 2 | -8/+9 |
| | | | | From ChussLove "ilic" | ||||
* | This should fix bookmarks toolbar crash on adding a new bookmark. | Andrea Diamantini | 2009-11-05 | 1 | -6/+9 |
| | | | | At least it shouldn't be dangerous.. :) | ||||
* | rekonq 0.2.92 | Andrea Diamantini | 2009-11-05 | 1 | -1/+1 |
| | | | | | | - rekonq as a kdeinit executable - first unit tests added - a couple of bugs fixed | ||||
* | const char* --> QLatin1String | Andrea Diamantini | 2009-11-05 | 1 | -2/+2 |
| | |||||
* | crash on loading links from homepage when no internet connection | Andrea Diamantini | 2009-11-05 | 1 | -0/+7 |
| | | | | fix | ||||
* | Merge branch 'AutoTests' | Andrea Diamantini | 2009-11-05 | 11 | -14/+679 |
|\ | |||||
| * | Trivial MainView Test | Andrea Diamantini | 2009-11-03 | 7 | -16/+477 |
| | | | | | | | | and now we have two.. :) | ||||
| * | Finally... unit tests!! | Andrea Diamantini | 2009-11-02 | 5 | -1/+205 |
| | | | | | | | | | | First test is trivial, but it's a test (tabbar test). And now we have it! | ||||
| * | Compiling rekonq as a kdeinit executable | Andrea Diamantini | 2009-11-02 | 2 | -8/+8 |
| | | |||||
* | | Merge commit 'refs/merge-requests/1986' of ↵ | Andrea Diamantini | 2009-11-03 | 1 | -0/+0 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1986 | ||||
| * | | Added screenshot for docbook | shadeslayer | 2009-11-02 | 1 | -0/+0 |
| | | | |||||
* | | | Merge branch 'TT' | Andrea Diamantini | 2009-11-03 | 2 | -15/+13 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | source fixes | Andrea Diamantini | 2009-11-02 | 2 | -15/+13 |
| | | |||||
* | | Ctrl --> Alt | Andrea Diamantini | 2009-11-02 | 1 | -1/+1 |
|/ | |||||
* | Lueck fixes on KDE SVN. Thanks :) | Andrea Diamantini | 2009-11-02 | 1 | -14/+19 |
| | |||||
* | The changes discussed with Lionel to mr 1948 | Andrea Diamantini | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/1948' of ↵ | Andrea Diamantini | 2009-10-30 | 1 | -4/+5 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into new1948 | ||||
| * | homepage fixes: | megabigbug | 2009-10-28 | 1 | -4/+5 |
| | | | | | | | | | | more space between items in the navigation bar better vertical alignment of previews | ||||
* | | rekonq 0.2.91 | Andrea Diamantini | 2009-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | - 3 bugs fixed - improved WebPage - Fixes on motification popup | ||||
* | | Fixing tabbar crash on close | Andrea Diamantini | 2009-10-29 | 1 | -0/+4 |
| | | | | | | | | BUG: 212219 | ||||
* | | Merge commit 'refs/merge-requests/1947' of ↵ | Andrea Diamantini | 2009-10-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1947 | ||||
| * | | fix maximal popup width | megabigbug | 2009-10-28 | 1 | -1/+1 |
| |/ | |||||
* | | Merge commit 'refs/merge-requests/1946' of ↵ | Andrea Diamantini | 2009-10-29 | 2 | -3/+6 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1946 | ||||
| * | | a small delay before hide popup | megabigbug | 2009-10-28 | 2 | -3/+6 |
| |/ | |||||
* | | Fixing hide/show tab bar and flickering new tabs. | Andrea Diamantini | 2009-10-29 | 5 | -75/+103 |
| | | | | | | | | | | That happened because of the code moving from mainview to tabbar (my fault) (tabbar cannot draw and be drawn..) | ||||
* | | imported userAgentFromUrl method from KWebKit | Andrea Diamantini | 2009-10-29 | 2 | -2/+15 |
| | | |||||
* | | icefox hints on webpage usage.. :D | Andrea Diamantini | 2009-10-29 | 3 | -52/+2 |
|/ | |||||
* | rekonq 0.2.900.2.90 | Andrea Diamantini | 2009-10-28 | 2 | -3/+3 |
| | | | | first 0.30 beta release | ||||
* | Let Action Collection read settings | Andrea Diamantini | 2009-10-28 | 1 | -0/+4 |
| | |||||
* | Saving on changes | Andrea Diamantini | 2009-10-28 | 1 | -1/+2 |
| | |||||
* | 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 | 2 | -28/+19 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into 1938 | ||||
| * | One passivepopup: less flickering. | lionelc | 2009-10-27 | 2 | -28/+19 |
| | | |||||
* | | Merge commit 'refs/merge-requests/1936' of ↵ | Andrea Diamantini | 2009-10-28 | 2 | -1/+35 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1936 | ||||
| * | | Shortcut in the URL bar to automatically add www. .com/.net/.org around a word | lionelc | 2009-10-27 | 2 | -1/+35 |
| |/ | |||||
* | | Fixing (?) close tab action | Andrea Diamantini | 2009-10-27 | 1 | -1/+1 |
| | | |||||
* | | Changed tabbar signals to the KDE ones. | Andrea Diamantini | 2009-10-27 | 3 | -42/+50 |
| | | | | | | | | | | | | Implemented 2 slots to manage the menus and the actions. the "close tab" action is yet waiting for fix. | ||||
* | | Updated RELEASE_HOWTO | Andrea Diamantini | 2009-10-27 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'refs/merge-requests/1882' of ↵ | Andrea Diamantini | 2009-10-27 | 2 | -4/+6 |
|\ \ | |/ |/| | | | git://gitorious.org/rekonq/mainline into mr1882 | ||||
| * | fix tab preview size | lionelc | 2009-10-22 | 2 | -4/+6 |
| | | |||||
* | | Merge commit 'refs/merge-requests/1925' of ↵ | Andrea Diamantini | 2009-10-27 | 1 | -1/+7 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into Tue1925 | ||||
| * | | add middle click action on favorite preview | megabigbug | 2009-10-26 | 1 | -1/+7 |
| | | | |||||
* | | | Merge commit 'refs/merge-requests/1918' of ↵ | Andrea Diamantini | 2009-10-27 | 2 | -7/+8 |
|\ \ \ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into Tue1918 | ||||
| * | | | fix arrow icon in the url bar | megabigbug | 2009-10-26 | 2 | -7/+8 |
| |/ / |