summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* FIxing conflictsAndrea Diamantini2009-11-1840-492/+434
|\ | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt
| * KIO download systemAndrea Diamantini2009-11-134-5/+20
| | | | | | | | ported to kdewebkit signals and functions
| * Connecting new KWebView signals to some proper slotsAndrea Diamantini2009-11-132-0/+11
| |
| * Fixes and improvements in rekonq web classesAndrea Diamantini2009-11-133-32/+36
| |
| * 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
* | Merge commit 'refs/merge-requests/2106' of ↵Andrea Diamantini2009-11-1811-28/+641
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into dev04merge
| * | made bookmarks searchablenehlsen2009-11-164-19/+85
| | |
| * | added bookmarks panel and model(read only atm)nehlsen2009-11-169-28/+575
| | |
* | | Activate Find with slash, too.Andrea Diamantini2009-11-181-2/+6
|/ / | | | | | | Never noticed this browser behaviour :D
* | Fixing "open in ne window" slotAndrea Diamantini2009-11-151-2/+6
|/
* 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
| |