shadowm

Untitled

Aug 1st, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. To-do
  2. -----
  3.  
  4. * Fix the warnings about orphaned slots
  5.  
  6. * Fix the excessive memory usage when zooming in
  7.  
  8. * Either preserve the relative scroll area center when zooming, or reset to
  9. the center of the view instead of the top-left corner.
  10.  
  11. * Try to determine what's with the random crash on startup when building with
  12. the Visual C++ compiler
  13.  
  14. * [DONE] Look into providing a static build of Qt on Windows instead of those
  15. tacky DLLs
  16.  
  17. * Fix dragging functionality issues with the Oxygen style on KDE, and its
  18. bogus drag-start area on all platforms
  19.  
  20. * Fix conflicting signals causing interaction issues when trying to type a
  21. color by RGB code in the palette editor (this does not affect the range
  22. editor)
  23.  
  24. * Add a menu option to select the desired preview background color
  25.  
  26. * Make the color picker dialogs modal
  27.  
  28. * Add an option to duplicate a color range
  29.  
  30. * Add an option to duplicate a palette
  31.  
  32. * Add an option to add a comma-separated list of colors to a palette
  33.  
  34. * [DONE] Make reading palettes from config actually work
Advertisement
Add Comment
Please, Sign In to add comment