User Tools

Site Tools


client:gtk:gtk2:glade_layouts_in_pictures

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
client:gtk:gtk2:glade_layouts_in_pictures [2018/03/14 14:12]
karl created
client:gtk:gtk2:glade_layouts_in_pictures [2018/03/15 10:28]
karl [V1-Redux]
Line 10: Line 10:
 so here are screenshots to make the choice easier. ​ so here are screenshots to make the choice easier. ​
  
-Currently only in the "​Black"​ theme mode. 
  
-Window mode The client always starts in windowed mode, there is no real full screen mode.+=== Window mode === 
 +The client always starts in windowed mode, there is no real full screen mode.
  
-Window position : Most clients start in the middle of the screen, some in North-West ​position.+=== Window position ​=== 
 +All start without a [[:client:​winpos]] configuration file somehow roughly ​in North-West ​corner mode.
  
-Size : Most of the clients take a huge portion of the screen on a modern 1920x1080 monitor, a few layouts are much smaller.+=== Window sizes === 
 +Most of the clients take a huge portion of the screen on a modern 1920x1080 monitor, a few layouts are much smaller.
  
 +Most are by default the size of around 1200 x 900 to fit into a 1280x1024 monitor \\
 +without being partly hidden by the hight of a taskbar. \\
 +[[#​Oroborus]] is made for 1024x800 screens, [[#Meflin]] and [[#​SixForty]] are 640x480 for 800x600 screen resolutions. ​
 +
 +=== GTK+-2.0-version requirements ===
 +Most .glade files have a commented line to require v.2.12, \\
 +[[#​Lobotomy]] , [[#Meflin]] and [[#​Sixforty]] want v.2.12. \\
 +The dialogs.glade file that holds the architecture for the account login, \\ 
 +character creation, keyboard configuration and spell windows, has a commented line \\
 +to require v.2.16 of GTK. \\
 +See also [[:​known_client_issues#​ ]]
 +
 +
 +Pictures are currently only in the "​Black"​ theme mode. \\
 //Picture Sizes : Scaled down to Max either x=600 or y=400 , Jpeg quality 80%// //Picture Sizes : Scaled down to Max either x=600 or y=400 , Jpeg quality 80%//
 ===== Caelestis ===== ===== Caelestis =====
 {{glade_caelestis.jpg}} {{glade_caelestis.jpg}}
  
 +  * <!-- interface-requires gtk+ 2.12 -->  
 +  *<​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​ 
 +  *<​property name="​default_width">​1275</​property>​ 
 +  *<​property name="​default_height">​945</​property>​
 ===== Chotonic ===== ===== Chotonic =====
 {{glade_chotonic.jpg}} {{glade_chotonic.jpg}}
  
- +  * <!-- interface-requires gtk+ 2.12 --> 
-===== Eureca ​=====+  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​ 
 +  * <​property name="​default_width">​1275</​property>​ 
 +  * <​property name="​default_height">​945</​property>​ 
 +===== Eureka ​=====
 {{glade_eureca.jpg}} {{glade_eureca.jpg}}
  
 +  * <!-- interface-requires gtk+ 2.12 --> 
 +  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​ 
 +  * width, height : not specified in the eureka.glade file
 ===== Gtk_v1 ===== ===== Gtk_v1 =====
 {{glade_gtk_v1.jpg}} {{glade_gtk_v1.jpg}}
 +
 +  * <!-- interface-requires gtk+ 2.12 -->
 +  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​
 +  * <​property name="​default_width">​1180</​property>​
 +  * <​property name="​default_height">​925</​property>​
  
  
 ===== Gtk_v2 ===== ===== Gtk_v2 =====
 {{glade_gtk_v2.jpg}} {{glade_gtk_v2.jpg}}
 +
 +  * <!-- interface-requires gtk+ 2.12 -->
 +  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​
 +  * <​property name="​default_width">​1201</​property>​
 +  * <​property name="​default_height">​1010</​property>​
  
  
 ===== Lobotomy ===== ===== Lobotomy =====
 {{glade_lobotomy.jpg}} {{glade_lobotomy.jpg}}
 +
 +  * <​requires-version lib="​gtk+"​ version="​2.12"/>​
 +  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​
 +  * <​property name="​default_width">​1280</​property>​
 +  * <​property name="​default_height">​925</​property>​
  
  
Line 46: Line 85:
 {{glade_meflin.jpg}} {{glade_meflin.jpg}}
  
 +  * <​requires-version lib="​gtk+"​ version="​2.12"/>​
 +  * <​property name="​title"​ translatable="​yes">​Crossfire GTK V2 Client - Meflin</​property>​
 +  * <​property name="​default_width">​640</​property>​
 +  * <​property name="​default_height">​480</​property>​
  
 ===== Oroborus ===== ===== Oroborus =====
 {{glade_oroborus.jpg}} {{glade_oroborus.jpg}}
 +
 +  * <!-- interface-requires gtk+ 2.12 -->
 +  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​
 +  * <​property name="​default_width">​1019</​property>​
 +  * <​property name="​default_height">​690</​property>​
  
  
 ===== Sixforty ===== ===== Sixforty =====
 {{glade_sixforty.jpg}} {{glade_sixforty.jpg}}
 +
 +  * <​requires-version lib="​gtk+"​ version="​2.12"/>​
 +  * <​property name="​title"​ translatable="​yes">​Crossfire GTK V2 Client - SixForty</​property>​
 +  * <​property name="​default_width">​640</​property>​
 +  * <​property name="​default_height">​480</​property>​
  
  
 ===== Un-Deux ===== ===== Un-Deux =====
 {{glade_un_deux.jpg}} {{glade_un_deux.jpg}}
 +
 +  * <!-- interface-requires gtk+ 2.12 -->
 +  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​
 +  * <​property name="​default_width">​1180</​property>​
 +  * <​property name="​default_height">​925</​property>​
  
  
 ===== V1-Redux ===== ===== V1-Redux =====
 {{glade_v1_redux.jpg}} {{glade_v1_redux.jpg}}
 +
 +  * <!-- interface-requires gtk+ 2.12 -->
 +  * <​property name="​title"​ translatable="​yes">​Crossfire Client - GTK v2</​property>​
 +  * <​property name="​default_width">​1180</​property>​
 +  * <​property name="​default_height">​925</​property>​
client/gtk/gtk2/glade_layouts_in_pictures.txt · Last modified: 2018/03/15 10:32 by karl