summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | rekonq version number updatingAndrea Diamantini2009-06-032-2/+2
| |_|_|_|/ |/| | | |
* | | | | new cookie management system. That (hopefully) works well..;)Andrea Diamantini2009-06-035-120/+36
| | | | |
* | | | | Fixing CMakelists and close buttonsAndrea Diamantini2009-06-033-3/+4
| | | | |
* | | | | const char[]Andrea Diamantini2009-06-031-2/+3
| | | | |
* | | | | Porting to KDE classes. It doesn't work well, for now..Andrea Diamantini2009-06-031-56/+77
| | | | |
* | | | | Added FILES fileAndrea Diamantini2009-06-032-1/+44
| | | | |
* | | | | Fixing Ui dimensionAndrea Diamantini2009-06-032-49/+7
| | | | |
* | | | | Fixing Ui cookies dimAndrea Diamantini2009-06-036-54/+95
| | | | |
* | | | | Fixing Compilation. Going to feature improvementsAndrea Diamantini2009-06-037-45/+18
| | | | |
* | | | | wrong file name..Andrea Diamantini2009-06-032-0/+0
| | | | |
* | | | | Cookie System Refactoring. Step 1..Andrea Diamantini2009-06-036-405/+455
| | | | |
* | | | | removed unuseful commentsAndrea Diamantini2009-06-031-6/+0
| | | | |
* | | | | (hopefully) last Ui fixesAndrea Diamantini2009-06-033-69/+89
| | | | |
* | | | | Ui Fixed. Go to next step..Andrea Diamantini2009-06-032-52/+58
| | | | |
* | | | | header fixing 2Andrea Diamantini2009-06-031-1/+7
| | | | |
* | | | | header fixingAndrea Diamantini2009-06-0311-14/+244
| | | | |
* | | | | 1st commit on cookie branch. Refactoring Ui classesAndrea Diamantini2009-06-038-332/+404
| | | | |
* | | | | updating .gitignoreAndrea Diamantini2009-06-031-2/+0
| | | | |
* | | | | History Dialog UI fixesAndrea Diamantini2009-06-022-1/+12
| | | | |
* | | | | Fixing (again) merge conflicts..Andrea Diamantini2009-06-0212-456/+73
|\ \ \ \ \
| * | | | | Moving guessUrlFromString function to Application classAndrea Diamantini2009-06-015-68/+67
| | | | | |
| * | | | | Removed unuseful download classesAndrea Diamantini2009-06-019-387/+2
| | | | | |
* | | | | | Porting history Ui to KDE..Andrea Diamantini2009-06-0211-259/+376
|/ / / / /
* | | | | Merge branch 'review/master'Andrea Diamantini2009-06-016-17/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "Changed the description of rekonq a bit and added a German ↵Andrea Diamantini2009-06-011-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translation of the" As explained in IRC, we cannot modify .desktop file directly This reverts commit 66d6f4261e23774ade86b9f472a53cd1ffadc538.
| * | | | Webkit -> WebKitPanagiotis Papadopoulos2009-05-241-2/+2
| | | | |
| * | | | Changed the description of rekonq a bit and added a German translation of thePanagiotis Papadopoulos2009-05-241-2/+3
| | | | | | | | | | | | | | | | | | | | description
| * | | | Changed a bit the description of rekonqPanagiotis Papadopoulos2009-05-241-1/+1
| | | | |
| * | | | More KDE HIG related string changesPanagiotis Papadopoulos2009-05-241-1/+1
| | | | |
| * | | | More KDE HIG related string changesPanagiotis Papadopoulos2009-05-241-2/+2
| | | | |
| * | | | More KDE HIG related string fixesPanagiotis Papadopoulos2009-05-241-3/+3
| | | | |
| * | | | Some string fixes to ensure compatibility with the KDE Human Interface ↵Panagiotis Papadopoulos2009-05-241-8/+8
| | |/ / | |/| | | | | | | | | | Guidelines
* | | | Fixed mainwindow conflictsAndrea Diamantini2009-05-2819-483/+536
|\ \ \ \ | | |_|/ | |/| |
| * | | cosmeticAndrea Diamantini2009-05-281-1/+3
| | | |
| * | | Using my own FindBar, for now..Andrea Diamantini2009-05-284-80/+61
| | | |
| * | | Fixing loadInNewTab slotAndrea Diamantini2009-05-281-2/+2
| | | |
| * | | working on error messages & openLinkInNewTab slotAndrea Diamantini2009-05-284-238/+61
| | | |
| * | | Lot of work to do in mainview. Removed status/tool/geometry change view signalsAndrea Diamantini2009-05-282-19/+4
| | | |
| * | | cosmeticAndrea Diamantini2009-05-281-12/+11
| | | |
| * | | Network Reply Error. STEP 2Andrea Diamantini2009-05-272-20/+28
| | | |
| * | | managing Network Reply Errors. STEP 1Andrea Diamantini2009-05-262-0/+102
| | | |
| * | | load AccessManager Proxy fixAndrea Diamantini2009-05-261-2/+3
| | | |
| * | | Fixing CompilationAndrea Diamantini2009-05-265-5/+7
| | | |
| * | | Working on adopting WebView search bar..Andrea Diamantini2009-05-252-3/+0
| | | |
| * | | WebkitKDE porting.Andrea Diamantini2009-05-254-169/+73
| | | | | | | | | | | | | | | | | | | | | | | | I'm working on a big refactoring of the webview/webpage classes. This is (obviously) a work in progress. Perhaps ~50% of the porting..
| * | | Fixing CMakelists.txt'sAndrea Diamantini2009-05-254-45/+57
| | | |
| * | | Refactored page/setNewPage KWebPage methodsAndrea Diamantini2009-05-253-25/+15
| | | |
| * | | no inline functions, as suggestedAndrea Diamantini2009-05-2510-35/+127
| | | |
| * | | Initial kdewebkit porting. STEP 1 DONEAndrea Diamantini2009-05-234-3/+12
| | | |
| * | | splitted web classesAndrea Diamantini2009-05-236-245/+354
| | | |