1. 26 8月, 2016 1 次提交
  2. 02 6月, 2014 1 次提交
  3. 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
  4. 08 5月, 2014 1 次提交
  5. 06 5月, 2014 3 次提交
  6. 12 3月, 2014 1 次提交
  7. 18 2月, 2014 1 次提交
  8. 09 2月, 2014 1 次提交
  9. 25 1月, 2014 1 次提交
  10. 17 1月, 2014 1 次提交
  11. 15 1月, 2014 2 次提交
  12. 14 1月, 2014 2 次提交
  13. 10 1月, 2014 1 次提交
  14. 08 1月, 2014 1 次提交
  15. 07 1月, 2014 4 次提交
  16. 06 1月, 2014 2 次提交
  17. 04 1月, 2014 2 次提交
  18. 31 12月, 2013 1 次提交
  19. 29 12月, 2013 2 次提交
  20. 18 12月, 2013 2 次提交
  21. 17 12月, 2013 1 次提交