1. 08 9月, 2014 1 次提交
  2. 20 8月, 2014 1 次提交
    • 丁劲犇's avatar
      Add a thread-quitting cleaning method. when a thread is quitting, its finished... · 7c5ee8d8
      丁劲犇 提交于
      Add a thread-quitting cleaning method. when a thread is quitting, its finished signal will be caugth,
      so that , db resource class can clean the database connections belongs to this thread one by one.
      this method is very important in some situation, such as Qt-concurrent threading, threads will be created, deleted frequently.
      7c5ee8d8
  3. 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
  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. 21 4月, 2014 1 次提交
  6. 13 4月, 2014 1 次提交
  7. 12 3月, 2014 1 次提交
  8. 22 1月, 2014 2 次提交
  9. 21 1月, 2014 1 次提交
  10. 20 1月, 2014 2 次提交
  11. 19 1月, 2014 1 次提交