Olivier Humbert
5039b11cb7
French translation improvements
2019-01-21 03:30:35 +01:00
lotodore
df59bf750f
Merge pull request #317 from CyberBLN/develop/fixes/dbclosed_missing_header
...
BUGFIX: corrected library name
2016-10-14 15:16:57 +02:00
Kai Schröder
9121de301c
BUGFIX: corrected library name
2016-09-29 11:46:54 +02:00
Lothar May
bc3e716681
Adding db backend of official server (now AGPL3).
2016-09-03 21:03:43 +02:00
lotodore
c406ee147b
Merge pull request #303 from PJ-Finlay/updated-INSTALL
...
Fixed link and typo in INSTALL file
2016-02-21 00:11:46 +01:00
PJ-Finlay
5bbbbc37fd
Fixed link and typo in INSTALL file
2016-02-13 12:41:05 -05:00
lotodore
b309e9e43a
Merge pull request #299 from jwakely/boost-fstream-ambiguity
...
Qualify std::ifstream and std::ofstream
2015-11-29 16:38:29 +01:00
Jonathan Wakely
69f820bb3d
Qualify std::ifstream and std::ofstream
...
Starting with Boost 1.60.0 <boost/filesystem.hpp> includes
<boost/filesystem/fstream.hpp>, which declares ifstream and ofstream
types that make the unqualified names ifstream and ofstream ambiguous.
The names must be qualified to refer to the std versions.
2015-11-26 16:27:52 +00:00
Felix Hammer
055f87019c
Create GameData from createLocalGameView and move to startviewimpl. Ready to start the Network session ...
2015-10-31 23:17:29 +01:00
Felix Hammer
e053cdcaf6
Move the listView data to the c++ context
2015-09-20 14:01:51 +02:00
Felix Hammer
27b524f52f
New AbstractSelector for Selector-Components to avoid recurrent code blocks.
2015-08-21 01:38:35 +02:00
Felix Hammer
f4ac0fbb26
Hopefully get the windows build running again ... some c++11 stuff for websocketpp
2015-08-19 18:03:21 +02:00
Felix Hammer
b6068fb0a0
QML:Starting seperate AppStyle file for central GUI adjustments (maybe later depending on dpi)
...
CreateLocalGameView: New delegate for viewing Blinds raise mode
2015-08-19 15:08:54 +02:00
Felix Hammer
924fcd6404
Linux Desktop build fix
2015-08-19 15:02:10 +02:00
Felix Hammer
a7cc33e89a
android compile fix, needs to be approved by lotodore
2015-08-19 14:52:11 +02:00
lotodore
1d34288a91
Use owner_less for ordering of connection_hdl (see https://github.com/zaphoyd/websocketpp/issues/457 )
2015-08-18 20:49:06 +02:00
Felix Hammer
d0cce129dd
SpinBox bugfixes, outsourced corretValues helper function, MyBlindsRaiseIntervalSelector focus bugfixes
2015-08-18 01:36:55 +02:00
Felix Hammer
bb441b565c
New Blinds Raise Interval Selector Component for ListViews
...
Outsourced Styles for RadioButton and TextField
2015-08-17 14:52:46 +02:00
Felix Hammer
27946480cd
New Blinds Raise Interval Selector Component for ListViews
...
Outsourced Styles for RadioButton and TextField
2015-08-17 14:51:30 +02:00
Felix Hammer
ee897f17ef
Put c++ data to QML the first time: YEAAAAHHHH ;-)
2015-08-13 22:36:11 +02:00
Felix Hammer
93b9881e75
implement custom SpinBox Delegeta for QML ListView
...
preperation for Config usage from c++
2015-08-13 15:39:24 +02:00
Felix Hammer
a935bfd0b8
move more qt-tools stuff
2015-08-13 15:36:27 +02:00
Felix Hammer
d14343b8ac
move qmlwrapper to subdir
2015-08-13 15:35:25 +02:00
Felix Hammer
959d48f83d
add qttools to core directory - the current directory will be deleted later
2015-08-13 15:34:39 +02:00
Felix Hammer
731f5f05f5
Qt 5.5.0 patch for qtsingleapplication
2015-08-07 00:57:51 +02:00
Felix Hammer
9b1ad883a2
First QML Steps with StartView and CreateLocalGameView
2015-08-07 00:49:54 +02:00
Felix Hammer
85611c6cdf
directory changes
2015-08-07 00:49:54 +02:00
lotodore
1034d4adf5
Correcting name of unit test file.
2015-02-01 23:08:19 +01:00
lotodore
f04dac83c6
Adding websocket test to default unit tests.
2015-02-01 20:22:14 +01:00
lotodore
a57c344b11
Adding unit test for WebSocket communication and fixing a bug found by the unit test.
2015-01-31 22:51:03 +01:00
lotodore
988d05e236
Removing deprecated go libs (was just a prototype).
2015-01-31 22:49:41 +01:00
lotodore
2252c180c0
Adding Java WebSocket lib for unit tests.
2015-01-31 22:48:58 +01:00
lotodore
a2109df5e9
Updating websocketpp again to release 0.5.0 (because Windows build fails currently).
2015-01-24 12:30:04 +01:00
lotodore
cc5998e863
Fixing compiler warnings.
2015-01-24 10:11:51 +01:00
lotodore
374048c5cd
Updating websocketpp to latest git.
2015-01-24 10:10:04 +01:00
lotodore
83bbc660e1
Fixing remaining java tests.
2015-01-18 23:27:36 +01:00
lotodore
19bf312694
Fixing additional java tests.
2015-01-18 12:07:39 +01:00
lotodore
046a2fbdc3
More work on java tests.
2015-01-18 01:34:38 +01:00
lotodore
eedd86e150
Fixing java tests and bugs found by tests.
2015-01-17 17:58:47 +01:00
Felix Hammer
67c444266f
some refactoring issues in the qml gui
2015-01-15 18:03:09 +01:00
Felix Hammer
e617c667e1
a new try to a happy cppcheck
2015-01-15 10:03:47 +01:00
Felix Hammer
a78e5b39a3
try to make cppcheck happy again
2015-01-15 08:19:55 +01:00
lotodore
8a000bdc2b
Fixing another cppcheck issue.
2015-01-14 22:07:44 +01:00
Felix Hammer
54eabb28c8
try to make cppcheck happy
2015-01-14 01:22:10 +01:00
lotodore
6dff34a589
Remove asserts and make cppcheck happy.
2015-01-13 22:21:11 +01:00
Felix Hammer
a212e5c037
change define to ifdef
2015-01-09 23:11:39 +01:00
Felix Hammer
32d2e2e159
make android build bot happy again
2015-01-09 23:09:42 +01:00
Felix Hammer
c8bcfc1390
try to make linux build on buildbot working again
2015-01-06 20:51:49 +01:00
lotodore
81ce13f3d7
Fixing bug due to issue #282 for Windows build.
2015-01-06 17:02:45 +01:00
lotodore
bace7cd987
Workaround for issue #282 (should be backward compatible).
2015-01-06 15:55:29 +01:00