1. Mar 20, 2012
  2. Mar 14, 2012
  3. Mar 13, 2012
  4. Feb 24, 2012
  5. Feb 22, 2012
  6. Feb 17, 2012
  7. Feb 10, 2012
  8. Feb 09, 2012
    • Andrew den Exter's avatar
      Add linkColor property to Text. · 8550ed69
      Andrew den Exter authored
      
      Allows the color of links in text to be changed from the default blue.
      
      This currently only works with StyledText and the distance field
      rendererer.  It could be made to work with RichText overwriting the
      specified foreground color in all instances or by not setting a default
      color in the html parser.  The former would prevent the color being
      set with CSS or some future means for altering text formats.  The latter
      would break rendering with QPainter.
      
      Task-number: QTBUG-23048
      Change-Id: I98df215cabe8a089f648fd4a6206622b4318fb8f
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      8550ed69
  9. Feb 07, 2012
  10. Feb 06, 2012
  11. Feb 02, 2012
  12. Feb 01, 2012
  13. Jan 30, 2012
  14. Jan 27, 2012
  15. Jan 25, 2012
  16. Jan 24, 2012
  17. Jan 23, 2012
  18. Jan 20, 2012
    • Andrew den Exter's avatar
      Update TextInput.acceptableInput on component complete. · c0e0f9f5
      Andrew den Exter authored
      
      QValidator doesn't notify when it's validation criteria changes so is
      susceptible to order of evaluation issues.  Deferring the initial
      validation will ensure validators with static criteria are correctly
      applied.  Notification from QValidator on changes would solve this
      for all cases: QTBUG-23694.
      
      Task-number: QTBUG-21103
      Change-Id: I920f36645fd18ce809db56b5daf73545f1d603dc
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      c0e0f9f5
  19. Jan 19, 2012
  20. Jan 17, 2012
  21. Jan 12, 2012
  22. Jan 05, 2012
  23. Jan 04, 2012
  24. Jan 03, 2012