1. 07 8月, 2014 1 次提交
    • B
      fix misinterpretation of empty window name · f3aa4bdf
      Björn Wöldecke 提交于
      The documentation states, that a NULL or an empty window name can be used
      to refer to the control panel. But the string parameters of the C++ frontend
      methods cannot be NULL and converting an empty string to a const char* by
      c_str() doesn't produce a NULL pointer, but an empty string. Unfortunately,
      the const char* pointer is just passed on to the standard C functions in
      the QT backend, which doesn't check for the empty string case.
      
      There are two places where the empty string check could have been introduced:
      inside the frontend or inside the backend. As long as the documentation only
      mentions this as a special case for the QT backend, the best place seems to
      be there.
      f3aa4bdf
  2. 06 8月, 2014 2 次提交
  3. 05 8月, 2014 10 次提交
  4. 04 8月, 2014 10 次提交
  5. 03 8月, 2014 10 次提交
  6. 02 8月, 2014 4 次提交
  7. 01 8月, 2014 3 次提交