summaryrefslogtreecommitdiffstats
path: root/installerbuilder
Commit message (Expand)AuthorAgeFilesLines
* Fix crash while accessing a possible empty list.kh12011-07-141-3/+2
* make it look better on linuxNiels Weber2011-07-131-0/+5
* Small cleanup. No need for a second QFile.kh12011-07-121-6/+5
* Fix build on none windows platforms.kh12011-07-121-1/+2
* Make sure we can set the target file location.kh12011-07-125-44/+105
* Fix memory leak. Set parenthesis properly.kh12011-07-122-3/+4
* Process app events and invoke the signal queued.kh12011-07-122-1/+2
* Build fix for dynamic linkage.kh12011-07-114-6/+26
* Build fix on Windows.kh12011-07-111-1/+1
* introduce qt version registration for creator 2.3Maurice Kalinowski2011-07-115-3/+275
* Add a reset function to reset internal error handling.kh12011-07-083-1/+13
* Remove superfluos progress changed functionality.kh12011-07-065-36/+3
* Fix problem found by Maurice.kh12011-07-061-0/+2
* Skip the check for the components xml.kh12011-07-061-1/+1
* Cleanup. Use typedef. No functional change.kh12011-07-0626-235/+232
* Fix problem with showing wrong progress. Fake! :)kh12011-07-063-17/+10
* build fix on LinuxMaurice Kalinowski2011-07-061-1/+1
* Fix build on OSX.kh12011-07-051-0/+1
* Cleanup. Use typedef. No functional change intended.kh12011-07-052-46/+34
* Cleanup. Use typedef. No functional change intended.kh12011-07-052-60/+58
* Cleanup. Use typedef. Fix possible encoding problem.kh12011-07-052-35/+27
* Cleanup. Use typedef.kh12011-07-052-21/+22
* Cleanup. Use typedef. Fix possible wrong encoding.kh12011-07-052-28/+21
* Cleanup. Use the typedef, no functional change intended.kh12011-07-052-4/+4
* Cleanup. Use the typedef, no functional change intended.kh12011-07-052-18/+16
* Cleanup. Use the typedef, no functional change intended.kh12011-07-052-21/+19
* Cleanup. Use the typedef, no functional change intended.kh12011-07-052-53/+53
* Cleanup. Use the typedef, no functional change intended.kh12011-07-052-54/+54
* Cleanup. Use the typedef, otherwise no functional change.kh12011-07-052-38/+25
* Cleanup. Use the typedef, otherwise no functional change.kh12011-07-052-9/+9
* Cleanup. Use the typedef and add missing signal.kh12011-07-052-10/+11
* Remove superfluous forward declaration.kh12011-07-051-4/+0
* Cleanup. Use the typedef, otherwise no functional change.kh12011-07-052-6/+7
* Cleanup. Use the typedef, otherwise no functional change.kh12011-07-052-10/+6
* Cleanup. Use the typedef, otherwise no functional change.kh12011-07-053-150/+149
* Move constants into it's own file.kh12011-07-0510-38/+82
* Lower the impact of statics per compilation unit.kh12011-07-053-27/+25
* Hide the KDUpdater stuff behind typedefs.kh12011-07-057-95/+76
* Hide KDJob from public API.kh12011-07-056-11/+13
* Fix typo.kh12011-07-056-61/+61
* Operations -> OperationListkh12011-07-0510-25/+25
* Fix some includes, remove auto pointer.kh12011-07-054-11/+9
* Define some typedefs and hide the "Update"...kh12011-07-0410-128/+112
* Have only two function to fetch local and remote packages.kh12011-07-046-287/+297
* Remove superfluous includes and forward declarations.kh12011-07-041-19/+2
* Make copy constructor private.kh12011-07-041-0/+1
* There's no need to have a virtual here.kh12011-07-041-2/+2
* Remove semicolon.kh12011-07-042-2/+2
* Use typedef to hide the "Update" prefix, doesn't fit really.kh12011-07-044-9/+8
* Move the define to where it's used.kh12011-07-042-2/+2