summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* iAdded various new keyboard layoutsPablo Saratxaga2003-07-012-9/+19
|
* (create_dialog) add use_markup in order to hint the usage of pango attributesThierry Vignaud2003-07-011-1/+2
|
* colorize helpThierry Vignaud2003-07-011-4/+4
|
* perl_checker fixThierry Vignaud2003-07-011-1/+1
|
* 9.2-0.8mdkThierry Vignaud2003-07-011-1/+7
|
* fix testing modeThierry Vignaud2003-07-011-1/+1
|
* fix card tree displayThierry Vignaud2003-07-011-5/+5
|
* fix one translation (ie factorize it out)Thierry Vignaud2003-07-011-1/+1
|
* let harddrake gui fit better when embeddedThierry Vignaud2003-07-011-2/+1
|
* iso code -> kde-i18n-* code for Sotho (st -> nso) and Venda (ve -> ven)Pablo Saratxaga2003-06-281-0/+1
|
* Moved Bokmaal file to nb.poPablo Saratxaga2003-06-281-21449/+0
|
* Fixed typos; updated Ukrainian po filePablo Saratxaga2003-06-273-35/+35
|
* calling Gtk2->set_locale at each ugtk2 object creation should beGuillaume Cottenceau2003-06-271-2/+0
| | | | | | unneeded (Gtk2->init initializes internationalization stuff of Gtk2), and it breaks my setlocale call in rpmdrake
* updated pot filePablo Saratxaga2003-06-272-498/+721
|
* Local client hardware configuration via drak tools.Stew Benedict2003-06-261-65/+199
|
* Fix GUI in embedded mode - [Bug 4111] - note translate strings changed.Stew Benedict2003-06-251-13/+8
|
* GUI elements for local client hardware config. Update strings for translators.Stew Benedict2003-06-241-27/+36
|
* 9.2-0.7mdkThierry Vignaud2003-06-241-3/+8
|
* fix crash on service restartThierry Vignaud2003-06-241-0/+1
|
* prevent drakfont from crashing when trying to deleting an empty listThierry Vignaud2003-06-241-0/+1
|
* (grub2dev)Thierry Vignaud2003-06-241-2/+1
| | | | | | - remove dead code - enhance comment
* (from_devfs)Thierry Vignaud2003-06-241-1/+3
| | | | | | - handle read_proc_partitions_raw() / find() faillures - return undef when we failled to find out real device
* (read_grub) increase readibilityThierry Vignaud2003-06-241-2/+1
|
* 9.2-0.6mdkThierry Vignaud2003-06-241-2/+11
|
* try to fix #3695 : read grub config file when current bootloader is grubThierry Vignaud2003-06-241-0/+65
| | | | | | | | | | | | | - make read() a wrapper above read_grub() and read_lilo() (the later being quite identical to older read()) - introduce 3 new functions: * grub2dev() in order to guess linux device from grub one * ungrubify() in order to replace grub devices in file paths by proper linux mount points * read_grub() in order to parse /boot/grub/menu.lst and create proper bootloader data structure for setup
* - move read_proc_partitions_raw() from fsedit.pm to devices.pmThierry Vignaud2003-06-242-16/+20
| | | | | | - (devices::from_devfs, devices::from_devfs) handle block devices too, with read_proc_partitions_raw() helper
* fix pixel vs strict pragamThierry Vignaud2003-06-242-2/+2
|
* make log message arch independantThierry Vignaud2003-06-241-1/+1
|
* remember to update mount options description on util-linux updateThierry Vignaud2003-06-241-0/+1
|
* create_box_with_title: chinese langs also need to always useGuillaume Cottenceau2003-06-181-1/+1
| | | | | | GtkTextView because GtkLabel won't wrap automatically (fixes problems displaying help non-wrapped in the install, #3670)
* use the mkswap commandPascal Rigaux2003-06-182-118/+16
| | | | | | | => simpler code and mkswap is not big => rely on mkswap for choosing the swap version (note that kernel 2.5 doesn't handle v0 swap anymore)
* updated pot filePablo Saratxaga2003-06-162-458/+572
|
* allow encrypted partitions in auto_install (with encrypt_key non encrypted!)Pascal Rigaux2003-06-161-1/+1
|
* forgot some debug print linesFlorin Grad2003-06-131-2/+0
|
* change a bit how strings are passed to advertising systemGuillaume Cottenceau2003-06-1218-1289/+1678
| | | | | | so that we don't specify absolute x,y positions for each paragraph, ending with overwritten text in some localizations
* - miscellaneous_choose() no longer use uneeded b_clickedDamien Chaumette2003-06-121-4/+4
| | | | | | - drop $::Expert - perl_checker fix
* fix too many parameters in miscellaneous_choose callDamien Chaumette2003-06-121-1/+1
|
* - drop $::ExpertDamien Chaumette2003-06-121-4/+4
| | | | | - drop $netc->{ZEROCONF_HOSTNAME}, only need regexp
* read the default network configurationFlorin Grad2003-06-121-7/+9
|
* - drop $::ExpertDamien Chaumette2003-06-121-23/+9
| | | | | - simplify code
* get_text_coord: fix heights handling: use real height of eachGuillaume Cottenceau2003-06-121-8/+19
| | | | | | line rather than default height from font info (which is bugged in japanese)
* get_text_coord: fix wrapping broken (gc sux)Guillaume Cottenceau2003-06-111-1/+1
|
* revert fpons' strange 1.345's commitGuillaume Cottenceau2003-06-111-1/+1
|
* - s/interactive_gtk/interactive::gtk/ to get sub pre_func usableDamien Chaumette2003-06-111-21/+3
| | | | | - drop write_on_pixmap way
* choosePackagesTree: display the "watch" mouse cursor when doing slow ↵Guillaume Cottenceau2003-06-111-14/+24
| | | | operations; display blue text for rpm tags of package descriptions
* change ask_browse_tree_info_given_widgets andGuillaume Cottenceau2003-06-111-4/+5
| | | | | | ask_browse_tree_info API's so that widgets can be reachable from ask_browse_tree_info clients (install_steps_gtk.pm)
* fixed otherOnly not taken into account for unselectPackage.Francois Pons2003-06-111-0/+6
|
* bug fixed in upstream gtk2Guillaume Cottenceau2003-06-111-4/+3
|
* ask_browse_tree_info: set_rules_hint(1)Guillaume Cottenceau2003-06-111-0/+1
|
* More GUI quirks from GTK2 port.Stew Benedict2003-06-091-39/+49
| | | | | Ensure pcimap from etherboot created for dhcpd server.