Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ->get_widgets() now returns an array reference | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Pango->PANGO_WEIGHT_BOLD is not available through introspection | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | fix calling method on unblessed reference | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | fix guessing RTL or LTR | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | | | | | lang is no more loaded by default. rather than load it, just use mygtk3... | ||||
* | we no longuer have access to PANGO_PIXELS() with introspection | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | | | | | => let's use the proper API instead we could alternatively have divide by Pango::SCALE, but this is cleaner | ||||
* | we no longer can use old style objects | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | fix $model->iter_next($iter) usage with Gtk3 | Thierry Vignaud | 2013-12-05 | 1 | -2/+2 |
| | |||||
* | no need to load Pango anymore | Thierry Vignaud | 2013-12-05 | 1 | -1/+0 |
| | |||||
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2013-12-05 | 1 | -3/+3 |
| | |||||
* | Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which ↵ | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | | | | provides the get_cells() method | ||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-12-05 | 1 | -8/+8 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-12-05 | 7 | -89/+89 |
| | |||||
* | Gtk2::Pango -> Pango | Thierry Vignaud | 2013-12-05 | 2 | -3/+3 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-12-05 | 8 | -40/+42 |
| | |||||
* | - --merge-all-rpmnew mode: | Thomas Backlund | 2013-05-08 | 1 | -0/+1 |
| | | | | | | o ignore /etc/crypttab (mga#10028) | ||||
* | make it slighly faster: do not perform useless I/O | Thierry Vignaud | 2013-04-22 | 1 | -2/+1 |
| | |||||
* | consider all config files, not only those in /etc | Thierry Vignaud | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | make --merge-all-rpmnew less dangerous | Thierry Vignaud | 2013-04-22 | 1 | -0/+4 |
| | | | | | | | | let's just ignore /etc/{passwd,group,(g)shadow,hosts,resolv.conf} it's too dangerous to offer people to overwrite those with .rpmnew files... (reported by tmb) | ||||
* | fix install dialog being on top of sub dialogs (mga#9646) | Thierry Vignaud | 2013-04-21 | 1 | -3/+1 |
| | | | | (needs urpmi >= 7.25) | ||||
* | forgot to commit one bit of previous fix | Thierry Vignaud | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | fix retrieving XML information (mga#9529) | Thierry Vignaud | 2013-03-26 | 1 | -1/+1 |
| | | | | | | | commit r7594 fixed download callback for global progress bar but it broke downloading XML metadata. However, we ended in using new gurpm callback in commit r7598 so we can just revert that change | ||||
* | perl_checker cleanups | Thierry Vignaud | 2013-03-24 | 1 | -3/+1 |
| | |||||
* | use gurpm for informing about verifying signatures (mga#9520) | Thierry Vignaud | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | do not update progress bar for signature | Thierry Vignaud | 2013-03-24 | 1 | -1/+1 |
| | | | | | it'll conflict as we only account for installs + downloads for achievement | ||||
* | merge patch for mga#4918 | Thierry Vignaud | 2013-03-24 | 1 | -1/+2 |
| | |||||
* | explicitely destroy $gurpm | Thierry Vignaud | 2013-03-24 | 1 | -4/+4 |
| | |||||
* | fix erase progress in global bar | Thierry Vignaud | 2013-03-21 | 1 | -0/+1 |
| | |||||
* | adapt to gurpmi enabling to cancel again downloads | Thierry Vignaud | 2013-03-21 | 1 | -2/+2 |
| | |||||
* | merge curl_download into Rpmdrake::edit_urpm_sources | Thierry Vignaud | 2013-03-21 | 1 | -3/+17 |
| | | | | | | | | | | rationale: - it's its only user - it has nothing to do with curl since 2008 (and old XS curl code wasn't used anymore since 2003-05-12 when gurpm* stuff was merged in urpmi/gurpm*, grpmi/grpm.pl itself being killed on 2004-01-21) - gc was lazy | ||||
* | remove old callback now that we have erasure progress | Thierry Vignaud | 2013-03-21 | 1 | -11/+0 |
| | |||||
* | use global progress bar for download too | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | update check_sig callback for new widget too | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | fix download progress with global progress bar (mga#9469) | Thierry Vignaud | 2013-03-21 | 1 | -2/+2 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | use a global progress bar when installing (mga#778) | Thierry Vignaud | 2013-03-16 | 1 | -26/+18 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2013-03-16 | 1 | -7/+3 |
| | |||||
* | fix some icon categories | Malo Deniélou | 2013-03-01 | 1 | -4/+4 |
| | |||||
* | (find_installed_version) workaround a crash (mga#9197) | Thierry Vignaud | 2013-02-27 | 1 | -0/+1 |
| | |||||
* | do not offer to pick only update media unless using --expert (mga#2317) | Thierry Vignaud | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | (extract_header) make it more readable | Thierry Vignaud | 2013-02-08 | 1 | -2/+3 |
| | |||||
* | update player icon | Funda Wang | 2013-02-08 | 1 | -1/+1 |
| | |||||
* | update icons | Funda Wang | 2013-01-22 | 1 | -4/+4 |
| | |||||
* | update latest icons | Funda Wang | 2013-01-22 | 1 | -3/+3 |
| | |||||
* | deal with latest rpm group updates | Funda Wang | 2013-01-22 | 1 | -59/+48 |
| | |||||
* | (get_pkgs) add a fix for a rare crash (mga#7439) | Thierry Vignaud | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | (post_extract) keep IDs of packages rather than their paths | Thierry Vignaud | 2012-12-06 | 1 | -5/+5 |
| | | | | | | | (success_summary) look at _all_ config files and only those instead of manually matching file paths beginning with "^/etc" (mga#8310) also do not fork useless rpm processes | ||||
* | (get_string_from_keywords) rename $medium_name as $medium_path for consistency | Thierry Vignaud | 2012-11-29 | 1 | -2/+2 |
| | |||||
* | (extract_header) simplify | Thierry Vignaud | 2012-11-29 | 1 | -3/+2 |
| | |||||
* | (extract_header) fix message | Thierry Vignaud | 2012-11-29 | 1 | -1/+1 |
| |