blob: 4860b230aac83741bb0122afc99449c4b5e03ea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
TODO/BUG: Handle multiline labels, richtext labels.
Capitalization checking:
Title style -- lower case exception list may have to be expanded
window and dialog box titles - Partially working
group box / group line labels - Done// ??? What are group line labels?
button labels - Done.
tab labels - Done.
listview column headers - Done
menu titles / menu items - Done
derivatives of KCommand - Not a widget.
combobox items - Not sure of what to do with those below yet
listbox items
tree list items
other heading/title text - Hard to distinguish from regular labels, only works for KJanusWidget titles
Sentence style
edit box labels
list box labels
combo box labels
slider labels
spin box labels - If all those are regular labels, then done (need to check)
check box labels - Done
option button labels - Done
pop-up hint text - TODO
other non heading/title text - Kind of -- hard to distinguish from title labels.
Other violations
Check for nested groupboxes. - Done, when parenting hierarchy isn't bizzare.
Other todo:
Widgets on menubar
Menu order.
Augment title checks to check for file - App naming
|