-
consider http://qt-apps.org/content/show.php/Widget+Virtual+Keyboard?content=111054
as keyboard key chooser [it really helps when when some of your keys are dead]
and do something similar for mouse [buttons 4 and 5 are missing from touchpads].
2009-10-01 15:18:29 UTC in QJoyPad
-
embed a real-time preview of style while configuring.
2009-08-25 11:28:28 UTC in Bespin
-
give user an option to choose a style for scrollbar buttons like qtcurve, eg
kde < [||||]
gnome < [||||] >
platinum [||||]
next [||||]
none [||||]
or even a stylish ones like
overlap [||||] > {scroller can go over buttons}
embedded [] {put the buttons on the scroller, haven't seen this anywhere, useful probably not, but stylish ;) }
a flat option {this would...
2009-08-25 10:55:41 UTC in Bespin
-
to make filename to be recognised correctly use completeBaseName instead of baseName
fix:
in musicinfofile.cpp, line 56:
return return fileinfo.completeBaseName();
http://doc.trolltech.com/4.5/qfileinfo.html#completeBaseName
http://doc.trolltech.com/4.5/qfileinfo.html#baseName.
2009-04-28 19:50:16 UTC in Pinky-Tagger
-
possible fix:
change the scanner.cpp, line 69 to:
while ( it != qsl_trennerlist.end()/* && *it != " "*/ ) {
p.s.
why is the " " disallowed as delimiter, was there some kind bug?.
2009-04-28 18:50:41 UTC in Pinky-Tagger
-
look at the attached file,
icons require re-mastering, consider runtime generation.
2009-04-19 12:07:16 UTC in Pinky-Tagger
-
the (blank) separator doesn't work, others work fine, accept of '.' [it's an easy fix to use the last '.' as the extension marker]
notice that ' ' [double space] works.
2009-04-19 11:50:50 UTC in Pinky-Tagger
-
it would be nice to implement a capitalization as a new tool
add a few options:
Sentence case
Title Case
lowercase
UPPERCASE
iNVERT.
2009-04-19 11:48:21 UTC in Pinky-Tagger