[Freeciv-Dev] [patch #7664] Qt client - added configurable shortcuts

2016-09-04 Thread mir3x
Update of patch #7664 (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] [patch #7664] Qt client - added configurable shortcuts

2016-08-31 Thread mir3x
Additional Item Attachment, patch #7664 (project freeciv):

File name: qt_shortcuts-ftrunk.patch.bz2  Size:8 KB


___

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 #7664] Qt client - added configurable shortcuts

2016-08-31 Thread mir3x
Follow-up Comment #2, patch #7664 (project freeciv):

Attached newer version:
>> It's not fully localized
Should be ok, but Alt Gr shows some squares and doesnt work with menu
shortcuts but works with mouse shortcuts.

Someone else might update it to work with wheel :D


(file #28552, file #28553)
___

Additional Item Attachment:

File name: qt_shortcuts-ftrunk.patch.bz2  Size:4 KB
File name: qt_shortcuts-f26.patch.bz2 Size:8 KB


___

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 #7664] Qt client - added configurable shortcuts

2016-08-30 Thread Louis Moureaux
Follow-up Comment #1, patch #7664 (project freeciv):

Great to see some move on this old (I think) feature request :-) Tested it
quickly, mostly because I was interested by how you implemented it (I though
it would be more difficult). Noticed the following:

* It's not fully localized: Germans use "Strg" instead of "Ctrl", we
French-speaking people like "Maj" instead of "Shift". Some random language may
even not use "+" as a separator, or reverse the order of keys, or whatever.
Maybe use QKeySequence::toString for the keyboard part in shortcut_to_string
(btw make it a member of struct shortcut)
* Scroll wheel doesn't work, I would expect it to (but it's a bit different
technically, see QScrollWheelEvent)
* Non-ASCII keys don't work: my keyboard has «»êàéèç plus many fancy
keys with AltGr, and some layouts may have no ASCII key at all (eg Greek or
Russian). I think that storing the QKeySequence would solve it.

My 2¢ (<- yes I have the key for this on my keyboard)


___

Reply to this item at:

  

___
  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] [patch #7664] Qt client - added configurable shortcuts

2016-08-30 Thread mir3x
URL:
  

 Summary: Qt client - added configurable shortcuts
 Project: Freeciv
Submitted by: mir3x
Submitted on: Wed 31 Aug 2016 12:25:15 AM CEST
Category: client-qt
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: mir3x
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.6.0, 3.0
 Contains string changes: Yes

___

Details:

Added shortcut option dialog.
They can set mouse buttons for actions, except those in menu ( menu shortcuts
wont work if set to mouse buttons)

Centering map with 10th mouse button is available now if somoene likes it! Or
selecting with space instead left mouse button.

Many basic menu shortcuts are not available for configuring.
All map view available shortcuts are configurable.
Shortcuts doesnt check for duplicates.



___

File Attachments:


---
Date: Wed 31 Aug 2016 12:25:16 AM CEST  Name: qt_shortcuts-ftrunk.patch.bz2 
Size: 10kB   By: mir3x


---
Date: Wed 31 Aug 2016 12:25:15 AM CEST  Name: qt_shortcuts-f26.patch.bz2 
Size: 10kB   By: mir3x



___

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