1doc/indices.doc    2.17  agulbra  +4 -4
2doc/misc.doc    2.29  agulbra  +4 -4
3doc/qcache.doc    2.4  agulbra  +598 -304
4doc/qdict.doc    2.5  agulbra  +4 -3
5
6  documented QCache/QIntCache and the iterators, fixed some types
7
8
9doc/indices.doc    2.18  agulbra  +7 -7
10extensions/imageio/doc/index.doc    1.6  agulbra  +3 -3
11extensions/nsplugin/doc/annotated.doc    1.2  agulbra  +2 -2
12extensions/nsplugin/doc/classes.doc    1.2  agulbra  +2 -2
13extensions/opengl/src/qgl.cpp    1.20  agulbra  +5 -6
14extensions/xt/doc/annotated.doc    1.2  agulbra  +2 -2
15extensions/xt/doc/classes.doc    1.2  agulbra  +2 -2
16src/tools/qtextstream.cpp    2.16  agulbra  +1 -2
17
18  finished merge of qt/extensions documentation in one directory.
19
20
21doc/indices.doc    2.20  aavit  +3 -3
22doc/qcache.doc    2.8  aavit  +9 -1
23examples/application/application.cpp    1.16  aavit  +17 -17
24examples/widgets/widgets.cpp    2.45  aavit  +29 -5
25extensions/nsplugin/src/qnp.cpp    1.22  aavit  +5 -5
26extensions/opengl/doc.conf    1.14  aavit  +7 -0
27extensions/opengl/src/qgl.cpp    1.23  aavit  +4 -4
28extensions/xt/doc/index.doc    1.4  aavit  +18 -8
29extensions/xt/src/qxt.cpp    1.5  aavit  +3 -3
30src/dialogs/qmessagebox.cpp    2.50  aavit  +5 -5
31
32  Improved doc of extensions.
33
34
35doc/qcache.doc    2.9  aavit  +47 -8
36
37  Documented the remaining functions in qcache et al.
38
39
40examples/dragdrop/dropsite.cpp    1.12  paul  +76 -22
41examples/dragdrop/dropsite.h    1.5  paul  +14 -2
42examples/dragdrop/main.cpp    1.7  paul  +8 -3
43
44  How to make your own dragobject class
45
46
47examples/dragdrop/dropsite.cpp    1.9  warwick  +36 -81
48examples/dragdrop/dropsite.h    1.4  warwick  +7 -9
49src/qt.pro    2.30  warwick  +2 -0
50src/kernel/qclipboard_x11.cpp    2.15  warwick  +10 -8
51src/kernel/qdnd_win.cpp    2.15  warwick  +1 -18
52src/kernel/qdnd_x11.cpp    2.33  warwick  +62 -67
53src/kernel/qdragobject.cpp    2.29  warwick  +73 -27
54src/kernel/qdragobject.h    2.16  warwick  +18 -12
55src/kernel/qdropsite.cpp    2.1  warwick  initial checkin
56src/kernel/qdropsite.h    2.1  warwick  initial checkin
57src/kernel/qwidget.h    2.52  warwick  +3 -2
58src/kernel/qwidget_win.cpp    2.60  warwick  +17 -7
59src/kernel/qwidget_x11.cpp    2.99  warwick  +22 -12
60src/kernel/qwindowdefs.h    2.25  warwick  +7 -3
61src/widgets/qlineedit.cpp    2.85  warwick  +3 -3
62
63  Don't declare MIME types for drop sites in advance, just enable drops.
64
65
66examples/examples.pro    2.10  hanord  +1 -0
67
68  Added splitter
69
70
71examples/examples.pro    2.9  agulbra  +1 -0
72
73  add dragdrop to examples makefile
74
75
76examples/layouts/layouts.cpp    1.6  aavit  +2 -3
77
78  return value from main to avoid compiler warning
79
80
81extensions/nsplugin/src/qnp.cpp    1.21  agulbra  +34 -24
82extensions/opengl/src/qgl.cpp    1.22  agulbra  +7 -1
83extensions/xt/src/qxt.cpp    1.4  agulbra  +6 -2
84
85  use new \extension in qdoc
86
87
88src/dialogs/qprintdialog.cpp    2.30  aavit  +2 -2
89src/widgets/qspinbox.cpp    2.36  aavit  +22 -29
90src/widgets/qspinbox.h    2.21  aavit  +1 -3
91
92  spinbox: better looking in windows mode (more like win32)
93
94
95src/kernel/qapplication_x11.cpp    2.142  agulbra  +7 -12
96src/kernel/qdnd_x11.cpp    2.37  agulbra  +22 -23
97src/kernel/qdragobject.cpp    2.32  agulbra  +5 -25
98src/kernel/qdragobject.h    2.19  agulbra  +1 -4
99
100  protect another little bit against the other application crashing
101
102
103src/kernel/qclipboard_x11.cpp    2.16  agulbra  +2 -2
104
105  avoid double delete in certain cases.  would cause segfault.
106
107
108src/kernel/qdnd_win.cpp    2.16  warwick  +98 -59
109src/kernel/qdropsite.cpp    2.2  warwick  +3 -3
110src/kernel/qwidget_win.cpp    2.61  warwick  +1 -2
111
112  Update for X11 changes.
113
114
115src/kernel/qdnd_win.cpp    2.17  warwick  +22 -5
116src/kernel/qdnd_x11.cpp    2.36  warwick  +5 -3
117src/kernel/qdragobject.cpp    2.30  warwick  +63 -7
118src/kernel/qdragobject.h    2.17  warwick  +10 -3
119
120  Renaming; make space in API for Copy vs. Move
121
122
123src/kernel/qdnd_x11.cpp    2.32  agulbra  +13 -12
124src/kernel/qdnd_x11.cpp    2.31  agulbra  +33 -8
125
126  support accept/ignore rectangles properly.
127
128
129src/kernel/qdnd_x11.cpp    2.34  agulbra  +7 -2
130src/widgets/qlineedit.cpp    2.86  agulbra  +13 -13
131
132  isAccepted() of one drag enter/move is the default state for the next
133  (until the target changes).
134
135
136src/kernel/qdnd_x11.cpp    2.35  warwick  +20 -13
137
138  Fix lost-leaves.
139
140
141src/kernel/qdnd_x11.cpp    2.38  agulbra  +23 -22
142
143  always give the right cursor
144
145
146src/kernel/qdnd_x11.cpp    2.39  hanord  +2 -2
147
148  Patch from Bernd Unger to compile on irix-n64
149
150
151src/kernel/qdnd_x11.cpp    2.40  hanord  +5 -5
152src/widgets/qheader.cpp    2.47  hanord  +5 -5
153src/widgets/qstatusbar.cpp    2.15  hanord  +12 -12
154src/widgets/qtoolbar.cpp    2.24  hanord  +14 -15
155src/widgets/qtoolbutton.cpp    2.29  hanord  +4 -4
156src/widgets/qwellarray.cpp    1.5  hanord  +8 -10
157
158  Removed Sun CC warnings. All these warnings come from use of local
159  variables inside member functions clashing with private variable names
160  in the class. I think this is a correct warning, because if somebody
161  wants to access a private variable from a member function where it's
162  already used as a local variable, he will be somewhat confused.
163
164
165src/kernel/qdragobject.cpp    2.34  hanord  +3 -2
166
167  Avoid array-bounds error when copying text
168
169
170src/kernel/qdragobject.cpp    2.35  hanord  +15 -18
171src/kernel/qdragobject.h    2.20  hanord  +7 -7
172
173  QStoredDrag::setEncodedData takes a const byte array.
174  parent changed to dragSource everywhere.
175
176
177src/kernel/qimage.cpp    2.102  agulbra  +9 -5
178src/kernel/qpixmap.cpp    2.31  agulbra  +22 -32
179
180  mention the QPixmap/QImage differences prominently.  other minor doc
181  changes.
182
183
184src/kernel/qimage.cpp    2.99  agulbra  +7 -6
185src/kernel/qimage.cpp    2.98  agulbra  +18 -14
186src/kernel/qmovie.cpp    1.38  agulbra  +8 -7
187src/kernel/qmovie.cpp    1.37  agulbra  +12 -3
188
189  warn about unisys $#@! and about possible removal of gif support in a
190  future version of qt.
191
192
193src/kernel/qpainter_win.cpp    2.38  hanord  +2 -3
194src/kernel/qpainter_x11.cpp    2.53  hanord  +2 -3
195
196  Fixed UMR in drawText to external device. Could be serious and crash.
197
198
199src/kernel/qprinter_x11.cpp    2.18  agulbra  +38 -11
200
201  OS/2 fixes from miyata.
202
203
204src/kernel/qpsprinter.cpp    2.28  agulbra  +67 -19
205
206  oops.  we broke kmail by not supporting QFont::AnyCharSet at all.
207  fixed.
208
209  also contains two other fixes that I'd delayed committing: use
210  colorimage only where available, else image.  produce 78-character
211  lines, not lines of several thousand characters.
212
213
214src/kernel/qpsprinter.cpp    2.29  agulbra  +49 -28
215
216  make the dicts slightly bigger so more level 1 printers are happy.
217  avoid a memory leak in drawPixmap().
218
219
220src/kernel/qwidget.cpp    2.116  hanord  +2 -2
221
222  Does destroy() AFTER deleteExtra(), because deleteExtra() calls
223  deleteSysExtra() which unregisters OLE stuff on Windows (and needs the Win
224  ID).
225
226
227src/moc/moc.1    2.7  hanord  +11 -3
228src/moc/moc.l    2.3  hanord  +57 -7
229src/moc/moc.y    2.24  hanord  +22 -12
230
231  Warwick's support for #ifdef and #ifndef added
232
233
234src/qt.pro    2.33  hanord  +8 -7
235
236  Changed DEPENDPATH to relative, makes makefiles movable.
237  Sorted a couple of filenames.
238
239
240src/qt.pro    2.34  hanord  +1 -1
241
242  Changed version number to 1.40
243
244
245src/tools/qglobal.h    2.53  agulbra  +3 -3
246
247  1.40.  yes it's true.
248
249
250src/tools/qglobal.h    2.55  agulbra  +3 -3
251
252  make one final snapshot
253
254
255src/widgets/qbuttongroup.cpp    2.14  agulbra  +3 -3
256
257  roll back my "don't delete twice" fix: it was a "don't delete once"
258  fix, in fact.  oops.
259
260
261src/widgets/qheader.cpp    2.49  agulbra  +2 -1
262
263  memory leak gone
264
265
266src/widgets/qlabel.cpp    2.34  agulbra  +6 -9
267
268  respect buddy's focus policy and other accessibility.
269
270
271src/widgets/qlineedit.cpp    2.83  agulbra  +4 -4
272
273  use enter event and accept drops in the entire rectangle.
274
275
276src/widgets/qlineedit.cpp    2.84  agulbra  +8 -1
277
278  ...and the drop should happen in the right place.  oooh, this is so
279  polished :)
280
281
282src/widgets/qlineedit.cpp    2.88  agulbra  +2 -2
283
284  avoid memory leak when dragging out of qle
285
286
287src/widgets/qlineedit.cpp    2.89  agulbra  +5 -1
288
289  #ifdef out dnd support.  it works on x11, not quite on windows.
290  besides, having QLineEdit work differently from typical windows
291  widgets and cannot be changed is a bad policy.
292
293
294src/widgets/qlistview.cpp    2.129  agulbra  +3 -2
295
296  don't accept() enter/return key presses.  qdialog.
297
298
299src/widgets/qlistview.cpp    2.130  agulbra  +8 -9
300
301  avoid a couple of memory leaks
302
303
304src/widgets/qprogressbar.cpp    2.21  aavit  +10 -1
305src/widgets/qtableview.cpp    2.51  aavit  +2 -2
306
307  Progressbar: allow changing of guistyle before show(). Should really
308  implement styleChanged(); in 2.0.
309  Tableview: Avoid infinite loop.
310
311
312src/widgets/qspinbox.cpp    2.38  aavit  +2 -2
313src/widgets/qwidgetstack.cpp    2.11  aavit  +13 -9
314
315  Widgetstack: be robust when got no children. spinbox: comment
316
317
318src/widgets/qsplitter.cpp    1.24  warwick  +48 -45
319
320  Make bitmaps correspond to splitter dimensions.
321