Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (perform_installation) kill debug statement | Thierry Vignaud | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | (deps_msg,perform_installation,toggle_nodes) use new formatlistpkg() for ↵ | Thierry Vignaud | 2007-08-10 | 2 | -5/+6 |
| | | | | better rendering | ||||
* | (formatlistpkg) format list with bullets ("-") and indent urpmi | Thierry Vignaud | 2007-08-10 | 1 | -1/+1 |
| | | | | | reasons (eg: "foobar-1.i586\n (due to missing...)") | ||||
* | (perform_installation) factorize code through new urpm::main_loo | Thierry Vignaud | 2007-08-10 | 1 | -227/+127 |
| | | | | | module (100 lines killed while supporting new features) | ||||
* | (toggle_nodes) prevent bad wrapping when additional packages are needed | Thierry Vignaud | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | improve a string by spliting out the column substring in order to ease futur ↵ | Thierry Vignaud | 2007-08-09 | 1 | -2/+2 |
| | | | | changes; add quotes | ||||
* | (inspect) add a warning: suggest to keep the current file if unsure | Thierry Vignaud | 2007-08-08 | 1 | -0/+7 |
| | |||||
* | (display_READMEs_if_needed) split it out of perform_installation() | Thierry Vignaud | 2007-08-03 | 1 | -26/+30 |
| | |||||
* | (get_pkgs) do not mask earlier declaration in same scope (cosmetic) | Thierry Vignaud | 2007-08-03 | 1 | -2/+2 |
| | |||||
* | better phrasing | Thierry Vignaud | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | remove workaround for buggy GNOME now that it has been fixed | Thierry Vignaud | 2007-08-03 | 1 | -7/+0 |
| | |||||
* | (perform_installation) reduce duplication of code with urpmi by | Thierry Vignaud | 2007-08-03 | 1 | -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 Vignaud | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | (init) size label's heigh to 2 lines in order to prevent dummy vertical resizing | Thierry Vignaud | 2007-08-03 | 1 | -0/+5 |
| | |||||
* | (perform_installation) ensure list of update/install instructions is | Thierry Vignaud | 2007-08-02 | 1 | -1/+1 |
| | | | | | centered on main window | ||||
* | (perform_installation) add a note about code that need to be | Thierry Vignaud | 2007-08-02 | 1 | -0/+1 |
| | | | | | factorized with urpmi | ||||
* | (perform_installation) readd back callback_close that was wrongly | Thierry Vignaud | 2007-08-02 | 1 | -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) explain | Thierry Vignaud | 2007-08-02 | 1 | -0/+3 |
| | |||||
* | (open_db) rename as open_rpm_db() for consistency with open_urpmi_db() | Thierry Vignaud | 2007-08-01 | 3 | -13/+13 |
| | |||||
* | (get_pkgs) do not list identical packages several time when existing | Thierry Vignaud | 2007-08-01 | 1 | -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 urpmi | Thierry Vignaud | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | (toggle_all) kill debug statement | Thierry Vignaud | 2007-07-05 | 1 | -1/+0 |
| | |||||
* | (children) split it out of ask_browse_tree_given_widgets_for_rpmdrake() | Thierry Vignaud | 2007-07-05 | 1 | -2/+6 |
| | |||||
* | (toggle_all) be consistent with the used gdkwindow | Thierry Vignaud | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | (add_node) probably needed | Thierry Vignaud | 2007-07-05 | 1 | -0/+1 |
| | |||||
* | (add_parent,set_node_state_tree) clean used model | Thierry Vignaud | 2007-07-05 | 1 | -2/+1 |
| | |||||
* | export toggle_all() | Thierry Vignaud | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | (toggle_all) split it out of ask_browse_tree_given_widgets_for_rpmdrake() | Thierry Vignaud | 2007-07-05 | 1 | -12/+16 |
| | |||||
* | (grep_unselected) make a function out of it | Thierry Vignaud | 2007-07-05 | 1 | -1/+3 |
| | |||||
* | (update_size) split it out of ask_browse_tree_given_widgets_for_rpmdrake() | Thierry Vignaud | 2007-07-05 | 1 | -13/+14 |
| | |||||
* | (perform_installation) rephrase (#30072) | Thierry Vignaud | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | (open_db) explain it | Thierry Vignaud | 2007-07-03 | 1 | -0/+1 |
| | |||||
* | (perform_installation) Gtk2::GUI_Update_Guard->new use of alarm() kill | Thierry Vignaud | 2007-07-03 | 1 | -8/+17 |
| | | | | | | us when running system(), thus making DVD being ejected and printing wrong error messages (#30463) | ||||
* | (format_pkg_simplifiedinfo) simplify | Thierry Vignaud | 2007-06-28 | 1 | -1/+1 |
| | |||||
* | set an icon for "System/X11" group | Thierry Vignaud | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | add "Development/X11" rpm group | Thierry Vignaud | 2007-06-22 | 1 | -0/+1 |
| | |||||
* | deprecate "Cluster/Message Passing", "Cluster/Queueing Services", | Thierry Vignaud | 2007-06-22 | 1 | -5/+1 |
| | | | | | | "System/Deploiement" & "System/Deployment" groups in favor of new "System/Cluster" group | ||||
* | (perform_installation) factorize explicitly destroying the progress | Thierry Vignaud | 2007-06-20 | 1 | -3/+4 |
| | | | | | | window when it's over so that it's also done if we need to display rpmnew/rpmsave files, ... | ||||
* | (perform_installation) partially revert r219992: explicitly destroy | Thierry Vignaud | 2007-06-20 | 1 | -0/+4 |
| | | | | | | the progress window when it's over but we've sg to display before returning (error, ...) | ||||
* | prevent urpmi.update to run /usr/bin/resize through | Thierry Vignaud | 2007-06-13 | 1 | -0/+6 |
| | | | | | | Term::ReadKey->GetTerminalSize() when xterm is installed (which freezes the GNOME desktop) (#30867) | ||||
* | (warn_about_media) use our own instance of urpmi db in order not to | Thierry Vignaud | 2007-06-13 | 1 | -2/+4 |
| | | | | | alter skip.list managment (#31092) | ||||
* | (open_urpmi_db) split it out of get_pkgs() | Thierry Vignaud | 2007-06-13 | 1 | -9/+16 |
| | |||||
* | (pkg2medium) return "None" medium for already installed packages (#30556) | Thierry Vignaud | 2007-06-12 | 1 | -0/+1 |
| | |||||
* | (pkg2medium) factorize: do not call URPM::Package->id() quite a lot of time | Thierry Vignaud | 2007-06-12 | 1 | -1/+2 |
| | |||||
* | (perform_installation) ensure "initialization" dialog got destroyed if an | Thierry Vignaud | 2007-06-06 | 1 | -4/+1 |
| | | | | | error happens very early (ie if no package was ever installed) | ||||
* | workaround crash due to option abuse (#30817) | Thierry Vignaud | 2007-05-22 | 1 | -0/+7 |
| | |||||
* | (new) ensure it's not editable | Thierry Vignaud | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | (format_pkg_simplifiedinfo) handle invalid UTF8 summaries, thus fixing | Thierry Vignaud | 2007-05-02 | 1 | -1/+2 |
| | | | | | crash (#30409) | ||||
* | (callback_choices) fix selecting first choice, thus preventing asking | Thierry Vignaud | 2007-04-24 | 1 | -1/+1 |
| | | | | | again the same question if choosing the first one | ||||
* | (format_pkg_simplifiedinfo) small improvement | Thierry Vignaud | 2007-04-03 | 1 | -1/+1 |
| |