History log of /haiku/src/apps/packageinstaller/InstalledPackageInfo.cpp
Revision Date Author Comments
# 44507374 11-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

PackageInstaller: More cleanup and code simplifications


# 65cd35f0 28-Dec-2010 Ryan Leavengood <leavengood@gmail.com>

CID 9916 and 9917: initialize fSpaceNeeded.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40013 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1edc8258 03-May-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by sil2100:
* Avoid showing read-only volumes as possible installation targets.
* Mark the menu item for the first suitable volume that was found.
* Removed no more needed debug output.

Fixes #5231. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 714c386a 15-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

packageinstaller:
* Reworded info_prepare() for clarity.
* info_get_package_version() and info_get_package_name() were returning
memory from a local variable. They return an error code now, possibly
from info_prepare().

installedpackages:
* Simplifications and refactoring.
* Improve the layout of the interface (using layout management).
* Fix coding style issues.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28145 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bf86f099 13-Jan-2008 Jérôme Duval <korli@users.berlios.de>

style cleanup


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23501 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 22df5cfa 15-Oct-2007 Axel Dörfler <axeld@pinc-software.de>

Fixed warnings, minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22569 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 44f919da 12-Oct-2007 Ryan Leavengood <leavengood@gmail.com>

Adding Łukasz Zemczak's package installer to our tree. This was his Google
Summer of Code project. Thanks for your work Łukasz and I hope we can see
more work from you.

Still to do:
- Create an icon.
- Add pkg files to the MIME database with PackageInstaller as the default
handler. The rdef here has the MIME type name for the pkg format should
anyone else choose to add it :)
- Support for running scripts included with packages.
- Testing various different packages.
- Fixing problems in the Haiku GUI layout system which affect the code used
for various parts of the installer GUI (please bear with the commented out
code for now.)
- Adding this to the image.

Tomorrow I will add Łukasz's InstalledPackages utility which can be used to
view installed packages and uninstall them.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22525 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4450737441e20843ab545054d9a2f4accd2242b0 11-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

PackageInstaller: More cleanup and code simplifications


# 65cd35f0cbbe92afcc020cdf8eb50e574088bfa4 28-Dec-2010 Ryan Leavengood <leavengood@gmail.com>

CID 9916 and 9917: initialize fSpaceNeeded.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40013 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1edc8258ef0f7d74fb723e4bd3de137a62889bc6 03-May-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by sil2100:
* Avoid showing read-only volumes as possible installation targets.
* Mark the menu item for the first suitable volume that was found.
* Removed no more needed debug output.

Fixes #5231. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 714c386ac3626b092f9479bf5be38d8820e6a32b 15-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

packageinstaller:
* Reworded info_prepare() for clarity.
* info_get_package_version() and info_get_package_name() were returning
memory from a local variable. They return an error code now, possibly
from info_prepare().

installedpackages:
* Simplifications and refactoring.
* Improve the layout of the interface (using layout management).
* Fix coding style issues.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28145 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bf86f09912b25c4494f2e1b40462590910d118b1 13-Jan-2008 Jérôme Duval <korli@users.berlios.de>

style cleanup


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23501 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 22df5cfa2fbead62f5a78e4ebb8478f2aedd700a 15-Oct-2007 Axel Dörfler <axeld@pinc-software.de>

Fixed warnings, minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22569 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 44f919da9afa25ffd54e29c6f64cfba20e41f34f 12-Oct-2007 Ryan Leavengood <leavengood@gmail.com>

Adding Łukasz Zemczak's package installer to our tree. This was his Google
Summer of Code project. Thanks for your work Łukasz and I hope we can see
more work from you.

Still to do:
- Create an icon.
- Add pkg files to the MIME database with PackageInstaller as the default
handler. The rdef here has the MIME type name for the pkg format should
anyone else choose to add it :)
- Support for running scripts included with packages.
- Testing various different packages.
- Fixing problems in the Haiku GUI layout system which affect the code used
for various parts of the installer GUI (please bear with the commented out
code for now.)
- Adding this to the image.

Tomorrow I will add Łukasz's InstalledPackages utility which can be used to
view installed packages and uninstall them.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22525 a95241bf-73f2-0310-859d-f6bbb57e9c96