-
Notifications
You must be signed in to change notification settings - Fork 58
/
ChangeLog
466 lines (295 loc) · 14.7 KB
/
ChangeLog
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
tora (2.1.3-1) unstable; urgency=lowercase
Features:
* Terradata support
* AWR performance report tool
* xml formatting for memo editor/display
* Improved support for displaying routines in MySQL. From now on it will
display full routine creation script including arguments, return type etc.
* close buttons in tabs implemented
* connection dialog: test connection button
* F4 describe under cursor in PL/SQL editor
* RFE #2949032 tab with directories into the schema browser
* RFE #2916092 - column "percentage free" in the storage manage
Bugfixes:
* Build fixes (macosx, windows, cmake, rpm, oci stub)
* Do not update current schema on focus if schema had already been changed
* Enable syntax colouring only if "Syntax highlighting" was selected in preferences
* Fix for pl/sql editor in the case of TYPE BODY
* Add SCI_LEXER, fixes highlight issue on ubuntu
* Full implementation of bug #2477760 - data shown in storage manager is
not sortable
* Check/drop MySQL routine before creating one.
* A problem when in MySQL "show create ..." returns different number of
columns for users with different permissions
* Rollback segments tool shows a lot of duplicate columns. "Initial", "next"
columns have a lot of "(((((((" characters. Tree view is replaced with
toresulttable. Less code, mem-leaks fixes
* Fix crash when entering a dot after a forward slash in editor
* Fixed #514310: When switching to a different schema, or refreshing the
current schema in schema browser, the detail window still displays the info
for the last item selected
* Updated sql that includes user role access
* Patch #3022103: TOra fails to build with Qt 4.7. by Felix Geyer
* Fix directory browser for trotl
* Apply patch for column labels from John Vandenberg
* Fixed #3023700 When i right click on a dblink in the database browser, they
are entry, drop index, create index, modify index instead of dblink entry
Development:
* Various Trotl improvements and fixes
* toResultCombo can use a query returning more than one colum
- toResultCombo can use a query returning more than one colum, 1st column
is desplayed, the others are kept as a vector of QVariants. This is used in
AWR tool to keep mapping between diplayed snap time and the snap id. (I
know that in QT4 I should use MVC, in the future, mayby)
- toResulCombe can have selectPolicy. It can be set to either:
None - default behaviour, does nothing
First - select the first Combo field
LastButOne -
Last -
* Example tool window
tora (2.1.2-1) unstable; urgency=low
* Improved: Add editor option for uppler/lowercase object names
* Improved: Db extract/compare tool now remembers widgets states
* New: Filesystem completer for target line edit
* Improved: Compatibility with sql+
* New: Color/pixmap identifier for connection
* Improved: Schema browser improvements
* New: Ability to add external static check
* New: Save package specification and body to one file
* New: Initial support for creating/modifying tables
* Bugfixes
tora (2.1.1-1) unstable; urgency=low
* New upstream version
-- Nathan Neulinger <[email protected]> Tue, 13 Oct 2009 13:44:40 -0600
tora (2.1.0-1) unstable; urgency=low
* New upstream version, the rebuild closes: #540046.
* Bumped Standards-Version to 3.8.3, no changes needed.
* New project homepage.
* Removed no longer needed 01_missing_includes.dpatch.
* Removed no longer used dh_desktop call.
* Added README.source file.
-- Michael Meskes <[email protected]> Fri, 11 Sep 2009 12:37:52 +0200
tora (2.0.0-4) unstable; urgency=low
* Added patch to add missing include directives, closes: #526166
-- Michael Meskes <[email protected]> Mon, 04 May 2009 16:12:37 +0200
tora (2.0.0-3) unstable; urgency=low
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.
-- Michael Meskes <[email protected]> Tue, 07 Apr 2009 13:16:05 +0200
tora (2.0.0-2) experimental; urgency=low
* Added build dependency on libpq-dev to get full PostgreSQL support.
-- Michael Meskes <[email protected]> Tue, 06 Jan 2009 08:49:43 +0100
tora (2.0.0-1) experimental; urgency=low
* New upstream version for KDE4/Qt4.
* Added watch file.
* Updated to standards version 3.8.0, no additional changes needed.
* No longer need texinfo to build, the html files are part of the tarball.
* Streamlined build dependencies.
* Updated copyright file.
-- Michael Meskes <[email protected]> Sat, 03 Jan 2009 20:51:13 +0100
tora (1.3.23-1) unstable; urgency=low
* New upstream version
* Moved config.* handling from clean target to configure target.
-- Michael Meskes <[email protected]> Wed, 26 Mar 2008 09:55:07 +0100
tora (1.3.22-7) unstable; urgency=low
* Removed build dependency on libqt3-compat-headers, closes: #464914
* Added include directives needed by gcc-4.3, closes: #462239
-- Michael Meskes <[email protected]> Mon, 11 Feb 2008 10:57:12 +0100
tora (1.3.22-6) unstable; urgency=low
* Fixed clean target yet again so building twice in a row is possible.
* Bumped up build dependency on debhelper to correct version.
-- Michael Meskes <[email protected]> Thu, 10 Jan 2008 11:55:07 +0100
tora (1.3.22-5) unstable; urgency=low
* Bumped standards version to 3.7.3.
* Bumped tora.dekstop to version 1.0, closes: #455588
* Added call to dh_desktop.
* Bumbed debhelper version to 5.
* Build-depend on autotools-dev and cp up-to-date files to archive.
* Do not ignore errors in "make clean".
-- Michael Meskes <[email protected]> Tue, 11 Dec 2007 10:32:06 +0100
tora (1.3.22-4) unstable; urgency=low
* Removed build dependency on g++, closes: #452976
* Also removed build dependency on libqt3-mt-dev because kdelibs4-dev
depends on it.
* Made menu file adhere new standard.
* Do not install sources for help files.
-- Michael Meskes <[email protected]> Thu, 06 Dec 2007 10:13:24 +0100
tora (1.3.22-3) unstable; urgency=low
* Moved to team maintenance:
Debian KDE Extras Team <[email protected]>.
-- Michael Meskes <[email protected]> Thu, 22 Nov 2007 11:12:43 +0100
tora (1.3.22-2) unstable; urgency=low
* Fixed help system
* Moved translations to /usr/share, closes: #448950
* Remove deprecated debian.patch file.
-- Michael Meskes <[email protected]> Tue, 20 Nov 2007 13:05:47 +0100
tora (1.3.22-1) unstable; urgency=low
* New upstream version.
* Added texinfo to Build-Depends, closes: #443296
* Build process now uses dpatch.
-- Michael Meskes <[email protected]> Fri, 21 Sep 2007 13:48:45 +0200
tora (1.3.21pre22-3) unstable; urgency=low
* Do not remove files from the orig tarball in our clean target, closes: #442749
* Resynced with svn to prepare for upcoming 1.3.22 release.
-- Michael Meskes <[email protected]> Tue, 18 Sep 2007 11:15:46 +0200
tora (1.3.21pre22-2) unstable; urgency=low
* Fixed incorrect display of UTF-8 characters, closes: #418524
-- Michael Meskes <[email protected]> Fri, 08 Jun 2007 14:44:29 +0200
tora (1.3.21pre22-1) unstable; urgency=low
* Applied latest upstream pre1.3.22 patch.
* Moved to qscintilla 1.7.
-- Michael Meskes <[email protected]> Tue, 22 May 2007 15:35:55 +0200
tora (1.3.21-3) unstable; urgency=low
* Added XDG menu support, closes: #354166
-- Michael Meskes <[email protected]> Mon, 17 Apr 2006 13:41:02 +0200
tora (1.3.21-2) unstable; urgency=low
* Added patch by Martin Michlmayr to make tora compile with G++ 4.1,
closes: #357810
* Fixed URL in copyright file, closes: #358394
-- Michael Meskes <[email protected]> Fri, 24 Mar 2006 13:30:31 +0100
tora (1.3.21-1) unstable; urgency=low
* New upstream version, fixing the bug that urged me to call autogen.sh and
thus making the package build again without build-depending on automake et
al., closes: #352513
* Added most of the debian specific patch to upstream sources.
-- Michael Meskes <[email protected]> Mon, 13 Feb 2006 15:02:29 +0100
tora (1.3.20-1) unstable; urgency=low
* New upstream version.
* Use the 16x16 icon that is provided by upstream.
-- Michael Meskes <[email protected]> Sat, 11 Feb 2006 10:24:33 +0100
tora (1.3.18-4) unstable; urgency=low
* Changed QODBC to QODBC3 one more time, closes: #347373
-- Michael Meskes <[email protected]> Thu, 12 Jan 2006 13:32:24 +0100
tora (1.3.18-3) unstable; urgency=low
* Updated libtool so hopefully Debian GNU/k*BSD is supported now
closes: #342702
* Added 16x16 menu icon
* Updated debhelper to version 4
-- Michael Meskes <[email protected]> Sun, 11 Dec 2005 19:03:49 +0100
tora (1.3.18-2) unstable; urgency=low
* Added --enable-libsuffix= to make sure kdelibs are found even on sparc,
closes: #328124
-- Michael Meskes <[email protected]> Fri, 16 Sep 2005 08:48:14 +0200
tora (1.3.18-1) unstable; urgency=low
* New upstream version
* Compiled against KDE 3.4.2, closes: #312432
-- Michael Meskes <[email protected]> Tue, 6 Sep 2005 13:32:17 +0200
tora (1.3.16-1) unstable; urgency=low
* New upstream version
-- Michael Meskes <[email protected]> Sun, 6 Mar 2005 11:08:40 +0100
tora (1.3.15-1) unstable; urgency=low
* New upstream version
* Changed QODBC to QODBC3, closes: #285510
-- Michael Meskes <[email protected]> Fri, 4 Mar 2005 11:26:34 +0100
tora (1.3.14.1-3) unstable; urgency=low
* This time really add the build-depend on kdebase-bin
-- Michael Meskes <[email protected]> Mon, 5 Jul 2004 20:26:14 +0200
tora (1.3.14.1-2) unstable; urgency=low
* Build-depend on kdebase-bin (closes: #253765)
* Changed configure.pl to check for kdcop instead of kwin.
-- Michael Meskes <[email protected]> Mon, 5 Jul 2004 12:47:34 +0200
tora (1.3.14.1-1) unstable; urgency=low
* New upstream version.
* Made sure KDE files are installed (closes: #253765)
-- Michael Meskes <[email protected]> Sun, 4 Jul 2004 17:12:34 +0200
tora (1.3.13-3) unstable; urgency=low
* Updated standards version.
* Added man page.
* Added symlink from /usr/share/doc/tora to help files.
* Make sure all built files are cleaned.
* Compile without "new check".
* Added kderemove="y" to menu entry. Use icons already installed in
KDE structure; don't install twice. Improved menu text.
* Updated copyright.
-- Michael Meskes <[email protected]> Wed, 24 Mar 2004 19:27:28 +0100
tora (1.3.13-2) unstable; urgency=low
* Added icon, improved capitalization of menu entry.
-- Michael Meskes <[email protected]> Mon, 01 Mar 2004 11:30:15 +0100
tora (1.3.13-1) unstable; urgency=low
* New upstream version
-- Michael Meskes <[email protected]> Sun, 15 Feb 2004 10:47:47 +0100
tora (1.3.12-1) unstable; urgency=low
* New upstream version
-- Michael Meskes <[email protected]> Tue, 21 Oct 2003 19:13:32 +0200
tora (1.3.11-1) unstable; urgency=low
* New upstream version
* Moved help files from /usr/lib to /usr/share
-- Michael Meskes <[email protected]> Sun, 31 Aug 2003 12:15:51 +0200
tora (1.3.9.2-3) unstable; urgency=low
* Removed full screen opening (closes: #167590)
* Added patch from CVS so changed values are saved.
* Added my patches to doc/
-- Michael Meskes <[email protected]> Sun, 15 Jun 2003 14:31:11 +0200
tora (1.3.9.2-2) unstable; urgency=low
* Include qobjectlist.h instead of qobjcoll.h (closes: #181522)
* Include qt3-compat-headers in Build-Depends until kdelibs4-dev is fixed
* Made sure qt3-mt is used (closes: #183063)
-- Michael Meskes <[email protected]> Mon, 24 Feb 2003 14:31:50 +0100
tora (1.3.9.2-1) unstable; urgency=low
* New upstream version
* Compiled against new libqt3 (closes: #181091)
-- Michael Meskes <[email protected]> Mon, 17 Feb 2003 00:56:12 +0100
tora (1.3.8-1) unstable; urgency=low
* New upstream version
-- Michael Meskes <[email protected]> Fri, 11 Oct 2002 09:09:50 +0200
tora (1.3.7-4) unstable; urgency=low
* Fixed dependancy to list -mt qt3 modules (closes: #154259)
* Added several fixes to compiler warnings from CVS.
-- Michael Meskes <[email protected]> Sun, 1 Sep 2002 11:44:46 +0200
tora (1.3.7-3) unstable; urgency=low
* Added compiler optimization (closes: #159036).
-- Michael Meskes <[email protected]> Sun, 1 Sep 2002 11:44:46 +0200
tora (1.3.7-2) unstable; urgency=low
* Fixed Built-Depends to note that qt 3.0.5 or greater is needed
(closes: #156420).
-- Michael Meskes <[email protected]> Mon, 12 Aug 2002 18:07:51 +0200
tora (1.3.7-1) unstable; urgency=low
* New upstream version.
* Compiled against libqt3 3.0.5 which should fix missing connection provider
problem (closes: #154259).
-- Michael Meskes <[email protected]> Mon, 12 Aug 2002 13:57:08 +0200
tora (1.3.6.1-2) unstable; urgency=low
* Changed Suggests to Depends as tora won't work without a database
connector. (closes: #152251)
-- Michael Meskes <[email protected]> Sun, 14 Jul 2002 09:54:07 +0200
tora (1.3.6.1-1) unstable; urgency=low
* New upstream version.
-- Michael Meskes <[email protected]> Fri, 5 Jul 2002 12:29:52 +0200
tora (1.3.6-1) unstable; urgency=low
* New upstream version.
* Added some more patches from CVS to fix several minor bugs.
-- Michael Meskes <[email protected]> Wed, 3 Jul 2002 10:37:51 +0200
tora (1.3.5.1-1) unstable; urgency=low
* New upstream version with several minor bugfixes
-- Michael Meskes <[email protected]> Fri, 19 Apr 2002 10:32:16 +0200
tora (1.3.5-1) unstable; urgency=low
* New upstream version with new style selection code and other improvements.
* Fixed spelling bug in help file (closes: 143344).
-- Michael Meskes <[email protected]> Wed, 17 Apr 2002 19:54:18 +0200
tora (1.3.4-3) unstable; urgency=low
* Deactivated style selection stuff (ENABLE_STYLE) to make tora compile
again (closes: 141919, 142128).
-- Michael Meskes <[email protected]> Sun, 14 Apr 2002 14:54:47 +0200
tora (1.3.4-2) unstable; urgency=low
* Added upstream fixes.
* Added menu entry.
-- Michael Meskes <[email protected]> Sat, 9 Mar 2002 20:23:02 +0100
tora (1.3.4-1) unstable; urgency=low
* New upstream version.
-- Michael Meskes <[email protected]> Thu, 7 Mar 2002 12:42:50 +0100
tora (1.3.3-4) unstable; urgency=low
* Added more upstream fixes (closes: 133777)
-- Michael Meskes <[email protected]> Sun, 3 Mar 2002 11:26:44 +0100
tora (1.3.3-3) unstable; urgency=low
* Added some upstream fixes (closes: 134133)
-- Michael Meskes <[email protected]> Sun, 17 Feb 2002 18:42:01 +0100
tora (1.3.3-2) unstable; urgency=low
* Added Suggests for database modules (closes: 132724)
* Added some upstream fixes
* Added missing images (closes: 132791)
-- Michael Meskes <[email protected]> Wed, 13 Feb 2002 20:13:34 +0100
tora (1.3.3-1) unstable; urgency=low
* Initial Release (closes: 130650)
-- Michael Meskes <[email protected]> Fri, 25 Jan 2002 09:37:32 +0100