Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add language selection to finish-install | Pascal Rigaux | 2005-06-01 | 2 | -30/+24 |
| | |||||
* | remove unneded modules loading ('net' category is deprecated for ages) | Olivier Blin | 2005-05-31 | 1 | -2/+0 |
| | |||||
* | remove dead code | Olivier Blin | 2005-05-31 | 1 | -5/+0 |
| | |||||
* | adding back translation of descriptions for some known display managers | Pascal Rigaux | 2005-05-31 | 1 | -1/+7 |
| | |||||
* | move netprofile stuff in network::network | Olivier Blin | 2005-05-30 | 1 | -4/+4 |
| | |||||
* | - don't use hard written entries anymore | Pascal Rigaux | 2005-05-30 | 1 | -35/+11 |
| | | | | | | - display the entries sorted as given - simplify code using more drakx functions | ||||
* | look for *.conf | Pascal Rigaux | 2005-05-30 | 1 | -1/+1 |
| | |||||
* | load drivers for newly added devices so that they work out of the box on first | Thierry Vignaud | 2005-05-30 | 1 | -1/+4 |
| | | | | | | boot after card plugging for the following categorys: AGP ATA_STORAGE DVB SATA_STORAGE SCSI_CONTROLLER TV | ||||
* | handle /etc/X11/dm.d/* entries (as proposed by Loic Baudry) | Pascal Rigaux | 2005-05-27 | 1 | -0/+11 |
| | |||||
* | remove debug code | Olivier Blin | 2005-05-26 | 1 | -2/+0 |
| | |||||
* | check_iptables() doesn't need a $in object anymore | Olivier Blin | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | add "choose_net_interface" step to have a real wizard step when asking | Olivier Blin | 2005-05-26 | 1 | -17/+25 |
| | | | | | net interface | ||||
* | better way to handle squid ports (read shorewall REDIRECT rules in ↵ | Olivier Blin | 2005-05-26 | 1 | -14/+16 |
| | | | | network::shorewall::read to avoid tricks in network::shorewall::write) | ||||
* | - use scrollbar in preview window | Olivier Blin | 2005-05-26 | 1 | -23/+38 |
| | | | | | | - try not to be larger than screen size minus toolbars size - close_window -> close_all | ||||
* | let user call drakroam (#16019) | Olivier Blin | 2005-05-25 | 1 | -1/+2 |
| | |||||
* | - wizardify | Olivier Blin | 2005-05-24 | 1 | -489/+354 |
| | | | | | | | - allow not to enable DNS, dhcpd and proxy servers - allow not to enable CUPS broadcast - use @IF (network interface) instead of network address in CUPS configuration | ||||
* | uninstall DVB modules if needed | Thierry Vignaud | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | (simple_read_rpmsrate) add support for HW_CAT keyword that enable to match | Thierry Vignaud | 2005-05-19 | 1 | -0/+2 |
| | | | | | a category from list_modules.pm | ||||
* | really write waproamd config files | Olivier Blin | 2005-05-17 | 1 | -17/+11 |
| | |||||
* | help testing | Thierry Vignaud | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | fix another potential security bug (#16020) | Olivier Blin | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | really fix permissions | Thierry Vignaud | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | fix perms on /etc/wlandetect.conf (#16020) | Thierry Vignaud | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | add the "Create new theme" button back | Olivier Blin | 2005-05-16 | 1 | -11/+11 |
| | |||||
* | allow to choose between "text only", "verbose" and "silent" bootsplash modes | Olivier Blin | 2005-05-16 | 1 | -23/+38 |
| | |||||
* | fix PCMCIA controller reconfiguration (#15742) | Olivier Blin | 2005-05-12 | 1 | -2/+1 |
| | |||||
* | - Removed some remaining "Mandrake"s in printerdrake and scannerdrake. | Till Kamppeter | 2005-05-12 | 1 | -3/+3 |
| | |||||
* | - clean embedding stuff | Thierry Vignaud | 2005-05-12 | 1 | -12/+8 |
| | | | | | - center wait message on parent | ||||
* | Drop webdav support (can be mounted as a normal net filesystem these days) | Stew Benedict | 2005-05-11 | 1 | -71/+26 |
| | | | | | | Remove translation on "tape" media selection (#15437) Rework .backupignore handling (#12352) | ||||
* | shrink preview window on resolution change | Olivier Blin | 2005-05-10 | 1 | -1/+3 |
| | |||||
* | handle both silent and verbose images | Olivier Blin | 2005-05-10 | 1 | -11/+14 |
| | |||||
* | allow to modify progress bar and console box by dragging the mouse | Olivier Blin | 2005-05-10 | 1 | -8/+50 |
| | |||||
* | move rectangle2xywh(), distance(), farthest() and nearest() from draksplash2 ↵ | Olivier Blin | 2005-05-10 | 1 | -45/+1 |
| | | | | to bootsplash module, create xywh2rectangle() | ||||
* | remove spurious characters | Olivier Blin | 2005-05-09 | 1 | -1/+1 |
| | |||||
* | use a separate window for image previews, use a notebook to split ↵ | Olivier Blin | 2005-05-09 | 1 | -67/+82 |
| | | | | silent/verbose/console settings | ||||
* | use bootsplash::get_framebuffer_resolution | Olivier Blin | 2005-05-09 | 1 | -12/+5 |
| | |||||
* | better use gtkpack__() rather than gtkadd() when adding multiple widgets | Thierry Vignaud | 2005-05-09 | 1 | -2/+2 |
| | |||||
* | fix layout, update scale factors when the theme name is changed too | Olivier Blin | 2005-05-09 | 1 | -5/+4 |
| | |||||
* | use default values for scale settings and draw a cross inside the text box | Olivier Blin | 2005-05-09 | 1 | -18/+24 |
| | |||||
* | Predict NBI disk space usage and check. | Stew Benedict | 2005-05-05 | 1 | -28/+81 |
| | | | | | | | Catch failed NBI creation. (#13902) Catch failed dhcpd.conf creation (#13943) Misc small bug fixes. | ||||
* | preview theme in real time, cleanups | Olivier Blin | 2005-05-04 | 1 | -493/+165 |
| | |||||
* | Clarify quota message, optional delete old backups (#15066). | Stew Benedict | 2005-05-03 | 1 | -10/+40 |
| | | | | | | Optional mail "From" address (#15293). Fix automagic addition of /root to backups when not desired. | ||||
* | new theme creation functions | Olivier Blin | 2005-05-03 | 1 | -5/+5 |
| | |||||
* | perl_checker fixes, use bool2yesno | Olivier Blin | 2005-05-03 | 1 | -18/+14 |
| | |||||
* | remove ugly dec2hex | Olivier Blin | 2005-05-03 | 1 | -16/+1 |
| | |||||
* | do not garbage the console on 'wizcancel' | Thierry Vignaud | 2005-05-03 | 1 | -1/+2 |
| | |||||
* | Update for new etherboot | Stew Benedict | 2005-05-02 | 1 | -8/+7 |
| | |||||
* | fix boot style layout | Thierry Vignaud | 2005-05-02 | 1 | -3/+4 |
| | |||||
* | embedding cleanups resulting in reusing main window icon in sub dialogs | Thierry Vignaud | 2005-05-02 | 9 | -15/+15 |
| | |||||
* | add comment | Thierry Vignaud | 2005-05-02 | 1 | -0/+1 |
| |