Skip to content

Commit 29e8e81

Browse files
committed
Changed the version.
1 parent 724a844 commit 29e8e81

File tree

1,247 files changed

+153731
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,247 files changed

+153731
-4
lines changed

TODO

+103
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
2+
Nice to have:
3+
sessions
4+
activities a-la-plasma
5+
KDE Widgets
6+
KDE Nepomuk integration
7+
8+
9+
TODO:
10+
#new is:93
11+
12+
Caricare gli attributi con uno stile
13+
14+
15+
90 - fai linguaggi per la dll sessions
16+
17+
86 - test del find con elment mixed
18+
19+
85 - gestire i casi mancanti xsd
20+
21+
84 - casi di test xsd
22+
23+
83 - gestire gli xds esterni
24+
25+
82 - Rapportino di estrazione dei files
26+
27+
75 - ****** test comment dell'elemento radice
28+
29+
74 - *****Element autoDeleteRecursive() Controllare il root element
30+
31+
73 - *******scrivere test per xsd
32+
33+
72 - CHECK: appending a new root el from a comment does not generate an error
34+
35+
71 - inserire attributi con flag e attributi opzionali
36+
37+
69 - Se il primo item e' un commento, posso appendere tutti gli items che voglio come root
38+
39+
68 - After the file requester show in xsd window, the window title is reset:fatto?
40+
41+
67 - complete XSD manual with a table of all the options and activations
42+
43+
66 - show and hide navigation pane does not enlarge graphical view
44+
45+
65 - styles: recognize element name without namespace?
46+
47+
63 - dialogs: remember last size
48+
49+
62- check this:
50+
XSDItem::~XSDItem()
51+
{
52+
//TODO removeObject( _item );
53+
}
54+
55+
59 - explore: manca il calcolo del size degli attributi
56+
57+
57 - fare il repaint dopo avere operato sui selezionati*** check if already working
58+
59+
56 - case delle nuove scritte dei menu
60+
61+
52 - prune di attributi degli elementi selezionati
62+
63+
51 - prune degli elementi selezionati
64+
65+
49 - mostrare una visione compatta del testo 20 caratteri al massimo
66+
67+
48 - prova a decommentare un commento e trasfromarlo in xml
68+
69+
47 - trasforma un nodo in commento
70+
71+
46 - gestisci editor configurabile che accetta in input proprieta' e le gestisce con i binding
72+
73+
42 - adding any attributes with non-schema Namespace, check if true condition
74+
75+
40 - lettura tipo complesso non setta il tipo dell'elemento
76+
77+
39 - lettura tipo semplice non setta il tipo interno dell'elemento
78+
79+
37 - review xsd exceptions
80+
81+
34 - Check uniqueness of type names
82+
83+
33 - Configurable data directory (see https://wiki.edubuntu.org/PackagingGuide/QtApplication for a guide)
84+
85+
29 - limita testo su edit snippet (verifica)
86+
87+
24- generatore di codice per XSD
88+
89+
23 -interfaccia con mono per gestione xsd
90+
91+
21 - usa un cfg dialog a pagine
92+
93+
19 - controlla xml snippets al salvataggio
94+
95+
15 - controlla duplicati su id letti da stile
96+
97+
10 encoding support while saving
98+
99+
7 metti in relazione oggetti in varie posizioni
100+
101+
5- open more than a window at time
102+
103+

src/Parametro.ui

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<ui version="4.0" >
2+
<class>Dialog</class>
3+
<widget class="QDialog" name="Dialog" >
4+
<property name="geometry" >
5+
<rect>
6+
<x>0</x>
7+
<y>0</y>
8+
<width>400</width>
9+
<height>300</height>
10+
</rect>
11+
</property>
12+
<property name="windowTitle" >
13+
<string>Dialog</string>
14+
</property>
15+
<widget class="QDialogButtonBox" name="buttonBox" >
16+
<property name="geometry" >
17+
<rect>
18+
<x>290</x>
19+
<y>20</y>
20+
<width>81</width>
21+
<height>241</height>
22+
</rect>
23+
</property>
24+
<property name="orientation" >
25+
<enum>Qt::Vertical</enum>
26+
</property>
27+
<property name="standardButtons" >
28+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
29+
</property>
30+
</widget>
31+
<widget class="QLabel" name="label" >
32+
<property name="geometry" >
33+
<rect>
34+
<x>30</x>
35+
<y>20</y>
36+
<width>57</width>
37+
<height>20</height>
38+
</rect>
39+
</property>
40+
<property name="text" >
41+
<string>Nome</string>
42+
</property>
43+
</widget>
44+
<widget class="QLabel" name="label_2" >
45+
<property name="geometry" >
46+
<rect>
47+
<x>30</x>
48+
<y>90</y>
49+
<width>57</width>
50+
<height>20</height>
51+
</rect>
52+
</property>
53+
<property name="text" >
54+
<string>Tipo :</string>
55+
</property>
56+
</widget>
57+
<widget class="QCheckBox" name="checkBox" >
58+
<property name="geometry" >
59+
<rect>
60+
<x>20</x>
61+
<y>150</y>
62+
<width>121</width>
63+
<height>23</height>
64+
</rect>
65+
</property>
66+
<property name="text" >
67+
<string>Output</string>
68+
</property>
69+
</widget>
70+
<widget class="QComboBox" name="comboBox" >
71+
<property name="geometry" >
72+
<rect>
73+
<x>90</x>
74+
<y>90</y>
75+
<width>211</width>
76+
<height>30</height>
77+
</rect>
78+
</property>
79+
</widget>
80+
</widget>
81+
<resources/>
82+
<connections>
83+
<connection>
84+
<sender>buttonBox</sender>
85+
<signal>accepted()</signal>
86+
<receiver>Dialog</receiver>
87+
<slot>accept()</slot>
88+
<hints>
89+
<hint type="sourcelabel" >
90+
<x>248</x>
91+
<y>254</y>
92+
</hint>
93+
<hint type="destinationlabel" >
94+
<x>157</x>
95+
<y>274</y>
96+
</hint>
97+
</hints>
98+
</connection>
99+
<connection>
100+
<sender>buttonBox</sender>
101+
<signal>rejected()</signal>
102+
<receiver>Dialog</receiver>
103+
<slot>reject()</slot>
104+
<hints>
105+
<hint type="sourcelabel" >
106+
<x>316</x>
107+
<y>260</y>
108+
</hint>
109+
<hint type="destinationlabel" >
110+
<x>286</x>
111+
<y>274</y>
112+
</hint>
113+
</hints>
114+
</connection>
115+
</connections>
116+
</ui>

src/QXmlEdit.plist

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDocumentTypes</key>
6+
<array>
7+
<dict>
8+
<key>CFBundleTypeExtensions</key>
9+
<array>
10+
<string>xml</string>
11+
</array>
12+
<key>CFBundleTypeIconFile</key>
13+
<string>qxmledit.icns</string>
14+
<key>CFBundleTypeMIMETypes</key>
15+
<array>
16+
<string>text/xml</string>
17+
</array>
18+
<key>CFBundleTypeName</key>
19+
<string>XML File</string>
20+
<key>CFBundleTypeRole</key>
21+
<string>Editor</string>
22+
<key>LSIsAppleDefaultForType</key>
23+
<true/>
24+
</dict>
25+
</array>
26+
<key>NSPrincipalClass</key>
27+
<string>NSApplication</string>
28+
<key>CFBundleIconFile</key>
29+
<string>qxmledit.icns</string>
30+
<key>CFBundlePackageType</key>
31+
<string>APPL</string>
32+
<key>CFBundleGetInfoString</key>
33+
<string>QXmlEdit</string>
34+
<key>CFBundleShortVersionString</key>
35+
<string>0.8.14</string>
36+
<key>CFBundleSignature</key>
37+
<string>????</string>
38+
<key>CFBundleExecutable</key>
39+
<string>QXmlEdit</string>
40+
<key>CFBundleIdentifier</key>
41+
<string>qxmledit.QXmlEdit</string>
42+
</dict>
43+
</plist>

0 commit comments

Comments
 (0)