[Freeciv-Dev] [bug #18517] unable to drag items in Target Worklist to reorder.

2011-08-17 Thread Marko Lindqvist

Follow-up Comment #3, bug #18517 (project freeciv):

> Looking at the various DLLs (e.g., libgtk-win32-2.0-0.dll), the > change in
behaviour seems correlated with DLL versions

Are my crosser-based builds affected? Or do you want me to make some test
builds of crosser+freeciv with specific gtk+ (or other component) versions?

___

Reply to this item at:

  

___
  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] [bug #18517] unable to drag items in Target Worklist to reorder.

2011-08-17 Thread Jacob Nevins

Follow-up Comment #2, bug #18517 (project freeciv):

Looking at the various DLLs (e.g., libgtk-win32-2.0-0.dll), the change in
behaviour seems correlated with DLL versions: the DLLs are different between
RC1 and RC2, and the same in RC2/final. I think the RC2/final ones are newer.

___

Reply to this item at:

  

___
  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] [bug #18521] In worklist, cannot drag from "available targets" to "worklist" panes

2011-08-17 Thread Jacob Nevins

URL:
  

 Summary: In worklist, cannot drag from "available targets"
to "worklist" panes
 Project: Freeciv
Submitted by: jtn
Submitted on: Wed Aug 17 22:42:33 2011
Category: client-gtk-2.0
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 2.2.7,2.3.0
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

It seems natural to drag an item from the list of available targets on the
right to the worklist on the left. However, I tried it recently for some
reason, and it doesn't work; I can pick up the "available" item, but dropping
it on the worklist, it just jumps back to the "available" pane.

(This is distinct from bug #18517, which is a different dragging operation,
and appears to be a recent regression. This one may have been broken/missing
forever.)




___

Reply to this item at:

  

___
  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] [bug #18517] unable to drag items in Target Worklist to reorder.

2011-08-17 Thread Jacob Nevins

Update of bug #18517 (project freeciv):

 Release:   2.3.0-RC2 => 2.3.0-RC2,2.3.0


___

Reply to this item at:

  

___
  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] [bug #18517] unable to drag items in Target Worklist to reorder.

2011-08-17 Thread Jacob Nevins

Update of bug #18517 (project freeciv):

 Release: 2.3 => 2.3.0-RC2  

___

Follow-up Comment #1:

Also reported by someone else on the forum
.

I couldn't reproduce anything like this in Linux. However, I *have*
reproduced it with the Windows installer builds -- in 2.3.0-RC1 (and also
2.2.7), I can drag to reorder items on the worklist, but in 2.3.0-RC2 and
2.3.0-final, I can't; I can pick up the item and drag it around, but
attempting to drop it, it just moves back to its original location as if it
were an invalid drop location.

Bizarre. I can't think what we changed to cause this.

(BTW, there _is_ a way to reorder the worklist without dragging -- there are
tiny up and down arrows between the "worklist" and "available items" panes,
which move the selected item on the worklist.)

___

Reply to this item at:

  

___
  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 #2932] Define ggz_report_victor() as empty inline function when not needed

2011-08-17 Thread Marko Lindqvist

URL:
  

 Summary: Define ggz_report_victor() as empty inline function
when not needed
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 17 Aug 2011 11:43:14 PM EEST
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.4.0

___

Details:

Attached patch changes ggz_report_victor() to be empty inline function
instead of macro extending to nothing when ggz-server disabled. Main benefit
of this is avoidance of some "set but unused variable" compiler warnings as
ggz_report_victor() parameter is considered to be passed from caller even
though called function is empty.



___

File Attachments:


---
Date: Wed 17 Aug 2011 11:43:14 PM EEST  Name: InlineGgzReportVictor.diff 
Size: 626B   By: cazfi



___

Reply to this item at:

  

___
  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 #2931] Dynamic road names in get_terrain_info()

2011-08-17 Thread Marko Lindqvist

URL:
  

 Summary: Dynamic road names in get_terrain_info()
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 17 Aug 2011 11:38:38 PM EEST
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.4.0

___

Details:

Attached patch makes get_terrain_info() to get road names from road type
structures rather than using hardcoded names.



___

File Attachments:


---
Date: Wed 17 Aug 2011 11:38:38 PM EEST  Name: GITRoadName.diff  Size: 821B  
By: cazfi



___

Reply to this item at:

  

___
  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] [bug #18482] Bus error on secfile_lookup_int_vec()

2011-08-17 Thread Marko Lindqvist

Update of bug #18482 (project freeciv):

  Status:  Ready For Test => Fixed  
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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 #2885] Fix autosettler to use rail connectivity bonus when planning for railroads

2011-08-17 Thread Marko Lindqvist

Update of patch #2885 (project freeciv):

  Status:  Ready For Test => Done   
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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] [bug #18517] unable to drag items in Target Worklist to reorder.

2011-08-17 Thread Dennis

URL:
  

 Summary: unable to drag items in Target Worklist to reorder.
 Project: Freeciv
Submitted by: thenerd
Submitted on: Wed 17 Aug 2011 12:27:26 PM GMT
Category: client-gtk-2.0
Severity: 2 - Minor
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 2.3
 Discussion Lock: Any
Operating System: Microsoft Windows
 Planned Release: 

___

Details:

Since the update to 2.3 it appears that one can no longer drag items in the
Target Worklist to reorder them. I've only tried this using the GTK client on
Windows 7 x64. 

The only way to re-order is by removing an item(s) and then re-adding them in
the proper order.




___

Reply to this item at:

  

___
  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] [bug #18515] Goto lines shown incorrectly

2011-08-17 Thread Jacob Nevins

Follow-up Comment #1, bug #18515 (project freeciv):

Reproduced with trunk.
The behaviour I see could be explained by the graphics code having somehow
forgotten how to draw downward vertical lines.

___

Reply to this item at:

  

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


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