Re: [Freeciv-Dev] [patch #1243] Rif Republic

2010-05-31 Thread zaki kappa
It's OK :)

2010/5/31 Daniel Markstedt no-reply.invalid-addr...@gna.org


 Update of patch #1243 (project freeciv):

  Status:None = Ready For Test
 Planned Release: = 2.3.0

___

 Follow-up Comment #1:

 Added a number of Rif region localities to the city list. Some other minor
 additions and adjustments.

 (file #9223)
___

 Additional Item Attachment:

 File name: riffian2.diff  Size:7 KB


___

 Reply to this item at:

  http://gna.org/patch/?1243

 ___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1245] Chananea (fictional nation)

2010-05-31 Thread Daniel Markstedt

Follow-up Comment #1, patch #1245 (project freeciv):

How about this for a flag concept: the Canis Major constellation, slightly on
the side, and all in gray scales (since dogs allegedly cannot see colors.)

(file #9227)
___

Additional Item Attachment:

File name: chananea.svg   Size:7 KB


___

Reply to this item at:

  http://gna.org/patch/?1245

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1245] Chananea (fictional nation)

2010-05-31 Thread Ann

Follow-up Comment #2, patch #1245 (project freeciv):

I am totally neutral on the subject of the flag, provided it is another
person who has to do the drawing and not me!  If it were up to me, I'd submit
my nations without flags and let someone else take care of the art...

___

Reply to this item at:

  http://gna.org/patch/?1245

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1684] Make unit_info_label fixed-size as intended

2010-05-31 Thread Jon Severinsson

URL:
  http://gna.org/patch/?1684

 Summary: Make unit_info_label fixed-size as intended
 Project: Freeciv
Submitted by: jon_severinsson
Submitted on: måndag 2010-05-31 den 23:42
Category: client
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

This is the first patch in a short series intended to improve the gtk gui on
netbook sized displays.

Looking at the comments for get_unit_info_label_text2 in client/text.c it is
obvious that the returned sting is supposed to always contain exactly 4
lines, so that the unit info label doesn't resize itself.

However, when multiple units are selected it will instead contain exactly 5
lines, whether the extra line is necessary or not, and thus force a resize of
the label.

This patch removes the extra line. In most cases it will only remove a blank
line. However, if 4 or more different types of units are selected the unit
info box would previously include the amount of the 3 most common types and a
summary of the rest, while with the patch it will only list the 2 most common
types and a summary of the rest.



___

File Attachments:


---
Date: måndag 2010-05-31 den 23:42  Name:
freeciv-2.2.1-fix-unit-info-label-fixed-size.patch  Size: 1001 B   By:
jon_severinsson

http://gna.org/patch/download.php?file_id=9228

___

Reply to this item at:

  http://gna.org/patch/?1684

___
  Meddelandet skickades via/av Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1685] Remove unnecessary padding around unit_info_label

2010-05-31 Thread Jon Severinsson

URL:
  http://gna.org/patch/?1685

 Summary: Remove unnecessary padding around unit_info_label 
 Project: Freeciv
Submitted by: jon_severinsson
Submitted on: måndag 2010-05-31 den 23:42
Category: client-gtk-2.0
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

This is the second patch in a short series intended to improve the gtk gui on
netbook sized displays.

In the gtk gui the unit_info_label is wrapped in a scrolling window that
*never* scrolls, and thus only adds ugly and unnecessary padding around the
label.

This patch removes the superfluous scrolling window.



___

File Attachments:


---
Date: måndag 2010-05-31 den 23:42  Name:
freeciv-2.2.1-reduce-unit-info-box-padding.patch  Size: 1010 B   By:
jon_severinsson

http://gna.org/patch/download.php?file_id=9229

___

Reply to this item at:

  http://gna.org/patch/?1685

___
  Meddelandet skickades via/av Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1686] Remove more info-hint on small displays

2010-05-31 Thread Jon Severinsson

URL:
  http://gna.org/patch/?1686

 Summary: Remove more info-hint on small displays
 Project: Freeciv
Submitted by: jon_severinsson
Submitted on: måndag 2010-05-31 den 23:43
Category: client-gtk-2.0
Priority: 3 - Low
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

This is the third patch in a short series intended to improve the gtk gui on
netbook sized displays.

The (Click for more info) hint in the info label may be useful for new
players, but on small displays it takes up valuable screen real-estate for
very little gain.

This patch removes the line when the gui_gtk2_small_display_layout
configuration option is enabled.



___

File Attachments:


---
Date: måndag 2010-05-31 den 23:43  Name:
freeciv-2.2.1-reduce-info-panel-size-on-small-display-layout.patch  Size: 852
B   By: jon_severinsson

http://gna.org/patch/download.php?file_id=9230

___

Reply to this item at:

  http://gna.org/patch/?1686

___
  Meddelandet skickades via/av Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1687] Move the citizen bar next to the city name

2010-05-31 Thread Jon Severinsson

URL:
  http://gna.org/patch/?1687

 Summary: Move the citizen bar next to the city name
 Project: Freeciv
Submitted by: jon_severinsson
Submitted on: måndag 2010-05-31 den 23:43
Category: client-gtk-2.0
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

This is the fourth patch in a short series intended to improve the gtk gui on
netbook sized displays.

The city dialogue is to tall to fit on netbook sized displays. This patch
moves the citizen bar up one row, next to the city name, and thus reduces the
height of the window. This has the side effect that the citizen bar can be
accessed from all tabs in the window, but I don't see that as being
problematic.

Also please note that because there now is something to the right of the bar,
the pixcomm widget must be resized (or rather truncated when drawn) to it's
current width instead of just continue empty. This prompted a minor change in
how the + and - icons in edit mode is treated (they are now considered
citizen when counting citizens, thus the change in NUM_CITIZENS_SHOWN).
Clicking on the + and - doesn't actually do anything at the moment, and this
patch doesn't change that fact (as it doesn't touch citizens_callback()).



___

File Attachments:


---
Date: måndag 2010-05-31 den 23:43  Name:
freeciv-2.2.1-move-citizen-bar-next-to-city-name.patch  Size: 4 kB   By:
jon_severinsson

http://gna.org/patch/download.php?file_id=9231

___

Reply to this item at:

  http://gna.org/patch/?1687

___
  Meddelandet skickades via/av Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev