summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/TODO.txt
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-05-06 01:20:51 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-05-06 01:20:51 (GMT)
commit441e0e6a29ac02c35f6269d7c83a6d70465b7405 (patch)
tree489bf8eb42e7b1bd2ec467c453e2effce17ffa97 /demos/spectrum/TODO.txt
parentb7513f4a15ecac1adf54f2abdda6b56c89d6bef4 (diff)
parent9e44dfba207532215b82c306f9ad4f52b7ef07f4 (diff)
downloadQt-441e0e6a29ac02c35f6269d7c83a6d70465b7405.zip
Qt-441e0e6a29ac02c35f6269d7c83a6d70465b7405.tar.gz
Qt-441e0e6a29ac02c35f6269d7c83a6d70465b7405.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public: QS60Style: QCalendarWidget draws only one-digit dates Add spectrum analyzer demo app
Diffstat (limited to 'demos/spectrum/TODO.txt')
-rw-r--r--demos/spectrum/TODO.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/demos/spectrum/TODO.txt b/demos/spectrum/TODO.txt
new file mode 100644
index 0000000..dc3d8f3
--- /dev/null
+++ b/demos/spectrum/TODO.txt
@@ -0,0 +1,34 @@
+TODO list for spectrum analyser
+===============================
+
+Bug fixes
+---------
+
+
+New features
+------------
+
+* Wrap user-visible strings in tr()
+
+* Allow user to set frequency range
+There should be some constraints on this, e.g.
+ - Maximum frequency must not be greater than Nyquist frequency
+ - Range is divisible by number of bars?
+
+* Add more visualizers other than bar spectrogram
+e.g. Funky OpenGL visualizers, particle effects etc
+
+
+Non-functional stuff
+--------------------
+
+* Improve robustness of QComboBox -> enum mapping
+At the moment, SettingsDialog relies on casting the combobox item index directly to the enumerated type. This is clearly a bit fragile...
+
+* For functions which take or return qint64 values, make a clear distinction between duration (microseconds) and length (bytes).
+A sensible convention would be that the default is bytes - i.e. microseconds must be indicated by adding a Us suffix, where not already obvious from the function name.
+
+
+
+
+