aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* new option --justdb (new perl-URPM 1.76 & urpmi 4.10.6)Thierry Vignaud2007-08-232-0/+3
|
* add new "System/Printing" groupThierry Vignaud2007-08-171-0/+1
|
* (progress) prevent gtk+ warningsThierry Vignaud2007-08-131-1/+4
|
* (display_READMEs_if_needed) kill debug statementThierry Vignaud2007-08-131-1/+0
|
* (display_READMEs_if_needed) fix error if urpm::install stoped early (#32504)Thierry Vignaud2007-08-131-0/+2
|
* (open_urpmi_db) do not unconditionnally enable 'allow-force' &Thierry Vignaud2007-08-131-2/+0
| | | | | | 'allow-nodeps' options since we do no want end users to shoot themselves in the foot
* (perform_removal) display already installed & not installable packagesThierry Vignaud2007-08-131-0/+4
|
* (perform_removal) display again removed packages (wasn't working sinceThierry Vignaud2007-08-131-1/+3
| | | | | | urpmi-4.9.24) and when actually removing an obsolete or conflicting package (need perl-URPM 1.63), and not before
* (open_urpmi_db,open_urpmi_db) add support for --rpm-root and --urpmi-rootThierry Vignaud2007-08-132-1/+7
| | | | | | | (equivalent to urpmi --root and --urpmi-root options) Rationale: --root option is already defined for another purpose by rpmdrake
* (get_pkgs) factorize code by reusing urpm::get_updates_description()Thierry Vignaud2007-08-111-23/+2
|
* implement --auto option (#16093)Thierry Vignaud2007-08-103-0/+3
|
* (extract_header) display which package failed, and from which hdlistThierry Vignaud2007-08-101-2/+2
| | | | | (helpfull for #32349)
* (perform_installation) handle 'allow-force' and 'allow-nodeps' optionsThierry Vignaud2007-08-101-1/+7
|
* (open_urpmi_db) enable 'allow-force' and 'allow-nodeps' options by defaultThierry Vignaud2007-08-101-0/+2
|
* (perform_installation) kill debug statementThierry Vignaud2007-08-101-1/+1
|
* (deps_msg,perform_installation,toggle_nodes) use new formatlistpkg() for ↵Thierry Vignaud2007-08-102-5/+6
| | | | better rendering
* (formatlistpkg) format list with bullets ("-") and indent urpmiThierry Vignaud2007-08-101-1/+1
| | | | | reasons (eg: "foobar-1.i586\n (due to missing...)")
* (perform_installation) factorize code through new urpm::main_looThierry Vignaud2007-08-101-227/+127
| | | | | module (100 lines killed while supporting new features)
* (toggle_nodes) prevent bad wrapping when additional packages are neededThierry Vignaud2007-08-101-1/+1
|
* improve a string by spliting out the column substring in order to ease futur ↵Thierry Vignaud2007-08-091-2/+2
| | | | changes; add quotes
* (inspect) add a warning: suggest to keep the current file if unsureThierry Vignaud2007-08-081-0/+7
|
* (display_READMEs_if_needed) split it out of perform_installation()Thierry Vignaud2007-08-031-26/+30
|
* (get_pkgs) do not mask earlier declaration in same scope (cosmetic)Thierry Vignaud2007-08-031-2/+2
|
* better phrasingThierry Vignaud2007-08-031-1/+1
|
* remove workaround for buggy GNOME now that it has been fixedThierry Vignaud2007-08-031-7/+0
|
* (perform_installation) reduce duplication of code with urpmi byThierry Vignaud2007-08-031-10/+2
| | | | | | reusing urpmi default callback_close now that urpmi exports the list of READMEs it founded
* (init) align text to top (I wonder if we shouldn't align it to the left too)Thierry Vignaud2007-08-031-1/+1
|
* (init) size label's heigh to 2 lines in order to prevent dummy vertical resizingThierry Vignaud2007-08-031-0/+5
|
* (perform_installation) ensure list of update/install instructions isThierry Vignaud2007-08-021-1/+1
| | | | | centered on main window
* (perform_installation) add a note about code that need to beThierry Vignaud2007-08-021-0/+1
| | | | | factorized with urpmi
* (perform_installation) readd back callback_close that was wronglyThierry Vignaud2007-08-021-0/+8
| | | | | | | | | | killed along callback_open (which indeed was redondant with urpmi code) while adding support for transaction in r22950, thus displaying again README.urpmi* note that readme processing really is duplicated with what urpmi::install::install() does
* (get_pkgs) explainThierry Vignaud2007-08-021-0/+3
|
* (open_db) rename as open_rpm_db() for consistency with open_urpmi_db()Thierry Vignaud2007-08-013-13/+13
|
* (get_pkgs) do not list identical packages several time when existingThierry Vignaud2007-08-011-0/+1
| | | | | | in several medium since urpmi only consider the first one anyway (same behavior as old rpmdrake-2.x) (#31810)
* (perform_installation) factorize a string and reduce fuzzing with urpmiThierry Vignaud2007-07-051-1/+1
|
* (toggle_all) kill debug statementThierry Vignaud2007-07-051-1/+0
|
* (children) split it out of ask_browse_tree_given_widgets_for_rpmdrake()Thierry Vignaud2007-07-051-2/+6
|
* (toggle_all) be consistent with the used gdkwindowThierry Vignaud2007-07-051-1/+1
|
* (add_node) probably neededThierry Vignaud2007-07-051-0/+1
|
* (add_parent,set_node_state_tree) clean used modelThierry Vignaud2007-07-051-2/+1
|
* export toggle_all()Thierry Vignaud2007-07-051-1/+1
|
* (toggle_all) split it out of ask_browse_tree_given_widgets_for_rpmdrake()Thierry Vignaud2007-07-051-12/+16
|
* (grep_unselected) make a function out of itThierry Vignaud2007-07-051-1/+3
|
* (update_size) split it out of ask_browse_tree_given_widgets_for_rpmdrake()Thierry Vignaud2007-07-051-13/+14
|
* (perform_installation) rephrase (#30072)Thierry Vignaud2007-07-041-1/+1
|
* (open_db) explain itThierry Vignaud2007-07-031-0/+1
|
* (perform_installation) Gtk2::GUI_Update_Guard->new use of alarm() killThierry Vignaud2007-07-031-8/+17
| | | | | | us when running system(), thus making DVD being ejected and printing wrong error messages (#30463)
* (format_pkg_simplifiedinfo) simplifyThierry Vignaud2007-06-281-1/+1
|
* set an icon for "System/X11" groupThierry Vignaud2007-06-221-1/+1
|
* add "Development/X11" rpm groupThierry Vignaud2007-06-221-0/+1
|