summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 11.17Thierry Vignaud2008-08-192-1/+3
|
* (_gtk__Install_Button) remind it's not RTL compliant yetThierry Vignaud2008-08-191-0/+1
|
* (acceptLicense,get_release_notes_button) (- use new style popup buttonThierry Vignaud2008-08-192-2/+12
| | | | | for 'release notes' button too
* (ask_fromW) use new style popup button for helpThierry Vignaud2008-08-192-2/+4
|
* (create_okcancel) enable to get already initialized Gtk2::ButtonsThierry Vignaud2008-08-191-1/+3
|
* 11.16Thierry Vignaud2008-08-192-1/+3
|
* (_gtk__Install_Button) factorize new installer style button for further reusageThierry Vignaud2008-08-192-9/+18
|
* enable to use a package repository different from installer one; this enablesThierry Vignaud2008-08-191-0/+1
| | | | | to use a locally build installer with an official distro repository
* enable to choose resolution of XvfbThierry Vignaud2008-08-191-0/+3
|
* fix titi-phrasingOlivier Blin2008-08-191-2/+2
|
* log latest commitThierry Vignaud2008-08-191-0/+2
|
* share new advanced icon with standalone toolsThierry Vignaud2008-08-191-0/+0
|
* 11.15Thierry Vignaud2008-08-192-1/+3
|
* (create_widget) fix crashing in r244088 (regression introduced in when movingThierry Vignaud2008-08-192-1/+2
| | | | | | advanced widgets in their own dialog instead of in another block child of an expander)
* 11.14Olivier Blin2008-08-192-1/+3
|
* authentication: enable network-auth meta-service if auth is not localOlivier Blin2008-08-193-0/+6
|
* (_gtk__Install_Title) fix bogus popup of 'desktop choice' dialogThierry Vignaud2008-08-192-9/+12
|
* (all_focusable_entries) fix crash with advanced widgets (regression introducedThierry Vignaud2008-08-192-4/+3
| | | | | | | in when moving advanced widgets in their own dialog instead of in another block child of an expander: we do not have any real Gtk2::Expander widget anymore)
* update (Rhoslyn Prys)Thierry Vignaud2008-08-191-10/+17
|
* Ukrainian translation updateSergey Ribalchenko2008-08-191-13/+14
|
* 11.13Olivier Blin2008-08-183-1/+5
|
* add helpers to remove unused localization and hardware packagesOlivier Blin2008-08-184-1/+77
| | | | | (remove-unselected-locales, remove-unused-hardware-packages)
* sortOlivier Blin2008-08-181-1/+1
|
* log latest changesOlivier Blin2008-08-182-0/+3
|
* rename as detect_rpmsrate_hardware_packagesOlivier Blin2008-08-182-3/+3
|
* use rpmsrate when detecting hardware packages outside of installOlivier Blin2008-08-181-0/+1
|
* fix indentationOlivier Blin2008-08-181-3/+3
|
* allow to detect network drivers for running system (when not maching all ↵Olivier Blin2008-08-181-1/+8
| | | | hardware)
* updateThierry Vignaud2008-08-181-8/+6
|
* sync with codeThierry Vignaud2008-08-1870-1852/+2594
|
* sync with codeThierry Vignaud2008-08-181-24/+34
|
* allow to detect graphical drivers for running system (when not maching all ↵Olivier Blin2008-08-181-2/+10
| | | | hardware)
* updateThierry Vignaud2008-08-181-4/+4
|
* sync with codeThierry Vignaud2008-08-1871-8131/+8918
|
* split graphical and network packages detection codeOlivier Blin2008-08-181-3/+15
|
* move hardware packages detection code in pkgsOlivier Blin2008-08-182-20/+24
|
* 11.12Thierry Vignaud2008-08-182-1/+3
|
* (ask_deselect_media__copy_on_disk) handle too big media listThierry Vignaud2008-08-181-2/+2
|
* adapt to latest drakx-net APIOlivier Blin2008-08-181-1/+1
|
* (_chooseDesktop) reduce a stringThierry Vignaud2008-08-181-1/+1
|
* remove install::pkgs::read_rpmsrate proxy functionOlivier Blin2008-08-182-8/+3
|
* (_chooseDesktop) commit uncommited string compressionThierry Vignaud2008-08-181-3/+3
|
* add image for advanced settingsThierry Vignaud2008-08-181-0/+0
|
* (acceptLicense) add 'Do you accept this license' questionThierry Vignaud2008-08-181-1/+4
|
* (create_widget) popup advanced settings in dialogsThierry Vignaud2008-08-182-1/+10
|
* pass optional o_match_all_hardware optionOlivier Blin2008-08-181-4/+6
|
* remove useless requireOlivier Blin2008-08-181-1/+0
|
* support reading rpmsrate in chroot (could be useful for live installs)Olivier Blin2008-08-181-1/+1
|
* space fixOlivier Blin2008-08-181-1/+1
|
* remove useless isStandalone checks (we already check isInstall in one case, ↵Olivier Blin2008-08-181-2/+2
| | | | and the return values won't hurt)