[Freeciv-Dev] [bug #16339] The Allies Only button

2010-08-11 Thread pepeto

Update of bug #16339 (project freeciv):

  Status:  Ready For Test = Fixed  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/bugs/?16339

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #16339] The Allies Only button

2010-08-09 Thread pepeto

Follow-up Comment #5, bug #16339 (project freeciv):

I again forgot to attach the patch...


(file #9753)
___

Additional Item Attachment:

File name: trunk_S2_2_allied_chat_button.diff Size:0 KB


___

Reply to this item at:

  http://gna.org/bugs/?16339

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #16339] The Allies Only button

2010-08-07 Thread pepeto

Update of bug #16339 (project freeciv):

  Status: In Progress = Ready For Test 
 Assigned to:None = pepeto 
 Planned Release:   2.3.0 = 2.2.3, 2.3.0   

___

Follow-up Comment #4:

Attached patch replacing the toggle button by a check button.


___

Reply to this item at:

  http://gna.org/bugs/?16339

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #16339] The Allies Only button

2010-08-05 Thread George Koehler

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

This might want a checkbox instead of a button.

___

Reply to this item at:

  http://gna.org/bugs/?16339

___
  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 #16339] The Allies Only button

2010-08-02 Thread m

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

+  Send to Allies Only : Send to Everyone);

I always find labels like this ambiguous. Does it mean that Send to Allies
Only is enabled, or will be enabled after i press a button with this label?

___

Reply to this item at:

  http://gna.org/bugs/?16339

___
  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 #16339] The Allies Only button

2010-08-01 Thread m

URL:
  http://gna.org/bugs/?16339

 Summary: The Allies Only button
 Project: Freeciv
Submitted by: akfaew
Submitted on: Sunday 08/01/2010 at 08:20
Category: client-gtk-2.0
Severity: 1 - Wish
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

The Allies Only button, when pressed, is barely noticeable. Can we change
it's Label, when toggled? Perhaps also the colour of the textbox?



___

File Attachments:


---
Date: Sunday 08/01/2010 at 08:20  Name: sending_to_everyone.diff  Size: 1kB  
By: akfaew

http://gna.org/bugs/download.php?file_id=9655

___

Reply to this item at:

  http://gna.org/bugs/?16339

___
  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 #16339] The Allies Only button

2010-08-01 Thread Matthias Pfafferodt

Update of bug #16339 (project freeciv):

  Status:None = In Progress
 Planned Release: = 2.3.0  

___

Follow-up Comment #1:

In your patch the labels are not translated. Furthermore they overwrite the
label set before. Perhaps change it as follows (untested):


   button = gtk_toggle_button_new_with_label();
+
   gtk_button_set_focus_on_click(GTK_BUTTON(button), FALSE);
   gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button),
gui_gtk2_allied_chat_only);
+  gtk_button_set_label(button, gui_gtk2_allied_chat_only ?
+  Send to Allies Only : Send to Everyone);


___

Reply to this item at:

  http://gna.org/bugs/?16339

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


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