summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
Commit message (Collapse)AuthorAgeFilesLines
* Fix logo in 'About harddrake' dialogYuri Chornoivan2016-01-021-0/+1
|
* set min width for left panel (mga#16026)Thierry Vignaud2015-05-251-1/+2
| | | | side effect of the switch from gtk+2 to gtk+3 which behaves differently
* fix detecting some memory chips (mga#5810)Thierry Vignaud2015-05-071-0/+4
| | | | side effect: one more string to translate
* do not "restore" mouse cursor on the root window, we haven't set it toPascal Terjan2015-04-181-3/+0
| | | | 'wait' since 2005 and this causes a crash if we don't own it (mga#15729)
* fix another missing translation spot by "Yuri Chornoivan"Thierry Vignaud2014-02-011-1/+1
|
* fix untranslated "Help" entry in menu (mga#12497)Thierry Vignaud2014-02-011-1/+1
| | | | | one string wasn't tagged as "to be translate" in commit ca6a026a23f723a74dab9a7d3afc11c2a43c01f2
* fix random order of fields with perl-5.18Thierry Vignaud2014-01-131-1/+1
|
* fix menu acceleratorsThierry Vignaud2014-01-081-1/+1
| | | | got mixed up in commit ca6a026a23f723a74dab9a7d3afc11c2a43c01f2
* fix starting after draksound drop OSS/ALSA switchThierry Vignaud2013-11-301-7/+0
|
* drop unused functionThierry Vignaud2013-11-251-5/+0
|
* convert to UIManagerThierry Vignaud2013-11-241-30/+41
|
* Pango->PANGO_WEIGHT_BOLD is not available through introspectionThierry Vignaud2013-11-241-2/+2
|
* set_authors() needs an array refThierry Vignaud2013-11-241-1/+1
|
* no need to implement our own cell rendererThierry Vignaud2013-11-241-1/+7
|
* those setters no more accept undefThierry Vignaud2013-11-241-1/+1
|
* split menu closures as real functionsThierry Vignaud2013-11-241-40/+55
| | | | (needed for next commit)
* drop Jazz option (dead for years)Thierry Vignaud2013-11-241-4/+0
|
* we no longuer have access to PANGO_SCALE_* with introspectionThierry Vignaud2013-11-241-1/+1
|
* use Pango as binded by Gtk3Thierry Vignaud2013-11-241-1/+0
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-13/+13
|
* Gtk2::Pango -> PangoThierry Vignaud2013-11-241-3/+3
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-6/+6
|
* further simplifyThierry Vignaud2012-09-161-1/+1
|
* remove useless "Autodetect printers" optionThierry Vignaud2012-09-161-4/+0
| | | | | | rationale: we don't detect anymore printers since commit r245200 on 2008-09-15 ("do not use anymore printerdrake and thus do not detect printers anymore")
* small english message improvement (mga#456)Thierry Vignaud2012-03-101-1/+1
|
* update my emailThierry Vignaud2012-01-271-1/+1
|
* (format_bus_ids) perl_checker cleanupThierry Vignaud2011-12-141-1/+1
|
* fix missing names after bogus cleaning-before-importing (mga#3745)Thierry Vignaud2011-12-141-1/+1
|
* factorize stringThierry Vignaud2011-04-301-1/+1
|
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-0/+3
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* display info about coresThierry Vignaud2010-02-211-0/+6
|
* display CPUID level in Id partThierry Vignaud2010-02-211-1/+1
|
* do not display 2 decades old CPU bugsThierry Vignaud2010-02-211-12/+0
|
* factorize a string definitionThierry Vignaud2009-11-251-5/+6
|
* fix 'id' description for SCSI devicesThierry Vignaud2009-11-241-1/+2
|
* fix LUN descriptionThierry Vignaud2009-11-241-1/+1
|
* (format_bus_ids) do not display bogus "0" ids for hard disksThierry Vignaud2009-11-241-0/+2
| | | | (rationale: do not vivify ids)
* (format_bus_ids) extract it (needed for next commit)Thierry Vignaud2009-11-241-4/+10
|
* nicer display of PCI Express nameThierry Vignaud2009-09-291-1/+1
|
* (force_rename_field) extract it (needed for next commit)Thierry Vignaud2009-09-291-4/+10
|
* reduce perl_checker's SNR ratioThierry Vignaud2009-09-231-0/+1
|
* report if devices are PCI or PCI Express (#28479)Thierry Vignaud2009-09-231-0/+1
|
* display PCI revision (#42576)Thierry Vignaud2009-09-231-1/+8
|
* fix inverted condition for detecting serial modem (regressionThierry Vignaud2009-04-171-1/+1
| | | | | introduced in r256551)
* do not reinvent do_pkgs->are_installed() and do_pkgs->are_available()Thierry Vignaud2009-04-171-4/+3
|
* always detect PCI modems (even when (slow) detecting serial modems is disabled)Thierry Vignaud2009-04-161-1/+1
|
* do not open branches by defaultThierry Vignaud2009-04-141-1/+0
|
* hide module configuration button if needed (#16678)Thierry Vignaud2009-02-251-0/+11
|
* harddrake2: detect network and graphical driver packages tooOlivier Blin2008-09-181-1/+1
|