summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common/binaryformat.h
Commit message (Collapse)AuthorAgeFilesLines
* Remaining whitespace, removal of empty destructors etc.hjk2011-11-211-4/+5
| | | | | Change-Id: I9f99ae71e832586432d6fc493a701c5d5d074d6a Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remove compressing resources and operations.kh12011-08-161-1/+1
| | | | | | | | | Causes way to much trouble during an update. Change-Id: I46ea549e5a6395d59182524570925843983c6954 Reviewed-on: http://codereview.qt.nokia.com/3007 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Operations -> OperationListkh12011-07-051-1/+1
|
* Define some typedefs and hide the "Update"...kh12011-07-041-7/+3
|
* Use typedef to hide the "Update" prefix, doesn't fit really.kh12011-07-041-1/+1
|
* Properly fix the use of the binary file raw pointer.kh12011-06-241-9/+10
| | | | | | | | | Make sure we pass the shared pointer around instead of the actual raw pointer, this makes sure it get's destroyed at the right point in time. As long as we run the installer, the binary stays read opened during the whole application run, while running the updater/ package manager/ uninstaller will close the binary as soon as we mapped all data.
* Proper variable naming.kh12011-06-241-5/+5
|
* Revert the revert commits as they do not fix the crash.kh12011-06-241-5/+0
| | | | | | I was trying to fix a crash in binary format handler that I thought was caused be removing these classes. Still this wasn't the case after some debugging, and, we really don't need them.
* Revert "Resolve TODO. Remove as it's not needed at all."kh12011-06-241-0/+5
| | | | This reverts commit fc936fe798cef701f1fde434eaf25b9a34ad96b1.
* Add convenient function.kh12011-05-301-0/+1
|
* Compress the resources as well.kh12011-05-241-0/+2
|
* Write the operations in compressed form.kh12011-05-241-1/+2
| | | | Save at least have the size of the binary data file.
* We need to keep the binary file in memory.kh12011-05-201-0/+1
| | | | | At some later point we map the resources into memory, but to access it the file needs to be opened still.
* Preparation to support a decoupled data file.kh12011-05-191-11/+28
|
* Add accessor functions. Small style changes. Doc update.kh12011-05-101-2/+7
|
* Resolve TODO. Remove as it's not needed at all.kh12011-05-041-5/+0
|
* Cleanup. Formating. Style changes.kh12011-04-211-148/+139
|
* Whitespaces.kh12011-04-211-3/+3
|
* Add marker that can represent other states then install/uninstall.kh12011-03-031-2/+3
|
* Make it compile with "namespaced" Qt.hjk2011-03-031-1/+0
| | | | Reviewed-by: Tim Jenssen
* init commitTim Jenssen2011-02-211-0/+208