File: mysqlnavigator.pro

package info (click to toggle)
mysql-navigator 1.4.2-12
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,540 kB
  • ctags: 1,571
  • sloc: cpp: 17,298; sh: 9,505; makefile: 270; xml: 7
file content (145 lines) | stat: -rw-r--r-- 5,456 bytes parent folder | download | duplicates (4)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= config.h \
		  src/main/resource.h \
		  src/mysql/about/about.h \
		  src/mysql/edit/edit.h \
		  src/mysql/edit/file.h \
		  src/mysql/field/field.h \
		  src/mysql/find/find.h \
		  src/mysql/flush/flush.h \
		  src/mysql/key/key.h \
		  src/mysql/log/log.h \
		  src/mysql/mainwindow/mainwindow.h \
		  src/mysql/mainwindow/mainwindowoption.h \
		  src/mysql/mainwindow/mdiwindow.h \
		  src/mysql/option/option.h \
		  src/mysql/password/password.h \
		  src/mysql/privilege/privilege.h \
		  src/mysql/process/process.h \
		  src/mysql/query/query.h \
		  src/mysql/schema/schema.h \
		  src/mysql/script/script.h \
		  src/mysql/server/server.h \
		  src/mysql/server/servernew.h \
		  src/mysql/sql/sql.h \
		  src/mysql/style/jfcstyle.h \
		  src/mysql/style/stepstyle.h \
		  src/mysql/table/table.h \
		  src/mysql/user/user.h \
		  src/mysql/widget/loglistview.h \
		  src/mysql/widget/loglistviewitem.h \
		  src/mysql/widget/multilinelistviewitem.h \
		  src/mysql/widget/querylistview.h \
		  src/mysql/widget/querytable.h \
		  src/mysql/widget/schemalistviewitem.h \
		  src/mysql/widget/serverlistviewitem.h \
		  src/mysql/widget/xchecklistitem.h \
		  src/mysql/widget/xcombobox.h \
		  src/mysql/widget/xworkspace.h \
		  src/mysql/xml/base64.h \
		  src/mysql/xml/xmlparser.h \
		  src/mysql/xport/xport.h
SOURCES		= src/main/main.cxx \
		  src/mysql/edit/edit.cxx \
		  src/mysql/edit/editslot.cxx \
		  src/mysql/edit/file.cxx \
		  src/mysql/edit/filesignal.cxx \
		  src/mysql/edit/fileslot.cxx \
		  src/mysql/field/field.cxx \
		  src/mysql/field/fieldsignal.cxx \
		  src/mysql/field/fieldslot.cxx \
		  src/mysql/find/find.cxx \
		  src/mysql/find/findsignal.cxx \
		  src/mysql/find/findslot.cxx \
		  src/mysql/flush/flush.cxx \
		  src/mysql/flush/flushsignal.cxx \
		  src/mysql/flush/flushslot.cxx \
		  src/mysql/key/key.cxx \
		  src/mysql/key/keysignal.cxx \
		  src/mysql/key/keyslot.cxx \
		  src/mysql/log/log.cxx \
		  src/mysql/log/logsignal.cxx \
		  src/mysql/log/logslot.cxx \
		  src/mysql/mainwindow/mainwindow.cxx \
		  src/mysql/mainwindow/mainwindowlayout.cxx \
		  src/mysql/mainwindow/mainwindowoption.cxx \
		  src/mysql/mainwindow/mainwindowsession.cxx \
		  src/mysql/mainwindow/mainwindowsignal.cxx \
		  src/mysql/mainwindow/mainwindowslot.cxx \
		  src/mysql/mainwindow/mainwindowslotabout.cxx \
		  src/mysql/mainwindow/mainwindowslotfind.cxx \
		  src/mysql/mainwindow/mainwindowslotflush.cxx \
		  src/mysql/mainwindow/mainwindowslotkey.cxx \
		  src/mysql/mainwindow/mainwindowslotlog.cxx \
		  src/mysql/mainwindow/mainwindowslotoption.cxx \
		  src/mysql/mainwindow/mainwindowslotpassword.cxx \
		  src/mysql/mainwindow/mainwindowslotping.cxx \
		  src/mysql/mainwindow/mainwindowslotprivilege.cxx \
		  src/mysql/mainwindow/mainwindowslotprocess.cxx \
		  src/mysql/mainwindow/mainwindowslotquery.cxx \
		  src/mysql/mainwindow/mainwindowslotschema.cxx \
		  src/mysql/mainwindow/mainwindowslotscript.cxx \
		  src/mysql/mainwindow/mainwindowslotserver.cxx \
		  src/mysql/mainwindow/mainwindowslotshutdown.cxx \
		  src/mysql/mainwindow/mainwindowslotstatus.cxx \
		  src/mysql/mainwindow/mainwindowslotstyle.cxx \
		  src/mysql/mainwindow/mainwindowslottable.cxx \
		  src/mysql/mainwindow/mainwindowslotuser.cxx \
		  src/mysql/mainwindow/mainwindowslotxport.cxx \
		  src/mysql/mainwindow/mdiwindow.cxx \
		  src/mysql/mysql.cxx \
		  src/mysql/option/option.cxx \
		  src/mysql/option/optionsignal.cxx \
		  src/mysql/option/optionslot.cxx \
		  src/mysql/password/password.cxx \
		  src/mysql/password/passwordsignal.cxx \
		  src/mysql/password/passwordslot.cxx \
		  src/mysql/privilege/privilege.cxx \
		  src/mysql/privilege/privilegesignal.cxx \
		  src/mysql/privilege/privilegeslot.cxx \
		  src/mysql/process/process.cxx \
		  src/mysql/process/processsignal.cxx \
		  src/mysql/process/processslot.cxx \
		  src/mysql/query/query.cxx \
		  src/mysql/query/querysignal.cxx \
		  src/mysql/query/queryslot.cxx \
		  src/mysql/schema/schema.cxx \
		  src/mysql/schema/schemaslot.cxx \
		  src/mysql/script/script.cxx \
		  src/mysql/script/scriptsignal.cxx \
		  src/mysql/script/scriptslot.cxx \
		  src/mysql/server/server.cxx \
		  src/mysql/server/servernew.cxx \
		  src/mysql/server/servernewsignal.cxx \
		  src/mysql/server/servernewslot.cxx \
		  src/mysql/server/serversignal.cxx \
		  src/mysql/server/serverslot.cxx \
		  src/mysql/sql/sql.cxx \
		  src/mysql/style/jfcstyle.cpp \
		  src/mysql/style/stepstyle.cpp \
		  src/mysql/table/table.cxx \
		  src/mysql/table/tablesignal.cxx \
		  src/mysql/table/tableslot.cxx \
		  src/mysql/user/user.cxx \
		  src/mysql/user/usersignal.cxx \
		  src/mysql/user/userslot.cxx \
		  src/mysql/widget/loglistview.cxx \
		  src/mysql/widget/loglistviewitem.cxx \
		  src/mysql/widget/multilinelistviewitem.cxx \
		  src/mysql/widget/querylistview.cxx \
		  src/mysql/widget/querytable.cxx \
		  src/mysql/widget/schemalistviewitem.cxx \
		  src/mysql/widget/serverlistviewitem.cxx \
		  src/mysql/widget/xchecklistitem.cxx \
		  src/mysql/widget/xcombobox.cxx \
		  src/mysql/widget/xworkspace.cxx \
		  src/mysql/xml/base64.cxx \
		  src/mysql/xml/xmlparser.cxx \
		  src/mysql/xport/export.cxx \
		  src/mysql/xport/import.cxx \
		  src/mysql/xport/xport.cxx \
		  src/mysql/xport/xportsignal.cxx \
		  src/mysql/xport/xportslot.cxx

TRANSLATIONS = mysqlnavigator.ts