summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FIxing conflictsAndrea Diamantini2009-11-1841-495/+149
|\ | | | | | | | | | | | | 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-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
* | 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
* | | rekonq 0.3.00.3.0Andrea Diamantini2009-11-171-1/+1
| | |
* | | update INSTALL fileAndrea Diamantini2009-11-171-3/+2
|/ /
* | 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
|
* 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