Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use new Toolbar API | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | | | | | | | | | We like to be able to run this command without any user interaction when checking for package updates. It's somewhat awkward to keep the policy and the binary in separate repositories, but keeping this split will prevent pulling in mgaonline during priority updates section of the distro upgrade. | ||||
* | 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 |
| | | | | (should have been caught by perl_checker but it didn't) | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | (g)urpmi will install priority upgrades first then restart itself. If the priority upgrades happen to be installed in more than one transaction code in the rpm packages %post script to clear out the rpmdb index files could be run after the first transaction and then the second transaction could regenerate these indexes using the current libdb version in memory. This results in the rpmdb not being readable and requires manual intervension. If the initial priority upgrades are handled in a single transaction this does not occur and the rpmdb indexes are regenerated with the correct libdb. This is a workaround to ensure that the first (g)urpmi run is completed in a single transaction but it shoud only update enough to ensure urpmi and rpm are upgraded. The normal --auto-select cycle can continue thereafter. Ideally this would actually be fixed in urpmi to ensure that any priority updates are handled within a single transaction. | ||||
* | Move gurpmi arguments into the fork_gurpmi function. | Colin Guthrie | 2013-05-15 | 1 | -6/+4 |
| | | | | | The arguments are currently split up between run_gurpmi and fork_gurpmi for no particular reason. | ||||
* | 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 |
| | | | | Not sure how that happened :s | ||||
* | Do not use urpm code to check the folder as this is run as unprivileged user ↵ | Colin Guthrie | 2013-05-13 | 2 | -6/+4 |
| | | | | (mga#6083) | ||||
* | Ensure nonfree/tainted media is kept enabled on distro upgrade. | Colin Guthrie | 2013-05-13 | 2 | -0/+41 |
| | | | | | | | | Patch from Maarten Vanraes and Dave Hodgins and tweaked by me for trunk. mga#6061 | ||||
* | 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 |
| |