History log of /haiku/src/apps/installer/InstallerApp.cpp
Revision Date Author Comments
# 789bcfd8 23-Jan-2022 Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>

Update own credits/copyrights

Change-Id: Ia28784e1c8d534df3946693c850e176c75c5d99a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4882
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>


# b05b0c1c 14-Sep-2020 Panagiotis Vasilopoulos <hello@alwayslivid.com>

Installer: Fixed installer

- InstallerWindow.cpp announces a message with a boolean that defines whether the install has been completed. That boolean will define InstallerApp.cpp's behavior.
- Changed the method that was used (unsuccessfully) to open FirstBootPrompt within the Installer itself, upon quitting.

Change-Id: Ibbba2f0ee3b79e091032294afcb3ed404e898f5c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3218
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 058e754b 09-Sep-2020 Panagiotis Vasilopoulos <hello@alwayslivid.com>

Installer: Return to FirstBootPrompt instead of rebooting when exiting

- Changed flow of installation process. Exiting the installer will only result in a reboot if the installation has been completed, rather than forcing the user to reboot after initiating the installation process.
- Adjusted wording of selected strings and increased consistency.

Change-Id: If35b838038c31f4c25fc64eef5b476771020cad6
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3200
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 6a40fd89 23-Jul-2020 Panagiotis Vasilopoulos <hello@alwayslivid.com>

Cleaned up InstallerApp

- Removed outdated, unused EULA text
- Removed unused BAboutWindow instance
- Changed instance name from 'theApp' to 'installer'

Change-Id: I6b8e078dc6e469df4cd2f254ccab719c061561d8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3066
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 53db2fc8 04-Feb-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Installer: Missing break

Leading to opening two Installer windows after closing EULA.

Thanks to Diver for reporting!


# dcee1c8c 03-Feb-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Installer: do not Quit() the EULA window directly

Fixes #15021.


# 353af6bf 23-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

Installer: reboot after install, don't shutdown.


# 76fb7c29 10-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

Installer: Unblock CD tray, and eject it, shutdown on quit.

* This was done in the Bootscript.cd before, but now the Installer
does it directly, but only in case the Deskbar is not running.


# e13de872 18-Dec-2013 Freeman Lou <freemanlou2430@Yahoo.com>

Installer: closing EULA with Alt-W continues to main app

* Shortcut issue - closing EULA window with Alt-W continues to main
application window instead of sticking windowless application in
the Deskbar tasks list. The idea is closing only the one window
of two;
* Fixes #9982.

- GCI 2013


# 106b257e 17-Oct-2013 Adrien Destugues <pulkomandy@pulkomandy.tk>

Revert hrev46245

* Quitting the Installer when the user clicks "Continue" isn't what we want.


# 96cb5c35 16-Oct-2013 Philippe Saint-Pierre <stpere@gmail.com>

fix #9982: make installer quit when alt+w in eula window


# 1565964a 03-Jan-2013 Matt Madia <mattmadia@gmail.com>

Show Installer on all workspaces when Tracker isn't running.

This applies to the EULA window as well. Addresses #9287:comment:5


# 87d333ee 02-Jan-2013 Matt Madia <mattmadia@gmail.com>

Make the EULA and Installer appear on all workspaces.

Fixes #9287


# 630404be 02-Jan-2013 Matt Madia <mattmadia@gmail.com>

Automatic white space cleanup. No functional change.


# aed35104 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


# 13116192 08-Jun-2012 Humdinger <humdingerb@gmail.com>

Small correction to heading 2.1 in Installer text


# 931b441f 04-Jun-2012 Humdinger <humdingerb@gmail.com>

Added info on configuring GRUB via os-prober, see #8578.


# 546208a5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 5dcd3cd1 22-Dec-2011 Hannah Boneß <hannah@animux.de>

Update layout building code in misc. apps (GCI 2011 task).

Replace the use of old-style BGroupLayoutBuilder and BGridLayoutBuilder with new, templatized BLayoutBuilder::Group<> etc.. in the following apps:

* CharacterMap
* Installer
* Mediaplayer
* Screenshot

This work was done for GCI 2011 by Hannah Boneß. Thanks Hannah!


# a3e6f7e1 18-Nov-2010 Joachim Seemer <humdingerb@googlemail.com>

Split the massive EULA text into paragraphs to ease translations. Does the HTA site update automatically?

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


# 3fa60838 20-Oct-2010 Joachim Seemer <humdingerb@googlemail.com>

Added instructions for adding Haiku to grub2. Fixes #6031.

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


# be8fa2fb 02-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Update all applications in tree to use the new localizing system
* Remove the old one from the locale librairy, with some cleanup
Known regressions :
* readonlybootprompt will no longer update the locale settings : the
method used messed with internal undocumented things
* external localized apps (webpositive for example) will not run
anymore.


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


# 4eb0cbb0 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# e904ecc9 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# 37895b5d 11-Mar-2010 Joachim Seemer <humdingerb@googlemail.com>

The bold title in Installer's about window encompassed a few letters of the regular text. Fixes #5555. Thanks diver.

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


# 94710434 21-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Removed no longer needed header.


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


# 4a2da425 20-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

* Applied localization to the Installer.
* Some coding style fixes along the way.
* Added German translation.

NOTE: The Installer will have to offer a way to change the current locale! So
any translations which are done at this point will have to receive one more
update after I added this feature.

NOTE2: There is something wrong with generating catalogs and the update-all
jam target. If you don't do a clean build, the build won't run through, but it
is enough to build for example an image and then run update-all on your actual
partition profile.


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


# 7974d3dc 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


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


# e9953d08 30-Sep-2009 Jonas Sundström <jonas@kirilla.com>

Standardize on BWindow::CenterOnScreen().

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


# 89c00732 14-Aug-2009 Joachim Seemer <humdingerb@googlemail.com>

Corrected some typos in the 'EULA' of InstallerApp.cpp.

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


# 9b4593e3 28-Jul-2009 Stephan Aßmus <superstippi@gmx.de>

* Fixed some problems of the dynamic layout, basically, the upper part of the
window will now stay fixed when you expand the optional packages and collapse
them again.
* Updated the text about having prepared a partition, since we can now indeed
create and delete partitions.


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


# 42da6c96 26-Apr-2009 Marcus Overhagen <marcusoverhagen@gmail.com>

Spelling fix. Reported by karlvd. Thanks.


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


# 7a65816a 24-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

* Tweaked text here and there (also thanks to Alexandre for proof-reading!)
* Renamed _UpdateMenus() to _UpdateControls().


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


# 3ac4a739 24-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Now showing "important information before installing". It mentions that you
should already have a partition ready and also offers some info on integrating
Haiku into a GRUB boot menu.


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


# 7ff74a7b 23-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

* Converted to use layout-management.
* New logo specific to R1 Alpha/1.
* "Setup Partitions" is now always visible, since it will most likely be
required to prepare a partition for installation anyways.
* The optional packages are still in the GUI, but are collapsed by default as
before. As there are currently no optional packages, a message will be
displayed if no optional packages are found on the source partition.
* The default label for the "Onto" popup is now "Please choose target" instead
of the first partition found, even though it is not actually selected yet.
* The EULA window is still shown, but it's not based on a BAlert anymore.
* Only make main window non-minimizable if the Deskbar is not running
(untested).
* Style cleanup.


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


# 52e59b29 24-Jan-2009 Jérôme Duval <korli@users.berlios.de>

Improves the EULA alert look (bug #3321)


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


# 53ad1814 07-Jun-2008 Jérôme Duval <korli@users.berlios.de>

* show EULA before the Installer window
* this fixes #2332


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


# 9f3d8cb6 12-May-2007 Jérôme Duval <korli@users.berlios.de>

code style update
now mount the target partition before copying


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


# 1f8b22ef 22-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed some more application signatures and version info, and made them all consistent.


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


# b461fb1d 18-Oct-2005 Jérôme Duval <korli@users.berlios.de>

added a haiku logo from stippi, thanks!
enlarged the window
improves widget placement


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


# 35d3acb2 21-Sep-2005 Jérôme Duval <korli@users.berlios.de>

added an EULA, etc ...


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


# d98ceebb 21-Sep-2005 Jérôme Duval <korli@users.berlios.de>

fix my name encoding
added a few comonents


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


# 8b7c3f78 20-Sep-2005 Jérôme Duval <korli@users.berlios.de>

fixed screen positioning


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


# 6ffb6a6e 20-Sep-2005 Jérôme Duval <korli@users.berlios.de>

added a skeleton for Installer


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


# 353af6bf04ebc20f85c238cbfbc82acf132d762c 23-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

Installer: reboot after install, don't shutdown.


# 76fb7c29e06b74e23ca1e32953c7869de36a506e 10-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

Installer: Unblock CD tray, and eject it, shutdown on quit.

* This was done in the Bootscript.cd before, but now the Installer
does it directly, but only in case the Deskbar is not running.


# e13de87284afabbe78a77d8ef205544307f8ac05 18-Dec-2013 Freeman Lou <freemanlou2430@Yahoo.com>

Installer: closing EULA with Alt-W continues to main app

* Shortcut issue - closing EULA window with Alt-W continues to main
application window instead of sticking windowless application in
the Deskbar tasks list. The idea is closing only the one window
of two;
* Fixes #9982.

- GCI 2013


# 106b257eddd46771eb79f5409ccf509aac2f80d5 17-Oct-2013 Adrien Destugues <pulkomandy@pulkomandy.tk>

Revert hrev46245

* Quitting the Installer when the user clicks "Continue" isn't what we want.


# 96cb5c35a307487a9b53348f8947068ffc32e392 16-Oct-2013 Philippe Saint-Pierre <stpere@gmail.com>

fix #9982: make installer quit when alt+w in eula window


# 1565964a118a8c28bfa98ce6347ffdf22c2f1446 03-Jan-2013 Matt Madia <mattmadia@gmail.com>

Show Installer on all workspaces when Tracker isn't running.

This applies to the EULA window as well. Addresses #9287:comment:5


# 87d333ee131f27cbab8bac9ee778865efba69fb6 02-Jan-2013 Matt Madia <mattmadia@gmail.com>

Make the EULA and Installer appear on all workspaces.

Fixes #9287


# 630404be03b9422bc35c437ade7cba21142138a1 02-Jan-2013 Matt Madia <mattmadia@gmail.com>

Automatic white space cleanup. No functional change.


# aed35104852941f0f6f3d1dcc5338b5f337d0a3c 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


# 131161928c79fdf5e4e3651ec01f496740602bb7 08-Jun-2012 Humdinger <humdingerb@gmail.com>

Small correction to heading 2.1 in Installer text


# 931b441f6388b776d8d5f10058425b3fccbdd6c9 04-Jun-2012 Humdinger <humdingerb@gmail.com>

Added info on configuring GRUB via os-prober, see #8578.


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 5dcd3cd1f3c99ccbc5884220e5069ec344628072 22-Dec-2011 Hannah Boneß <hannah@animux.de>

Update layout building code in misc. apps (GCI 2011 task).

Replace the use of old-style BGroupLayoutBuilder and BGridLayoutBuilder with new, templatized BLayoutBuilder::Group<> etc.. in the following apps:

* CharacterMap
* Installer
* Mediaplayer
* Screenshot

This work was done for GCI 2011 by Hannah Boneß. Thanks Hannah!


# a3e6f7e1df1e7c4fe0c9f5f2b24ba96964af8c4f 18-Nov-2010 Joachim Seemer <humdingerb@googlemail.com>

Split the massive EULA text into paragraphs to ease translations. Does the HTA site update automatically?

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


# 3fa608387d1477c7b9dd1235e9aeb4b7f06055c1 20-Oct-2010 Joachim Seemer <humdingerb@googlemail.com>

Added instructions for adding Haiku to grub2. Fixes #6031.

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


# be8fa2fb3088ab1921612b60f352dd9334b40b3d 02-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Update all applications in tree to use the new localizing system
* Remove the old one from the locale librairy, with some cleanup
Known regressions :
* readonlybootprompt will no longer update the locale settings : the
method used messed with internal undocumented things
* external localized apps (webpositive for example) will not run
anymore.


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


# 4eb0cbb044cf538f18c0d252934a5bcaa33bfd34 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# e904ecc93e45bd85db48cf9c78339ac478cf6e01 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# 37895b5d76ff8f98a85f3f8bfbd5b7b700a6fbbc 11-Mar-2010 Joachim Seemer <humdingerb@googlemail.com>

The bold title in Installer's about window encompassed a few letters of the regular text. Fixes #5555. Thanks diver.

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


# 94710434568831d4ba494c0d3e1ee117f1174fcf 21-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Removed no longer needed header.


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


# 4a2da42550e3178afd0d3d8d2860494819e0472d 20-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

* Applied localization to the Installer.
* Some coding style fixes along the way.
* Added German translation.

NOTE: The Installer will have to offer a way to change the current locale! So
any translations which are done at this point will have to receive one more
update after I added this feature.

NOTE2: There is something wrong with generating catalogs and the update-all
jam target. If you don't do a clean build, the build won't run through, but it
is enough to build for example an image and then run update-all on your actual
partition profile.


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


# 7974d3dcf39ce78e5885b481eee12e561ad6e096 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


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


# e9953d08dd2bcc039ea486525f3e465a6662c7ce 30-Sep-2009 Jonas Sundström <jonas@kirilla.com>

Standardize on BWindow::CenterOnScreen().

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


# 89c007327899b26646a45a85c0950c40f22f30f8 14-Aug-2009 Joachim Seemer <humdingerb@googlemail.com>

Corrected some typos in the 'EULA' of InstallerApp.cpp.

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


# 9b4593e3a05a777a0451d956f31954a16f6f1c90 28-Jul-2009 Stephan Aßmus <superstippi@gmx.de>

* Fixed some problems of the dynamic layout, basically, the upper part of the
window will now stay fixed when you expand the optional packages and collapse
them again.
* Updated the text about having prepared a partition, since we can now indeed
create and delete partitions.


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


# 42da6c963cab9fec2e6e9417c179fbdcc948177b 26-Apr-2009 Marcus Overhagen <marcusoverhagen@gmail.com>

Spelling fix. Reported by karlvd. Thanks.


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


# 7a65816a6490e1eaa3df0f46195e30c0938e0423 24-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

* Tweaked text here and there (also thanks to Alexandre for proof-reading!)
* Renamed _UpdateMenus() to _UpdateControls().


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


# 3ac4a7392e80d8a4f5bf997df8c59e992dc6e8eb 24-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Now showing "important information before installing". It mentions that you
should already have a partition ready and also offers some info on integrating
Haiku into a GRUB boot menu.


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


# 7ff74a7b9b10383fae7023e1871a53f98ded0d45 23-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

* Converted to use layout-management.
* New logo specific to R1 Alpha/1.
* "Setup Partitions" is now always visible, since it will most likely be
required to prepare a partition for installation anyways.
* The optional packages are still in the GUI, but are collapsed by default as
before. As there are currently no optional packages, a message will be
displayed if no optional packages are found on the source partition.
* The default label for the "Onto" popup is now "Please choose target" instead
of the first partition found, even though it is not actually selected yet.
* The EULA window is still shown, but it's not based on a BAlert anymore.
* Only make main window non-minimizable if the Deskbar is not running
(untested).
* Style cleanup.


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


# 52e59b292b312e5f62eed2e7a47ec0632ac24603 24-Jan-2009 Jérôme Duval <korli@users.berlios.de>

Improves the EULA alert look (bug #3321)


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


# 53ad1814cbc0e22ec7c6a82725cbe5f791205a5e 07-Jun-2008 Jérôme Duval <korli@users.berlios.de>

* show EULA before the Installer window
* this fixes #2332


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


# 9f3d8cb64fdbfd9b5ceff4e63669fdbb8dac0fc0 12-May-2007 Jérôme Duval <korli@users.berlios.de>

code style update
now mount the target partition before copying


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


# 1f8b22ef227c0ee004bdfc60e5a753e48e716258 22-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed some more application signatures and version info, and made them all consistent.


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


# b461fb1d4b16336f284c500d47e246c66b1d659a 18-Oct-2005 Jérôme Duval <korli@users.berlios.de>

added a haiku logo from stippi, thanks!
enlarged the window
improves widget placement


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


# 35d3acb250e7aa20c3c0a87320f228875645f81f 21-Sep-2005 Jérôme Duval <korli@users.berlios.de>

added an EULA, etc ...


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


# d98ceebb35211f124312984567d07db5a59bec7d 21-Sep-2005 Jérôme Duval <korli@users.berlios.de>

fix my name encoding
added a few comonents


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


# 8b7c3f785c06ceaebcaca70bec00f1ce5124e33a 20-Sep-2005 Jérôme Duval <korli@users.berlios.de>

fixed screen positioning


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


# 6ffb6a6e04ce28daa057598df4b5872bcf9ad9f1 20-Sep-2005 Jérôme Duval <korli@users.berlios.de>

added a skeleton for Installer


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