summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* Change the strings again for PabloStew Benedict2003-09-051-8/+8
|
* CDROM -> CDRStew Benedict2003-09-041-5/+5
|
* Abort scannerdrake when SANE packages cannot be installed.Till Kamppeter2003-09-041-4/+9
|
* No longer needed with reworked banners.Stew Benedict2003-09-042-0/+0
|
* Add application title in banner.Stew Benedict2003-09-041-1/+18
|
* Default to all users for wizard->Users (as root).Stew Benedict2003-09-031-39/+63
| | | | | | Only allow 1 media select from wizard. Limit possible user list to self for nonroot users.
* Last untranslated string. Rework banner with title ala rpmdrake.Stew Benedict2003-09-031-6/+22
|
* fixed missing import of ugtk2Francois Pons2003-09-031-1/+1
|
* - change to handle documentaion system other than drakxtools one (forDaouda Lo2003-09-031-6/+5
| | | | | instance MandrakeGalaxy)
* Fix some untranslated strings - Arpad BiroStew Benedict2003-09-031-4/+4
|
* Prevent main window crash when queue list gets empty by deleting allTill Kamppeter2003-09-021-1/+1
| | | | | print queues.
* do not explicitely reject embedding there, it has to be done in mcc.Thierry Vignaud2003-09-011-4/+0
| | | | | | | else, mcc wait forever for rpmdrake to embed in, then display an error dialog explaining that rpmdrake has failled (since it exited before displaying anything in mcc...)
* fix profiles list refreshingThierry Vignaud2003-08-311-1/+1
|
* harddrake2 help dialog: use the new scrolled dialog API for scrolled labelsThierry Vignaud2003-08-311-1/+1
|
* fix dialogs height: replace"small" option by "height" & "weight" onesThierry Vignaud2003-08-313-6/+6
| | | | | | rationale: make thecommon path be the easiest one to set up (and make the uncommon path be the hardest one to follow)
* in non expert mode, only display the list of *installed* display managers.Thierry Vignaud2003-08-311-1/+5
| | | | | | | | (interface team request) if no dm is installed, then switch back to expert mode behaviour and display all dm and install them if needed.
* explanations now work again thanks to pixel, no need to duplicate themThierry Vignaud2003-08-311-1/+0
|
* Updated head image for add-printer wizard to have the new printerdrake icon.Till Kamppeter2003-08-301-0/+0
|
* restore profiles featureThierry Vignaud2003-08-291-85/+90
|
* fix title when not embedded (print right number of network interfacesThierry Vignaud2003-08-291-3/+6
| | | | | instead of displaying a big random number)
* New GTK2-based main window for printerdrake (only after installation).Till Kamppeter2003-08-291-12/+474
|
* fix dialogs heighThierry Vignaud2003-08-281-3/+3
|
* - help connects to qa.mandrakesoft.comDaouda Lo2003-08-271-1/+1
|
* - new drakhelp argsDaouda Lo2003-08-271-1/+1
|
* - new drakhelp argsDaouda Lo2003-08-272-2/+2
|
* - new drakhelp call schemaDaouda Lo2003-08-271-1/+1
|
* - perl-checkerDaouda Lo2003-08-271-2/+2
|
* - New drakhelp to increase accuracy in help systemDaouda Lo2003-08-271-16/+25
| | | | | - contextual help
* rename vbox2 as param_vboxThierry Vignaud2003-08-271-3/+3
|
* remove useless bbox8 (due to use of std dialog button box)Thierry Vignaud2003-08-271-2/+0
|
* get rid of useless/badly named bbox0Thierry Vignaud2003-08-271-23/+23
|
* rename combo1 as profile_comboThierry Vignaud2003-08-271-12/+14
|
* - fix hostname settingThierry Vignaud2003-08-271-1/+1
| | | | | | - set hostname at the same time we apply dns changes, that is when one ask to apply changes
* typo fixDamien Chaumette2003-08-271-1/+1
|
* hide profile in "internet config" dialog if profiles are disabledThierry Vignaud2003-08-261-2/+4
|
* fix "Internet Connection Configuration" dialog does not show up itsThierry Vignaud2003-08-261-8/+6
| | | | | contents
* rename --gui option as --skip-wizard option on interface team requestThierry Vignaud2003-08-261-1/+1
|
* only write conf & install packages on exit (Ok press) if somethingThierry Vignaud2003-08-261-9/+9
| | | | | | really has been altered so that we do not write the config twice if the user already pressed the "apply" button
* - "Configure hostname..." button: offer to configure DNS tooThierry Vignaud2003-08-261-38/+26
| | | | | - (configure_hostname) kill it since it only duplicate code from network/*pm
* fix buttons sensitive behaviorDamien Chaumette2003-08-261-10/+14
|
* still more dialogs cleanupsThierry Vignaud2003-08-261-70/+58
|
* add --gui in order to start in "mcc" state (aka not in wizard mode)Thierry Vignaud2003-08-261-1/+1
|
* more dialog misusage and some indent fixesThierry Vignaud2003-08-261-41/+32
|
* enfore gc style for gtk+2 widgets creationThierry Vignaud2003-08-261-46/+45
|
* more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxesThierry Vignaud2003-08-261-18/+14
| | | | | abuses, ...
* (configure_net) Gtk2::Dialog main area is already a vbox, so it'sThierry Vignaud2003-08-261-29/+24
| | | | | useless to pack a vbox there idem for action area and Gtk2::HButtonBox
* (get_intf_status) kill duplicateThierry Vignaud2003-08-261-5/+0
|
* net & lan configuration dialogs: prevent one to do concurrent configThierry Vignaud2003-08-261-16/+28
| | | | | changes from the gui
* (sensitive_buttons) fix itThierry Vignaud2003-08-261-2/+3
|
* - only allow to run one wizard at once (insensitive button if one isThierry Vignaud2003-08-261-19/+44
| | | | | | | | | | already started) - reload the configuration once the wizard exited - prevent one to do concurrent config changes from the gui while the wizard is run (proper fix involve both fix modality/transcientness when embedded and running the wizard within the same process instead of forking it]