summaryrefslogtreecommitdiff
path: root/src
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-1318-1/+289
|
* 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-1315-377/+28
| | | | 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
|
* 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.. :)
* const char* --> QLatin1StringAndrea Diamantini2009-11-051-2/+2
|
* crash on loading links from homepage when no internet connectionAndrea Diamantini2009-11-051-0/+7
| | | | fix
* 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
|
* source fixesAndrea Diamantini2009-11-022-15/+13
|
* 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-281-2/+2
| | | | first 0.30 beta release
* Let Action Collection read settingsAndrea Diamantini2009-10-281-0/+4
|
* Saving on changesAndrea Diamantini2009-10-281-1/+2
|
* Restoring CTRL + W shortcut (close tab)Andrea Diamantini2009-10-281-1/+10
|
* Merge commit 'refs/merge-requests/1938' of ↵Andrea Diamantini2009-10-282-28/+19
|\ | | | | | | git://gitorious.org/rekonq/mainline into 1938
| * One passivepopup: less flickering.lionelc2009-10-272-28/+19
| |
* | Merge commit 'refs/merge-requests/1936' of ↵Andrea Diamantini2009-10-282-1/+35
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into mr1936
| * | Shortcut in the URL bar to automatically add www. .com/.net/.org around a wordlionelc2009-10-272-1/+35
| |/
* | Fixing (?) close tab actionAndrea Diamantini2009-10-271-1/+1
| |
* | Changed tabbar signals to the KDE ones.Andrea Diamantini2009-10-273-42/+50
| | | | | | | | | | | | Implemented 2 slots to manage the menus and the actions. the "close tab" action is yet waiting for fix.
* | Merge commit 'refs/merge-requests/1882' of ↵Andrea Diamantini2009-10-272-4/+6
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into mr1882
| * fix tab preview sizelionelc2009-10-222-4/+6
| |
* | Merge commit 'refs/merge-requests/1925' of ↵Andrea Diamantini2009-10-271-1/+7
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into Tue1925
| * | add middle click action on favorite previewmegabigbug2009-10-261-1/+7
| | |
* | | Merge commit 'refs/merge-requests/1918' of ↵Andrea Diamantini2009-10-272-7/+8
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into Tue1918