| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- grey remove button if no module to remove in modules list
- perl-Gt2-0.26.cvs.2003.07.10.1-3mdk has just fixed the impossible to
remove the hackish empty line needed to get "expand on the fly"
ability
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- (build_it) : fix old brown paper bug that just pass undef modules to
mkinitrd
- window with expert options is too big when embedded => move expert options
into a sub dialog; we've to save and restore options on dialog creation/
desctruction
- when removing a module from selection, enable to pick it again after
- make expert <->normal button a checkbox
- use std layout for buttons
- use stock items
|
| |
|
|
|
|
|
| |
its callers)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- do not crash when no iterator when expanding tree
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- update caller list
- add title parameter and update callers
|
|
|
|
|
| |
- has_sub_trees: better use ||
|
| |
|
|
|
|
|
|
|
|
| |
- clean the code through ugtk2
- too many fixes to count
- clean, clean it, ... (thus shrinking the code by 20%)
- ...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- update copyright years
|
|
|
|
|
| |
mode (beginner or expert)
|
|
|
|
|
|
| |
- --expert command line option switch to expert mode by default
- only hide expert stuff if not in expert mode at startup
|
|
|
|
|
|
|
| |
drakfont: call fc-cache without specifying the path, fc-cache is smart
enough to do the right thing, and that way it will also catch fonts
from other directories that could have been installed manually.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This enable apps that still use gtk+-1.2 via my_gtk to still work when
they only need interactive->vnew('su') just to get root capabilities.
Indeed, interactive load ugtk if it has access to the X server, which
make my_gtk and ugtk fight for the cpu forever... which is bad imho...
drakfloppy and net_monitor were converted to use it and are now usuable again
("i leave ... again" commit).
it would also enable to complete spec 64 by enabling rpmdrake
to use kdesu under kde and consolehelper under gnome.
rpmdrake is indeed the last program to not behave like
the running desktop to get root capability.
unless someone is against this, i'll convert the mcc and all other gtk+ pure
tools to do not use anymore interactive just to get root capability.
btw, i fixed the infamous SECTOR_SIZE warning...
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- use my_gtk to transparently handle embedding
- fixes for strict mode
- fixes for perl_checker (more to come after lunch)
|
|
|
|
|
|
|
|
|
|
|
| |
o make it be 'use strict' aware
o factorize options managment in one place
- standalone tools :
o they all now support -h|--help -v|--version, ...
o they can add their own options to %standalone::usages
- harddrake : use std --testing/$::testing rather than its own
--test option
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rationale:
- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_
- alas, function &_ is global and not by package (notice esp. that _
is not exported in common.pm)
- this lead to big ugly pb with packages defining their own &_,
overriding common.pm's &_
- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")
but relying on the global "_" is still dangerous!
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
gratuitously duplicated; move them in ugtk
- drakfloppy / logdrake / bootlook.pm: get_main_menu was
gratuitously duplicated;
common code which was moved from harddrake::ui to
ugtk::create_factory_menu just do the job
|
|
|
|
|
| |
(so that 'use strict' works)
|
|
|
|
|
|
| |
=> allows to remove the somewhat mythical
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
|
|
|