summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Qt SDK -> Installer FrameworkNiels Weber2012-01-3111-11/+11
| | | | | Change-Id: I143694ac2a62e3c0e2be003ffa0f7e37f00351a2 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-316-6/+6
| | | | | | Change-Id: I66340dbc1f2a5a38ed98d1ad406c22b594d92b6e Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* packages.xml -> package.xmlNiels Weber2012-01-251-0/+0
| | | | | Change-Id: Ib3e1058cd0b34350e9057d51e58804dbd1caf656 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Use qDebug instead of verbose.kh12012-01-171-4/+4
| | | | | | | The message handler now forwards everything to the verbosew riter anyway. Change-Id: I822f86e8f2e2e7690a3b855ed83199d2f41dc480 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Update the test app to use a proxy factory as well.kh12011-11-281-0/+19
| | | | | Change-Id: I35fe8570b12109254a31758141e4159518ed2ac5 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Simplify KD* directory structure.hjk2011-11-213-4/+4
| | | | | Change-Id: Ia6a4a9581873ada42aed3818d8fd2a4f41763f75 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remove re-directing KD* header.hjk2011-11-213-4/+5
| | | | | Change-Id: I840d5d7739161300b38ac9b77eaabb2840c9fe02 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-2/+2
| | | | | | | | | | | Remove default parameter from Repo ctor, lead already to confusion. Also add some more specific {get/set} repo functions, to be able to distinguish between the different kind of repositories (needed for setting dialog). Change-Id: I2c1e4d5377799f54e408a89785bdc5f01619f846 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
* Expand functions and fix type in connect.kh12011-10-131-4/+16
| | | | | | Change-Id: I50acaf92b711e7d2c5b310924d4b0a0ebd778091 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Fixed QTSDK-961Alexander Lenhardt2011-10-132-2/+2
| | | | | | | | | | | | - added support for version inheritance attributes to repogen - added version inheritance for components - 'inheritVersionFrom' attribute can be set for Version tags added support for version inheritance attributes to repogen Change-Id: I7e9a3a71620de2d8ffed0e0296b68f307304d9f6 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@nokia.com>
* Test app for download speed implementation.kh12011-10-103-1/+171
| | | | | | | Change-Id: I97d3048adc8d79bfc27fa2201579f881664b0c8a Reviewed-on: http://codereview.qt-project.org/6325 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* 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
| |