summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (create_steps_window) first steps toward new installer styleThierry Vignaud2008-07-302-8/+32
|
* do not include all gtkrc, they break styleThierry Vignaud2008-07-301-1/+0
|
* set background as white for root window (usefull for right part)Thierry Vignaud2008-07-301-1/+1
|
* (update_steps_position) revert a line in previous revert :-)Thierry Vignaud2008-07-301-1/+0
|
* (update_steps_position) update icon of previous step once entering a new stepThierry Vignaud2008-07-301-0/+6
| | | | | (partially reverting r243684 from 2008-07-29)
* (init_sizes) adjust size to new steps backgroundThierry Vignaud2008-07-301-1/+1
|
* (_gtk__Fixed) add support for image backgroundThierry Vignaud2008-07-301-0/+7
|
* remove old useless bannersThierry Vignaud2008-07-3012-0/+0
|
* (create_steps_window) render step category titles as capital letters tooThierry Vignaud2008-07-301-1/+1
|
* adjust color of banner titlesThierry Vignaud2008-07-301-1/+1
|
* (title1_to_markup) render titles as blue instead of bold at install timeThierry Vignaud2008-07-301-1/+2
|
* (_gtk__Title1) do not hardcode title1_to_markup()Thierry Vignaud2008-07-301-1/+1
|
* (title1_to_markup) reindentThierry Vignaud2008-07-301-2/+2
|
* (create_steps_window) add spacingThierry Vignaud2008-07-301-0/+1
|
* (_gtk__MagicWindow) remove ugly Frames around windows now that matchbox takesThierry Vignaud2008-07-301-5/+2
| | | | | care of drawing real window borders
* (_create_Window) ignore weird 'size_allocate' signal that causesThierry Vignaud2008-07-301-0/+1
| | | | | | flickering (we got [ 0, 0, 4, 4 ] as $event, then twice the correct [ 0, 0, 576, 418 ] one)
* (_create_Window) fix position with matchbox wmThierry Vignaud2008-07-301-1/+1
|
* (_gtk_any_Window) set 'dialog' hint for matchbox at install timeThierry Vignaud2008-07-301-0/+4
|
* (_gtk__Fixed) add support for 'Gtk2::Fixed' widgetThierry Vignaud2008-07-301-0/+12
|
* (_gtk) fix moving to position at install time with matchbox window managerThierry Vignaud2008-07-301-1/+1
|
* (install_theme) make root window visible from outside of the scopeThierry Vignaud2008-07-301-0/+3
|
* Hungarian translation updateGergely Lonyai2008-07-301-6/+6
|
* typo fixes (Wanderlei Antonio Cavassin)Thierry Vignaud2008-07-2972-144/+144
|
* (create_steps_window) simplify after latest commitThierry Vignaud2008-07-291-2/+1
|
* (update_steps_position) stop setting bold and italic for current step name ; Thierry Vignaud2008-07-291-7/+0
| | | | | | stop restoring previous step title font since we do not set a specific font for current step title
* stop setting banner icon now we do not display them anymoreThierry Vignaud2008-07-297-12/+6
|
* log one more changeThierry Vignaud2008-07-281-0/+2
|
* 2009.0 beta 1 logoThierry Vignaud2008-07-282-1/+5
|
* Banner for beta1 releaseAnne Nicolas2008-07-281-0/+0
|
* greek (el) language update by NikosNikos Papadopoulos2008-07-271-44/+50
|
* update on RussianAlexander Kazancev2008-07-261-139/+19
|
* update on RussianAlexander Kazancev2008-07-251-183/+53
|
* (ask_fromW) do not force modality since it behaves badly with matchboxThierry Vignaud2008-07-251-2/+1
| | | | | | window manager; modality got forced by pixel in r206229 on 2004-02-10 without much explanation: "have modal windows"
* (install_theme) set GDK_WINDOW_TYPE_HINT_DESKTOP for matchbox windowThierry Vignaud2008-07-251-0/+1
| | | | | manager (fcrozat)
* (install_theme) reindentThierry Vignaud2008-07-251-3/+3
|
* (ask_fromW) no need to set modality twice (what's more, transientThierry Vignaud2008-07-251-1/+2
| | | | | already imply modality in mygtk2)
* do not force all windows to be modal at install time since it causesThierry Vignaud2008-07-251-1/+1
| | | | | | | | | issues with matchbox window manager modality got forced in r210547 on 2005-01-11 while switching to mygtk2 which collapsed two code paths in ones whereas one wasn't setting modality ('create "MagicWindow" in mygtk2 out of ugtk2::new()')
* (new) simplify: 'transient_for' already implies 'modal' in mygtk2Thierry Vignaud2008-07-251-1/+1
|
* (Gtk2::Banner->new) reduce titles size (and thus banner size too) atThierry Vignaud2008-07-251-2/+3
| | | | | install time
* (new) render titles as capitals in installerThierry Vignaud2008-07-251-0/+2
|
* (create_steps_window,install_theme) set window titlesThierry Vignaud2008-07-251-2/+2
|
* add empty bannerThierry Vignaud2008-07-251-0/+0
|
* revert r243632 from 2008-07-24 ("set META_CLASS as 'download' so thatThierry Vignaud2008-07-251-1/+1
| | | | | | | we got 'Ia Ora Smooth' theme") since we'd better set the theme through /etc/gtk-2.0/gtkrc because altering META_CLASS can trigger unwanted behavior in rpm scriptlets, which might use $META_CLASS
* better set the theme through /etc/gtk-2.0/gtkrc since altering META_CLASS canThierry Vignaud2008-07-252-0/+8
| | | | | trigger unwanted behavior in rpm scriptlets, which might use $META_CLASS.
* prefer Xephyr over Xnest since Xnest lacks many extensions needed byThierry Vignaud2008-07-251-1/+1
| | | | | matchbox-window-manager
* set META_CLASS as 'download' so that we got 'Ia Ora Smooth' themeThierry Vignaud2008-07-241-1/+1
|
* run matchbox window managerThierry Vignaud2008-07-241-0/+1
|
* include matchbox window managerThierry Vignaud2008-07-241-0/+8
|
* set lighter background tooThierry Vignaud2008-07-241-2/+2
|
* set new text color for step categoryThierry Vignaud2008-07-241-1/+1
|