summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-50/+11
| | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS
* drop Xpmac supportPascal Rigaux2004-08-051-7/+4
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-1/+1
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* perl_checker compliancePascal Rigaux2004-07-201-1/+1
|
* fix predicted time when there is an error installing packagesOlivier Blin2004-07-161-0/+3
|
* fix method_allows_medium_change calls (I suck)Olivier Blin2004-06-181-1/+1
|
* add and use install_any::method_allows_medium_changeOlivier Blin2004-06-181-1/+1
|
* in disk-iso install, automatically choose and change ISO images, according ↵Olivier Blin2004-06-181-11/+14
| | | | to their volume id and application id
* merge globetrotter support from MDK-10-branchThierry Vignaud2004-06-181-5/+5
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* meta_class server (PowerPack+) needs category WorkstationPascal Rigaux2004-03-241-0/+2
|
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
|
* don't force buttons a size related to $::windowwidth since this is no more ↵Guillaume Cottenceau2004-02-201-1/+1
| | | | used to size the main window (fixes missing Next button in vgahi), use a global $::real_windowwidth for sizings related to the main window
* allow to specify the Xnest wanted resolution with --vgaGuillaume Cottenceau2004-02-201-1/+1
|
* the text we give to set_markup should not contain raw "&"Pascal Rigaux2004-02-191-0/+1
| | | | | (occurs for "Any PS/2 & USB mice")
* when cancel is pressed, fix re-selecting unselected packagesPascal Rigaux2004-02-181-2/+1
| | | | | (callback_choices unneeded, cf rpmdrake)
* small cleanupPascal Rigaux2004-02-181-2/+2
|
* use modal windows during installPascal Rigaux2004-02-091-3/+1
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-081-1/+2
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* use mouse::change_mouse_live()Pascal Rigaux2004-02-061-12/+1
|
* rename $ugtk2::force_center used at install with $ugtk2::force_center_at_posPascal Rigaux2004-02-041-1/+1
| | | | | the boolean $ugtk2::force_center value used standalone is kept as before
* advertising:Guillaume Cottenceau2004-01-291-11/+6
| | | | | | | - support leftish and centered text - support arbitrary bold text with ml-like syntax <b>foo</b> in strings - simplify get_text_coord and unexport it, no one else than wrap_paragraph uses it nowadays
* remove arrows from previous/next buttons according to interface teamThierry Vignaud2004-01-161-2/+2
|
* fix individual package selection (was broken since 30 september...)Pascal Rigaux2004-01-151-3/+2
|
* formatList is imported, no need to get it in common::Pascal Rigaux2004-01-151-2/+2
|
* XFree4 during installPascal Rigaux2004-01-121-1/+1
|
* remove a few other SIG{__DIE__}Pascal Rigaux2004-01-091-3/+0
|
* allow X to restart after dying through X_move script, startkde also through ↵Guillaume Cottenceau2003-11-261-2/+2
| | | | startkde_move script
* cleanup Xfree server @options handlingPascal Rigaux2003-10-311-14/+11
|
* allow move to be launched in testing modeGuillaume Cottenceau2003-10-301-4/+6
|
* ensure we quit at once when we can't launche X server (I want toGuillaume Cottenceau2003-10-301-1/+1
| | | | | have "can't launche graphical mode :(" as last msg)
* log a bit more live mouse type changeGuillaume Cottenceau2003-10-301-1/+1
|
* don't use exit(), use _exit()Pascal Rigaux2003-10-231-1/+1
|
* misc optGuillaume Cottenceau2003-10-161-1/+1
|
* better disabling of anti-alias, fix non-fb based start of drakx (amd64, move)Guillaume Cottenceau2003-10-151-1/+1
|
* configure automatically XFree and allow to launch interactive_gtk with itGuillaume Cottenceau2003-10-101-1/+13
|
* remove unused (perl_checker, my love, where are you?)Guillaume Cottenceau2003-10-101-1/+0
|
* setsid trick to make XF4 work in fbdev (!?!)Pascal Rigaux2003-10-091-4/+7
|
* perl_checker fixes.Francois Pons2003-09-301-2/+4
|
* improved invidual package selection as toggle, a bit faster and give reason whyFrancois Pons2003-09-301-47/+52
| | | | | package cannot be selected.
* fixed log about toggle of package.Francois Pons2003-09-291-1/+1
|
* add reason of package not selected (or unselected).Francois Pons2003-09-291-0/+17
|
* try to follow what is wrong when requiring multiple cds.Francois Pons2003-09-221-0/+1
|
* the install package dialog box must be explictly destroyed when quittingPascal Rigaux2003-09-181-0/+1
| | | | | | | | | installation (esp. this occurs when answering "No" to "There was an error installing packages") rationale: the $w (created with ugtk2->new) is not reference counted correctly (it was already workarounded when leaving installPackages the normal way)
* don't display a watch when slow things because due to theGuillaume Cottenceau2003-09-111-15/+6
| | | | | | | | | | | | large number of gtkflush(), the ask_ok_cancel appears before its Gtk->main is called, hence clicking too fast will call Gtk->main_quit before Gtk->main, but the dialog doesn't disappear; then on the next click on ok/cancel, the call to another Gtk->main_quit will lead to two Gtk->main being exited, hence destroying the ok/cancel dialog but alors the main window (choose of individual packages)
* fixing keyboard focus during install:Pascal Rigaux2003-09-081-3/+1
| | | | | | | | - removed aewm-drakx which doesn't work nicely - fix @interactive::objects handling (don't push non pop_it windows, ensure destroyed windows are removed) - ensure XSetInputFocus is called on $::WizardWindow
* fixed duplicate entries in src architecture.Francois Pons2003-09-021-4/+6
|
* Use xf4 on AMD64 tooGwenolé Beauchesne2003-08-191-1/+1
|
* ensure "No details" is displayed instead of "Details" when beginning a newPascal Rigaux2003-07-301-2/+3
| | | | | package installation round and "No details" was pressed in previous round
* avoid src package to be seen in tree.Francois Pons2003-07-211-0/+1
|