[Freeciv-commits] r31044 - in /branches/S2_6/client/gui-qt: mapview.cpp mapview.h

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 20:55:05 2015 New Revision: 31044 URL: http://svn.gna.org/viewcvs/freeciv?rev=31044&view=rev Log: Made text "no research target" blinking when current technology is not set and goal technology is not set too. Also clicking on that text will bring research dialog u

[Freeciv-commits] r31046 - in /branches/S2_5/client/gui-qt: mapview.cpp mapview.h

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 20:55:32 2015 New Revision: 31046 URL: http://svn.gna.org/viewcvs/freeciv?rev=31046&view=rev Log: Made text "no research target" blinking when current technology is not set and goal technology is not set too. Also clicking on that text will bring research dialog u

[Freeciv-commits] r31045 - in /trunk/client/gui-qt: mapview.cpp mapview.h

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 20:55:23 2015 New Revision: 31045 URL: http://svn.gna.org/viewcvs/freeciv?rev=31045&view=rev Log: Made text "no research target" blinking when current technology is not set and goal technology is not set too. Also clicking on that text will bring research dialog u

[Freeciv-commits] r31048 - /branches/S2_6/client/gui-qt/citydlg.cpp

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 20:58:41 2015 New Revision: 31048 URL: http://svn.gna.org/viewcvs/freeciv?rev=31048&view=rev Log: Fixed unit's defence strength in tooltips in research dialog and city production. See bug #24176 Modified: branches/S2_6/client/gui-qt/citydlg.cpp Modified: bra

[Freeciv-commits] r31049 - /trunk/client/gui-qt/citydlg.cpp

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 20:58:50 2015 New Revision: 31049 URL: http://svn.gna.org/viewcvs/freeciv?rev=31049&view=rev Log: Fixed unit's defence strength in tooltips in research dialog and city production. See bug #24176 Modified: trunk/client/gui-qt/citydlg.cpp Modified: trunk/clien

[Freeciv-commits] r31047 - /branches/S2_5/client/gui-qt/citydlg.cpp

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 20:58:29 2015 New Revision: 31047 URL: http://svn.gna.org/viewcvs/freeciv?rev=31047&view=rev Log: Fixed unit's defence strength in tooltips in research dialog and city production. See bug #24176 Modified: branches/S2_5/client/gui-qt/citydlg.cpp Modified: bra

[Freeciv-commits] r31051 - /branches/S2_6/client/gui-qt/chatline.cpp

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 21:02:25 2015 New Revision: 31051 URL: http://svn.gna.org/viewcvs/freeciv?rev=31051&view=rev Log: Fixed case sensitivity of usernames and leader names when sending private messagess in qt-client. See bug #24179 Modified: branches/S2_6/client/gui-qt/chatline.cp

[Freeciv-commits] r31050 - /branches/S2_5/client/gui-qt/chatline.cpp

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 21:02:18 2015 New Revision: 31050 URL: http://svn.gna.org/viewcvs/freeciv?rev=31050&view=rev Log: Fixed case sensitivity of usernames and leader names when sending private messagess in qt-client. See bug #24179 Modified: branches/S2_5/client/gui-qt/chatline.cp

[Freeciv-commits] r31052 - /trunk/client/gui-qt/chatline.cpp

2015-12-17 Thread mlewczuk80
Author: mir3x Date: Thu Dec 17 21:02:38 2015 New Revision: 31052 URL: http://svn.gna.org/viewcvs/freeciv?rev=31052&view=rev Log: Fixed case sensitivity of usernames and leader names when sending private messagess in qt-client. See bug #24179 Modified: trunk/client/gui-qt/chatline.cpp Modif

[Freeciv-commits] r31053 - in /trunk: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl2/ m4/

2015-12-17 Thread cazfi74
Author: cazfi Date: Thu Dec 17 21:49:19 2015 New Revision: 31053 URL: http://svn.gna.org/viewcvs/freeciv?rev=31053&view=rev Log: Include SDL/2 headers with the version specific path part (SDL or SDL2) See bug #24172 Modified: trunk/client/audio_sdl.c trunk/client/gui-gtk-2.0/gui_main.c

[Freeciv-commits] r31055 - in /branches/S2_5: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ client/gui-xaw/ m4/

2015-12-17 Thread cazfi74
Author: cazfi Date: Thu Dec 17 21:49:59 2015 New Revision: 31055 URL: http://svn.gna.org/viewcvs/freeciv?rev=31055&view=rev Log: Include SDL/2 headers with the version specific path part (SDL or SDL2) See bug #24172 Modified: branches/S2_5/client/audio_sdl.c branches/S2_5/client/gui-gtk-

[Freeciv-commits] r31054 - in /branches/S2_6: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ client/gui-sdl2/ ...

2015-12-17 Thread cazfi74
Author: cazfi Date: Thu Dec 17 21:49:50 2015 New Revision: 31054 URL: http://svn.gna.org/viewcvs/freeciv?rev=31054&view=rev Log: Include SDL/2 headers with the version specific path part (SDL or SDL2) See bug #24172 Modified: branches/S2_6/client/audio_sdl.c branches/S2_6/client/gui-gtk-

[Freeciv-commits] r31058 - /branches/S2_5/common/dataio.c

2015-12-17 Thread cazfi74
Author: cazfi Date: Thu Dec 17 22:56:09 2015 New Revision: 31058 URL: http://svn.gna.org/viewcvs/freeciv?rev=31058&view=rev Log: Do not log error about floating point network transfer errors smaller than 1.1 units. Reported by Jacob Nevins See bug #22960 Modified: branches/S2_5/common/dat

[Freeciv-commits] r31057 - /branches/S2_6/common/dataio.c

2015-12-17 Thread cazfi74
Author: cazfi Date: Thu Dec 17 22:56:01 2015 New Revision: 31057 URL: http://svn.gna.org/viewcvs/freeciv?rev=31057&view=rev Log: Do not log error about floating point network transfer errors smaller than 1.1 units. Reported by Jacob Nevins See bug #22960 Modified: branches/S2_6/common/dat

[Freeciv-commits] r31056 - /trunk/common/dataio.c

2015-12-17 Thread cazfi74
Author: cazfi Date: Thu Dec 17 22:55:53 2015 New Revision: 31056 URL: http://svn.gna.org/viewcvs/freeciv?rev=31056&view=rev Log: Do not log error about floating point network transfer errors smaller than 1.1 units. Reported by Jacob Nevins See bug #22960 Modified: trunk/common/dataio.c M

[Freeciv-commits] r31062 - /branches/S2_6/m4/sound.m4

2015-12-17 Thread cazfi74
Author: cazfi Date: Fri Dec 18 07:51:38 2015 New Revision: 31062 URL: http://svn.gna.org/viewcvs/freeciv?rev=31062&view=rev Log: Get headers of the correct SDL version for audio support. See bug #24198 Modified: branches/S2_6/m4/sound.m4 Modified: branches/S2_6/m4/sound.m4 URL: http://svn.

[Freeciv-commits] r31061 - /trunk/m4/sound.m4

2015-12-17 Thread cazfi74
Author: cazfi Date: Fri Dec 18 07:51:31 2015 New Revision: 31061 URL: http://svn.gna.org/viewcvs/freeciv?rev=31061&view=rev Log: Get headers of the correct SDL version for audio support. See bug #24198 Modified: trunk/m4/sound.m4 Modified: trunk/m4/sound.m4 URL: http://svn.gna.org/viewcvs/

[Freeciv-commits] r31063 - /branches/S2_5/m4/sound.m4

2015-12-17 Thread cazfi74
Author: cazfi Date: Fri Dec 18 07:51:56 2015 New Revision: 31063 URL: http://svn.gna.org/viewcvs/freeciv?rev=31063&view=rev Log: Get headers of the correct SDL version for audio support. See bug #24198 Modified: branches/S2_5/m4/sound.m4 Modified: branches/S2_5/m4/sound.m4 URL: http://svn.