summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* improve create-test-installer.batTim Jenssen2011-08-171-10/+1
| | | | | | Change-Id: I56ff70468e767f9ba306aa83571db79e4cd167aa Reviewed-on: http://codereview.qt.nokia.com/3046 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* remove <Required> tagNiels Weber2011-08-172-2/+0
| | | | | | | | Change-Id: Idf74e199ba04b574380900c5838b654bb6d6d806 Reviewed-on: http://codereview.qt.nokia.com/3096 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* added const to method where possible and clean up the code(removed unused ↵Tim Jenssen2011-07-271-1/+1
| | | | | | methods) Reviewed-By: Niels Weber
* make the testapp compileTim Jenssen2011-07-252-2/+2
|
* fix sql loading in the static build caseTim Jenssen2011-07-141-5/+2
|
* Build fix for dynamic linkage.kh12011-07-111-1/+7
| | | | Review-by: Maurice Kalinowski, Niels Weber
* Have only two function to fetch local and remote packages.kh12011-07-042-2/+2
| | | | | | Move everything else into private and guess what to do on the run mode. This helps a lot on restart, as no packages need to be fetched again and no updates need to be rebuild.
* Remove superfluous includes and forward declarations.kh12011-07-041-0/+1
|
* Keep the updater application as class member.kh12011-07-013-13/+2
| | | | | | | | I can't see any reason to be able to set it from the outside, thus it makes no sense to have that functionality at all. To be able to work properly the app had to be set, but could be easily forgotten, leading to a crash later on. Re-parsing should be removed as well, will do it next.
* Rename files to match class name. Adjust includes.kh12011-06-201-1/+1
|
* Rename InstallerSettings to Settings.kh12011-06-201-1/+1
|
* Fix bug where we had to specify a column more then needed.kh12011-06-201-1/+1
|
* Rename header/ source files to match class name.kh12011-06-153-3/+3
| | | | Fix includes as well.
* Rename from Installer to PackageManagerCore.kh12011-06-145-28/+28
| | | | | Note: Might break on any other platform than windows, needs some more tests. No break on windows so far...
* Add one more constant.kh12011-06-101-2/+1
|
* Fix broken build after rename.kh12011-06-092-2/+2
|
* now we have a default tag which can contain true or scriptTim Jenssen2011-06-013-0/+12
|
* Style changes.kh12011-06-013-9/+9
|
* Keep the installer on the stack.kh12011-06-012-16/+19
|
* Init known operations as early as possible.kh12011-06-012-2/+3
|
* Adjust to fit the new component model.kh12011-06-012-62/+45
|
* Keep the dialog on the heap to see actual setting changes.kh12011-06-012-4/+7
|
* Cleanup. Style changes.kh12011-06-014-96/+90
|
* Cleanup. Style changes. Adjust to new fetch updates code.kh12011-06-012-64/+49
|
* Remove some superfluous includes. Style changes.kh12011-06-012-35/+25
|
* Style changes.kh12011-06-011-1/+1
|
* Cleanup. Compile the missing parts as well.kh12011-05-312-75/+86
| | | | Review-by: tjenssen
* Add missing files to make the testapp compile fully.kh12011-05-318-0/+855
| | | | Review-by: tjenssen
* Cleanup. Style changes.kh12011-05-311-83/+81
|
* Cleanup.kh12011-05-311-8/+11
|
* Merge branch 'master' into refactorkh12011-05-311-2/+2
|\ | | | | | | | | Conflicts: examples/testapp/componentselectiondialog.ui
| * Revert "added new registerqtv2operation"Tim Jenssen2011-05-061-1/+1
| | | | | | | | This reverts commit 10fe04128a5d848b22764989b4a0744d69efd903.
| * added new registerqtv2operationTim Jenssen2011-05-061-1/+1
| |
* | Make it compile again. Still does not work.kh12011-05-246-63/+70
| |
* | Move to the only place where it's still used.kh12011-05-163-0/+459
| |
* | Merge branch 'master' into refactorkh12011-04-123-0/+22
|\|
| * added some subcomponents to the example testapp(now with relative pathes)Tim Jenssen2011-04-123-0/+22
| |
* | Merge branch 'master' into refactorkh12011-04-121-1/+1
|\| | | | | | | | | Conflicts: installerbuilder/libinstaller/qinstallercomponent.cpp
| * improve test installer creationTim Jenssen2011-04-111-1/+1
| |
| * reduced deprecate warning from qmakeTim Jenssen2011-03-241-1/+1
| |
* | Fix depricated warning.kh12011-03-231-1/+1
| |
* | Always pass the mode so we get the right components.kh12011-03-161-1/+1
|/
* moved some directories and adjusted the READMETim Jenssen2011-03-0942-1793/+13
| | | | | - also removed some unused projects under examples(updater, updaterplugin) - adjusted pro files to the new structure
* init commitTim Jenssen2011-02-2156-0/+2309