summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/tabcontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some spelling errors.kh12011-09-081-3/+3
* Try to read installed packages only in non installer mode.kh12011-08-251-1/+1
* Remove stupid check. Return the proper core status.kh12011-08-241-8/+2
* disable some not working dependency code and splitted components()Tim Jenssen2011-07-211-1/+1
* Fix error handling for all user defined errors.kh12011-07-191-4/+8
* Hide KDJob from public API.kh12011-07-051-4/+2
* Have only two function to fetch local and remote packages.kh12011-07-041-2/+2
* Implement package management even if we can't reach the repo.kh12011-06-301-3/+13
* Remove some superfluous code.kh12011-06-291-3/+0
* If there are no updates, show this in the ui as well.kh12011-06-291-4/+10
* Add an error function and display it in the ui.kh12011-06-291-4/+16
* Rename header/ source files to match class name.kh12011-06-151-1/+1
* Rename from Installer to PackageManagerCore.kh12011-06-141-28/+27
* Rename the class to better fit it's real purpose.kh12011-06-141-2/+2
* Fix broken build after rename.kh12011-06-091-1/+1
* We need to fetch as long as we got packages.kh12011-06-051-33/+30
* Add convenient function.kh12011-06-051-0/+7
* Always ask to close the app, except for the finish page.kh12011-05-031-0/+4
* Shutdown the meta info job from installer.kh12011-04-201-4/+0
* Remove superfluous function. Small cleanup.kh12011-04-201-18/+9
* Always write the uninstaller.kh12011-04-191-8/+2
* Have a about to shutdown signal.kh12011-04-181-2/+1
* Reomove some superflous slots.kh12011-04-141-42/+3
* Emit the restart as late as possible.kh12011-04-141-29/+32
* Even if we can't reach the server, update the ui.kh12011-03-181-10/+17
* Factor out meta package retrieval.kh12011-03-171-4/+4
* Preselect should be done during fetch.kh12011-03-151-15/+0
* They need to be slots.kh12011-03-141-46/+47
* Major cleanup.kh12011-03-141-310/+64
* Replace InstallerMode with AllMode.kh12011-03-111-1/+1
* Make use of the new fetch all packages function.kh12011-03-111-13/+29
* Add missing signals.kh12011-03-101-4/+2
* Unify status values.kh12011-03-101-18/+18
* Rename. Also parse the locals component file.kh12011-03-101-9/+24
* Style cleanup. Put Updater into QInstaller namespace.kh12011-03-031-1/+1
* Do not hide the maintainance widgets during meta info update.kh12011-03-031-1/+4
* Some more work to have the a proper wizard updater intergration.kh12011-03-031-56/+86
* Make use of our new into page.kh12011-03-031-6/+10
* We would like to get rid of the tabbed ui.kh12011-03-031-7/+7
* Begin to turn the maintenance tool into a wizard as well.kh12011-03-031-86/+40
* There's really no need to have the intro page in the base installer gui.kh12011-03-031-5/+8
* Cleanup.kh12011-03-031-8/+10
* init commitTim Jenssen2011-02-211-0/+538