1. 05 9月, 2014 1 次提交
  2. 18 8月, 2014 1 次提交
    • 丁劲犇's avatar
      * sloved a qt-5.1 --> 5.2 problem. · eaac6f97
      丁劲犇 提交于
      * sloved multi-thread db access problem. the databaseresource class has been
      improved, for each thread, a thread-owned db connection will be cloned from main
      db connection.
      eaac6f97
  3. 02 6月, 2014 1 次提交
  4. 09 5月, 2014 1 次提交
    • 丁劲犇's avatar
      sloved a serious bug in 7*24 stability test. A signal and a slot passing · bc1f3eb5
      丁劲犇 提交于
      const QByteArray & type paras, will cause lift cycle problems. using Value-pass instead.
      ----
      QString, QByteArray supports ref-count and auto-delete , also, these classes support
      least-copying, deep-copy will only take place, when the data is about to be changed.
      so, in singnals and slots, using QString, QByteArray instead of const QString & and const QByteArray & ,
      will not cause performance problem.
      bc1f3eb5
  5. 08 5月, 2014 1 次提交
  6. 07 5月, 2014 1 次提交
  7. 02 5月, 2014 1 次提交
  8. 29 4月, 2014 2 次提交
  9. 28 4月, 2014 2 次提交
  10. 27 4月, 2014 8 次提交
  11. 21 4月, 2014 1 次提交
  12. 29 3月, 2014 1 次提交
  13. 15 3月, 2014 1 次提交
  14. 14 3月, 2014 1 次提交
  15. 12 3月, 2014 1 次提交
  16. 28 2月, 2014 1 次提交
  17. 24 2月, 2014 1 次提交