Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill running vlc if configured with one-instance by default (it does not use ↵ | Olivier Blin | 2009-02-19 | 2 | -0/+7 |
| | | | | DVB options from new command line) | ||||
* | prefer vlc if present | Olivier Blin | 2009-02-19 | 2 | -1/+20 |
| | |||||
* | do not try to start player if no channel is selected | Olivier Blin | 2009-02-19 | 1 | -1/+2 |
| | |||||
* | sort channels list | Olivier Blin | 2009-02-19 | 2 | -2/+5 |
| | |||||
* | (get_media_cfg) drop support for parsing the "media_info/hdlists" file | Thierry Vignaud | 2009-02-18 | 2 | -26/+4 |
| | | | | | (obsolete since using media.cfg) | ||||
* | 1. | Thierry Vignaud | 2009-02-18 | 2 | -1/+3 |
| | |||||
* | - pass --restore instead of restore option | Thierry Vignaud | 2009-02-18 | 2 | -1/+3 |
| | |||||
* | (copy_rpms_on_disk) perl_checker cleanup | Thierry Vignaud | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | prefix internal functions with "_" | Thierry Vignaud | 2009-02-18 | 1 | -63/+63 |
| | |||||
* | (rpmDbOpen) make it more readable | Thierry Vignaud | 2009-02-18 | 1 | -2/+8 |
| | |||||
* | (get_medium) drop obsolete unused fields 'hdlist_size' and ↵ | Thierry Vignaud | 2009-02-18 | 1 | -4/+0 |
| | | | | 'synthesis_hdlist_size' | ||||
* | (get_medium) adjust obsolete comment | Thierry Vignaud | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | (_filter_packages) split it out of _installTransactionClosure() | Thierry Vignaud | 2009-02-18 | 1 | -12/+17 |
| | |||||
* | prefix internal functions with "_" | Thierry Vignaud | 2009-02-18 | 1 | -31/+31 |
| | |||||
* | follow urpmi pratice and use more similar data structure: there can | Thierry Vignaud | 2009-02-18 | 1 | -4/+4 |
| | | | | | | be only one key id per medium, so just store it instead of using a dummy hash table | ||||
* | rename 'key_ids' as 'key-ids' in order to follow urpmi naming policy | Thierry Vignaud | 2009-02-18 | 1 | -4/+4 |
| | |||||
* | updated translation for turkish language | Atilla Öntaş | 2009-02-18 | 1 | -21/+18 |
| | |||||
* | fixed typo | Wanderlei Antonio Cavassin | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | Release a new stage2 | Pascal Terjan | 2009-02-17 | 2 | -1/+3 |
| | |||||
* | really don't set extents option for ext4 | Pascal Terjan | 2009-02-17 | 3 | -3/+3 |
| | |||||
* | Update for pt_BR Language | Sergio Rafael Lemke | 2009-02-16 | 1 | -422/+424 |
| | |||||
* | Update for pt_BR Language | Sergio Rafael Lemke | 2009-02-16 | 1 | -184/+139 |
| | |||||
* | (install) enable having /boot as ext4 | Thierry Vignaud | 2009-02-16 | 3 | -1/+6 |
| | |||||
* | 11.88.1 | Thierry Vignaud | 2009-02-16 | 2 | -1/+3 |
| | |||||
* | log eugeni changes too | Thierry Vignaud | 2009-02-16 | 1 | -0/+1 |
| | |||||
* | (remove_package_for_upgrade) fix crash | Thierry Vignaud | 2009-02-16 | 2 | -2/+4 |
| | |||||
* | Correctly handle new msec-based settings during installation (#47822). | Eugeni Dodonov | 2009-02-16 | 3 | -4/+4 |
| | |||||
* | revert previous typo | Thierry Vignaud | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | Minor fix | Pascal Terjan | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | 11.88 | Thierry Vignaud | 2009-02-16 | 3 | -1/+5 |
| | |||||
* | Hungarian translation update | Gergely Lonyai | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | Hungarian translation update | Gergely Lonyai | 2009-02-16 | 1 | -414/+415 |
| | |||||
* | Hungarian translation update | Gergely Lonyai | 2009-02-16 | 1 | -179/+133 |
| | |||||
* | (_gtk__Entry) make 'text_ref' somewhat usefull (pixel sucks) | Thierry Vignaud | 2009-02-16 | 2 | -0/+5 |
| | | | | | (bug "introduced" in r215411: "re-sync after the big svn loss") | ||||
* | don't offer to format LVM | Pascal Terjan | 2009-02-16 | 3 | -1/+3 |
| | |||||
* | diskdrake: limit partition type list to 2 colmuns instead of 4 | Pascal Terjan | 2009-02-16 | 3 | -2/+5 |
| | |||||
* | reorganized modules in fs section of list_modules and added reiser4 | Pascal Terjan | 2009-02-16 | 2 | -4/+5 |
| | |||||
* | allow installing from ext3/ext4/reiser4 | Pascal Terjan | 2009-02-16 | 3 | -2/+6 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2009-02-16 | 1 | -12/+12 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2009-02-16 | 1 | -3/+3 |
| | |||||
* | revert latest commit (useless since do_pkgs already do it) | Thierry Vignaud | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | (switch) make sure package presence test can succeed in installer, | Thierry Vignaud | 2009-02-16 | 1 | -1/+2 |
| | | | | | thus making this faster | ||||
* | fix paths for installer (#47871) | Thierry Vignaud | 2009-02-16 | 2 | -1/+2 |
| | |||||
* | update translation for greek language | Glentadakis Dimitris | 2009-02-15 | 1 | -16/+16 |
| | |||||
* | Updated Slovenian translation | Jure Repinc | 2009-02-15 | 1 | -6/+10 |
| | |||||
* | Updated Slovenian translation | Jure Repinc | 2009-02-15 | 1 | -3/+3 |
| | |||||
* | update translation for greek language | Glentadakis Dimitris | 2009-02-14 | 1 | -1207/+917 |
| | |||||
* | Update French translation | Christophe Berthelé | 2009-02-14 | 1 | -139/+12 |
| | |||||
* | Update French translation | Christophe Berthelé | 2009-02-14 | 1 | -58/+11 |
| | |||||
* | Update French translation | Christophe Berthelé | 2009-02-14 | 1 | -30/+3 |
| |