editor: read a full line for the initial greeting
Merge pull request #2 from bstrr/patch-1
rename sync_player.lib to librocket[-player][d]...
Merge branch 'work/restructure'
editor: use socket_poll-helper
linux: build example_bass directly in it's sour...
editor: move invalidation to helpers
editor: remove commented-out code
add a gitignore-file
player: fix gcc warnings
Update sync/device.c
move library to the lib-folder
editor: enable visual styles
editor: create a helper to set statusbar-text
editor: factor out tcp-code to a separate class
editor: remove unused flags
example: quiet warnings
editor: drop custom window events
move librocket-stuff to lib-folder
spelling: "key-frame" -> "key frame"
editor: move horizontally with tab / shift-tab
editor: prevent warning on MSVC
editor: barf on malformed track-name
editor: implement websocket support
editor: clean up project
editor: wrap and merge row/track changed events
editor: wrap up current-value dirtying
editor: implement websocket ping-pong
sync: do not redefine inline as __inline for C++
editor: rename awkwardly named method
README: remove hyphen from "feed-back"
editor: implement websocket close
editor: do not pass a string to std::bad_alloc ...
README: fix broken alignment
Close socket properly when a client disconnects
editor: move server-code to signals and slots
editor: move waitForReadyRead into ClientSocket...
editor: clean up input
Merge pull request #4 from anttihirvonen/qt-pre...
editor: fix member initialization order
Merge pull request #3 from anttihirvonen/qt-pre...
editor: clean up statusbar-updates
editor: fix int/size_t mismatch
editor: only invalidate tracks if edit-track ch...
editor: port to Qt
Fix socket to wait for data after WebSocket upg...
editor: fixup recentfiles
editor: port network-code to Qt
Prevent dereferencing NULL pointer in TcpSocket...