Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | perlish ->child() => ->get_child() | Thierry Vignaud | 2013-12-03 | 1 | -3/+3 | |
| * | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-12-03 | 3 | -18/+18 | |
| * | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-12-03 | 5 | -33/+33 | |
| * | update revision date and such | Marja van Waes | 2013-12-02 | 1 | -3/+4 | |
| * | update Dutch translation | Marja van Waes | 2013-12-02 | 1 | -7/+6 | |
| * | Update Greek translation | dglent | 2013-11-30 | 1 | -8/+8 | |
| * | Chinese Traditional update by You-Cheng Hsieh | Yuri Chornoivan | 2013-11-29 | 1 | -186/+33 | |
| * | generate tarball in current directory | Thierry Vignaud | 2013-11-28 | 1 | -1/+1 | |
| * | drop useless rm | Thierry Vignaud | 2013-11-28 | 1 | -1/+0 | |
| * | Updated Indonesian translations | kiki | 2013-11-26 | 1 | -72/+39 | |
| * | Update Spanish translation | Yuri Chornoivan | 2013-11-24 | 1 | -745/+34 | |
| * | build: Remove old 'cleandist' rule no longer needed | Colin Guthrie | 2013-11-17 | 1 | -7/+1 | |
| * | 2.842.84 | Colin Guthrie | 2013-11-17 | 2 | -1/+3 | |
| * | polkit: Only use pkexec when not already root | Colin Guthrie | 2013-11-17 | 2 | -1/+3 | |
| * | Updated turkish translation | tarakbumba | 2013-11-05 | 1 | -12/+13 | |
* | | Updated Catalan translation | Francesc Pinyol Margalef | 2013-12-21 | 1 | -49/+52 | |
|/ | ||||||
* | Update Russian translation | Yuri Chornoivan | 2013-10-24 | 1 | -64/+56 | |
* | Slovenian translation updated | filip | 2013-10-24 | 1 | -2/+1 | |
* | Slovenian translation updated | filip | 2013-10-24 | 1 | -10/+7 | |
* | Update Ukrainian translation | Yuri Chornoivan | 2013-10-21 | 1 | -6/+9 | |
* | 2.832.83 | Colin Guthrie | 2013-10-13 | 2 | -1/+3 | |
* | Add urpmi.update polkit wrapper. | Colin Guthrie | 2013-10-13 | 2 | -0/+24 | |
* | 2.822.82 | Colin Guthrie | 2013-10-12 | 2 | -1/+3 | |
* | i18n: Ignore POTFILES.in | Colin Guthrie | 2013-10-12 | 1 | -0/+1 | |
* | i18n: Update po files | Colin Guthrie | 2013-10-12 | 75 | -4614/+6548 | |
* | i18n: Update pot | Colin Guthrie | 2013-10-12 | 1 | -92/+92 | |
* | Use polkit for authorisation (mga#11125) | Colin Guthrie | 2013-10-12 | 11 | -40/+107 | |
* | Drop svn support | Colin Guthrie | 2013-10-12 | 2 | -15963/+1 | |
* | Add .gitignore files | Colin Guthrie | 2013-09-01 | 1 | -0/+1 | |
* | simplify | Thierry Vignaud | 2013-06-21 | 1 | -1/+1 | |
* | Ukrainian translation update | Yuri Chornoivan | 2013-06-13 | 1 | -5/+5 | |
* | Update Greek translation | Dimitrios Glentadakis | 2013-05-26 | 1 | -5/+2 | |
* | Update Greek translation | Dimitrios Glentadakis | 2013-05-26 | 1 | -22/+22 | |
* | Do not handle priority upgrades specially. This is now fixed in urpmi itself | Colin Guthrie | 2013-05-19 | 2 | -10/+4 | |
* | Do not pass invalid --nocheck option to urpmi.update | Colin Guthrie | 2013-05-19 | 2 | -1/+3 | |
* | no need to initialize variables | Thierry Vignaud | 2013-05-16 | 1 | -2/+1 | |
* | simplify | Thierry Vignaud | 2013-05-16 | 1 | -2/+2 | |
* | perl_checker cleanup | Thierry Vignaud | 2013-05-16 | 1 | -1/+1 | |
* | 2.812.81 | Colin Guthrie | 2013-05-15 | 2 | -1/+3 | |
* | Add missing news about previous commits | Colin Guthrie | 2013-05-15 | 1 | -0/+2 | |
* | Work around rpmdb error by insisting rpm+urpmi are installed first. | Colin Guthrie | 2013-05-15 | 1 | -3/+10 | |
* | Move gurpmi arguments into the fork_gurpmi function. | Colin Guthrie | 2013-05-15 | 1 | -6/+4 | |
* | Enable the 'download all' links for everyone (mga#8157) | Colin Guthrie | 2013-05-14 | 2 | -17/+10 | |
* | Fix a genuine syntax error that happened because I suck at perl. | Colin Guthrie | 2013-05-13 | 1 | -2/+2 | |
* | Fix an accidental paste before committing :s | Colin Guthrie | 2013-05-13 | 1 | -1/+0 | |
* | Do not use urpm code to check the folder as this is run as unprivileged user ... | Colin Guthrie | 2013-05-13 | 2 | -6/+4 | |
* | Ensure nonfree/tainted media is kept enabled on distro upgrade. | Colin Guthrie | 2013-05-13 | 2 | -0/+41 | |
* | Changing all DOS-like .po files to UNIX-like files. | RĂ©mi Verschelde | 2013-05-11 | 1 | -878/+878 | |
* | 2.802.80 | Colin Guthrie | 2013-05-10 | 2 | -1/+3 | |
* | upgrade-helper: Move the code to a sub (no functional change) | Colin Guthrie | 2013-05-10 | 1 | -36/+40 |