| Age | Commit message (Collapse) | Author | 
 | 
If there is no X11 display set, bits in libqxcb as used by the plaform
integration bits called by QApplication will trigger an abort.  Moving
this down to just before where the app object is needed allows --help or
--version even if there's no DISPLAY, and also improves runtime of these
GUI-less operations quite a bit.
Test-Information:
Test platform Debian 8 x64 with Qt5
Starting swift-im with DISPLAY set works as expected
Asking for --version or --help without DISPLAY now works
Actually starting the UI still aborts.
Change-Id: Id8eeee90598fe2a8e3b26ba042835a0ea928932f
 | 
 | 
Change-Id: Idb6ef5fa191b1465c0bf46c47e63b695de07fa0b
 | 
 | 
- Use boost::filesystem::path consistently for referring to files.
- Use boost::filesystem streams for I/O, such that paths are always handled
  correctly.
- Use stringToPath and pathToString for conversion between strings and
  boost::filesystem::path, to ensure we have consistent unicode handling
  across platforms and environments. The default constructor and string
  conversion uses platform-dependent encoding, depending on the global
  locale set in the application, which causes problems. So, unless you are
  in platform dependent code, the default constructor and string() function
  should not be used. When constructing paths from other paths (e.g. using
  operator/), also use stringToPath (instead of string arguments) if the path
  can contain unicode characters.
Change-Id: If286bd9e71c8414afc0b24ba67e26ab7608ef6ea
 | 
 | 
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514
 | 
 | 
Change-Id: Ie86689df58ed5134b1ed558d509d33123eb2bcbc
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
* swift-1.x:
  Fixed Debian manpages installation.
  Use LibXML as a Debian source dependency (instead of Expat)
  Tweak help documentation and add manpages.
Conflicts:
	Swift/QtUI/QtSwift.cpp
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Resolves: #327
 | 
 | 
Includes boost program_options so we can use commandline parameters.
Netbook mode is now activated with --netbook-mode.
Latency debug is activated with --latency-debug.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 |