summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 3.13.1Thierry Vignaud2013-12-062-1/+3
|
* Gtk3::Notify->new => Gtk3::Notify::Notification->new (mga#11897)Thierry Vignaud2013-12-062-1/+3
|
* s/gtk2/gtk3/ in commentsThierry Vignaud2013-12-064-4/+4
|
* 3.03.0Thierry Vignaud2013-12-052-1/+5
|
* use new Toolbar APIThierry Vignaud2013-12-051-1/+1
|
* perlish ->child() => ->get_child()Thierry Vignaud2013-12-031-3/+3
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-033-18/+18
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-035-33/+33
|
* update revision date and suchMarja van Waes2013-12-021-3/+4
|
* update Dutch translationMarja van Waes2013-12-021-7/+6
|
* Update Greek translationdglent2013-11-301-8/+8
|
* Chinese Traditional update by You-Cheng HsiehYuri Chornoivan2013-11-291-186/+33
|
* generate tarball in current directoryThierry Vignaud2013-11-281-1/+1
|
* drop useless rmThierry Vignaud2013-11-281-1/+0
|
* Updated Indonesian translationskiki2013-11-261-72/+39
|
* Update Spanish translationYuri Chornoivan2013-11-241-745/+34
|
* build: Remove old 'cleandist' rule no longer neededColin Guthrie2013-11-171-7/+1
|
* 2.842.84Colin Guthrie2013-11-172-1/+3
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-172-1/+3
|
* Updated turkish translationtarakbumba2013-11-051-12/+13
|
* Update Russian translationYuri Chornoivan2013-10-241-64/+56
|
* Slovenian translation updatedfilip2013-10-241-2/+1
|
* Slovenian translation updatedfilip2013-10-241-10/+7
|
* Update Ukrainian translationYuri Chornoivan2013-10-211-6/+9
|
* 2.832.83Colin Guthrie2013-10-132-1/+3
|
* Add urpmi.update polkit wrapper.Colin Guthrie2013-10-132-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.82Colin Guthrie2013-10-122-1/+3
|
* i18n: Ignore POTFILES.inColin Guthrie2013-10-121-0/+1
|
* i18n: Update po filesColin Guthrie2013-10-1275-4614/+6548
|
* i18n: Update potColin Guthrie2013-10-121-92/+92
|
* Use polkit for authorisation (mga#11125)Colin Guthrie2013-10-1211-40/+107
|
* Drop svn supportColin Guthrie2013-10-122-15963/+1
|
* Add .gitignore filesColin Guthrie2013-09-011-0/+1
|
* simplifyThierry Vignaud2013-06-211-1/+1
|
* Ukrainian translation updateYuri Chornoivan2013-06-131-5/+5
|
* Update Greek translationDimitrios Glentadakis2013-05-261-5/+2
|
* Update Greek translationDimitrios Glentadakis2013-05-261-22/+22
|
* Do not handle priority upgrades specially. This is now fixed in urpmi itselfColin Guthrie2013-05-192-10/+4
|
* Do not pass invalid --nocheck option to urpmi.updateColin Guthrie2013-05-192-1/+3
|
* no need to initialize variablesThierry Vignaud2013-05-161-2/+1
| | | | (should have been caught by perl_checker but it didn't)
* simplifyThierry Vignaud2013-05-161-2/+2
|
* perl_checker cleanupThierry Vignaud2013-05-161-1/+1
|
* 2.812.81Colin Guthrie2013-05-152-1/+3
|
* Add missing news about previous commitsColin Guthrie2013-05-151-0/+2
|
* Work around rpmdb error by insisting rpm+urpmi are installed first.Colin Guthrie2013-05-151-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 Guthrie2013-05-151-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 Guthrie2013-05-142-17/+10
|
* Fix a genuine syntax error that happened because I suck at perl.Colin Guthrie2013-05-131-2/+2
|
* Fix an accidental paste before committing :sColin Guthrie2013-05-131-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 Guthrie2013-05-132-6/+4
| | | | (mga#6083)