Skip to content
Snippets Groups Projects
  1. Feb 25, 2009
  2. Feb 19, 2009
  3. Feb 17, 2009
  4. Feb 11, 2009
  5. Feb 10, 2009
  6. Feb 09, 2009
  7. Feb 06, 2009
  8. Feb 05, 2009
  9. Feb 04, 2009
    • con's avatar
      Fixes: - Crash in .pro file reader. · fc8762e6
      con authored
      Details:  - Happened in release builds when opening pro files with
      CONFIG scopes and a non-valid Qt version set.
      fc8762e6
    • Peter Hartmann's avatar
      Fixes: QtSingleApplication: remove socket instance before listening · f5222230
      Peter Hartmann authored
      RevBy:    Thorbjorn
      Details:  calls the newly introduced QLocalServer::removeServer()
      function before listening. The problem was: When the socket file was
      left there after the application quit (e.g. because of not closing it or
      when the app crashed), the first call to listen failed with "address
      already in use" error. Before, listen() would delete that file in that
      case, but that behavior changed and the "removeServer()" method
      introduced instead.
      f5222230
  10. Feb 03, 2009
  11. Feb 02, 2009
  12. Jan 29, 2009
  13. Jan 28, 2009
  14. Jan 26, 2009
Loading