summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbase.cpp
Commit message (Expand)AuthorAgeFilesLines
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-311-1/+1
* Use qDebug instead of verbose.kh12012-01-171-8/+8
* internal config controls whether the maintenance tool can be run standaloneAlexander Lenhardt2012-01-101-0/+28
* improve parse arguments at operationrunnerTim Jenssen2011-12-151-1/+2
* fix the hack that uses cleanlooks under Ubuntu 11.10Tim Jenssen2011-12-131-5/+6
* try to hack around the ubuntu 11.10 problemTim Jenssen2011-12-121-0/+28
* Update to the latest and greatest...kh12011-11-291-13/+12
* Make it possible to set proxy factorys for the downloaders.kh12011-11-281-3/+3
* Cleanup.kh12011-11-281-2/+1
* Let the app parse the arguments again in gui mode.kh12011-11-281-3/+2
* Extend buffere size, move, add includes and defines.kh12011-11-231-0/+2
* Let the the gui application open a console on Windows.kh12011-11-231-44/+8
* added --version description to command-line helpAlexander Lenhardt2011-11-221-0/+2
* added command-line helpAlexander Lenhardt2011-11-221-0/+40
* Some replacements of QString::fromLatin1 with QLatin1String.hjk2011-11-211-1/+1
* Simplify KD* directory structure.hjk2011-11-211-2/+2
* Remove re-directing KD* header.hjk2011-11-211-2/+2
* have always output, even when not verboseNiels Weber2011-11-171-1/+1
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-8/+7
* Implement mechanism to update the maintenace tool.kh12011-10-041-0/+8
* Add some useful information about the installer base version.kh12011-09-301-9/+15
* Move these into private source files, Include cleanup.kh12011-09-301-60/+16
* fixed wrong argument, added missing word runTim Jenssen2011-09-151-1/+1
* we need the application object for some informations laterTim Jenssen2011-09-141-0/+1
* now an installer/maintenancetool can run operationsTim Jenssen2011-09-071-0/+8
* now we forward exceptions from script and queue slotsTim Jenssen2011-07-291-3/+37
* reduce and improve verbose outputTim Jenssen2011-07-191-3/+3
* Move the define to where it's used.kh12011-07-041-0/+2
* Keep the updater application as class member.kh12011-07-011-14/+0
* Rename files to match class name. Adjust includes.kh12011-06-201-1/+1
* Rename header/ source files to match class name.kh12011-06-151-2/+2
* Rename from Installer to PackageManagerCore.kh12011-06-141-35/+34
* Rename the class to better fit it's real purpose.kh12011-06-141-2/+2
* Keep a flag if we have do a no forced installion.kh12011-06-091-2/+2
* Merge branch 'master' into refactorkh12011-06-091-1/+0
|\
| * don't fail with unknown argumentsNiels Weber2011-06-091-1/+0
* | Only in case we run the installer use metadata as source.kh12011-06-081-2/+4
* | Remove unused function.kh12011-06-051-17/+0
* | The application object needs to be instantiated earlier.kh12011-05-181-1/+1
* | Merge branch 'master' into refactorkh12011-05-181-3/+3
|\|
| * Tha application object needs to be instantiated earlier.kh12011-05-181-3/+3
* | Merge branch 'master' into refactorkh12011-05-181-44/+34
|\|
| * Use our own parser for arguments.kh12011-05-181-51/+40
* | Always use TCP socket for communication.kh12011-05-171-4/+0
* | Add accessor functions. Small style changes. Doc update.kh12011-05-101-1/+1
* | Whitespace.kh12011-05-101-1/+1
* | Initial implementation of user defined repositories.kh12011-05-101-11/+24
* | Repositories are always "required" now.kh12011-05-091-3/+1
* | Remove superfluous function. Small cleanup.kh12011-04-201-1/+0
* | Cleanup, we might need to adjust the examples though.kh12011-04-121-1/+0