summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* any::get_secure_level() doesn't exist anymore, use security::level::get() ↵Pascal Rigaux2002-12-191-1/+2
| | | | instead (fix titi change)
* use libDrakX from CVS (ie. ..) in perl_checkerPascal Rigaux2002-12-191-0/+1
|
* - basic gtk+-2 port (edition is not ready yet)Thierry Vignaud2002-12-181-82/+87
| | | | | - perl_checker fixes
* refresh: remove current interfaces before readding them, like it wasThierry Vignaud2002-12-181-1/+1
| | | | | before
* - consolidate some code into new_dialogThierry Vignaud2002-12-181-39/+22
| | | | | - simplify through MDK::Common
* perl_checker fixesThierry Vignaud2002-12-181-2/+2
|
* - gtk+-2 port is completed (switch from CList to TreeView)Thierry Vignaud2002-12-181-22/+25
| | | | | | | | | - gtk+-2 minor fixes (use new API rather than old one) - fix non wizard mode (add to frame not to window which is already full) - wizard mode is fixed by previous ugtk2 fix - simplify through MDK::Common
* fix drakconnect warningsThierry Vignaud2002-12-181-1/+0
|
* saner default size (too big for 800x600 sadly)Thierry Vignaud2002-12-181-1/+1
|
* use ->method syntax for method callPascal Rigaux2002-12-161-1/+1
|
* replace "%" with "%%" in translated stringPascal Rigaux2002-12-131-2/+2
|
* move draksec's gui into the standalone program,Thierry Vignaud2002-12-131-11/+232
| | | | | | nobody will uses it so it's useless to load drakx with it. also use common cli options managment
* perl_checker fixesThierry Vignaud2002-12-131-2/+2
|
* better englishThierry Vignaud2002-12-121-2/+2
|
* don't confuse people by altering sentences that could have beenThierry Vignaud2002-12-121-2/+2
| | | | | interpreted as questions
* - s/::/:/ on cpu infoThierry Vignaud2002-12-121-2/+2
| | | | | - print field names in bold blue rather than just blue
* perl_checker fixesThierry Vignaud2002-12-101-76/+72
|
* perl_checker fixesThierry Vignaud2002-12-101-94/+102
|
* no gratuitously tabThierry Vignaud2002-12-101-3/+2
|
* - gtk+2 portThierry Vignaud2002-12-101-83/+78
| | | | | | - "use strict" fixes - perl_checker fixes
* fix gtk+2 portThierry Vignaud2002-12-101-23/+23
|
* perl_checker fixesThierry Vignaud2002-12-101-11/+11
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-108-59/+55
|
* be more perl_checker compliantPascal Rigaux2002-12-061-1/+1
|
* Fixed some typos or bad EnglishPablo Saratxaga2002-12-052-2/+2
|
* use gtkflush()Thierry Vignaud2002-12-053-6/+6
|
* fix gtk+-2 portThierry Vignaud2002-12-051-6/+6
|
* don't use anymore deprecated widgetsThierry Vignaud2002-12-051-4/+2
|
* gtk+2 portThierry Vignaud2002-12-051-39/+37
|
* gtk+2 port (how difficult it was ...)Thierry Vignaud2002-12-051-1/+1
|
* fix gtk+2 portThierry Vignaud2002-12-051-1/+1
|
* gtk+2 fixesThierry Vignaud2002-12-051-2/+2
|
* s/describe/describes/Thierry Vignaud2002-12-051-20/+22
|
* - free objects non freeed by gtk+ (the eternal gobject vs boxed typesThierry Vignaud2002-12-041-11/+9
| | | | | | | | | | debat) - remove dead code - use ->append_set() everywhere - strip again vendor name from displayed string (aka keep only the model description) - enfoce pixel style : remove () from method calls
* kill "used by only one" harddrake::ui module,Mystery Man 5802002-12-041-2/+280
| | | | | move its content to standalone/harddrake2
* strict modeMystery Man 5802002-12-041-0/+1
|
* add gtktext_append() and uses itThierry Vignaud2002-12-031-1/+1
|
* remove commented codePascal Rigaux2002-12-021-3/+0
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-021-0/+1
| | | | (adsl, ppp, ifcfg-eth)
* make append option be usable as other onesThierry Vignaud2002-12-021-1/+1
|
* use named tags for color rather than rgbt triplet,Thierry Vignaud2002-12-021-23/+22
| | | | | waiting for full foreground-gdk support in perl-gtk2
* - gtk2 portThierry Vignaud2002-12-022-590/+517
| | | | | | - consolidate some code in text_view() - perl_checker fixes
* - gtk2 portThierry Vignaud2002-12-021-92/+106
| | | | | | | | - add a note to remember to try gtkhtml instead of TextView - make wait message be transcient and modal (we should share some create_*_dialog() around logdrake/mcc/drakfloppy/rpmdrake) - fixes for 'strict ref'
* - gtk2 portThierry Vignaud2002-12-022-1081/+1039
| | | | | - perl_checker fixes
* - fix gtk2 portThierry Vignaud2002-12-021-3/+3
| | | | | - let it work with kernel 2.5 too
* fix gtk2 portThierry Vignaud2002-12-021-3/+3
|
* one more fixThierry Vignaud2002-11-281-3/+3
|
* - "use strict" fixesThierry Vignaud2002-11-281-144/+130
| | | | | - perl_checker fixes
* fixThierry Vignaud2002-11-281-1/+1
|
* - Gtk2 portThierry Vignaud2002-11-271-20/+18
| | | | | - perl_checker fixes