Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change a bit position of main window and steps window | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | | | | | in steps window, have titles in grey | ||||
* | try to handle case with large fonts (CJK for example) -> branch on TextView | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | | | | | when the box will be quite large | ||||
* | ensure {box_size} is set (to have less warnings) | Pascal Rigaux | 2003-02-20 | 1 | -2/+4 |
| | |||||
* | set the destroy handler after wizard creation, or the fact that | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+2 |
| | | | | | | wizard window will overwrite existing window will also destroy the destroy handler | ||||
* | fix some segfaults caused by still calling destroy | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+2 |
| | | | | | | | or other gtk functions after a destroy has been already done, triggered by the user clicking on the WM's "close this application" button (#1651) | ||||
* | better comply to look of text like in Gtk1 (text inside a Frame) | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+6 |
| | |||||
* | clean | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+0 |
| | |||||
* | the empty label in the HButtonBox had the same size as the buttons (since | Pascal Rigaux | 2003-02-18 | 1 | -1/+0 |
| | | | | | | HButtonBox are always homogeneous), causing addUser in german not to fit on the screen. No good way to solve this :-( | ||||
* | fix titi's perl checko | Guillaume Cottenceau | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵ | Guillaume Cottenceau | 2003-02-18 | 1 | -7/+3 |
| | | | | Gtk2->init | ||||
* | fix pop_it... | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | hopefully final fix for pop_it | Pascal Rigaux | 2003-02-17 | 1 | -2/+2 |
| | |||||
* | in the old days, on cannot disable shrink1, resize2 or shrink2 since they ↵ | Thierry Vignaud | 2003-02-17 | 1 | -2/+5 |
| | | | | always were true | ||||
* | fix setting pop_it for wizard in standalone | Pascal Rigaux | 2003-02-17 | 1 | -1/+2 |
| | |||||
* | don't mute the keyboard in ask_browse_tree_info (#1598) | Guillaume Cottenceau | 2003-02-15 | 1 | -1/+2 |
| | |||||
* | okcehc lrep (hebrew feeling) | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | wizard: free memory | Guillaume Cottenceau | 2003-02-14 | 1 | -0/+1 |
| | |||||
* | add a frame to the wizard's outline | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | honour 9.1 theme title of windows: no icon, text to the left | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+4 |
| | |||||
* | remove shape of windows | Guillaume Cottenceau | 2003-02-13 | 1 | -39/+2 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -0/+4 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | - ensure focus should not be needed anymore | Guillaume Cottenceau | 2003-02-12 | 1 | -10/+1 |
| | | | | | - support XSetInputFocus hackery | ||||
* | don't set pop_it when the window is hidden | Pascal Rigaux | 2003-02-12 | 1 | -1/+4 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -6/+6 |
| | |||||
* | - sort functions by name in export tags | Thierry Vignaud | 2003-02-10 | 1 | -19/+28 |
| | | | | | - (gtkset_name) introduce it for mcc and reuse it in create_box_with_title() | ||||
* | drop "F1" for help (since a "Help" button is now available) | Pascal Rigaux | 2003-02-06 | 1 | -6/+2 |
| | |||||
* | (create_okcancel): allow buttons on the left (for the "Help" button) | Pascal Rigaux | 2003-02-06 | 1 | -4/+12 |
| | |||||
* | (ask_browse_tree_info): switch buttons | Pascal Rigaux | 2003-02-05 | 1 | -8/+12 |
| | |||||
* | don't ->set_modal during install | Pascal Rigaux | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | let simplify | Thierry Vignaud | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | ensure the window is big enough in 640x480: remove logo and steps window | Pascal Rigaux | 2003-02-02 | 1 | -2/+2 |
| | |||||
* | avoid poping | Damien Chaumette | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | handle pop_it more nicely: no need to precise pop_it when the wizard window ↵ | Pascal Rigaux | 2003-01-31 | 1 | -3/+6 |
| | | | | | | | already has a window, that way, two dialog boxes won't merge in the same window (which is dumb!) | ||||
* | cleaning the utf8 support stuff: | Thierry Vignaud | 2003-01-28 | 1 | -2/+9 |
| | | | | | | | | | | - consolidate check_for_xserver() to check for x11 access - introduce prepare_gtk2() to do what gtk+2 needs, so that tools that're not part of drakxtools (aka: rpmdrake, mcc, ...) can just do : unshift @::textdomains, 'drakconf'; prepare_gtk2(); | ||||
* | remove debugging statement | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | let mcc pack tables behave smoother, so that all columns of mcc tables behave | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | like last column of drakx's pack tables | ||||
* | don't sent USR2 to mcc for logdrake; | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | | | logdrake is handled differently since it's a special case. else on first execution of an embedded app, we take two USR2 (one from the embedded app and one from logdrake, which is bad) | ||||
* | (ask_browse_tree_info): better look when embedded in a smaller window | Pascal Rigaux | 2003-01-24 | 1 | -15/+16 |
| | |||||
* | correctly pop when F2 (screenshots) | Guillaume Cottenceau | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | revive F1, F2 and alt-e (dialogs for F1 and F2 are broken, though) | Guillaume Cottenceau | 2003-01-22 | 1 | -22/+15 |
| | |||||
* | seems like gdk_window_foreign_new is leaking as well.. | Guillaume Cottenceau | 2003-01-21 | 1 | -1/+2 |
| | |||||
* | enlarge "steps" window a little | Pascal Rigaux | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | (create_okcancel): rework to prepare next move, "Next" and "Previous" on the ↵ | Pascal Rigaux | 2003-01-21 | 1 | -4/+4 |
| | | | | | | | left, and @other buttons on the right (create_hbox): do handle the layout parameter | ||||
* | since gtkset_mousecursor is called by a timeout, don't leak | Guillaume Cottenceau | 2003-01-21 | 1 | -1/+2 |
| | | | | | memory because it can lead to problems on the long term | ||||
* | fix a misc bug in rpmdrake (selecting a pkg doesn't work in certain ↵ | Guillaume Cottenceau | 2003-01-08 | 1 | -3/+9 |
| | | | | | | | circumstances - seems to be when the treeview doesn't have the focus, for exa mple after a search) by changing a bit the way we handle button_press_event in ask_browse_tree_info | ||||
* | ensure drakx don't need wiz_default_up.png and wiz_default_left.png | Pascal Rigaux | 2003-01-08 | 1 | -26/+28 |
| | |||||
* | - remove help (which was at the bottom) | Pascal Rigaux | 2003-01-07 | 1 | -11/+18 |
| | | | | | | | - wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog)) | ||||
* | CList and CTree being deprecated and unsupported in perl-gtk2, | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | | | | | don't bother handle them | ||||
* | (create_packtable): ScrolledWindow are not the only one allowed to grow, | Pascal Rigaux | 2003-01-03 | 1 | -1/+1 |
| | | | | | widgets with get_data('must_grow') set are allowed too | ||||
* | titi's message annoys me too much.. removing it | Guillaume Cottenceau | 2003-01-02 | 1 | -1/+1 |
| |