summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagergui.cpp
Commit message (Expand)AuthorAgeFilesLines
* License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* Update license headersIikka Eklund2015-12-291-4/+3
* Fix target directory check for reserved words on WindowsAndy Shaw2015-12-071-1/+1
* Doc: link from gui C++ docs to scripting docsLeena Miettinen2015-05-081-12/+25
* Fix crash on exit for Windows XP, VistaKai Koehne2015-04-091-12/+21
* Don't show "safety" space on Ready for install pageNiels Weber2015-03-131-1/+2
* Doc: Add docs for QInstaller::PackageManagerGui classesLeena Miettinen2015-02-251-3/+617
* Update CopyrightKai Koehne2015-02-181-7/+7
* Doc: add docs for arguments and return valuesLeena Miettinen2015-01-301-1/+1
* Doc: edited PackageManagerGui docsLeena Miettinen2015-01-291-5/+6
* Fix the invocation order of entering() and page callbackjkobus2015-01-271-2/+2
* Fix a crash in testDynamicPage of scriptengine testjkobus2015-01-231-0/+1
* Include application size only in case of installer.jkobus2015-01-201-1/+1
* Introduce InstallAction property for componentjkobus2015-01-191-1/+19
* Fix focus handling on the FinishedPagejkobus2015-01-161-36/+25
* Fix objects returned by gui methodsKai Koehne2015-01-081-20/+0
* Simplify registration of objects into script engineKai Koehne2015-01-071-7/+8
* Expose findChild, findChildren methods to JSKai Koehne2014-12-101-0/+20
* Add possibility to specify a control script.kh2014-12-101-13/+1
* IntroductionPage: Fix typosKai Koehne2014-12-101-6/+6
* Introduce a setting for Wizard default height / widthNiels Weber2014-12-091-0/+4
* Merge remote-tracking branch 'origin/1.6'Kai Koehne2014-12-081-6/+2
|\
| * Fix broken start menu directory handling.kh2014-11-281-6/+2
* | Fix possible null pointer access.kh12014-12-031-2/+4
* | Allow spaces in RunProgramArgumentsNiels Weber2014-11-171-3/+3
* | Update Controller documentation and dependent code.kh12014-11-121-1/+4
* | Check the full path for non ASCII characters + reorder checks.kh12014-11-061-39/+29
* | Fix wrong setting. Thx to Christoph for noticing.kh12014-11-051-1/+1
* | Small codingstyle fixNiels Weber2014-11-041-2/+2
* | Replace all occurrences of "can not" with "cannot"Niels Weber2014-10-311-1/+1
* | Make sure to remove all objects from script engine.kh12014-10-301-0/+4
* | Fix jenkins build bot compiler crash.kh12014-10-301-2/+2
* | Fix regression after porting to QJSEngine.kh12014-10-301-4/+50
* | Remove some I don't know what's this for stuff...kh12014-10-291-33/+0
* | Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* | Check for valid drive.kh12014-10-161-32/+57
* | Fix c++ documentation creation. Add, fix inline documentation.kh12014-10-081-6/+11
* | Make InstallerCalculator independent on PackageManagerCorePrivatekh12014-10-061-1/+1
* | Rewrite the component getter mess, remove superfluous methods.kh12014-10-061-1/+1
* | Implement progress indicator on taskbar on Windows.kh12014-09-111-1/+27
* | Minor style fix.kh12014-09-041-4/+5
* | Don't modify commitPage property, use setComplete insteadjkobus2014-08-281-18/+11
* | Show the details text box when dependencies are not met.jkobus2014-08-271-23/+24
* | Minor style change.kh12014-08-251-1/+1
* | Default to details on if verboseNiels Weber2014-07-251-0/+3
* | Toggle details on ReadyForInstallation page with verbose modeNiels Weber2014-07-251-17/+5
* | List disk space requirements prior to installationNiels Weber2014-07-231-0/+4
* | Don't allow \ in installpath on UnixNiels Weber2014-07-171-5/+10
* | Trim whitespace from targetdirectoryNiels Weber2014-07-141-1/+1
* | Allow HTML formatted license text to be used.kh12014-07-101-1/+1