summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cleaning home :)Andrea Diamantini2009-11-1311-26/+27
| | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better
* Moved data dir to srcAndrea Diamantini2009-11-1319-2/+2
|
* Moving to KWebPage (page) actionsAndrea Diamantini2009-11-131-53/+19
|
* KIO cache settingsAndrea Diamantini2009-11-131-1/+11
|
* comments --Andrea Diamantini2009-11-131-3/+0
|
* Moving to kdewebkit.Andrea Diamantini2009-11-1316-379/+30
| | | | First step
* Finally remembered to fix urlbarAndrea Diamantini2009-11-131-1/+1
|
* This hack seems solve the about: protocol loading problemAndrea Diamantini2009-11-133-3/+9
| | | | | also in Qt 4.6. Hope it works really well :)
* Fixing about: protocol loading.Andrea Diamantini2009-11-112-12/+4
| | | | | | And removing MouseMoveEvent check. I have to point out that this fix works just with Qt 4.5
* Show clear button in history panel filter line editDomrachev Alexandr2009-11-101-0/+1
|
* rekonq 0.2.95Andrea Diamantini2009-11-101-1/+1
| | | | Again, some fixes on the road to rekonq 0.3
* switching back from rekonq: protocol to about: oneAndrea Diamantini2009-11-107-26/+26
| | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select
* Changing homepage.* --> newtabpage.* and fixing APIAndrea Diamantini2009-11-106-39/+44
|
* warning addedAndrea Diamantini2009-11-101-0/+1
|
* removing unuseful kDebug callsAndrea Diamantini2009-11-109-27/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-1016-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 itAndrea Diamantini2009-11-108-59/+47
|
* Safer Application::mainWindow() call. No 0 return..Andrea Diamantini2009-11-101-1/+2
|
* Setting m_url in the ctor. Seems safer :)Andrea Diamantini2009-11-091-4/+4
|
* Changed loadUrl behaviour to let rekonq being more UI responsiveAndrea Diamantini2009-11-081-34/+34
| | | | and try fixing UI spared hangs
* String changesAndrea Diamantini2009-11-062-8/+9
| | | | From ChussLove "ilic"
* This should fix bookmarks toolbar crash on adding a new bookmark.Andrea Diamantini2009-11-051-6/+9
| | | | At least it shouldn't be dangerous.. :)
* rekonq 0.2.92Andrea Diamantini2009-11-051-1/+1
| | | | | | - rekonq as a kdeinit executable - first unit tests added - a couple of bugs fixed
* const char* --> QLatin1StringAndrea Diamantini2009-11-051-2/+2
|
* crash on loading links from homepage when no internet connectionAndrea Diamantini2009-11-051-0/+7
| | | | fix
* Merge branch 'AutoTests'Andrea Diamantini2009-11-0511-14/+679
|\
| * Trivial MainView TestAndrea Diamantini2009-11-037-16/+477
| | | | | | | | and now we have two.. :)
| * Finally... unit tests!!Andrea Diamantini2009-11-025-1/+205
| | | | | | | | | | First test is trivial, but it's a test (tabbar test). And now we have it!
| * Compiling rekonq as a kdeinit executableAndrea Diamantini2009-11-022-8/+8
| |
* | Merge commit 'refs/merge-requests/1986' of ↵Andrea Diamantini2009-11-031-0/+0
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1986
| * | Added screenshot for docbookshadeslayer2009-11-021-0/+0
| | |
* | | Merge branch 'TT'Andrea Diamantini2009-11-032-15/+13
|\ \ \ | |/ / |/| / | |/
| * source fixesAndrea Diamantini2009-11-022-15/+13
| |
* | Ctrl --> AltAndrea Diamantini2009-11-021-1/+1
|/
* Lueck fixes on KDE SVN. Thanks :)Andrea Diamantini2009-11-021-14/+19
|
* The changes discussed with Lionel to mr 1948Andrea Diamantini2009-10-301-1/+1
|
* Merge commit 'refs/merge-requests/1948' of ↵Andrea Diamantini2009-10-301-4/+5
|\ | | | | | | git://gitorious.org/rekonq/mainline into new1948
| * homepage fixes:megabigbug2009-10-281-4/+5
| | | | | | | | | | more space between items in the navigation bar better vertical alignment of previews
* | rekonq 0.2.91Andrea Diamantini2009-10-291-1/+1
| | | | | | | | | | | | - 3 bugs fixed - improved WebPage - Fixes on motification popup
* | Fixing tabbar crash on closeAndrea Diamantini2009-10-291-0/+4
| | | | | | | | BUG: 212219
* | Merge commit 'refs/merge-requests/1947' of ↵Andrea Diamantini2009-10-291-1/+1
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1947
| * | fix maximal popup widthmegabigbug2009-10-281-1/+1
| |/
* | Merge commit 'refs/merge-requests/1946' of ↵Andrea Diamantini2009-10-292-3/+6
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1946
| * | a small delay before hide popupmegabigbug2009-10-282-3/+6
| |/
* | Fixing hide/show tab bar and flickering new tabs.Andrea Diamantini2009-10-295-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 KWebKitAndrea Diamantini2009-10-292-2/+15
| |
* | icefox hints on webpage usage.. :DAndrea Diamantini2009-10-293-52/+2
|/
* rekonq 0.2.900.2.90Andrea Diamantini2009-10-282-3/+3
| | | | first 0.30 beta release
* Let Action Collection read settingsAndrea Diamantini2009-10-281-0/+4
|
* Saving on changesAndrea Diamantini2009-10-281-1/+2
|