[Freeciv-commits] r26297 - /trunk/client/gui-qt/messagewin.cpp

2014-09-09 Thread mlewczuk80
Author: mir3x Date: Tue Sep 9 14:22:54 2014 New Revision: 26297 URL: http://svn.gna.org/viewcvs/freeciv?rev=26297view=rev Log: Added horizontal scrolling to messages widget Added restoring chat/message stretch factor after unhiding widget. See patch #5186 Modified:

[Freeciv-commits] r26301 - in /trunk/client/gui-qt: chatline.cpp chatline.h fc_client.cpp fc_client.h pages.cpp

2014-09-09 Thread mlewczuk80
Author: mir3x Date: Tue Sep 9 14:33:46 2014 New Revision: 26301 URL: http://svn.gna.org/viewcvs/freeciv?rev=26301view=rev Log: Chat update: Added chat autocompletion, history, links and colors. See patch #5200 Modified: trunk/client/gui-qt/chatline.cpp trunk/client/gui-qt/chatline.h

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

2014-09-09 Thread mlewczuk80
Author: mir3x Date: Tue Sep 9 14:42:04 2014 New Revision: 26303 URL: http://svn.gna.org/viewcvs/freeciv?rev=26303view=rev Log: Added some destructors to keep valgrind happier. See patch #5202 Modified: trunk/client/gui-qt/fc_client.cpp trunk/client/gui-qt/fc_client.h

[Freeciv-commits] r26306 - in /trunk/client: gui-sdl/caravan_dialog.c gui-sdl2/caravan_dialog.c

2014-09-09 Thread sveinung84
Author: sveinung Date: Tue Sep 9 14:44:44 2014 New Revision: 26306 URL: http://svn.gna.org/viewcvs/freeciv?rev=26306view=rev Log: SDL clients: Only offer to establish a trade route if the unit can do it. A unit can have the HelpWonder unit type flag but not the TradeRoute unit type flag. It is

[Freeciv-commits] r26309 - in /branches/S2_5/client: gui-gtk-2.0/caravan_dialog.c gui-gtk-3.0/caravan_dialog.c

2014-09-09 Thread sveinung84
Author: sveinung Date: Tue Sep 9 15:09:00 2014 New Revision: 26309 URL: http://svn.gna.org/viewcvs/freeciv?rev=26309view=rev Log: Gtk clients: Only offer to establish a trade route if the unit can do it. A unit can have the HelpWonder unit type flag but not the TradeRoute unit type flag. It is

[Freeciv-commits] r26310 - /branches/S2_5/client/gui-sdl/caravan_dialog.c

2014-09-09 Thread sveinung84
Author: sveinung Date: Tue Sep 9 15:09:03 2014 New Revision: 26310 URL: http://svn.gna.org/viewcvs/freeciv?rev=26310view=rev Log: SDL client: Only offer to establish a trade route if the unit can do it. A unit can have the HelpWonder unit type flag but not the TradeRoute unit type flag. It is

[Freeciv-commits] r26312 - in /branches/S2_4/client: gui-gtk-2.0/caravan_dialog.c gui-gtk-3.0/caravan_dialog.c

2014-09-09 Thread sveinung84
Author: sveinung Date: Tue Sep 9 15:26:33 2014 New Revision: 26312 URL: http://svn.gna.org/viewcvs/freeciv?rev=26312view=rev Log: Gtk clients: Only offer to establish a trade route if the unit can do it. A unit can have the HelpWonder unit type flag but not the TradeRoute unit type flag. It is