diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023204.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-March/023204.html | 424 |
1 files changed, 424 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023204.html b/zarb-ml/mageia-dev/2013-March/023204.html new file mode 100644 index 000000000..ab527aa1c --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023204.html @@ -0,0 +1,424 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [soft-commits] [7442] match latest rpm group updates + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B7442%5D%20match%20latest%20rpm%20group%0A%09updates&In-Reply-To=%3CCAONrEtaX0nTLw%2B2Vj64Cj1bV2xpmnhanD%3D3eV%2BmNvCv_VUm%3DDg%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="023210.html"> + <LINK REL="Next" HREF="023205.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [soft-commits] [7442] match latest rpm group updates</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B7442%5D%20match%20latest%20rpm%20group%0A%09updates&In-Reply-To=%3CCAONrEtaX0nTLw%2B2Vj64Cj1bV2xpmnhanD%3D3eV%2BmNvCv_VUm%3DDg%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [soft-commits] [7442] match latest rpm group updates">thierry.vignaud at gmail.com + </A><BR> + <I>Fri Mar 1 17:04:25 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="023210.html">[Mageia-dev] Freeze push: trojita +</A></li> + <LI>Next message: <A HREF="023205.html">[Mageia-dev] freeze push setools +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23204">[ date ]</a> + <a href="thread.html#23204">[ thread ]</a> + <a href="subject.html#23204">[ subject ]</a> + <a href="author.html#23204">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 1 March 2013 13:29, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +><i> Revision 7442 Author matteo Date 2013-03-01 13:29:15 +0100 (Fri, 01 Mar +</I>><i> 2013) +</I>><i> +</I>><i> Log Message +</I> +you'd better look at "svn diff" output prior to commiting. +here there's lot of unrelated stuff (including debug print statements) + +><i> match latest rpm group updates +</I>><i> AdminPanel/trunk/AdminPanel/Rpmdragora/gui.pm +</I>><i> AdminPanel/trunk/AdminPanel/Rpmdragora/icon.pm +</I>><i> AdminPanel/trunk/AdminPanel/Rpmdragora/pkg.pm +</I>><i> AdminPanel/trunk/modules/rpmdragora/rpmdragora +</I>><i> +</I>><i> Modified: AdminPanel/trunk/AdminPanel/Rpmdragora/gui.pm +</I>><i> =================================================================== +</I>><i> --- AdminPanel/trunk/AdminPanel/Rpmdragora/gui.pm 2013-03-01 11:21:19 UTC +</I>><i> (rev 7441) +</I>><i> +++ AdminPanel/trunk/AdminPanel/Rpmdragora/gui.pm 2013-03-01 12:29:15 UTC +</I>><i> (rev 7442) +</I>><i> @@ -409,11 +409,15 @@ +</I>><i> #$model->set($iter, $pkg_columns{selectable} => to_bool($state ne +</I>><i> 'base')); +</I>><i> $iter->addCell($state,"/usr/share/rpmdrake/icons/state_$state.png"); +</I>><i> if(to_bool(member($state, qw(base installed to_install)))){ +</I>><i> - $iter->cell(0)->setLabel('x'); +</I>><i> + #$iter->cell(0)->setLabel('x'); +</I>><i> + # it should be parent()->setChecked(1) +</I>><i> + $iter->cell(0)->parent()->setSelected(1); +</I>><i> }else{ +</I>><i> - $iter->cell(0)->setLabel(''); +</I>><i> + #$iter->cell(0)->setLabel(''); +</I>><i> + $iter->cell(0)->parent()->setSelected(0); +</I>><i> } +</I>><i> if(!to_bool($state ne 'base')){ +</I>><i> + #$iter->cell(0)->setLabel('-'); +</I>><i> $iter->cell(0)->setLabel('-'); +</I>><i> } +</I>><i> } +</I>><i> @@ -479,8 +483,7 @@ +</I>><i> $release = "" if(!defined($release)); +</I>><i> $arch = "" if(!defined($arch)); +</I>><i> #my $newTableItem = new +</I>><i> yui::YTableItem(format_name_n_summary($name, get_summary($leaf)), +</I>><i> - my $newTableItem = new yui::YTableItem($state, +</I>><i> - +</I>><i> $name."\n".get_summary($leaf), +</I>><i> + my $newTableItem = new +</I>><i> yui::YTableItem($name."\n".get_summary($leaf), +</I>><i> $version, +</I>><i> $release, +</I>><i> $arch); +</I>><i> +</I>><i> Modified: AdminPanel/trunk/AdminPanel/Rpmdragora/icon.pm +</I>><i> =================================================================== +</I>><i> --- AdminPanel/trunk/AdminPanel/Rpmdragora/icon.pm 2013-03-01 11:21:19 UTC +</I>><i> (rev 7441) +</I>><i> +++ AdminPanel/trunk/AdminPanel/Rpmdragora/icon.pm 2013-03-01 12:29:15 UTC +</I>><i> (rev 7442) +</I>><i> @@ -44,14 +44,13 @@ +</I>><i> join('|', N("Archiving"), N("Compression")) => 'compression_section', +</I>><i> join('|', N("Archiving"), N("Other")) => 'other_archiving', +</I>><i> N("Communications") => 'communications_section', +</I>><i> - join('|', N("Communications"), N("Bluetooth")) => +</I>><i> 'communications_section', +</I>><i> - join('|', N("Communications"), N("Bluetooth")) => +</I>><i> 'communications_section', +</I>><i> - join('|', N("Communications"), N("Dial-Up")) => 'communications_section', +</I>><i> - join('|', N("Communications"), N("Fax")) => 'communications_section', +</I>><i> - join('|', N("Communications"), N("Mobile")) => 'communications_section', +</I>><i> - join('|', N("Communications"), N("Radio")) => 'communications_section', +</I>><i> - join('|', N("Communications"), N("Serial")) => 'communications_section', +</I>><i> - join('|', N("Communications"), N("Telephony")) => +</I>><i> 'communications_section', +</I>><i> + join('|', N("Communications"), N("Bluetooth")) => +</I>><i> 'communications_bluetooth_section', +</I>><i> + join('|', N("Communications"), N("Dial-Up")) => +</I>><i> 'communications_dialup_section', +</I>><i> + join('|', N("Communications"), N("Fax")) => 'communications_fax_section', +</I>><i> + join('|', N("Communications"), N("Mobile")) => +</I>><i> 'communications_mobile_section', +</I>><i> + join('|', N("Communications"), N("Radio")) => +</I>><i> 'communications_radio_section', +</I>><i> + join('|', N("Communications"), N("Serial")) => +</I>><i> 'communications_serial_section', +</I>><i> + join('|', N("Communications"), N("Telephony")) => +</I>><i> 'communications_phone_section', +</I>><i> N("Databases") => 'databases_section', +</I>><i> N("Development") => 'development_section', +</I>><i> join('|', N("Development"), N("Basic")) => '', +</I>><i> @@ -59,20 +58,21 @@ +</I>><i> join('|', N("Development"), N("C++")) => '', +</I>><i> join('|', N("Development"), N("C#")) => '', +</I>><i> join('|', N("Development"), N("Databases")) => 'databases_section', +</I>><i> + join('|', N("Development"), N("Debug")) => '', +</I>><i> join('|', N("Development"), N("Erlang")) => '', +</I>><i> join('|', N("Development"), N("GNOME and GTK+")) => 'gnome_section', +</I>><i> join('|', N("Development"), N("Java")) => '', +</I>><i> join('|', N("Development"), N("KDE and Qt")) => 'kde_section', +</I>><i> - join('|', N("Development"), N("Kernel")) => +</I>><i> 'hardware_configuration_section', +</I>><i> + join('|', N("Development"), N("Kernel")) => '', +</I>><i> join('|', N("Development"), N("OCaml")) => '', +</I>><i> - join('|', N("Development"), N("Other")) => 'development_tools_section', +</I>><i> + join('|', N("Development"), N("Other")) => '', +</I>><i> join('|', N("Development"), N("Perl")) => '', +</I>><i> join('|', N("Development"), N("PHP")) => '', +</I>><i> join('|', N("Development"), N("Python")) => '', +</I>><i> - join('|', N("Development"), N("Tools")) => '', +</I>><i> - join('|', N("Development"), N("X11")) => 'office_section', +</I>><i> + join('|', N("Development"), N("Tools")) => 'development_tools_section', +</I>><i> + join('|', N("Development"), N("X11")) => '', +</I>><i> N("Documentation") => 'documentation_section', +</I>><i> - N("Editors") => 'emulators_section', +</I>><i> + N("Editors") => 'editors_section', +</I>><i> N("Education") => 'education_section', +</I>><i> N("Emulators") => 'emulators_section', +</I>><i> N("File tools") => 'file_tools_section', +</I>><i> @@ -83,46 +83,40 @@ +</I>><i> join('|', N("Games"), N("Cards")) => 'cards_section', +</I>><i> join('|', N("Games"), N("Other")) => 'other_amusement', +</I>><i> join('|', N("Games"), N("Puzzles")) => 'puzzle_section', +</I>><i> - join('|', N("Games"), N("Shooter")) => 'other_amusement', +</I>><i> + join('|', N("Games"), N("Shooter")) => 'shooter_section', +</I>><i> + join('|', N("Games"), N("Simulation")) => 'simulation_section', +</I>><i> join('|', N("Games"), N("Sports")) => 'sport_section', +</I>><i> join('|', N("Games"), N("Strategy")) => 'strategy_section', +</I>><i> - N("Geography") => 'geosciences_section', +</I>><i> - N("Graphical desktop") => 'office_section', +</I>><i> + N("Geography") => 'geography_section', +</I>><i> + N("Graphical desktop") => 'graphical_desktop_section', +</I>><i> join('|', N("Graphical desktop"), +</I>><i> #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> - N("Enlightenment")) => '', +</I>><i> - join('|', N("Graphical desktop"), N("FVWM based")) => '', +</I>><i> + N("Enlightenment")) => 'enlightment_section', +</I>><i> join('|', N("Graphical desktop"), +</I>><i> #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> N("GNOME")) => 'gnome_section', +</I>><i> join('|', N("Graphical desktop"), +</I>><i> #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> - N("Icewm")) => '', +</I>><i> + N("Icewm")) => 'icewm_section', +</I>><i> join('|', N("Graphical desktop"), +</I>><i> #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> N("KDE")) => 'kde_section', +</I>><i> join('|', N("Graphical desktop"), N("Other")) => +</I>><i> 'more_applications_other_section', +</I>><i> join('|', N("Graphical desktop"), +</I>><i> #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> - N("Sawfish")) => '', +</I>><i> + N("WindowMaker")) => 'windowmaker_section', +</I>><i> join('|', N("Graphical desktop"), +</I>><i> #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> - N("WindowMaker")) => '', +</I>><i> - join('|', N("Graphical desktop"), +</I>><i> - #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> - N("Xfce")) => '', +</I>><i> + N("Xfce")) => 'xfce_section', +</I>><i> N("Graphics") => 'graphics_section', +</I>><i> - join('|', N("Graphics"), N("3D")) => '', +</I>><i> - join('|', N("Graphics"), N("Editors")) => '', +</I>><i> - join('|', N("Graphics"), N("Other")) => '', +</I>><i> - join('|', N("Graphics"), N("Photography")) => '', +</I>><i> - join('|', N("Graphics"), N("Scanning")) => '', +</I>><i> - join('|', N("Graphics"), N("Viewers")) => '', +</I>><i> + join('|', N("Graphics"), N("3D")) => 'graphics_3d_section', +</I>><i> + join('|', N("Graphics"), N("Editors and Converters")) => +</I>><i> 'graphics_editors_section', +</I>><i> + join('|', N("Graphics"), N("Utilities")) => 'graphics_utilities_section', +</I>><i> + join('|', N("Graphics"), N("Photography")) => +</I>><i> 'graphics_photography_section', +</I>><i> + join('|', N("Graphics"), N("Scanning")) => 'graphics_scanning_section', +</I>><i> + join('|', N("Graphics"), N("Viewers")) => 'graphics_viewers_section', +</I>><i> N("Monitoring") => 'monitoring_section', +</I>><i> - N("Multimedia") => 'multimedia_section', +</I>><i> - join('|', N("Multimedia"), N("Video")) => 'video_section', +</I>><i> N("Networking") => 'networking_section', +</I>><i> - join('|', N("Networking"), N("Chat")) => 'chat_section', +</I>><i> join('|', N("Networking"), N("File transfer")) => 'file_transfer_section', +</I>><i> join('|', N("Networking"), N("IRC")) => 'irc_section', +</I>><i> join('|', N("Networking"), N("Instant messaging")) => +</I>><i> 'instant_messaging_section', +</I>><i> @@ -132,17 +126,15 @@ +</I>><i> join('|', N("Networking"), N("Remote access")) => 'remote_access_section', +</I>><i> join('|', N("Networking"), N("WWW")) => 'networking_www_section', +</I>><i> N("Office") => 'office_section', +</I>><i> - join('|', N("Office"), N("Dictionary")) => '', +</I>><i> - join('|', N("Office"), N("Finance")) => '', +</I>><i> - join('|', N("Office"), N("Management")) => '', +</I>><i> - join('|', N("Office"), N("Organizer")) => '', +</I>><i> - join('|', N("Office"), N("Other")) => '', +</I>><i> - join('|', N("Office"), N("Spreadsheet")) => '', +</I>><i> - join('|', N("Office"), N("Suite")) => '', +</I>><i> - join('|', N("Office"), N("Word processor")) => '', +</I>><i> - N("Public Keys") => 'packaging_section', +</I>><i> + join('|', N("Office"), N("Dictionary")) => 'office_dictionary_section', +</I>><i> + join('|', N("Office"), N("Finance")) => 'finances_section', +</I>><i> + join('|', N("Office"), N("Management")) => 'timemanagement_section', +</I>><i> + join('|', N("Office"), N("Organizer")) => 'timemanagement_section', +</I>><i> + join('|', N("Office"), N("Utilities")) => 'office_accessories_section', +</I>><i> + join('|', N("Office"), N("Spreadsheet")) => 'spreadsheet_section', +</I>><i> + join('|', N("Office"), N("Suite")) => 'office_suite', +</I>><i> + join('|', N("Office"), N("Word processor")) => 'wordprocessor_section', +</I>><i> N("Publishing") => 'publishing_section', +</I>><i> - N("Security") => 'packaging_section', +</I>><i> N("Sciences") => 'sciences_section', +</I>><i> join('|', N("Sciences"), N("Astronomy")) => 'astronomy_section', +</I>><i> join('|', N("Sciences"), N("Biology")) => 'biology_section', +</I>><i> @@ -152,47 +144,44 @@ +</I>><i> join('|', N("Sciences"), N("Mathematics")) => 'mathematics_section', +</I>><i> join('|', N("Sciences"), N("Other")) => 'other_sciences', +</I>><i> join('|', N("Sciences"), N("Physics")) => 'physics_section', +</I>><i> + N("Security") => 'security_section', +</I>><i> N("Shells") => 'shells_section', +</I>><i> N("Sound") => 'sound_section', +</I>><i> - join('|', N("Sound"), N("Editors and Converters")) => '', +</I>><i> - join('|', N("Sound"), N("Midi")) => '', +</I>><i> - join('|', N("Sound"), N("Mixers")) => '', +</I>><i> - join('|', N("Sound"), N("Players")) => '', +</I>><i> - join('|', N("Sound"), N("Utilities")) => '', +</I>><i> - join('|', N("Sound"), N("Visualization")) => '', +</I>><i> + join('|', N("Sound"), N("Editors and Converters")) => +</I>><i> 'sound_editors_section', +</I>><i> + join('|', N("Sound"), N("Midi")) => 'sound_midi_section', +</I>><i> + join('|', N("Sound"), N("Mixers")) => 'sound_mixers_section', +</I>><i> + join('|', N("Sound"), N("Players")) => 'sound_players_section', +</I>><i> + join('|', N("Sound"), N("Utilities")) => 'sound_utilities_section', +</I>><i> N("System") => 'system_section', +</I>><i> join('|', N("System"), N("Base")) => 'system_section', +</I>><i> + join('|', N("System"), N("Boot and Init")) => 'boot_init_section', +</I>><i> join('|', N("System"), N("Cluster")) => 'parallel_computing_section', +</I>><i> join('|', N("System"), N("Configuration")) => 'configuration_section', +</I>><i> - join('|', N("System"), N("Configuration"), N("Boot and Init")) => +</I>><i> 'boot_init_section', +</I>><i> - join('|', N("System"), N("Configuration"), N("Hardware")) => +</I>><i> 'hardware_configuration_section', +</I>><i> - join('|', N("System"), N("Configuration"), N("Networking")) => +</I>><i> 'networking_configuration_section', +</I>><i> - join('|', N("System"), N("Configuration"), N("Other")) => +</I>><i> 'system_other_section', +</I>><i> - join('|', N("System"), N("Configuration"), N("Packaging")) => +</I>><i> 'packaging_section', +</I>><i> - join('|', N("System"), N("Configuration"), N("Printing")) => +</I>><i> 'printing_section', +</I>><i> join('|', N("System"), N("Fonts")) => 'chinese_section', +</I>><i> - join('|', N("System"), N("Fonts"), N("Console")) => +</I>><i> 'interpreters_section', +</I>><i> join('|', N("System"), N("Fonts"), N("True type")) => '', +</I>><i> join('|', N("System"), N("Fonts"), N("Type1")) => '', +</I>><i> join('|', N("System"), N("Fonts"), N("X11 bitmap")) => '', +</I>><i> join('|', N("System"), N("Internationalization")) => 'chinese_section', +</I>><i> join('|', N("System"), N("Kernel and hardware")) => +</I>><i> 'hardware_configuration_section', +</I>><i> - join('|', N("System"), N("Libraries")) => '', +</I>><i> + join('|', N("System"), N("Libraries")) => 'system_section', +</I>><i> + join('|', N("System"), N("Networking")) => +</I>><i> 'networking_configuration_section', +</I>><i> + join('|', N("System"), N("Packaging")) => 'packaging_section', +</I>><i> join('|', N("System"), N("Printing")) => 'printing_section', +</I>><i> - join('|', N("System"), N("Servers")) => '', +</I>><i> + join('|', N("System"), N("Servers")) => 'servers_section', +</I>><i> join('|', N("System"), +</I>><i> #-PO: This is a package/product name. Only translate it if +</I>><i> needed: +</I>><i> - N("X11")) => 'office_section', +</I>><i> + N("X11")) => 'x11_section', +</I>><i> N("Terminals") => 'terminals_section', +</I>><i> N("Text tools") => 'text_tools_section', +</I>><i> N("Toys") => 'toys_section', +</I>><i> N("Video") => 'video_section', +</I>><i> - join('|', N("Video"), N("Editors and Converters")) => '', +</I>><i> - join('|', N("Video"), N("Players")) => '', +</I>><i> - join('|', N("Video"), N("Utilities")) => '', +</I>><i> + join('|', N("Video"), N("Editors and Converters")) => +</I>><i> 'video_editors_section', +</I>><i> + join('|', N("Video"), N("Players")) => 'video_players_section', +</I>><i> + join('|', N("Video"), N("Television")) => 'video_television_section', +</I>><i> + join('|', N("Video"), N("Utilities")) => 'video_utilities_section', +</I>><i> +</I>><i> # for Mageia Choice: +</I>><i> - N("Workstation") => 'office_section', +</I>><i> + N("Workstation") => 'system_section', +</I>><i> join('|', N("Workstation"), N("Configuration")) => +</I>><i> 'configuration_section', +</I>><i> join('|', N("Workstation"), N("Console Tools")) => 'interpreters_section', +</I>><i> join('|', N("Workstation"), N("Documentation")) => +</I>><i> 'documentation_section', +</I>><i> @@ -202,16 +191,16 @@ +</I>><i> join('|', N("Workstation"), N("Network Computer (client)")) => +</I>><i> 'other_networking', +</I>><i> join('|', N("Workstation"), N("Office Workstation")) => 'office_section', +</I>><i> join('|', N("Workstation"), N("Scientific Workstation")) => +</I>><i> 'sciences_section', +</I>><i> - N("Graphical Environment") => 'office_section', +</I>><i> + N("Graphical Environment") => 'graphical_desktop_section', +</I>><i> +</I>><i> join('|', N("Graphical Environment"), N("GNOME Workstation")) => +</I>><i> 'gnome_section', +</I>><i> - join('|', N("Graphical Environment"), N("IceWm Desktop")) => 'icewm', +</I>><i> + join('|', N("Graphical Environment"), N("IceWm Desktop")) => +</I>><i> 'icewm_section', +</I>><i> join('|', N("Graphical Environment"), N("KDE Workstation")) => +</I>><i> 'kde_section', +</I>><i> join('|', N("Graphical Environment"), N("Other Graphical Desktops")) => +</I>><i> 'more_applications_other_section', +</I>><i> N("Development") => 'development_section', +</I>><i> join('|', N("Development"), N("Development")) => 'development_section', +</I>><i> join('|', N("Development"), N("Documentation")) => +</I>><i> 'documentation_section', +</I>><i> - N("Server") => 'archiving_section', +</I>><i> + N("Server") => 'servers_section', +</I>><i> join('|', N("Server"), N("DNS/NIS")) => 'networking_section', +</I>><i> join('|', N("Server"), N("Database")) => 'databases_section', +</I>><i> join('|', N("Server"), N("Firewall/Router")) => 'networking_section', +</I>><i> +</I>><i> Modified: AdminPanel/trunk/AdminPanel/Rpmdragora/pkg.pm +</I>><i> =================================================================== +</I>><i> --- AdminPanel/trunk/AdminPanel/Rpmdragora/pkg.pm 2013-03-01 11:21:19 UTC +</I>><i> (rev 7441) +</I>><i> +++ AdminPanel/trunk/AdminPanel/Rpmdragora/pkg.pm 2013-03-01 12:29:15 UTC +</I>><i> (rev 7442) +</I>><i> @@ -190,6 +190,7 @@ +</I>><i> sub find_installed_version { +</I>><i> my ($p) = @_; +</I>><i> my $version; +</I>><i> + print "EVR: ".$_[0]->EVR."\n"; +</I>><i> open_rpm_db()->traverse_tag_find('name', $p->name, sub { $version = +</I>><i> $_[0]->EVR }); +</I>><i> $version || N("(none)"); +</I>><i> } +</I>><i> +</I>><i> Modified: AdminPanel/trunk/modules/rpmdragora/rpmdragora +</I>><i> =================================================================== +</I>><i> --- AdminPanel/trunk/modules/rpmdragora/rpmdragora 2013-03-01 11:21:19 UTC +</I>><i> (rev 7441) +</I>><i> +++ AdminPanel/trunk/modules/rpmdragora/rpmdragora 2013-03-01 12:29:15 UTC +</I>><i> (rev 7442) +</I>><i> @@ -411,8 +411,6 @@ +</I>><i> #$col_sel->set_sizing('fixed'); +</I>><i> #$col_sel->set_sort_column_id($pkg_columns{selected}); +</I>><i> +</I>><i> - $detail_list_header->addColumn('', 3); +</I>><i> - +</I>><i> my $display_arch_col = to_bool(arch() =~ /64/); +</I>><i> my @columns = (qw(name version release), if_($display_arch_col, +</I>><i> 'arch')); +</I>><i> +</I>><i> @@ -470,7 +468,7 @@ +</I>><i> #$pixcolumn->set_sort_column_id($pkg_columns{state}); +</I>><i> $detail_list_header->addColumn(N("Status")); +</I>><i> +</I>><i> - $detail_list = $factory->createTable($hbox_middle,$detail_list_header); +</I>><i> + $detail_list = +</I>><i> $factory->createTable($hbox_middle,$detail_list_header,1); +</I>><i> $detail_list->setWeight(0,50); +</I>><i> $detail_list->setNotify(1); +</I>><i> #OLD compute_main_window_size($w); +</I>><i> +</I></PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="023210.html">[Mageia-dev] Freeze push: trojita +</A></li> + <LI>Next message: <A HREF="023205.html">[Mageia-dev] freeze push setools +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23204">[ date ]</a> + <a href="thread.html#23204">[ thread ]</a> + <a href="subject.html#23204">[ subject ]</a> + <a href="author.html#23204">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |