Changes between Version 4 and Version 5 of Chimera2/qtbugs


Ignore:
Timestamp:
Sep 6, 2013, 5:27:55 PM (13 years ago)
Author:
goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Chimera2/qtbugs

    v4 v5  
    22 1. Toolbar tooltips don't go away promptly [https://bugreports.qt-project.org/browse/QTBUG-26669 26669] . Mac.
    33
    4  1. Mouse tracking broken [https://bugreports.qt-project.org/browse/QTBUG-29751 29751] .  Don't get mouse motion events unless a mouse button is pressed.  Wanted this to detect mouse pauses for showing atom specs. Mac.
     4 2. Mouse tracking broken [https://bugreports.qt-project.org/browse/QTBUG-29751 29751] .  Don't get mouse motion events unless a mouse button is pressed.  Wanted this to detect mouse pauses for showing atom specs. Mac.
    55
    6  1. Can't give command-line focus [https://bugreports.qt-project.org/browse/QTBUG-32914 32914].
     6 3. Can't give command-line focus [https://bugreports.qt-project.org/browse/QTBUG-32914 32914].
    77
    8  1. Can't give QLineEdit the focus. QLineEdit for command line does not get key strokes after its setFocus() method is called.  Tests show it reports hasFocus() -> True, isActiveWindow() -> True, and isEnabled() -> True but still the QMainWindow gets the key events.  The QLineEdit is wrapped in a QDockWidget.  Several reports on the web of this problem with no solution described.  Clicking into the QLineEdit with the mouse makes it accept key events in most but not all cases.  Clicking in does not make it accept key events if it already has the focus from the setFocus() call.  When it doesn't work it still has the blue highlighting indicating it has focus and has a blinking insertion cursor.  It simply doesn't take key strokes.  Seems like it really does have focus but simply declines to process the key events.
     8 4. Can't give QLineEdit the focus. QLineEdit for command line does not get key strokes after its setFocus() method is called.  Tests show it reports hasFocus() -> True, isActiveWindow() -> True, and isEnabled() -> True but still the QMainWindow gets the key events.  The QLineEdit is wrapped in a QDockWidget.  Several reports on the web of this problem with no solution described.  Clicking into the QLineEdit with the mouse makes it accept key events in most but not all cases.  Clicking in does not make it accept key events if it already has the focus from the setFocus() call.  When it doesn't work it still has the blue highlighting indicating it has focus and has a blinking insertion cursor.  It simply doesn't take key strokes.  Seems like it really does have focus but simply declines to process the key events.
    99
    10  1. QLineEdit text color can not be set easily.  Want red color for some status line warnings.  Can change
     10 5. QLineEdit text color can not be set easily.  Want red color for some status line warnings.  Can change
    1111  palette text color to change all text to new color.  For coloring some text need to switch to a QTextBrowser. [http://stackoverflow.com/questions/14417333/how-can-i-change-color-of-part-of-the-text-in-qlineedit QLineEdit text color] .
    1212
    13  1. QApplication.setWindowIcon() or QWidget.setWindowIcon() does not change Mac Dock Icon, Qt 5.0.2.
     13 6. QApplication.setWindowIcon() or QWidget.setWindowIcon() does not change Mac Dock Icon, Qt 5.0.2.
    1414
    15  1. Trackpad event handling disabled on Mac due to scrolling lag issues [https://bugreports.qt-project.org/browse/QTBUG-28126 28126],
     15 7. Trackpad event handling disabled on Mac due to scrolling lag issues [https://bugreports.qt-project.org/browse/QTBUG-28126 28126],
    1616  [https://codereview.qt-project.org/#change,37451 37451] .
    1717
    18  1. Initial qt window size will be at most 2/3 screen height [https://bugreports.qt-project.org/browse/QTBUG-486 486] (closed although not fixed).
     18 8. Initial qt window size will be at most 2/3 screen height [https://bugreports.qt-project.org/browse/QTBUG-486 486] (closed although not fixed).
    1919  Main window doesn't respect the sizeHint and prevents me from making an initial 1024x1024 graphics area.
    2020
    21  1. QTextBrowser opens a link to an image <a href="image.jpg">x</a> showing just binary text instead
     21 9. QTextBrowser opens a link to an image <a href="image.jpg">x</a> showing just binary text instead
    2222  of the image.  Seems it only works to link to another html file.  Wanted to link thumbnail image to full size image in reply log.
    2323
    24  1. Mac retina display support may not be working [https://bugreports.qt-project.org/browse/QTBUG-26795 26795].
     24 10. Mac retina display support may not be working [https://bugreports.qt-project.org/browse/QTBUG-26795 26795].
    2525  Did not test this.
    2626
    27  1. Clicking a line in the command history prepends a directory to the anchor if it is done after the user's guide has been shown
     27 11. Clicking a line in the command history prepends a directory to the anchor if it is done after the user's guide has been shown
    2828  It prepends the user's guide directory.  Clearing the QTextBrowser source, history and search paths did not remedy this behavior. Put in code to work around this and strip off the prepended directory.  Found no bug report on web.
     29
     30 12. Initial QTextBrowser does not shows command history and clickable links don't align with text.  The mouse pointer changes indicating a clickable link between the lines of text.
     31 Scrolling the list shows that it is not initially showing a blank line at the top although the scrollbar is all the way at the top.  Scrolling down then back to the top remedies the problem.
     32 Did not see any report for this bug on the web.