source: trunk/os2-doc/ChangeLog.CVS@ 8

Last change on this file since 8 was 8, checked in by dmik, 20 years ago

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File size: 164.5 KB
Line 
12005-11-12 04:30 dmik
2
3 * os2-doc/misc.html:
4 - Fixed typos.
5
62005-11-12 04:28 dmik
7
8 * os2-doc/general.html:
9 - No more necessary.
10
112005-11-12 04:27 dmik
12
13 * os2-doc/gnumake.html:
14 - Moved to doc.html.
15
162005-11-12 04:27 dmik
17
18 * os2-doc/: contrib.html, doc.html, index.html, install.html,
19 misc.html:
20 - Rewritten the project documentation (in view switching to open
21 source).
22
232005-11-12 04:20 dmik
24
25 * os2-doc/: qtos2-www.css, qtos2.css:
26 - Minor doc stylesheet update.
27
282005-11-12 04:19 dmik
29
30 * LICENSE.GPL:
31 - Added GNU General Public License version 2.
32
332005-11-11 22:13 dmik
34
35 * include/qwindowdefs_pm.h, src/kernel/qapplication_pm.cpp,
36 src/kernel/qclipboard_pm.cpp, src/kernel/qcolor_pm.cpp,
37 src/kernel/qcursor_pm.cpp, src/kernel/qdesktopwidget_pm.cpp,
38 src/kernel/qeventloop_pm.cpp, src/kernel/qfont_pm.cpp,
39 src/kernel/qfontdatabase_pm.cpp, src/kernel/qfontengine_pm.cpp,
40 src/kernel/qmime_pm.cpp, src/kernel/qpaintdevice_pm.cpp,
41 src/kernel/qpainter_pm.cpp, src/kernel/qpixmap_pm.cpp,
42 src/kernel/qregion_pm.cpp, src/kernel/qscriptengine_pm.cpp,
43 src/kernel/qtextengine_pm.cpp, src/kernel/qthread_pm.cpp,
44 src/kernel/qwidget_pm.cpp, src/network/qsocketdevice_pm.cpp,
45 src/tools/qdir_pm.cpp, src/tools/qfile_pm.cpp,
46 src/tools/qfileinfo_pm.cpp, src/tools/qlibrary_pm.cpp,
47 src/tools/qmutex_pm.cpp, src/tools/qsettings_pm.cpp,
48 src/tools/qthreadstorage_pm.cpp, src/tools/qwaitcondition_pm.cpp:
49 - Changed copyright headers to contain Norman ASA and netlabs.org.
50
512005-11-11 21:30 dmik
52
53 * mkspecs/os2-g++/qplatformdefs.h:
54 - Removed outdated comments.
55
562005-11-11 21:23 dmik
57
58 * readme.txt:
59 - Now refers to os2-doc/index.html.
60
612005-11-09 01:44 dmik
62
63 * configure.cmd:
64 - configure.cmd script is rewritten from scratch: now it is fully
65 interactive.
66
672005-11-09 01:42 dmik
68
69 * src/: qt.def.map.os2-g++, qt.def.tpl.os2-g++:
70 - Added qt.def template and map files for Innotek GCC 3.2.2.
71
722005-11-09 01:30 dmik
73
74 * src/qt.pro:
75 - qt.def template and map files are assumed to be compiler
76 dependent, so they use .<qmakespec> as the extension (i.e.
77 qt.def.tpl.os2-g++, etc.).
78
792005-11-09 01:28 dmik
80
81 * Makefile.os2-g++:
82 - Added 'sub-tools' dependency to the 'sub-examples' target (some
83 examples need uic.exe).
84
852005-11-09 01:26 dmik
86
87 * mkspecs/os2-g++/emxexpw.cmd:
88 - Ordinals of data and code exports are not maintained separately
89 any more (this would be useful for C symbols only, but exporting by
90 ordinals is good for large C++ projects that usually have very few C
91 symbols).
92
932005-11-07 00:58 dmik
94
95 * include/qconfig.h:
96 - Removed (autogenerated by the configure.cmd script).
97
982005-11-06 22:45 dmik
99
100 * qmake/Makefile.os2-g++:
101 - del command output is redirected to nul.
102
1032005-11-06 22:42 dmik
104
105 * Makefile.os2-g++:
106 - Added 'src-moc' to 'sub-src' dependencies.
107 - copy command output is redirected to nul.
108
1092005-11-02 02:31 dmik
110
111 * src/qt.pro:
112 - Added Qt DLL .def file template.
113 - Added Qt DLL .def file map to simplify providing the binary
114 compatibility of the DLL (by making symbol=ordinal assignments
115 persistent).
116
1172005-11-02 02:22 dmik
118
119 * mkspecs/os2-g++/: emxexpw.cmd, envcat.cmd:
120 - Fixed CVS Id string parsing.
121
1222005-11-02 02:09 dmik
123
124 * mkspecs/os2-g++/: emxexpw.cmd, envcat.cmd, qmake.conf:
125 - Optimized the generation of response files (containing c/c++
126 flags, include dirs and object files) using the supplied envcat.cmd
127 script.
128 - Significantly improved the .DEF file generation using the supplied
129 emxexpw.cmd script (that is capable of making "symbol=ordinal"
130 assignments persistent between builds).
131
1322005-11-02 01:23 dmik
133
134 * qmake/generators/os2/gnumake.cpp:
135 - QMAKESPECDIR variable is defined in the generated makefile and
136 points to the directory where a qmake.conf file being used was read
137 from.
138 - When defined, DEF_FILE_TEMPLATE and DEF_FILE_MAP qmake variables
139 go to the generated makefile w/o any changes (and are also appended
140 to the contetns of the QMAKE_GENDEF_DEPS variable).
141 - User defined target's objects got the .extradeps attribute (to
142 specify additional dependencies not for a target followed by
143 commands).
144
1452005-10-24 01:03 dmik
146
147 * src/kernel/qtranslator.cpp:
148 - Adapted for OS/2.
149
1502005-10-24 00:51 dmik
151
152 * examples/i18n/: mywidget_ar.qm, mywidget_cs.qm, mywidget_de.qm,
153 mywidget_el.qm, mywidget_en.qm, mywidget_eo.qm, mywidget_fr.qm,
154 mywidget_it.qm, mywidget_jp.qm, mywidget_ko.qm, mywidget_no.qm,
155 mywidget_ru.qm, mywidget_zh.qm: Imported Qt 3.3.1 original
156 sources
157
1582005-10-24 00:51 dmik
159
160 * examples/i18n/: mywidget_ar.qm, mywidget_cs.qm, mywidget_de.qm,
161 mywidget_el.qm, mywidget_en.qm, mywidget_eo.qm, mywidget_fr.qm,
162 mywidget_it.qm, mywidget_jp.qm, mywidget_ko.qm, mywidget_no.qm,
163 mywidget_ru.qm, mywidget_zh.qm: Initial revision
164
1652005-10-23 17:32 dmik
166
167 * examples/examples.pro:
168 - A bunch of new examples.
169
1702005-10-23 17:30 dmik
171
172 * configure.cmd:
173 - Added the workspace module (enabled by default).
174
1752005-10-23 17:29 dmik
176
177 * .qtos2defines:
178 - Removed QT_NO_TRANSLATION and QT_NO_MOVIE (QTranslator and QMovie
179 have been added to compilation).
180
1812005-10-23 17:27 dmik
182
183 * src/kernel/qt_kernel.pri:
184 - Enabled compilation of QTranslator and QMovie.
185
1862005-10-23 17:26 dmik
187
188 * include/qlabel.h: Uncommented temporary comments (related to
189 QT_NO_MOVIE). Now this file is the exact copy of the release 3.3.1
190 of Qt/Win32, so its revision is forced to be 2.0
191
1922005-10-23 17:23 dmik
193
194 * src/qt.pro:
195 - Added the workspace module.
196
1972005-10-23 17:21 dmik
198
199 * src/kernel/qapplication.cpp:
200 - Removed outdated @todo's.
201
2022005-10-23 17:20 dmik
203
204 * tools/: tools.pro, linguist/linguist.pro:
205 - Enabled compilation of linguist (lupdate and lrelease only).
206
2072005-10-23 17:09 dmik
208
209 * examples/i18n/README, examples/i18n/i18n.doc,
210 examples/i18n/i18n.pro, examples/i18n/main.cpp,
211 examples/i18n/mywidget.cpp, examples/i18n/mywidget.h,
212 examples/i18n/mywidget_ar.ts, examples/i18n/mywidget_cs.ts,
213 examples/i18n/mywidget_de.ts, examples/i18n/mywidget_el.ts,
214 examples/i18n/mywidget_en.ts, examples/i18n/mywidget_eo.ts,
215 examples/i18n/mywidget_fr.ts, examples/i18n/mywidget_it.ts,
216 examples/i18n/mywidget_jp.ts, examples/i18n/mywidget_ko.ts,
217 examples/i18n/mywidget_no.ts, examples/i18n/mywidget_ru.ts,
218 examples/i18n/mywidget_zh.ts, examples/mdi/application.cpp,
219 examples/mdi/application.h, examples/mdi/document.xpm,
220 examples/mdi/fileopen.xpm, examples/mdi/fileprint.xpm,
221 examples/mdi/filesave.xpm, examples/mdi/main.cpp,
222 examples/mdi/mdi.doc, examples/mdi/mdi.pro,
223 examples/network/archivesearch/archivedialog.ui,
224 examples/network/archivesearch/archivedialog.ui.h,
225 examples/network/archivesearch/archivesearch.doc,
226 examples/network/archivesearch/archivesearch.pro,
227 examples/network/archivesearch/main.cpp,
228 examples/network/ftpclient/README,
229 examples/network/ftpclient/connectdialog.ui,
230 examples/network/ftpclient/ftpclient.doc,
231 examples/network/ftpclient/ftpclient.pro,
232 examples/network/ftpclient/ftpmainwindow.ui,
233 examples/network/ftpclient/ftpmainwindow.ui.h,
234 examples/network/ftpclient/ftpviewitem.cpp,
235 examples/network/ftpclient/ftpviewitem.h,
236 examples/network/ftpclient/main.cpp,
237 examples/network/ftpclient/images/file.png,
238 examples/network/ftpclient/images/folder.png,
239 examples/network/infoprotocol/infoclient/client.cpp,
240 examples/network/infoprotocol/infoclient/client.h,
241 examples/network/infoprotocol/infoclient/clientbase.ui,
242 examples/network/infoprotocol/infoclient/infoclient.pro,
243 examples/network/infoprotocol/infoclient/main.cpp,
244 examples/network/infoprotocol/infoserver/infodata.cpp,
245 examples/network/infoprotocol/infoserver/infodata.h,
246 examples/network/infoprotocol/infoserver/infoserver.pro,
247 examples/network/infoprotocol/infoserver/main.cpp,
248 examples/network/infoprotocol/infoserver/server.cpp,
249 examples/network/infoprotocol/infoserver/server.h,
250 examples/network/infoprotocol/infoserver/serverbase.ui,
251 examples/network/infoprotocol/infourlclient/client.cpp,
252 examples/network/infoprotocol/infourlclient/client.h,
253 examples/network/infoprotocol/infourlclient/clientbase.ui,
254 examples/network/infoprotocol/infourlclient/infourlclient.pro,
255 examples/network/infoprotocol/infourlclient/main.cpp,
256 examples/network/infoprotocol/infourlclient/qip.cpp,
257 examples/network/infoprotocol/infourlclient/qip.h,
258 examples/network/remotecontrol/Makefile,
259 examples/network/remotecontrol/ipcserver.cpp,
260 examples/network/remotecontrol/ipcserver.h,
261 examples/network/remotecontrol/main.cpp,
262 examples/network/remotecontrol/maindialog.ui,
263 examples/network/remotecontrol/remotecontrol.pro,
264 examples/network/remotecontrol/remotectrl.ui,
265 examples/network/remotecontrol/remotectrlimpl.cpp,
266 examples/network/remotecontrol/remotectrlimpl.h,
267 examples/network/remotecontrol/startup.cpp,
268 examples/network/remotecontrol/startup.h,
269 include/qsessionmanager.h, include/qtranslator.h,
270 include/qworkspace.h, src/kernel/qmovie.cpp,
271 src/kernel/qtranslator.cpp, src/workspace/qt_workspace.pri,
272 src/workspace/qworkspace.cpp, tools/linguist/linguist.pro,
273 tools/linguist/lrelease/lrelease.pro,
274 tools/linguist/lrelease/main.cpp,
275 tools/linguist/lupdate/fetchtr.cpp,
276 tools/linguist/lupdate/lupdate.pro,
277 tools/linguist/lupdate/main.cpp,
278 tools/linguist/lupdate/merge.cpp,
279 tools/linguist/lupdate/numberh.cpp,
280 tools/linguist/lupdate/sametexth.cpp,
281 tools/linguist/shared/metatranslator.cpp,
282 tools/linguist/shared/metatranslator.h,
283 tools/linguist/shared/proparser.cpp,
284 tools/linguist/shared/proparser.h: Imported Qt 3.3.1 original
285 sources
286
2872005-10-23 17:09 dmik
288
289 * examples/i18n/README, examples/i18n/i18n.doc,
290 examples/i18n/i18n.pro, examples/i18n/main.cpp,
291 examples/i18n/mywidget.cpp, examples/i18n/mywidget.h,
292 examples/i18n/mywidget_ar.ts, examples/i18n/mywidget_cs.ts,
293 examples/i18n/mywidget_de.ts, examples/i18n/mywidget_el.ts,
294 examples/i18n/mywidget_en.ts, examples/i18n/mywidget_eo.ts,
295 examples/i18n/mywidget_fr.ts, examples/i18n/mywidget_it.ts,
296 examples/i18n/mywidget_jp.ts, examples/i18n/mywidget_ko.ts,
297 examples/i18n/mywidget_no.ts, examples/i18n/mywidget_ru.ts,
298 examples/i18n/mywidget_zh.ts, examples/mdi/application.cpp,
299 examples/mdi/application.h, examples/mdi/document.xpm,
300 examples/mdi/fileopen.xpm, examples/mdi/fileprint.xpm,
301 examples/mdi/filesave.xpm, examples/mdi/main.cpp,
302 examples/mdi/mdi.doc, examples/mdi/mdi.pro,
303 examples/network/archivesearch/archivedialog.ui,
304 examples/network/archivesearch/archivedialog.ui.h,
305 examples/network/archivesearch/archivesearch.doc,
306 examples/network/archivesearch/archivesearch.pro,
307 examples/network/archivesearch/main.cpp,
308 examples/network/ftpclient/README,
309 examples/network/ftpclient/connectdialog.ui,
310 examples/network/ftpclient/ftpclient.doc,
311 examples/network/ftpclient/ftpclient.pro,
312 examples/network/ftpclient/ftpmainwindow.ui,
313 examples/network/ftpclient/ftpmainwindow.ui.h,
314 examples/network/ftpclient/ftpviewitem.cpp,
315 examples/network/ftpclient/ftpviewitem.h,
316 examples/network/ftpclient/main.cpp,
317 examples/network/ftpclient/images/file.png,
318 examples/network/ftpclient/images/folder.png,
319 examples/network/infoprotocol/infoclient/client.cpp,
320 examples/network/infoprotocol/infoclient/client.h,
321 examples/network/infoprotocol/infoclient/clientbase.ui,
322 examples/network/infoprotocol/infoclient/infoclient.pro,
323 examples/network/infoprotocol/infoclient/main.cpp,
324 examples/network/infoprotocol/infoserver/infodata.cpp,
325 examples/network/infoprotocol/infoserver/infodata.h,
326 examples/network/infoprotocol/infoserver/infoserver.pro,
327 examples/network/infoprotocol/infoserver/main.cpp,
328 examples/network/infoprotocol/infoserver/server.cpp,
329 examples/network/infoprotocol/infoserver/server.h,
330 examples/network/infoprotocol/infoserver/serverbase.ui,
331 examples/network/infoprotocol/infourlclient/client.cpp,
332 examples/network/infoprotocol/infourlclient/client.h,
333 examples/network/infoprotocol/infourlclient/clientbase.ui,
334 examples/network/infoprotocol/infourlclient/infourlclient.pro,
335 examples/network/infoprotocol/infourlclient/main.cpp,
336 examples/network/infoprotocol/infourlclient/qip.cpp,
337 examples/network/infoprotocol/infourlclient/qip.h,
338 examples/network/remotecontrol/Makefile,
339 examples/network/remotecontrol/ipcserver.cpp,
340 examples/network/remotecontrol/ipcserver.h,
341 examples/network/remotecontrol/main.cpp,
342 examples/network/remotecontrol/maindialog.ui,
343 examples/network/remotecontrol/remotecontrol.pro,
344 examples/network/remotecontrol/remotectrl.ui,
345 examples/network/remotecontrol/remotectrlimpl.cpp,
346 examples/network/remotecontrol/remotectrlimpl.h,
347 examples/network/remotecontrol/startup.cpp,
348 examples/network/remotecontrol/startup.h,
349 include/qsessionmanager.h, include/qtranslator.h,
350 include/qworkspace.h, src/kernel/qmovie.cpp,
351 src/kernel/qtranslator.cpp, src/workspace/qt_workspace.pri,
352 src/workspace/qworkspace.cpp, tools/linguist/linguist.pro,
353 tools/linguist/lrelease/lrelease.pro,
354 tools/linguist/lrelease/main.cpp,
355 tools/linguist/lupdate/fetchtr.cpp,
356 tools/linguist/lupdate/lupdate.pro,
357 tools/linguist/lupdate/main.cpp,
358 tools/linguist/lupdate/merge.cpp,
359 tools/linguist/lupdate/numberh.cpp,
360 tools/linguist/lupdate/sametexth.cpp,
361 tools/linguist/shared/metatranslator.cpp,
362 tools/linguist/shared/metatranslator.h,
363 tools/linguist/shared/proparser.cpp,
364 tools/linguist/shared/proparser.h: Initial revision
365
3662005-10-18 02:42 dmik
367
368 * src/dialogs/qfiledialog.cpp:
369 - Dismissing or accepting a dialog now stops the current network
370 operation in progress.
371
3722005-10-18 02:40 dmik
373
374 * src/kernel/: qlocalfs.cpp, qnetworkprotocol.cpp:
375 - [Qt bug] Fixed spontaneous application traps happened when
376 deleting a QNetworkProtocol instance with an operation in progress
377 (most noticeable in QFileDialog):
378 * Deleting QNetworkProtocol with an op in progress now sets the op
379 state to StStopped and emits finished();
380 * QNetworkOperation delayed deletion (initiated by
381 QNetworkOperation::free()) can now be blocked by doing
382 blockSignals(TRUE) on the op instance and resumed using
383 blockSignals(FALSE) + one more free() call.
384 * LocalFs::operationListChildren(): the above two, together with
385 calling qApp->processEvents() are used to keep the UI from being
386 frozen up when listing dirs with many (thousands) children on slow
387 storage resources.
388
3892005-10-18 02:20 dmik
390
391 * src/tools/qfileinfo_pm.cpp:
392 - QFileInfo::isHidden(): use the st_attr field when have a valid
393 cache instead of doing a direct DosQueryPathInfo() call every time.
394
3952005-10-16 21:22 dmik
396
397 * src/tools/qdir_pm.cpp:
398 - Fixed a typo in QDir::readDirEntries(): file names with national
399 characters were wrongly decoded producing inaccessible entries.
400
4012005-10-13 14:10 dmik
402
403 * src/kernel/qapplication_pm.cpp:
404 - Fixed: Alt+Shift layout switch combinations were not processed
405 correctly, so that Qt apps didn't see Shift presses and releases and
406 interpreted Alt as pressed alone (that could cause main window's
407 menu activation, etc.).
408
4092005-10-13 13:11 dmik
410
411 * src/kernel/: qfont_pm.cpp, qfontdatabase_pm.cpp:
412 - Fixed font selection: it was not possible to specify the size of
413 QFont in pixels -- a font with zero size (visible as a single dot)
414 was actually used for output.
415
4162005-10-13 13:07 dmik
417
418 * src/styles/: qcompactstyle.cpp, qmotifplusstyle.cpp,
419 qmotifstyle.cpp, qsgistyle.cpp, qwindowsstyle.cpp:
420 - [Qt misbehavior] Fixed drawControl() for CE_PopupMenuItem:
421 requesting to draw an empty menu item placeholder was ignored by all
422 styles (i.e. nothing was actually drawn).
423
4242005-10-13 13:04 dmik
425
426 * src/widgets/qpopupmenu.cpp:
427 - [Qt misbehavior] Fixed multicolumn QPopupMenu: the background not
428 covered by menu items was not erased.
429
4302005-10-13 12:58 dmik
431
432 * src/widgets/qtextedit.cpp:
433 - [Qt misbehavior] Fixed QTextEdit in LogText mode: the background
434 not covered by the text was not erased.
435
4362005-10-13 12:54 dmik
437
438 * src/kernel/qfontdatabase.cpp:
439 - Added printing the pointSize request in font database debug
440 output.
441
4422005-10-13 12:50 dmik
443
444 * src/kernel/: qapplication_pm.cpp, qwidget_pm.cpp:
445 - Debug statements relative to repainting and resizing are enclosed
446 with #ifdef DEBUG_REPAINTRESIZE.
447
4482005-10-13 12:36 dmik
449
450 * examples/: qwerty/ANSI_X3.110-1983.map,
451 qwerty/ANSI_X3.110-1983.txt, qwerty/IBM277.map,
452 qwerty/IBM277.txt, qwerty/eucJP.txt, qwerty/koi8.txt,
453 qwerty/latin1.txt, qwerty/main.cpp, qwerty/msunicode.txt,
454 qwerty/qwerty.cpp, qwerty/qwerty.doc, qwerty/qwerty.h,
455 qwerty/qwerty.pro, qwerty/unicode.txt, textedit/editcopy.xpm,
456 textedit/editcut.xpm, textedit/editpaste.xpm,
457 textedit/editredo.xpm, textedit/editundo.xpm,
458 textedit/example.html, textedit/filenew.xpm,
459 textedit/fileopen.xpm, textedit/fileprint.xpm,
460 textedit/filesave.xpm, textedit/main.cpp, textedit/textbold.xpm,
461 textedit/textcenter.xpm, textedit/textedit.cpp,
462 textedit/textedit.doc, textedit/textedit.h,
463 textedit/textedit.pro, textedit/textitalic.xpm,
464 textedit/textjustify.xpm, textedit/textleft.xpm,
465 textedit/textright.xpm, textedit/textunder.xpm: Imported Qt 3.3.1
466 original sources
467
4682005-10-13 12:36 dmik
469
470 * examples/: qwerty/ANSI_X3.110-1983.map,
471 qwerty/ANSI_X3.110-1983.txt, qwerty/IBM277.map,
472 qwerty/IBM277.txt, qwerty/eucJP.txt, qwerty/koi8.txt,
473 qwerty/latin1.txt, qwerty/main.cpp, qwerty/msunicode.txt,
474 qwerty/qwerty.cpp, qwerty/qwerty.doc, qwerty/qwerty.h,
475 qwerty/qwerty.pro, qwerty/unicode.txt, textedit/editcopy.xpm,
476 textedit/editcut.xpm, textedit/editpaste.xpm,
477 textedit/editredo.xpm, textedit/editundo.xpm,
478 textedit/example.html, textedit/filenew.xpm,
479 textedit/fileopen.xpm, textedit/fileprint.xpm,
480 textedit/filesave.xpm, textedit/main.cpp, textedit/textbold.xpm,
481 textedit/textcenter.xpm, textedit/textedit.cpp,
482 textedit/textedit.doc, textedit/textedit.h,
483 textedit/textedit.pro, textedit/textitalic.xpm,
484 textedit/textjustify.xpm, textedit/textleft.xpm,
485 textedit/textright.xpm, textedit/textunder.xpm: Initial revision
486
4872005-10-11 01:33 dmik
488
489 * src/kernel/: qfont_pm.cpp, qfontengine_pm.cpp:
490 - Implemented font transformations according to QPainter view and
491 world matrices (this still has some issues because both native TTF
492 and FreeType2 font rendering engines are bogus when applying complex
493 world transformations such as rotation).
494
4952005-10-11 01:32 dmik
496
497 * include/qpainter.h:
498 - Added setNativeXForm() and clearNativeXForm() private methods.
499
5002005-10-11 01:31 dmik
501
502 * src/kernel/qpainter_pm.cpp:
503 - Fixed QPainter::drawPixmap(): it now (temporarily?) uses xForm
504 instead of direct GpiBitBlt() for plain scaling and no mask, because
505 the latter seems to be bogus (at least on my machine).
506
5072005-10-11 01:26 dmik
508
509 * src/kernel/qpaintdevice_pm.cpp:
510 - Renamed ropCodes to qt_ropCodes_2ROP that is now a public symbol
511 (reused in QFontEnginePM).
512
5132005-10-11 01:16 dmik
514
515 * examples/: picture/README, picture/car_orig.pic,
516 picture/flag.bmp, picture/picture.cpp, picture/picture.doc,
517 picture/picture.pro, qfd/fontdisplayer.cpp, qfd/fontdisplayer.h,
518 qfd/qfd.cpp, qfd/qfd.doc, qfd/qfd.pro, qmag/README,
519 qmag/qmag.cpp, qmag/qmag.doc, qmag/qmag.pro,
520 qtl/qtl-qvaluelist.doc, qtl/qtl.pro, qtl/qvaluelistiterator.cpp,
521 rot13/rot13.cpp, rot13/rot13.doc, rot13/rot13.h, rot13/rot13.pro,
522 tictac/README, tictac/main.cpp, tictac/tictac.cpp,
523 tictac/tictac.doc, tictac/tictac.h, tictac/tictac.pro,
524 toplevel/main.cpp, toplevel/options.ui, toplevel/options.ui.h,
525 toplevel/toplevel.doc, toplevel/toplevel.pro: Imported Qt 3.3.1
526 original sources
527
5282005-10-11 01:16 dmik
529
530 * examples/: picture/README, picture/car_orig.pic,
531 picture/flag.bmp, picture/picture.cpp, picture/picture.doc,
532 picture/picture.pro, qfd/fontdisplayer.cpp, qfd/fontdisplayer.h,
533 qfd/qfd.cpp, qfd/qfd.doc, qfd/qfd.pro, qmag/README,
534 qmag/qmag.cpp, qmag/qmag.doc, qmag/qmag.pro,
535 qtl/qtl-qvaluelist.doc, qtl/qtl.pro, qtl/qvaluelistiterator.cpp,
536 rot13/rot13.cpp, rot13/rot13.doc, rot13/rot13.h, rot13/rot13.pro,
537 tictac/README, tictac/main.cpp, tictac/tictac.cpp,
538 tictac/tictac.doc, tictac/tictac.h, tictac/tictac.pro,
539 toplevel/main.cpp, toplevel/options.ui, toplevel/options.ui.h,
540 toplevel/toplevel.doc, toplevel/toplevel.pro: Initial revision
541
5422005-10-11 00:00 dmik
543
544 * examples/: drawlines/README, drawlines/connect.cpp,
545 drawlines/drawlines.doc, drawlines/drawlines.pro, xform/README,
546 xform/aticatac.cpp, xform/image.any, xform/picture.any,
547 xform/xform.cpp, xform/xform.doc, xform/xform.pro: Imported Qt
548 3.3.1 original sources
549
5502005-10-11 00:00 dmik
551
552 * examples/: drawlines/README, drawlines/connect.cpp,
553 drawlines/drawlines.doc, drawlines/drawlines.pro, xform/README,
554 xform/aticatac.cpp, xform/image.any, xform/picture.any,
555 xform/xform.cpp, xform/xform.doc, xform/xform.pro: Initial
556 revision
557
5582005-10-02 01:49 dmik
559
560 * examples/showimg/: README, imagefip.cpp, imagefip.h,
561 imagetexteditor.cpp, imagetexteditor.h, main.cpp, showimg.cpp,
562 showimg.doc, showimg.h, showimg.pro: Imported Qt 3.3.1 original
563 sources
564
5652005-10-02 01:49 dmik
566
567 * examples/showimg/: README, imagefip.cpp, imagefip.h,
568 imagetexteditor.cpp, imagetexteditor.h, main.cpp, showimg.cpp,
569 showimg.doc, showimg.h, showimg.pro: Initial revision
570
5712005-10-02 01:20 dmik
572
573 * .qtos2defines:
574 - Removed QT_NO_PIXMAP_TRANSFORMATION.
575
5762005-10-02 01:20 dmik
577
578 * src/kernel/qpixmap_pm.cpp:
579 - Implemented QPixmap::xForm().
580
5812005-10-02 01:14 dmik
582
583 * src/kernel/qpixmap.cpp:
584 - Removed outdated @todo.
585
5862005-09-26 14:04 dmik
587
588 * .qtos2defines, include/qmime.h, src/kernel/qapplication.cpp,
589 src/kernel/qapplication_pm.cpp, src/kernel/qclipboard.cpp,
590 src/kernel/qt_kernel.pri:
591 - Implemented OS/2 PM clipboard support. The macro QT_NO_CLIPBOARD
592 is no more defined by default.
593
5942005-09-26 14:02 dmik
595
596 * src/qt.pro:
597 - Fixed lang typo
598
5992005-09-26 14:01 dmik
600
601 * include/: qlineedit.h, qtextedit.h: Uncommented temporary
602 comments (related to QT_NO_CLIPBOARD). Now this file is the exact
603 copy of the release 3.3.1 of Qt/Win32, so its revision is forced to
604 be 2.0
605
6062005-09-26 13:49 dmik
607
608 * include/qpixmap.h, src/kernel/qpixmap_pm.cpp:
609 - Added private void attachHandle( HBITMAP hbm ) and HBITMAP
610 detachHandle() needed for QPMMimeImage.
611
6122005-09-26 13:46 dmik
613
614 * src/kernel/qmime_pm.cpp:
615 - Implemented OS/2 version of QMime.
616
6172005-09-26 13:46 dmik
618
619 * src/kernel/qclipboard_pm.cpp:
620 - Implemented OS/2 version of QClipboard.
621
6222005-07-18 02:30 dmik
623
624 * src/kernel/qclipboard.cpp: Imported Qt 3.3.1 original sources
625
6262005-07-18 02:30 dmik
627
628 * src/kernel/qclipboard.cpp: Initial revision
629
6302004-11-14 01:43 dmik
631
632 * src/widgets/qtooltip.cpp:
633 - Fixed QTipManager::hideTip(): OS/2 PM has a very low limit on the
634 number of simultaneous PM timers, which produced "qStartTimer:
635 Failed to create a timer. (Error code 000820F9)" messages, if we
636 moved a mouse over a widget while pressing a button, and tooltps
637 were enabled for the application.
638
6392004-11-14 00:52 dmik
640
641 * examples/examples.pro:
642 - Added new examples: action, application and cursor.
643
6442004-11-14 00:50 dmik
645
646 * examples/: action/application.cpp, application/application.cpp:
647 - Can now be compiled w/o QPriner available (i.e. when QT_NO_PRINTER
648 is defined).
649
6502004-11-14 00:36 dmik
651
652 * examples/: action/action.pro, action/application.cpp,
653 action/application.doc, action/application.h,
654 action/fileopen.xpm, action/fileprint.xpm, action/filesave.xpm,
655 action/main.cpp, application/application.cpp,
656 application/application.doc, application/application.h,
657 application/application.pro, application/fileopen.xpm,
658 application/fileprint.xpm, application/filesave.xpm,
659 application/main.cpp, cursor/README, cursor/cursor.cpp,
660 cursor/cursor.doc, cursor/cursor.pro: Imported Qt 3.3.1 original
661 sources
662
6632004-11-14 00:36 dmik
664
665 * examples/: action/action.pro, action/application.cpp,
666 action/application.doc, action/application.h,
667 action/fileopen.xpm, action/fileprint.xpm, action/filesave.xpm,
668 action/main.cpp, application/application.cpp,
669 application/application.doc, application/application.h,
670 application/application.pro, application/fileopen.xpm,
671 application/fileprint.xpm, application/filesave.xpm,
672 application/main.cpp, cursor/README, cursor/cursor.cpp,
673 cursor/cursor.doc, cursor/cursor.pro: Initial revision
674
6752004-11-14 00:29 dmik
676
677 * .qtos2defines:
678 - QT_NO_CURSOR is no more defined. This also implies that
679 QT_NO_PROPERTIES is no more defined as well, hence now we have the
680 QObject's properties mechanism working.
681
6822004-11-14 00:26 dmik
683
684 * include/qcursor.h, src/kernel/qapplication_pm.cpp,
685 src/kernel/qcursor_pm.cpp, src/kernel/qwidget_pm.cpp:
686 - OS/2 version of the QCursor class is fully implemented, including
687 pointer shape control.
688
6892004-11-08 17:49 dmik
690
691 * src/widgets/qdockwindow.cpp:
692 - The QDockWindow's move handle now uses the SizeAllCursor, like in
693 Qt/Win32.
694
6952004-11-08 17:47 dmik
696
697 * tools/designer/uic/main.cpp:
698 - The annoying warning about morphing the console process to PM is
699 disabled for uic.exe, which is the console tool by desing but uses
700 some PM capabilities.
701
7022004-11-08 17:44 dmik
703
704 * src/kernel/qeventloop_pm.cpp:
705 - The warning about morphing the console process to PM can be
706 disabled by setting the global internal variable
707 qt_suppress_morph_warning to true before creating a QEventLoop or
708 QApplication instance.
709
7102004-11-08 02:13 dmik
711
712 * tools/designer/shared/domtool.cpp:
713 - Uncommented temporarily commented out code. Now this file is the
714 exact copy of the release 3.3.1 of Qt/Win32, so its revision is
715 forced to be 2.0
716
7172004-11-03 18:40 dmik
718
719 * include/qscrollview.h:
720 - Explicitly commented out properties that use QDrag* and QDrop*
721 classes (we need this since MOC ignores preprocessor macros and
722 defines these properties anyway, which produces compile errors)
723
7242004-11-03 17:19 dmik
725
726 * src/kernel/qpixmap_pm.cpp:
727 - Fixed QBitmap::QBitmap(int w, int h, const uchar * bits, bool
728 isXbitmap): created bitmaps were incorrect when isXbitmap was TRUE.
729
7302004-11-03 14:25 dmik
731
732 * src/dialogs/qmessagebox.cpp:
733 - OS/2 and eComStation are now mentioned in the
734 QMessageBox::aboutQt() dialog.
735
7362004-10-02 19:23 dmik
737
738 * configure.cmd:
739 - fixed the defailt library type to release.
740
7412004-10-02 19:20 dmik
742
743 * os2-doc/: ChangeLog, changes.html, general.html, gnumake.html,
744 index.html:
745 - rc04 changes
746
7472004-10-02 19:17 dmik
748
749 * bin/dummy:
750 - Removed, not necessary.
751
7522004-10-02 19:16 dmik
753
754 * configure.cmd, bin/configure.cmd, os2-misc/gcc322.cmd,
755 os2-misc/qt.cmd:
756 - The Qt library can now be compiled as the DLL.
757 - Moved configure.cmd from the \bin subdirectory to the root
758 directory.
759
7602004-10-01 21:12 dmik
761
762 * Makefile.os2-g++, tools/tools.pro, tools/designer/designer.pro:
763 - Enabled uic.exe compilation. All other parts of QDesigner are
764 currently disabled.
765
7662004-10-01 21:11 dmik
767
768 * tools/designer/shared/domtool.cpp:
769 - Temporarily disabled processing of the 'cursor' property in .ui
770 files, since the QCursor class implementation is currently
771 incomplete.
772
7732004-10-01 20:29 dmik
774
775 * mkspecs/os2-g++/qmake.conf, qmake/Makefile.os2-g++,
776 qmake/generators/makefile.cpp, qmake/generators/os2/gnumake.cpp,
777 qmake/generators/os2/gnumake.h, src/qt.pro,
778 src/3rdparty/zlib/zlib.h:
779 - A new makefile generator (backend) for qmake has been created -
780 GNUMAKE. It is used in Qt/OS2 along with the GCC compiler and GNU
781 Make to generate makefiles from qmake's project files (instead of a
782 bit buggy MINGWMAKE).
783 - The Qt library can now be compiled as the DLL.
784
7852004-10-01 17:44 dmik
786
787 * tools/: tools.pro, designer/designer.pro,
788 designer/interfaces/actioninterface.h,
789 designer/interfaces/classbrowserinterface.h,
790 designer/interfaces/designerinterface.h,
791 designer/interfaces/editorinterface.h,
792 designer/interfaces/filterinterface.h,
793 designer/interfaces/interpreterinterface.h,
794 designer/interfaces/languageinterface.h,
795 designer/interfaces/preferenceinterface.h,
796 designer/interfaces/projectsettingsiface.h,
797 designer/interfaces/sourcetemplateiface.h,
798 designer/interfaces/templatewizardiface.h,
799 designer/interfaces/widgetinterface.h,
800 designer/shared/domtool.cpp, designer/shared/domtool.h,
801 designer/shared/globaldefs.h, designer/shared/parser.cpp,
802 designer/shared/parser.h, designer/shared/ui2uib.cpp,
803 designer/shared/ui2uib.h, designer/shared/uib.cpp,
804 designer/shared/uib.h, designer/shared/widgetdatabase.cpp,
805 designer/shared/widgetdatabase.h, designer/uic/embed.cpp,
806 designer/uic/form.cpp, designer/uic/main.cpp,
807 designer/uic/object.cpp, designer/uic/subclassing.cpp,
808 designer/uic/uic.cpp, designer/uic/uic.dsp, designer/uic/uic.h,
809 designer/uic/uic.pro: Imported Qt 3.3.1 original sources
810
8112004-10-01 17:44 dmik
812
813 * tools/: tools.pro, designer/designer.pro,
814 designer/interfaces/actioninterface.h,
815 designer/interfaces/classbrowserinterface.h,
816 designer/interfaces/designerinterface.h,
817 designer/interfaces/editorinterface.h,
818 designer/interfaces/filterinterface.h,
819 designer/interfaces/interpreterinterface.h,
820 designer/interfaces/languageinterface.h,
821 designer/interfaces/preferenceinterface.h,
822 designer/interfaces/projectsettingsiface.h,
823 designer/interfaces/sourcetemplateiface.h,
824 designer/interfaces/templatewizardiface.h,
825 designer/interfaces/widgetinterface.h,
826 designer/shared/domtool.cpp, designer/shared/domtool.h,
827 designer/shared/globaldefs.h, designer/shared/parser.cpp,
828 designer/shared/parser.h, designer/shared/ui2uib.cpp,
829 designer/shared/ui2uib.h, designer/shared/uib.cpp,
830 designer/shared/uib.h, designer/shared/widgetdatabase.cpp,
831 designer/shared/widgetdatabase.h, designer/uic/embed.cpp,
832 designer/uic/form.cpp, designer/uic/main.cpp,
833 designer/uic/object.cpp, designer/uic/subclassing.cpp,
834 designer/uic/uic.cpp, designer/uic/uic.dsp, designer/uic/uic.h,
835 designer/uic/uic.pro: Initial revision
836
8372004-09-12 20:12 dmik
838
839 * examples/examples.pro:
840 - Corrected a typo.
841
8422004-09-12 20:11 dmik
843
844 * examples/xml/: outliner/main.cpp, outliner/outliner.doc,
845 outliner/outliner.pro, outliner/outlinetree.cpp,
846 outliner/outlinetree.h, outliner/todos.opml,
847 tagreader/animals.xml, tagreader/structureparser.cpp,
848 tagreader/structureparser.h, tagreader/tagreader.cpp,
849 tagreader/tagreader.doc, tagreader/tagreader.pro,
850 tagreader-with-features/fnord.xml,
851 tagreader-with-features/structureparser.cpp,
852 tagreader-with-features/structureparser.h,
853 tagreader-with-features/tagreader-with-features.pro,
854 tagreader-with-features/tagreader.cpp,
855 tagreader-with-features/tagreader.doc: Imported Qt 3.3.1 original
856 sources
857
8582004-09-12 20:11 dmik
859
860 * examples/xml/: outliner/main.cpp, outliner/outliner.doc,
861 outliner/outliner.pro, outliner/outlinetree.cpp,
862 outliner/outlinetree.h, outliner/todos.opml,
863 tagreader/animals.xml, tagreader/structureparser.cpp,
864 tagreader/structureparser.h, tagreader/tagreader.cpp,
865 tagreader/tagreader.doc, tagreader/tagreader.pro,
866 tagreader-with-features/fnord.xml,
867 tagreader-with-features/structureparser.cpp,
868 tagreader-with-features/structureparser.h,
869 tagreader-with-features/tagreader-with-features.pro,
870 tagreader-with-features/tagreader.cpp,
871 tagreader-with-features/tagreader.doc: Initial revision
872
8732004-09-12 19:34 dmik
874
875 * examples/examples.pro:
876 - Added helpviewer example, some network examples.
877
8782004-09-12 19:31 dmik
879
880 * examples/helpviewer/back.xpm, examples/helpviewer/forward.xpm,
881 examples/helpviewer/helpviewer.doc,
882 examples/helpviewer/helpviewer.pro,
883 examples/helpviewer/helpwindow.cpp,
884 examples/helpviewer/helpwindow.h, examples/helpviewer/home.xpm,
885 examples/helpviewer/main.cpp,
886 examples/network/clientserver/clientserver.doc,
887 examples/network/clientserver/client/client.cpp,
888 examples/network/clientserver/client/client.pro,
889 examples/network/clientserver/server/server.cpp,
890 examples/network/clientserver/server/server.pro,
891 examples/network/httpd/README, examples/network/httpd/httpd.cpp,
892 examples/network/httpd/httpd.doc,
893 examples/network/httpd/httpd.pro,
894 examples/network/mail/composer.cpp,
895 examples/network/mail/composer.h, examples/network/mail/mail.doc,
896 examples/network/mail/mail.pro, examples/network/mail/main.cpp,
897 examples/network/mail/smtp.cpp, examples/network/mail/smtp.h,
898 examples/network/networkprotocol/README,
899 examples/network/networkprotocol/main.cpp,
900 examples/network/networkprotocol/networkprotocol.doc,
901 examples/network/networkprotocol/networkprotocol.pro,
902 examples/network/networkprotocol/nntp.cpp,
903 examples/network/networkprotocol/nntp.h,
904 examples/network/networkprotocol/view.cpp,
905 examples/network/networkprotocol/view.h, include/qprinter.h:
906 Imported Qt 3.3.1 original sources
907
9082004-09-12 19:31 dmik
909
910 * examples/helpviewer/back.xpm, examples/helpviewer/forward.xpm,
911 examples/helpviewer/helpviewer.doc,
912 examples/helpviewer/helpviewer.pro,
913 examples/helpviewer/helpwindow.cpp,
914 examples/helpviewer/helpwindow.h, examples/helpviewer/home.xpm,
915 examples/helpviewer/main.cpp,
916 examples/network/clientserver/clientserver.doc,
917 examples/network/clientserver/client/client.cpp,
918 examples/network/clientserver/client/client.pro,
919 examples/network/clientserver/server/server.cpp,
920 examples/network/clientserver/server/server.pro,
921 examples/network/httpd/README, examples/network/httpd/httpd.cpp,
922 examples/network/httpd/httpd.doc,
923 examples/network/httpd/httpd.pro,
924 examples/network/mail/composer.cpp,
925 examples/network/mail/composer.h, examples/network/mail/mail.doc,
926 examples/network/mail/mail.pro, examples/network/mail/main.cpp,
927 examples/network/mail/smtp.cpp, examples/network/mail/smtp.h,
928 examples/network/networkprotocol/README,
929 examples/network/networkprotocol/main.cpp,
930 examples/network/networkprotocol/networkprotocol.doc,
931 examples/network/networkprotocol/networkprotocol.pro,
932 examples/network/networkprotocol/nntp.cpp,
933 examples/network/networkprotocol/nntp.h,
934 examples/network/networkprotocol/view.cpp,
935 examples/network/networkprotocol/view.h, include/qprinter.h:
936 Initial revision
937
9382004-09-12 18:08 dmik
939
940 * src/kernel/qthread_pm.cpp:
941 - Changed QThread::start(): TimeCriticalPriority now corresponds to
942 PRTYC_TIMECRITICAL/PRTYD_MAXIMUM.
943
9442004-09-12 17:29 dmik
945
946 * src/kernel/qfontengine_pm.cpp:
947 - Changed QFonteEnginePM::draw(): OS/2 GPI thinks that regular font
948 letters (without any lower elements) should "overlap" the baseline
949 (i.e, a line drawn at the same y coordinate as we draw the
950 baseline-aligned string of text), while Qt/Win32 thinks they should
951 "sit" on that baseline. For now, we simly mimic the Qt/Win32
952 behavior (for compatibilty) by correcting the y coordinate by one
953 pixel.
954
9552004-07-28 17:35 dmik
956
957 * src/widgets/qt_widgets.pri:
958 - This file is now the exact copy of the release 3.3.1 of Qt/Win32,
959 so its revision is forced to be 2.0
960
9612004-07-28 17:31 dmik
962
963 * .qtos2defines, src/kernel/qapplication_pm.cpp,
964 src/widgets/qt_widgets.pri:
965 - widgets: added classes: QDateTimeEditor, QDial, QSplashScreen,
966 QWhatsThis, added animation and fading effects support. The widgets
967 module is now completely implemented.
968 - QApplication: implemented setEffectEnabled() and isEffectEnabled()
969 methods.
970
9712004-07-28 17:27 dmik
972
973 * src/kernel/qpixmap_pm.cpp:
974 - Fixed QPixmap::grabWindow(): window areas were properly grabbed
975 only when we passed negative width and height values to it (to
976 indicate the the entire window).
977
9782004-07-28 15:06 dmik
979
980 * src/widgets/qeffects.cpp: Imported Qt 3.3.1 original sources
981
9822004-07-28 15:06 dmik
983
984 * src/widgets/qeffects.cpp: Initial revision
985
9862004-07-28 14:58 dmik
987
988 * include/qdatetimeedit.h, include/qdatetm.h, include/qdial.h,
989 include/qsplashscreen.h, src/widgets/qdatetimeedit.cpp,
990 src/widgets/qdial.cpp, src/widgets/qsplashscreen.cpp,
991 src/widgets/qwhatsthis.cpp: Imported Qt 3.3.1 original sources
992
9932004-07-28 14:58 dmik
994
995 * include/qdatetimeedit.h, include/qdatetm.h, include/qdial.h,
996 include/qsplashscreen.h, src/widgets/qdatetimeedit.cpp,
997 src/widgets/qdial.cpp, src/widgets/qsplashscreen.cpp,
998 src/widgets/qwhatsthis.cpp: Initial revision
999
10002004-07-28 14:47 dmik
1001
1002 * mkspecs/os2-g++/qmake.conf, mkspecs/os2-g++/qplatformdefs.h,
1003 src/kernel/qeventloop_p.h, src/kernel/qeventloop_pm.cpp,
1004 src/network/qsocketdevice_pm.cpp:
1005 - Changed QEventLoop (socket notifier processing), QSocketDevice:
1006 network socket implementation is completely reimplemented,
1007 PMWSOCK.DLL is no more used because it is too buggy; the new
1008 implementation is now similar to Qt/X11, but it currently requires
1009 Qt to be compiled with thread support (otherwise socket notifiers
1010 will not function properly).
1011
10122004-07-23 16:23 dmik
1013
1014 * bin/configure.cmd:
1015 - added new variables XML, ZLIB, JPEG, PNG, MNG and GIF to
1016 enable/disable the compilation of the corresponding features.
1017
10182004-07-23 16:21 dmik
1019
1020 * .qtos2defines, Makefile.os2-g++, src/qt.pro,
1021 src/kernel/qt_gfx.pri, src/kernel/qt_kernel.pri,
1022 src/widgets/qt_widgets.pri:
1023 - kernel: enabled compilation of basic MIME support (QMimeSource,
1024 QMimeSourceFactory classes), but no PM DDE Clipboard <-> Open MIME
1025 conversion yet.
1026 - kernel: enabled compilation of basic DND support (QDragObject and
1027 Q*Drag classes), but no actual drag&drop yet.
1028 - kernel: added QAsyncIO class.
1029 - kernel: enabled compilation of third party sources (zlib, jpeg,
1030 png and mng support), the xml module.
1031 - widgets: added classes: QTextBrowser, QWidgetPlugin (plus internal
1032 QWidgetFactory).
1033
10342004-07-23 15:12 dmik
1035
1036 * src/kernel/qmime.cpp:
1037 - QMimeSourceFactory: adopted for OS/2.
1038
10392004-07-23 15:06 dmik
1040
1041 * include/qtextedit.h:
1042 - Uncommented slot that uses the QMimeSourceFactory class since the
1043 latter has been added into compilation.
1044
10452004-07-23 15:04 dmik
1046
1047 * include/qdragobject.h:
1048 - Explicitly commented out QDragManager class (we need this since
1049 MOC ignores preprocessor macros and defines this class anyway which
1050 produces compile errors); will be uncommented when drag&drop is
1051 implemented.
1052
10532004-07-23 15:01 dmik
1054
1055 * src/kernel/qdragobject.cpp:
1056 - QTextDrag, QUriDrag: adopted for OS/2.
1057
10582004-07-23 14:57 dmik
1059
1060 * src/kernel/qregion_pm.cpp:
1061 - Implemented QRegion::QRegion(const QBitmap&) constructor.
1062
10632004-07-23 13:28 dmik
1064
1065 * include/qdropsite.h, src/kernel/qdragobject.cpp,
1066 src/kernel/qdropsite.cpp: Imported Qt 3.3.1 original sources
1067
10682004-07-23 13:28 dmik
1069
1070 * include/qdropsite.h, src/kernel/qdragobject.cpp,
1071 src/kernel/qdropsite.cpp: Initial revision
1072
10732004-07-23 02:33 dmik
1074
1075 * include/qasyncio.h, src/kernel/qasyncio.cpp,
1076 src/kernel/qjpegio.cpp, src/kernel/qmngio.cpp,
1077 src/kernel/qpngio.cpp: Imported Qt 3.3.1 original sources
1078
10792004-07-23 02:33 dmik
1080
1081 * include/qasyncio.h, src/kernel/qasyncio.cpp,
1082 src/kernel/qjpegio.cpp, src/kernel/qmngio.cpp,
1083 src/kernel/qpngio.cpp: Initial revision
1084
10852004-07-23 02:12 dmik
1086
1087 * src/: 3rdparty/README, 3rdparty/libjpeg/change.log,
1088 3rdparty/libjpeg/coderules.doc, 3rdparty/libjpeg/filelist.doc,
1089 3rdparty/libjpeg/install.doc, 3rdparty/libjpeg/jcapimin.c,
1090 3rdparty/libjpeg/README, 3rdparty/libjpeg/jcapistd.c,
1091 3rdparty/libjpeg/jccoefct.c, 3rdparty/libjpeg/jccolor.c,
1092 3rdparty/libjpeg/jcdctmgr.c, 3rdparty/libjpeg/jchuff.c,
1093 3rdparty/libjpeg/jchuff.h, 3rdparty/libjpeg/jcinit.c,
1094 3rdparty/libjpeg/jcmainct.c, 3rdparty/libjpeg/jcmarker.c,
1095 3rdparty/libjpeg/jcmaster.c, 3rdparty/libjpeg/jcomapi.c,
1096 3rdparty/libjpeg/jconfig.bcc, 3rdparty/libjpeg/jconfig.cfg,
1097 3rdparty/libjpeg/jconfig.dj, 3rdparty/libjpeg/jconfig.doc,
1098 3rdparty/libjpeg/jconfig.h, 3rdparty/libjpeg/jconfig.mac,
1099 3rdparty/libjpeg/jconfig.manx, 3rdparty/libjpeg/jconfig.mc6,
1100 3rdparty/libjpeg/jconfig.sas, 3rdparty/libjpeg/jconfig.st,
1101 3rdparty/libjpeg/jconfig.vc, 3rdparty/libjpeg/jconfig.vms,
1102 3rdparty/libjpeg/jconfig.wat, 3rdparty/libjpeg/jcparam.c,
1103 3rdparty/libjpeg/jcphuff.c, 3rdparty/libjpeg/jcprepct.c,
1104 3rdparty/libjpeg/jcsample.c, 3rdparty/libjpeg/jctrans.c,
1105 3rdparty/libjpeg/jdapimin.c, 3rdparty/libjpeg/jdapistd.c,
1106 3rdparty/libjpeg/jdatadst.c, 3rdparty/libjpeg/jdatasrc.c,
1107 3rdparty/libjpeg/jdcoefct.c, 3rdparty/libjpeg/jdcolor.c,
1108 3rdparty/libjpeg/jdct.h, 3rdparty/libjpeg/jddctmgr.c,
1109 3rdparty/libjpeg/jdhuff.c, 3rdparty/libjpeg/jdhuff.h,
1110 3rdparty/libjpeg/jdinput.c, 3rdparty/libjpeg/jdmainct.c,
1111 3rdparty/libjpeg/jdmarker.c, 3rdparty/libjpeg/jdmaster.c,
1112 3rdparty/libjpeg/jdmerge.c, 3rdparty/libjpeg/jdphuff.c,
1113 3rdparty/libjpeg/jdpostct.c, 3rdparty/libjpeg/jdsample.c,
1114 3rdparty/libjpeg/jdtrans.c, 3rdparty/libjpeg/jerror.c,
1115 3rdparty/libjpeg/jerror.h, 3rdparty/libjpeg/jfdctflt.c,
1116 3rdparty/libjpeg/jfdctfst.c, 3rdparty/libjpeg/jfdctint.c,
1117 3rdparty/libjpeg/jidctflt.c, 3rdparty/libjpeg/jidctfst.c,
1118 3rdparty/libjpeg/jidctint.c, 3rdparty/libjpeg/jidctred.c,
1119 3rdparty/libjpeg/jinclude.h, 3rdparty/libjpeg/jmemmgr.c,
1120 3rdparty/libjpeg/jmemnobs.c, 3rdparty/libjpeg/jmemsys.h,
1121 3rdparty/libjpeg/jmorecfg.h, 3rdparty/libjpeg/jpegint.h,
1122 3rdparty/libjpeg/jpeglib.h, 3rdparty/libjpeg/jquant1.c,
1123 3rdparty/libjpeg/jquant2.c, 3rdparty/libjpeg/jutils.c,
1124 3rdparty/libjpeg/jversion.h, 3rdparty/libjpeg/libjpeg.doc,
1125 3rdparty/libjpeg/makefile.ansi, 3rdparty/libjpeg/makefile.bcc,
1126 3rdparty/libjpeg/makefile.cfg, 3rdparty/libjpeg/makefile.dj,
1127 3rdparty/libjpeg/makefile.manx, 3rdparty/libjpeg/makefile.mc6,
1128 3rdparty/libjpeg/makefile.mms, 3rdparty/libjpeg/makefile.sas,
1129 3rdparty/libjpeg/makefile.unix, 3rdparty/libjpeg/makefile.vc,
1130 3rdparty/libjpeg/makefile.vms, 3rdparty/libjpeg/makefile.wat,
1131 3rdparty/libjpeg/structure.doc, 3rdparty/libjpeg/usage.doc,
1132 3rdparty/libjpeg/wizard.doc, 3rdparty/libmng/Changes,
1133 3rdparty/libmng/acinclude.m4, 3rdparty/libmng/aclocal.m4,
1134 3rdparty/libmng/autogen.sh, 3rdparty/libmng/config.guess,
1135 3rdparty/libmng/config.sub, 3rdparty/libmng/LICENSE,
1136 3rdparty/libmng/Makefile.am, 3rdparty/libmng/Makefile.in,
1137 3rdparty/libmng/README, 3rdparty/libmng/README.autoconf,
1138 3rdparty/libmng/README.config, 3rdparty/libmng/README.contrib,
1139 3rdparty/libmng/README.dll, 3rdparty/libmng/README.examples,
1140 3rdparty/libmng/README.packaging, 3rdparty/libmng/configure,
1141 3rdparty/libmng/configure.in, 3rdparty/libmng/install-sh,
1142 3rdparty/libmng/libmng.h, 3rdparty/libmng/libmng_callback_xs.c,
1143 3rdparty/libmng/libmng_chunk_io.c,
1144 3rdparty/libmng/libmng_chunk_io.h,
1145 3rdparty/libmng/libmng_chunk_prc.c,
1146 3rdparty/libmng/libmng_chunk_prc.h,
1147 3rdparty/libmng/libmng_chunk_xs.c,
1148 3rdparty/libmng/libmng_chunks.h, 3rdparty/libmng/libmng_cms.c,
1149 3rdparty/libmng/libmng_cms.h, 3rdparty/libmng/libmng_conf.h,
1150 3rdparty/libmng/libmng_data.h, 3rdparty/libmng/libmng_display.c,
1151 3rdparty/libmng/libmng_display.h,
1152 3rdparty/libmng/libmng_dither.c, 3rdparty/libmng/libmng_dither.h,
1153 3rdparty/libmng/libmng_error.c, 3rdparty/libmng/libmng_error.h,
1154 3rdparty/libmng/libmng_filter.c, 3rdparty/libmng/libmng_filter.h,
1155 3rdparty/libmng/libmng_hlapi.c, 3rdparty/libmng/libmng_jpeg.c,
1156 3rdparty/libmng/libmng_jpeg.h, 3rdparty/libmng/libmng_memory.h,
1157 3rdparty/libmng/libmng_object_prc.c,
1158 3rdparty/libmng/libmng_object_prc.h,
1159 3rdparty/libmng/libmng_objects.h,
1160 3rdparty/libmng/libmng_pixels.c, 3rdparty/libmng/libmng_pixels.h,
1161 3rdparty/libmng/libmng_prop_xs.c, 3rdparty/libmng/libmng_read.c,
1162 3rdparty/libmng/libmng_read.h, 3rdparty/libmng/libmng_trace.c,
1163 3rdparty/libmng/libmng_trace.h, 3rdparty/libmng/libmng_types.h,
1164 3rdparty/libmng/libmng_write.c, 3rdparty/libmng/libmng_write.h,
1165 3rdparty/libmng/libmng_zlib.c, 3rdparty/libmng/libmng_zlib.h,
1166 3rdparty/libmng/ltmain.sh, 3rdparty/libmng/missing,
1167 3rdparty/libmng/mkinstalldirs, 3rdparty/libmng/doc/doc.readme,
1168 3rdparty/libmng/doc/Plan1.png, 3rdparty/libmng/doc/Plan2.png,
1169 3rdparty/libmng/doc/libmng.txt, 3rdparty/libmng/doc/man/jng.5,
1170 3rdparty/libmng/doc/man/libmng.3, 3rdparty/libmng/doc/man/mng.5,
1171 3rdparty/libmng/doc/rpm/libmng-1.0.4-rhconf.patch,
1172 3rdparty/libmng/doc/rpm/libmng.spec,
1173 3rdparty/libmng/makefiles/Makefile.am,
1174 3rdparty/libmng/makefiles/README,
1175 3rdparty/libmng/makefiles/acinclude.m4,
1176 3rdparty/libmng/makefiles/configure.in,
1177 3rdparty/libmng/makefiles/makefile.bcb3,
1178 3rdparty/libmng/makefiles/makefile.dj,
1179 3rdparty/libmng/makefiles/makefile.linux,
1180 3rdparty/libmng/makefiles/makefile.mingw,
1181 3rdparty/libmng/makefiles/makefile.unix,
1182 3rdparty/libmng/makefiles/makefile.vcwin32,
1183 3rdparty/libpng/ANNOUNCE, 3rdparty/libpng/CHANGES,
1184 3rdparty/libpng/INSTALL, 3rdparty/libpng/KNOWNBUG,
1185 3rdparty/libpng/LICENSE, 3rdparty/libpng/README,
1186 3rdparty/libpng/TODO, 3rdparty/libpng/Y2KINFO,
1187 3rdparty/libpng/configure, 3rdparty/libpng/example.c,
1188 3rdparty/libpng/libpng.3, 3rdparty/libpng/libpng.txt,
1189 3rdparty/libpng/libpngpf.3, 3rdparty/libpng/png.5,
1190 3rdparty/libpng/png.c, 3rdparty/libpng/png.h,
1191 3rdparty/libpng/pngasmrd.h, 3rdparty/libpng/pngbar.jpg,
1192 3rdparty/libpng/pngbar.png, 3rdparty/libpng/pngconf.h,
1193 3rdparty/libpng/pngerror.c, 3rdparty/libpng/pnggccrd.c,
1194 3rdparty/libpng/pngget.c, 3rdparty/libpng/pngmem.c,
1195 3rdparty/libpng/pngnow.png, 3rdparty/libpng/pngpread.c,
1196 3rdparty/libpng/pngread.c, 3rdparty/libpng/pngrio.c,
1197 3rdparty/libpng/pngrtran.c, 3rdparty/libpng/pngrutil.c,
1198 3rdparty/libpng/pngset.c, 3rdparty/libpng/pngtest.c,
1199 3rdparty/libpng/pngtest.png, 3rdparty/libpng/pngtrans.c,
1200 3rdparty/libpng/pngvcrd.c, 3rdparty/libpng/pngwio.c,
1201 3rdparty/libpng/pngwrite.c, 3rdparty/libpng/pngwtran.c,
1202 3rdparty/libpng/pngwutil.c, 3rdparty/libpng/projects/netware.txt,
1203 3rdparty/libpng/projects/wince.txt,
1204 3rdparty/libpng/projects/beos/x86-shared.proj,
1205 3rdparty/libpng/projects/beos/x86-shared.txt,
1206 3rdparty/libpng/projects/beos/x86-static.proj,
1207 3rdparty/libpng/projects/beos/x86-static.txt,
1208 3rdparty/libpng/projects/borland/libpng.bpf,
1209 3rdparty/libpng/projects/borland/libpng.bpg,
1210 3rdparty/libpng/projects/borland/libpng.bpr,
1211 3rdparty/libpng/projects/borland/libpng.cpp,
1212 3rdparty/libpng/projects/borland/libpng.readme.txt,
1213 3rdparty/libpng/projects/borland/libpngstat.bpf,
1214 3rdparty/libpng/projects/borland/libpngstat.bpr,
1215 3rdparty/libpng/projects/borland/zlib+libpng.bpg,
1216 3rdparty/libpng/projects/borland/zlib.bpf,
1217 3rdparty/libpng/projects/borland/zlib.bpg,
1218 3rdparty/libpng/projects/borland/zlib.bpr,
1219 3rdparty/libpng/projects/borland/zlib.cpp,
1220 3rdparty/libpng/projects/borland/zlibstat.bpf,
1221 3rdparty/libpng/projects/borland/zlibstat.bpr,
1222 3rdparty/libpng/projects/msvc/README.txt,
1223 3rdparty/libpng/projects/msvc/libpng.dsp,
1224 3rdparty/libpng/projects/msvc/libpng.dsw,
1225 3rdparty/libpng/projects/msvc/png.rc,
1226 3rdparty/libpng/projects/msvc/png32ms.def,
1227 3rdparty/libpng/projects/msvc/zlib.def,
1228 3rdparty/libpng/projects/msvc/zlib.dsp,
1229 3rdparty/libpng/scripts/SCOPTIONS.ppc,
1230 3rdparty/libpng/scripts/descrip.mms,
1231 3rdparty/libpng/scripts/libpng-config-body.in,
1232 3rdparty/libpng/scripts/libpng-config-head.in,
1233 3rdparty/libpng/scripts/libpng.icc,
1234 3rdparty/libpng/scripts/libpng.pc.in,
1235 3rdparty/libpng/scripts/makefile.32sunu,
1236 3rdparty/libpng/scripts/makefile.64sunu,
1237 3rdparty/libpng/scripts/makefile.acorn,
1238 3rdparty/libpng/scripts/makefile.aix,
1239 3rdparty/libpng/scripts/makefile.amiga,
1240 3rdparty/libpng/scripts/makefile.atari,
1241 3rdparty/libpng/scripts/makefile.bc32,
1242 3rdparty/libpng/scripts/makefile.bd32,
1243 3rdparty/libpng/scripts/makefile.beos,
1244 3rdparty/libpng/scripts/makefile.bor,
1245 3rdparty/libpng/scripts/makefile.cygwin,
1246 3rdparty/libpng/scripts/makefile.darwin,
1247 3rdparty/libpng/scripts/makefile.dec,
1248 3rdparty/libpng/scripts/makefile.dj2,
1249 3rdparty/libpng/scripts/makefile.freebsd,
1250 3rdparty/libpng/scripts/makefile.gcc,
1251 3rdparty/libpng/scripts/makefile.gcmmx,
1252 3rdparty/libpng/scripts/makefile.hpgcc,
1253 3rdparty/libpng/scripts/makefile.hpux,
1254 3rdparty/libpng/scripts/makefile.ibmc,
1255 3rdparty/libpng/scripts/makefile.intel,
1256 3rdparty/libpng/scripts/makefile.knr,
1257 3rdparty/libpng/scripts/makefile.linux,
1258 3rdparty/libpng/scripts/makefile.macosx,
1259 3rdparty/libpng/scripts/makefile.mips,
1260 3rdparty/libpng/scripts/makefile.msc,
1261 3rdparty/libpng/scripts/makefile.ne10bsd,
1262 3rdparty/libpng/scripts/makefile.ne12bsd,
1263 3rdparty/libpng/scripts/makefile.netbsd,
1264 3rdparty/libpng/scripts/makefile.openbsd,
1265 3rdparty/libpng/scripts/makefile.os2,
1266 3rdparty/libpng/scripts/makefile.sco,
1267 3rdparty/libpng/scripts/makefile.sggcc,
1268 3rdparty/libpng/scripts/makefile.sgi,
1269 3rdparty/libpng/scripts/makefile.so9,
1270 3rdparty/libpng/scripts/makefile.solaris,
1271 3rdparty/libpng/scripts/makefile.std,
1272 3rdparty/libpng/scripts/makefile.sunos,
1273 3rdparty/libpng/scripts/makefile.tc3,
1274 3rdparty/libpng/scripts/makefile.vcawin32,
1275 3rdparty/libpng/scripts/makefile.vcwin32,
1276 3rdparty/libpng/scripts/makefile.watcom,
1277 3rdparty/libpng/scripts/makevms.com,
1278 3rdparty/libpng/scripts/pngdef.pas,
1279 3rdparty/libpng/scripts/pngos2.def,
1280 3rdparty/libpng/scripts/smakefile.ppc, 3rdparty/zlib/ChangeLog,
1281 3rdparty/zlib/FAQ, 3rdparty/zlib/INDEX,
1282 3rdparty/zlib/Make_vms.com, 3rdparty/zlib/Makefile,
1283 3rdparty/zlib/Makefile.in, 3rdparty/zlib/Makefile.riscos,
1284 3rdparty/zlib/README, 3rdparty/zlib/adler32.c,
1285 3rdparty/zlib/algorithm.txt, 3rdparty/zlib/compress.c,
1286 3rdparty/zlib/configure, 3rdparty/zlib/crc32.c,
1287 3rdparty/zlib/deflate.c, 3rdparty/zlib/deflate.h,
1288 3rdparty/zlib/descrip.mms, 3rdparty/zlib/example.c,
1289 3rdparty/zlib/gzio.c, 3rdparty/zlib/infblock.c,
1290 3rdparty/zlib/infblock.h, 3rdparty/zlib/infcodes.c,
1291 3rdparty/zlib/infcodes.h, 3rdparty/zlib/inffast.c,
1292 3rdparty/zlib/inffast.h, 3rdparty/zlib/inffixed.h,
1293 3rdparty/zlib/inflate.c, 3rdparty/zlib/inftrees.c,
1294 3rdparty/zlib/inftrees.h, 3rdparty/zlib/infutil.c,
1295 3rdparty/zlib/infutil.h, 3rdparty/zlib/maketree.c,
1296 3rdparty/zlib/minigzip.c, 3rdparty/zlib/trees.c,
1297 3rdparty/zlib/trees.h, 3rdparty/zlib/uncompr.c,
1298 3rdparty/zlib/zconf.h, 3rdparty/zlib/zlib.3,
1299 3rdparty/zlib/zlib.h, 3rdparty/zlib/zlib.html,
1300 3rdparty/zlib/zutil.c, 3rdparty/zlib/zutil.h,
1301 3rdparty/zlib/amiga/Makefile.pup,
1302 3rdparty/zlib/amiga/Makefile.sas,
1303 3rdparty/zlib/msdos/Makefile.b32,
1304 3rdparty/zlib/msdos/Makefile.bor,
1305 3rdparty/zlib/msdos/Makefile.dj2,
1306 3rdparty/zlib/msdos/Makefile.emx,
1307 3rdparty/zlib/msdos/Makefile.msc,
1308 3rdparty/zlib/msdos/Makefile.tc,
1309 3rdparty/zlib/msdos/Makefile.w32,
1310 3rdparty/zlib/msdos/Makefile.wat, 3rdparty/zlib/msdos/zlib.def,
1311 3rdparty/zlib/msdos/zlib.rc, 3rdparty/zlib/nt/Makefile.emx,
1312 3rdparty/zlib/nt/Makefile.gcc, 3rdparty/zlib/nt/Makefile.nt,
1313 3rdparty/zlib/nt/zlib.dnt, 3rdparty/zlib/os2/Makefile.os2,
1314 3rdparty/zlib/os2/zlib.def, kernel/qt_gfx.pri: Imported Qt 3.3.1
1315 original sources
1316
13172004-07-23 02:12 dmik
1318
1319 * src/: 3rdparty/README, 3rdparty/libjpeg/change.log,
1320 3rdparty/libjpeg/coderules.doc, 3rdparty/libjpeg/filelist.doc,
1321 3rdparty/libjpeg/install.doc, 3rdparty/libjpeg/jcapimin.c,
1322 3rdparty/libjpeg/README, 3rdparty/libjpeg/jcapistd.c,
1323 3rdparty/libjpeg/jccoefct.c, 3rdparty/libjpeg/jccolor.c,
1324 3rdparty/libjpeg/jcdctmgr.c, 3rdparty/libjpeg/jchuff.c,
1325 3rdparty/libjpeg/jchuff.h, 3rdparty/libjpeg/jcinit.c,
1326 3rdparty/libjpeg/jcmainct.c, 3rdparty/libjpeg/jcmarker.c,
1327 3rdparty/libjpeg/jcmaster.c, 3rdparty/libjpeg/jcomapi.c,
1328 3rdparty/libjpeg/jconfig.bcc, 3rdparty/libjpeg/jconfig.cfg,
1329 3rdparty/libjpeg/jconfig.dj, 3rdparty/libjpeg/jconfig.doc,
1330 3rdparty/libjpeg/jconfig.h, 3rdparty/libjpeg/jconfig.mac,
1331 3rdparty/libjpeg/jconfig.manx, 3rdparty/libjpeg/jconfig.mc6,
1332 3rdparty/libjpeg/jconfig.sas, 3rdparty/libjpeg/jconfig.st,
1333 3rdparty/libjpeg/jconfig.vc, 3rdparty/libjpeg/jconfig.vms,
1334 3rdparty/libjpeg/jconfig.wat, 3rdparty/libjpeg/jcparam.c,
1335 3rdparty/libjpeg/jcphuff.c, 3rdparty/libjpeg/jcprepct.c,
1336 3rdparty/libjpeg/jcsample.c, 3rdparty/libjpeg/jctrans.c,
1337 3rdparty/libjpeg/jdapimin.c, 3rdparty/libjpeg/jdapistd.c,
1338 3rdparty/libjpeg/jdatadst.c, 3rdparty/libjpeg/jdatasrc.c,
1339 3rdparty/libjpeg/jdcoefct.c, 3rdparty/libjpeg/jdcolor.c,
1340 3rdparty/libjpeg/jdct.h, 3rdparty/libjpeg/jddctmgr.c,
1341 3rdparty/libjpeg/jdhuff.c, 3rdparty/libjpeg/jdhuff.h,
1342 3rdparty/libjpeg/jdinput.c, 3rdparty/libjpeg/jdmainct.c,
1343 3rdparty/libjpeg/jdmarker.c, 3rdparty/libjpeg/jdmaster.c,
1344 3rdparty/libjpeg/jdmerge.c, 3rdparty/libjpeg/jdphuff.c,
1345 3rdparty/libjpeg/jdpostct.c, 3rdparty/libjpeg/jdsample.c,
1346 3rdparty/libjpeg/jdtrans.c, 3rdparty/libjpeg/jerror.c,
1347 3rdparty/libjpeg/jerror.h, 3rdparty/libjpeg/jfdctflt.c,
1348 3rdparty/libjpeg/jfdctfst.c, 3rdparty/libjpeg/jfdctint.c,
1349 3rdparty/libjpeg/jidctflt.c, 3rdparty/libjpeg/jidctfst.c,
1350 3rdparty/libjpeg/jidctint.c, 3rdparty/libjpeg/jidctred.c,
1351 3rdparty/libjpeg/jinclude.h, 3rdparty/libjpeg/jmemmgr.c,
1352 3rdparty/libjpeg/jmemnobs.c, 3rdparty/libjpeg/jmemsys.h,
1353 3rdparty/libjpeg/jmorecfg.h, 3rdparty/libjpeg/jpegint.h,
1354 3rdparty/libjpeg/jpeglib.h, 3rdparty/libjpeg/jquant1.c,
1355 3rdparty/libjpeg/jquant2.c, 3rdparty/libjpeg/jutils.c,
1356 3rdparty/libjpeg/jversion.h, 3rdparty/libjpeg/libjpeg.doc,
1357 3rdparty/libjpeg/makefile.ansi, 3rdparty/libjpeg/makefile.bcc,
1358 3rdparty/libjpeg/makefile.cfg, 3rdparty/libjpeg/makefile.dj,
1359 3rdparty/libjpeg/makefile.manx, 3rdparty/libjpeg/makefile.mc6,
1360 3rdparty/libjpeg/makefile.mms, 3rdparty/libjpeg/makefile.sas,
1361 3rdparty/libjpeg/makefile.unix, 3rdparty/libjpeg/makefile.vc,
1362 3rdparty/libjpeg/makefile.vms, 3rdparty/libjpeg/makefile.wat,
1363 3rdparty/libjpeg/structure.doc, 3rdparty/libjpeg/usage.doc,
1364 3rdparty/libjpeg/wizard.doc, 3rdparty/libmng/Changes,
1365 3rdparty/libmng/acinclude.m4, 3rdparty/libmng/aclocal.m4,
1366 3rdparty/libmng/autogen.sh, 3rdparty/libmng/config.guess,
1367 3rdparty/libmng/config.sub, 3rdparty/libmng/LICENSE,
1368 3rdparty/libmng/Makefile.am, 3rdparty/libmng/Makefile.in,
1369 3rdparty/libmng/README, 3rdparty/libmng/README.autoconf,
1370 3rdparty/libmng/README.config, 3rdparty/libmng/README.contrib,
1371 3rdparty/libmng/README.dll, 3rdparty/libmng/README.examples,
1372 3rdparty/libmng/README.packaging, 3rdparty/libmng/configure,
1373 3rdparty/libmng/configure.in, 3rdparty/libmng/install-sh,
1374 3rdparty/libmng/libmng.h, 3rdparty/libmng/libmng_callback_xs.c,
1375 3rdparty/libmng/libmng_chunk_io.c,
1376 3rdparty/libmng/libmng_chunk_io.h,
1377 3rdparty/libmng/libmng_chunk_prc.c,
1378 3rdparty/libmng/libmng_chunk_prc.h,
1379 3rdparty/libmng/libmng_chunk_xs.c,
1380 3rdparty/libmng/libmng_chunks.h, 3rdparty/libmng/libmng_cms.c,
1381 3rdparty/libmng/libmng_cms.h, 3rdparty/libmng/libmng_conf.h,
1382 3rdparty/libmng/libmng_data.h, 3rdparty/libmng/libmng_display.c,
1383 3rdparty/libmng/libmng_display.h,
1384 3rdparty/libmng/libmng_dither.c, 3rdparty/libmng/libmng_dither.h,
1385 3rdparty/libmng/libmng_error.c, 3rdparty/libmng/libmng_error.h,
1386 3rdparty/libmng/libmng_filter.c, 3rdparty/libmng/libmng_filter.h,
1387 3rdparty/libmng/libmng_hlapi.c, 3rdparty/libmng/libmng_jpeg.c,
1388 3rdparty/libmng/libmng_jpeg.h, 3rdparty/libmng/libmng_memory.h,
1389 3rdparty/libmng/libmng_object_prc.c,
1390 3rdparty/libmng/libmng_object_prc.h,
1391 3rdparty/libmng/libmng_objects.h,
1392 3rdparty/libmng/libmng_pixels.c, 3rdparty/libmng/libmng_pixels.h,
1393 3rdparty/libmng/libmng_prop_xs.c, 3rdparty/libmng/libmng_read.c,
1394 3rdparty/libmng/libmng_read.h, 3rdparty/libmng/libmng_trace.c,
1395 3rdparty/libmng/libmng_trace.h, 3rdparty/libmng/libmng_types.h,
1396 3rdparty/libmng/libmng_write.c, 3rdparty/libmng/libmng_write.h,
1397 3rdparty/libmng/libmng_zlib.c, 3rdparty/libmng/libmng_zlib.h,
1398 3rdparty/libmng/ltmain.sh, 3rdparty/libmng/missing,
1399 3rdparty/libmng/mkinstalldirs, 3rdparty/libmng/doc/doc.readme,
1400 3rdparty/libmng/doc/Plan1.png, 3rdparty/libmng/doc/Plan2.png,
1401 3rdparty/libmng/doc/libmng.txt, 3rdparty/libmng/doc/man/jng.5,
1402 3rdparty/libmng/doc/man/libmng.3, 3rdparty/libmng/doc/man/mng.5,
1403 3rdparty/libmng/doc/rpm/libmng-1.0.4-rhconf.patch,
1404 3rdparty/libmng/doc/rpm/libmng.spec,
1405 3rdparty/libmng/makefiles/Makefile.am,
1406 3rdparty/libmng/makefiles/README,
1407 3rdparty/libmng/makefiles/acinclude.m4,
1408 3rdparty/libmng/makefiles/configure.in,
1409 3rdparty/libmng/makefiles/makefile.bcb3,
1410 3rdparty/libmng/makefiles/makefile.dj,
1411 3rdparty/libmng/makefiles/makefile.linux,
1412 3rdparty/libmng/makefiles/makefile.mingw,
1413 3rdparty/libmng/makefiles/makefile.unix,
1414 3rdparty/libmng/makefiles/makefile.vcwin32,
1415 3rdparty/libpng/ANNOUNCE, 3rdparty/libpng/CHANGES,
1416 3rdparty/libpng/INSTALL, 3rdparty/libpng/KNOWNBUG,
1417 3rdparty/libpng/LICENSE, 3rdparty/libpng/README,
1418 3rdparty/libpng/TODO, 3rdparty/libpng/Y2KINFO,
1419 3rdparty/libpng/configure, 3rdparty/libpng/example.c,
1420 3rdparty/libpng/libpng.3, 3rdparty/libpng/libpng.txt,
1421 3rdparty/libpng/libpngpf.3, 3rdparty/libpng/png.5,
1422 3rdparty/libpng/png.c, 3rdparty/libpng/png.h,
1423 3rdparty/libpng/pngasmrd.h, 3rdparty/libpng/pngbar.jpg,
1424 3rdparty/libpng/pngbar.png, 3rdparty/libpng/pngconf.h,
1425 3rdparty/libpng/pngerror.c, 3rdparty/libpng/pnggccrd.c,
1426 3rdparty/libpng/pngget.c, 3rdparty/libpng/pngmem.c,
1427 3rdparty/libpng/pngnow.png, 3rdparty/libpng/pngpread.c,
1428 3rdparty/libpng/pngread.c, 3rdparty/libpng/pngrio.c,
1429 3rdparty/libpng/pngrtran.c, 3rdparty/libpng/pngrutil.c,
1430 3rdparty/libpng/pngset.c, 3rdparty/libpng/pngtest.c,
1431 3rdparty/libpng/pngtest.png, 3rdparty/libpng/pngtrans.c,
1432 3rdparty/libpng/pngvcrd.c, 3rdparty/libpng/pngwio.c,
1433 3rdparty/libpng/pngwrite.c, 3rdparty/libpng/pngwtran.c,
1434 3rdparty/libpng/pngwutil.c, 3rdparty/libpng/projects/netware.txt,
1435 3rdparty/libpng/projects/wince.txt,
1436 3rdparty/libpng/projects/beos/x86-shared.proj,
1437 3rdparty/libpng/projects/beos/x86-shared.txt,
1438 3rdparty/libpng/projects/beos/x86-static.proj,
1439 3rdparty/libpng/projects/beos/x86-static.txt,
1440 3rdparty/libpng/projects/borland/libpng.bpf,
1441 3rdparty/libpng/projects/borland/libpng.bpg,
1442 3rdparty/libpng/projects/borland/libpng.bpr,
1443 3rdparty/libpng/projects/borland/libpng.cpp,
1444 3rdparty/libpng/projects/borland/libpng.readme.txt,
1445 3rdparty/libpng/projects/borland/libpngstat.bpf,
1446 3rdparty/libpng/projects/borland/libpngstat.bpr,
1447 3rdparty/libpng/projects/borland/zlib+libpng.bpg,
1448 3rdparty/libpng/projects/borland/zlib.bpf,
1449 3rdparty/libpng/projects/borland/zlib.bpg,
1450 3rdparty/libpng/projects/borland/zlib.bpr,
1451 3rdparty/libpng/projects/borland/zlib.cpp,
1452 3rdparty/libpng/projects/borland/zlibstat.bpf,
1453 3rdparty/libpng/projects/borland/zlibstat.bpr,
1454 3rdparty/libpng/projects/msvc/README.txt,
1455 3rdparty/libpng/projects/msvc/libpng.dsp,
1456 3rdparty/libpng/projects/msvc/libpng.dsw,
1457 3rdparty/libpng/projects/msvc/png.rc,
1458 3rdparty/libpng/projects/msvc/png32ms.def,
1459 3rdparty/libpng/projects/msvc/zlib.def,
1460 3rdparty/libpng/projects/msvc/zlib.dsp,
1461 3rdparty/libpng/scripts/SCOPTIONS.ppc,
1462 3rdparty/libpng/scripts/descrip.mms,
1463 3rdparty/libpng/scripts/libpng-config-body.in,
1464 3rdparty/libpng/scripts/libpng-config-head.in,
1465 3rdparty/libpng/scripts/libpng.icc,
1466 3rdparty/libpng/scripts/libpng.pc.in,
1467 3rdparty/libpng/scripts/makefile.32sunu,
1468 3rdparty/libpng/scripts/makefile.64sunu,
1469 3rdparty/libpng/scripts/makefile.acorn,
1470 3rdparty/libpng/scripts/makefile.aix,
1471 3rdparty/libpng/scripts/makefile.amiga,
1472 3rdparty/libpng/scripts/makefile.atari,
1473 3rdparty/libpng/scripts/makefile.bc32,
1474 3rdparty/libpng/scripts/makefile.bd32,
1475 3rdparty/libpng/scripts/makefile.beos,
1476 3rdparty/libpng/scripts/makefile.bor,
1477 3rdparty/libpng/scripts/makefile.cygwin,
1478 3rdparty/libpng/scripts/makefile.darwin,
1479 3rdparty/libpng/scripts/makefile.dec,
1480 3rdparty/libpng/scripts/makefile.dj2,
1481 3rdparty/libpng/scripts/makefile.freebsd,
1482 3rdparty/libpng/scripts/makefile.gcc,
1483 3rdparty/libpng/scripts/makefile.gcmmx,
1484 3rdparty/libpng/scripts/makefile.hpgcc,
1485 3rdparty/libpng/scripts/makefile.hpux,
1486 3rdparty/libpng/scripts/makefile.ibmc,
1487 3rdparty/libpng/scripts/makefile.intel,
1488 3rdparty/libpng/scripts/makefile.knr,
1489 3rdparty/libpng/scripts/makefile.linux,
1490 3rdparty/libpng/scripts/makefile.macosx,
1491 3rdparty/libpng/scripts/makefile.mips,
1492 3rdparty/libpng/scripts/makefile.msc,
1493 3rdparty/libpng/scripts/makefile.ne10bsd,
1494 3rdparty/libpng/scripts/makefile.ne12bsd,
1495 3rdparty/libpng/scripts/makefile.netbsd,
1496 3rdparty/libpng/scripts/makefile.openbsd,
1497 3rdparty/libpng/scripts/makefile.os2,
1498 3rdparty/libpng/scripts/makefile.sco,
1499 3rdparty/libpng/scripts/makefile.sggcc,
1500 3rdparty/libpng/scripts/makefile.sgi,
1501 3rdparty/libpng/scripts/makefile.so9,
1502 3rdparty/libpng/scripts/makefile.solaris,
1503 3rdparty/libpng/scripts/makefile.std,
1504 3rdparty/libpng/scripts/makefile.sunos,
1505 3rdparty/libpng/scripts/makefile.tc3,
1506 3rdparty/libpng/scripts/makefile.vcawin32,
1507 3rdparty/libpng/scripts/makefile.vcwin32,
1508 3rdparty/libpng/scripts/makefile.watcom,
1509 3rdparty/libpng/scripts/makevms.com,
1510 3rdparty/libpng/scripts/pngdef.pas,
1511 3rdparty/libpng/scripts/pngos2.def,
1512 3rdparty/libpng/scripts/smakefile.ppc, 3rdparty/zlib/ChangeLog,
1513 3rdparty/zlib/FAQ, 3rdparty/zlib/INDEX,
1514 3rdparty/zlib/Make_vms.com, 3rdparty/zlib/Makefile,
1515 3rdparty/zlib/Makefile.in, 3rdparty/zlib/Makefile.riscos,
1516 3rdparty/zlib/README, 3rdparty/zlib/adler32.c,
1517 3rdparty/zlib/algorithm.txt, 3rdparty/zlib/compress.c,
1518 3rdparty/zlib/configure, 3rdparty/zlib/crc32.c,
1519 3rdparty/zlib/deflate.c, 3rdparty/zlib/deflate.h,
1520 3rdparty/zlib/descrip.mms, 3rdparty/zlib/example.c,
1521 3rdparty/zlib/gzio.c, 3rdparty/zlib/infblock.c,
1522 3rdparty/zlib/infblock.h, 3rdparty/zlib/infcodes.c,
1523 3rdparty/zlib/infcodes.h, 3rdparty/zlib/inffast.c,
1524 3rdparty/zlib/inffast.h, 3rdparty/zlib/inffixed.h,
1525 3rdparty/zlib/inflate.c, 3rdparty/zlib/inftrees.c,
1526 3rdparty/zlib/inftrees.h, 3rdparty/zlib/infutil.c,
1527 3rdparty/zlib/infutil.h, 3rdparty/zlib/maketree.c,
1528 3rdparty/zlib/minigzip.c, 3rdparty/zlib/trees.c,
1529 3rdparty/zlib/trees.h, 3rdparty/zlib/uncompr.c,
1530 3rdparty/zlib/zconf.h, 3rdparty/zlib/zlib.3,
1531 3rdparty/zlib/zlib.h, 3rdparty/zlib/zlib.html,
1532 3rdparty/zlib/zutil.c, 3rdparty/zlib/zutil.h,
1533 3rdparty/zlib/amiga/Makefile.pup,
1534 3rdparty/zlib/amiga/Makefile.sas,
1535 3rdparty/zlib/msdos/Makefile.b32,
1536 3rdparty/zlib/msdos/Makefile.bor,
1537 3rdparty/zlib/msdos/Makefile.dj2,
1538 3rdparty/zlib/msdos/Makefile.emx,
1539 3rdparty/zlib/msdos/Makefile.msc,
1540 3rdparty/zlib/msdos/Makefile.tc,
1541 3rdparty/zlib/msdos/Makefile.w32,
1542 3rdparty/zlib/msdos/Makefile.wat, 3rdparty/zlib/msdos/zlib.def,
1543 3rdparty/zlib/msdos/zlib.rc, 3rdparty/zlib/nt/Makefile.emx,
1544 3rdparty/zlib/nt/Makefile.gcc, 3rdparty/zlib/nt/Makefile.nt,
1545 3rdparty/zlib/nt/zlib.dnt, 3rdparty/zlib/os2/Makefile.os2,
1546 3rdparty/zlib/os2/zlib.def, kernel/qt_gfx.pri: Initial revision
1547
15482004-07-23 01:37 dmik
1549
1550 * include/qwidgetfactory.h, include/qwidgetplugin.h,
1551 src/widgets/qwidgetinterface_p.h, src/widgets/qwidgetplugin.cpp:
1552 Imported Qt 3.3.1 original sources
1553
15542004-07-23 01:37 dmik
1555
1556 * include/qwidgetfactory.h, include/qwidgetplugin.h,
1557 src/widgets/qwidgetinterface_p.h, src/widgets/qwidgetplugin.cpp:
1558 Initial revision
1559
15602004-07-23 00:46 dmik
1561
1562 * include/qdom.h, include/qxml.h, src/xml/qdom.cpp,
1563 src/xml/qsvgdevice.cpp, src/xml/qsvgdevice_p.h,
1564 src/xml/qt_xml.pri, src/xml/qxml.cpp: Imported Qt 3.3.1 original
1565 sources
1566
15672004-07-23 00:46 dmik
1568
1569 * include/qdom.h, include/qxml.h, src/xml/qdom.cpp,
1570 src/xml/qsvgdevice.cpp, src/xml/qsvgdevice_p.h,
1571 src/xml/qt_xml.pri, src/xml/qxml.cpp: Initial revision
1572
15732004-07-20 23:27 dmik
1574
1575 * .qtos2defines, Makefile.os2-g++, bin/configure.cmd,
1576 include/qmodules.h, os2-misc/gcc322.cmd, src/qt.pro,
1577 src/network/qt_network.pri:
1578 - The network module has been included into compilation.
1579 - configure.cmd: added variable to enable/disable the network
1580 module; include\qmodules.h is now created automatically.
1581
15822004-07-20 22:20 dmik
1583
1584 * src/kernel/: qapplication_pm.cpp, qeventloop_pm.cpp:
1585 - Implemented QSocketNotifier functionality.
1586 - Removed some unnecessary (commented out) blocks of code.
1587
15882004-07-20 22:15 dmik
1589
1590 * src/network/qdns.cpp:
1591 - QDns is adapted for OS/2.
1592 - [Qt misbehavior] Fixed QDnsManager::manager(): DNS manager cleanup
1593 routine was installed before creating a QDnsManager instance, which
1594 caused the Windows Sockets cleanup routine (installed later from the
1595 QDnsManager constructor by creating the QSocketDevice instance for
1596 the first time) to be called before it (since they are in FILO
1597 order); as a result, the DNS socket was closed after
1598 deinitialization and ::closesocket() returned an error.
1599 - [Qt bug] Fixed QDns::doResInit(): nameservers were not read
1600 properly from the resolv file.
1601
16022004-07-20 21:37 dmik
1603
1604 * src/network/qsocketdevice_pm.cpp:
1605 - Implemented OS/2 version of the QSocketDevice class.
1606
16072004-07-20 21:35 dmik
1608
1609 * mkspecs/os2-g++/: pmwsock.h, qmake.conf, qplatformdefs.h:
1610 - Added pmwsock.h from the toolkit to the GCC specification
1611 directory of Qt (GCC lacks this header).
1612 - qplatformdefs.h: Added workaround to avoid conflicts (duplicate
1613 definitions, etc.) when including pmwsock.h.
1614 - qmake.conf (for GCC): all Qt applications are now linked against
1615 the pmwsock.dll.
1616
16172004-07-06 00:10 dmik
1618
1619 * include/qdns.h, include/qftp.h, include/qhostaddress.h,
1620 include/qhttp.h, include/qnetwork.h, include/qserversocket.h,
1621 include/qsocket.h, include/qsocketdevice.h, include/qsocknot.h,
1622 src/network/qdns.cpp, src/network/qftp.cpp,
1623 src/network/qhostaddress.cpp, src/network/qhttp.cpp,
1624 src/network/qnetwork.cpp, src/network/qserversocket.cpp,
1625 src/network/qsocket.cpp, src/network/qsocketdevice.cpp,
1626 src/network/qt_network.pri: Imported Qt 3.3.1 original sources
1627
16282004-07-06 00:10 dmik
1629
1630 * include/qdns.h, include/qftp.h, include/qhostaddress.h,
1631 include/qhttp.h, include/qnetwork.h, include/qserversocket.h,
1632 include/qsocket.h, include/qsocketdevice.h, include/qsocknot.h,
1633 src/network/qdns.cpp, src/network/qftp.cpp,
1634 src/network/qhostaddress.cpp, src/network/qhttp.cpp,
1635 src/network/qnetwork.cpp, src/network/qserversocket.cpp,
1636 src/network/qsocket.cpp, src/network/qsocketdevice.cpp,
1637 src/network/qt_network.pri: Initial revision
1638
16392004-07-04 16:02 dmik
1640
1641 * src/kernel/qapplication_pm.cpp:
1642 - Improved widget resize processing: now widget contents are updated
1643 instantly while resizing, which slows it down slightly, but gives a
1644 better look because invalid window contents cannot be seen.
1645
16462004-07-04 15:34 dmik
1647
1648 * src/widgets/qpopupmenu.cpp:
1649 - Fixed QPopupMenu: the functionality of underlined letter
1650 accelerators in popups was broken by the previous fix.
1651
16522004-07-01 21:40 dmik
1653
1654 * src/kernel/qwidget_pm.cpp:
1655 - Fixed QWidget::scroll(): now we use our own implementation of the
1656 procedure to scroll window contents -- WinScrollWindow() supplied by
1657 PM is a bit buggy and corrupts update regions sometimes (which
1658 leaves some outdated areas unpainted after scrolling).
1659
16602004-06-30 16:12 dmik
1661
1662 * src/widgets/qscrollview.cpp:
1663 - [Qt misbehavior] Fixed QScrollView: the QScrollView widget itself
1664 is now forced NOT to have the WRepaintNoErase flag (similary to
1665 WStaticContents and WResizeNoErase); this flag (among those
1666 mentioned in brackets) is passed to the viewport() widget instead.
1667 Without this fix, QListView didn't erase it's corner on repainting
1668 when there was no resize widget. See also the message to the
1669 previous revision about why the above is not important on Qt/Win32.
1670
16712004-06-30 13:54 dmik
1672
1673 * CVSROOT/cvswrappers:
1674 - Removed keyword substitution option for *.xpm files (now they are
1675 treated as text files).
1676
16772004-06-30 13:52 dmik
1678
1679 * examples/examples.pro:
1680 - Enabled scrollview example.
1681
16822004-06-30 13:49 dmik
1683
1684 * examples/: listboxcombo/qtlogo.png, richtext/marble.png,
1685 themes/qtlogo.png, themes/trolltech.gif:
1686 - These files are the exact copies of the release 3.3.1 of Qt/Win32,
1687 so their revision is forced to be 2.0
1688
16892004-06-30 13:48 dmik
1690
1691 * examples/: listboxcombo/qtlogo.png, richtext/marble.png,
1692 themes/qtlogo.png, themes/trolltech.gif:
1693 - Readded example bitmaps as binary files.
1694
16952004-06-30 13:46 dmik
1696
1697 * examples/: listboxcombo/qtlogo.png, richtext/marble.png,
1698 themes/qtlogo.png, themes/trolltech.gif:
1699 - Removed badly imported example bitmaps (had been imported as text
1700 instead of binary).
1701
17022004-06-29 19:17 dmik
1703
1704 * examples/scrollview/: README, bg.ppm, scrollview.cpp,
1705 scrollview.doc, scrollview.pro: Imported Qt 3.3.1 original
1706 sources
1707
17082004-06-29 19:17 dmik
1709
1710 * examples/scrollview/: README, bg.ppm, scrollview.cpp,
1711 scrollview.doc, scrollview.pro: Initial revision
1712
17132004-06-29 19:17 dmik
1714
1715 * CVSROOT/cvswrappers:
1716 - Added keyword substitution option for *.ppm files (binary)
1717
17182004-06-29 19:12 dmik
1719
1720 * CVSROOT/cvswrappers:
1721 - Added keyword substitution options for binary files
1722
17232004-06-27 19:18 dmik
1724
1725 * src/kernel/: qapplication_pm.cpp, qwidget_pm.cpp:
1726 - Changed widget redrawing on resize: now widgets without the
1727 WStaticContents flag are always repainted (i.e. immediately redrawn)
1728 rather than updated (redrawn later).
1729 - Fixed QWidget::scroll():
1730 * the geometry of moved children was not properly updated.
1731 * pending update events are now flushed before scrolling is done to
1732 have the up-to-date window contents to be scrolled.
1733
17342004-06-27 16:16 dmik
1735
1736 * src/widgets/qscrollview.cpp:
1737 - [Qt misbehavior] Fixed QScrollView: the viewport() widget is no
1738 more forced to have the WResizeNoErase; now it sets this flag only
1739 when it is passed to the QScrollView constructor (similary to other
1740 flags such as WRepaintNoErase). So, the warning in Qt docs for
1741 QScrollView about this is no more true in Qt/OS2. This is not
1742 important under other platforms (at least Qt/Win32) because Qt
1743 always erases the widget's background on resize (regardless of
1744 WResizeNoErase presence), but does matter under Qt/OS2 where
1745 WResizeNoErase flag is strictly obeyed and the background is not
1746 erased when it is set, leaving the QScrollView viewport's area
1747 unpainted when it is bigger than the actual scroll view contents.
1748
17492004-06-24 21:18 dmik
1750
1751 * src/widgets/qpopupmenu.cpp:
1752 - Changed QPopupMenu::keyPressEvent(): a beep is now heard when the
1753 user activates a disabled menu item using Enter or an underlined
1754 letter, the menu is not dismissed in the latter case -- to conform
1755 to the OS/2 CUA standards.
1756
17572004-06-23 21:32 dmik
1758
1759 * os2-doc/: ChangeLog, changes.html:
1760 - rc03 changes
1761
17622004-06-23 20:52 dmik
1763
1764 * bin/configure.cmd:
1765 - Added a variable that defines what type of the library to compile:
1766 release or debug.
1767
17682004-06-23 20:49 dmik
1769
1770 * examples/examples.pro:
1771 - Added new example: richtext.
1772
17732004-06-23 20:45 dmik
1774
1775 * examples/richtext/: main.cpp, marble.png, richtext.cpp,
1776 richtext.doc, richtext.h, richtext.pro: Imported Qt 3.3.1
1777 original sources
1778
17792004-06-23 20:45 dmik
1780
1781 * examples/richtext/: main.cpp, marble.png, richtext.cpp,
1782 richtext.doc, richtext.h, richtext.pro: Initial revision
1783
17842004-06-23 20:02 dmik
1785
1786 * .qtos2defines:
1787 - Removed unnecessary defines.
1788
17892004-06-23 20:01 dmik
1790
1791 * examples/examples.pro:
1792 - Added new examples: menu, rangecontrols, listbox, tabdialog,
1793 wizard, life, hello, gridview, forever, fonts, addressbook,
1794 splitter, layout, customlayout, themes, scribble,
1795 action\toggleaction, thread\prodcons, thread\semaphores.
1796
17972004-06-23 19:58 dmik
1798
1799 * examples/: listbox/listbox.cpp, listbox/listbox.doc,
1800 listbox/listbox.h, listbox/listbox.pro, listbox/main.cpp,
1801 rangecontrols/main.cpp, rangecontrols/rangecontrols.cpp,
1802 rangecontrols/rangecontrols.doc, rangecontrols/rangecontrols.h,
1803 rangecontrols/rangecontrols.pro: Imported Qt 3.3.1 original
1804 sources
1805
18062004-06-23 19:58 dmik
1807
1808 * examples/: listbox/listbox.cpp, listbox/listbox.doc,
1809 listbox/listbox.h, listbox/listbox.pro, listbox/main.cpp,
1810 rangecontrols/main.cpp, rangecontrols/rangecontrols.cpp,
1811 rangecontrols/rangecontrols.doc, rangecontrols/rangecontrols.h,
1812 rangecontrols/rangecontrols.pro: Initial revision
1813
18142004-06-23 19:50 dmik
1815
1816 * examples/thread/: prodcons/prodcons.cpp, prodcons/prodcons.pro,
1817 semaphores/main.cpp, semaphores/semaphores.pro: Imported Qt 3.3.1
1818 original sources
1819
18202004-06-23 19:50 dmik
1821
1822 * examples/thread/: prodcons/prodcons.cpp, prodcons/prodcons.pro,
1823 semaphores/main.cpp, semaphores/semaphores.pro: Initial revision
1824
18252004-06-23 19:41 dmik
1826
1827 * src/widgets/qt_widgets.pri:
1828 - Added new classes: QAction, QMultiLineEdit, QTabBar, QTabWidget,
1829 QToolBox.
1830
18312004-06-23 19:37 dmik
1832
1833 * src/dialogs/qt_dialogs.pri:
1834 - Added missing dialog classes. Now this file is the exact copy of
1835 the release 3.3.1 of Qt/Win32, so its revision is forced to be 2.0
1836
18372004-06-23 19:32 dmik
1838
1839 * examples/menu/menu.cpp:
1840 - [Qt misbehavior] Fixed "Options" menu: it always used the
1841 QPopupMenu font for the "Normal Font" entry, which was not actually
1842 displayed using a normal (i.e. w/o any attributes) font on systems
1843 where QPopupMenu font was not normal itself (but, for example, bold,
1844 as on OS/2).
1845
18462004-06-23 19:13 dmik
1847
1848 * examples/: action/toggleaction/labelonoff.xpm,
1849 action/toggleaction/toggleaction.cpp,
1850 action/toggleaction/toggleaction.doc,
1851 action/toggleaction/toggleaction.pro, customlayout/border.cpp,
1852 customlayout/border.h, customlayout/card.cpp,
1853 customlayout/card.h, customlayout/customlayout.doc,
1854 customlayout/customlayout.pro, customlayout/flow.cpp,
1855 customlayout/flow.h, customlayout/main.cpp, layout/layout.cpp,
1856 layout/layout.doc, layout/layout.pro, scribble/main.cpp,
1857 scribble/scribble.cpp, scribble/scribble.doc,
1858 scribble/scribble.h, scribble/scribble.pro,
1859 splitter/splitter.cpp, splitter/splitter.doc,
1860 splitter/splitter.pro, themes/fileopen.xpm, themes/main.cpp,
1861 themes/marble.xpm, themes/metal.cpp, themes/metal.h,
1862 themes/metal.xpm, themes/qtlogo.png, themes/stone1.xpm,
1863 themes/stonebright.xpm, themes/stonedark.xpm, themes/themes.cpp,
1864 themes/themes.doc, themes/themes.h, themes/themes.pro,
1865 themes/trolltech.gif, themes/wood.cpp, themes/wood.h: Imported Qt
1866 3.3.1 original sources
1867
18682004-06-23 19:13 dmik
1869
1870 * examples/: action/toggleaction/labelonoff.xpm,
1871 action/toggleaction/toggleaction.cpp,
1872 action/toggleaction/toggleaction.doc,
1873 action/toggleaction/toggleaction.pro, customlayout/border.cpp,
1874 customlayout/border.h, customlayout/card.cpp,
1875 customlayout/card.h, customlayout/customlayout.doc,
1876 customlayout/customlayout.pro, customlayout/flow.cpp,
1877 customlayout/flow.h, customlayout/main.cpp, layout/layout.cpp,
1878 layout/layout.doc, layout/layout.pro, scribble/main.cpp,
1879 scribble/scribble.cpp, scribble/scribble.doc,
1880 scribble/scribble.h, scribble/scribble.pro,
1881 splitter/splitter.cpp, splitter/splitter.doc,
1882 splitter/splitter.pro, themes/fileopen.xpm, themes/main.cpp,
1883 themes/marble.xpm, themes/metal.cpp, themes/metal.h,
1884 themes/metal.xpm, themes/qtlogo.png, themes/stone1.xpm,
1885 themes/stonebright.xpm, themes/stonedark.xpm, themes/themes.cpp,
1886 themes/themes.doc, themes/themes.h, themes/themes.pro,
1887 themes/trolltech.gif, themes/wood.cpp, themes/wood.h: Initial
1888 revision
1889
18902004-06-23 19:11 dmik
1891
1892 * src/kernel/: qapplication_pm.cpp, qwidget_pm.cpp:
1893 - Fixed creation of widgets with the WStyle_NoBorder flag: they
1894 didn't receive activation messages from the system; now a WC_FRAME
1895 window is created for them as well as for other top-level widgets
1896 except popups.
1897
18982004-06-23 19:05 dmik
1899
1900 * src/widgets/qtitlebar.cpp:
1901 - Adapted for OS/2: it now uses PM system color settings for
1902 titlebar colors.
1903
19042004-06-23 16:30 dmik
1905
1906 * src/kernel/: qpaintdevice_pm.cpp, qpixmap_pm.cpp:
1907 - Fixed QPixmap::convertFromImage(): in some cases, when a 8-bit
1908 image palette had less than 256 entries, it failed with a trap
1909 (SYS3175).
1910
19112004-06-23 16:25 dmik
1912
1913 * src/kernel/qpainter_pm.cpp:
1914 - Fixed QPainter::begin(): starting painting on a desktop widget
1915 caused a trap (SYS3175).
1916
19172004-06-23 13:15 dmik
1918
1919 * examples/addressbook/addressbook.doc,
1920 examples/addressbook/addressbook.pro,
1921 examples/addressbook/centralwidget.cpp,
1922 examples/addressbook/centralwidget.h,
1923 examples/addressbook/fileopen.xpm,
1924 examples/addressbook/fileprint.xpm,
1925 examples/addressbook/filesave.xpm, examples/addressbook/main.cpp,
1926 examples/addressbook/mainwindow.cpp,
1927 examples/addressbook/mainwindow.h, examples/fonts/fonts.pro,
1928 examples/fonts/simple-qfont-demo/simple-qfont-demo.cpp,
1929 examples/fonts/simple-qfont-demo/simple-qfont-demo.doc,
1930 examples/fonts/simple-qfont-demo/simple-qfont-demo.pro,
1931 examples/fonts/simple-qfont-demo/viewer.cpp,
1932 examples/fonts/simple-qfont-demo/viewer.h,
1933 examples/forever/README, examples/forever/forever.cpp,
1934 examples/forever/forever.doc, examples/forever/forever.h,
1935 examples/forever/forever.pro, examples/gridview/gridview.cpp,
1936 examples/gridview/gridview.pro, examples/hello/README,
1937 examples/hello/hello.cpp, examples/hello/hello.doc,
1938 examples/hello/hello.h, examples/hello/hello.pro,
1939 examples/hello/main.cpp, examples/life/life.cpp,
1940 examples/life/life.doc, examples/life/life.h,
1941 examples/life/life.pro, examples/life/lifedlg.cpp,
1942 examples/life/lifedlg.h, examples/life/main.cpp,
1943 examples/life/patterns.cpp, examples/tabdialog/main.cpp,
1944 examples/tabdialog/tabdialog.cpp,
1945 examples/tabdialog/tabdialog.doc, examples/tabdialog/tabdialog.h,
1946 examples/tabdialog/tabdialog.pro, examples/wizard/main.cpp,
1947 examples/wizard/wizard.cpp, examples/wizard/wizard.doc,
1948 examples/wizard/wizard.h, examples/wizard/wizard.pro,
1949 include/qaction.h, include/qmultilinedit.h,
1950 include/qmultilineedit.h, src/widgets/qaction.cpp,
1951 src/widgets/qmultilineedit.cpp: Imported Qt 3.3.1 original
1952 sources
1953
19542004-06-23 13:15 dmik
1955
1956 * examples/addressbook/addressbook.doc,
1957 examples/addressbook/addressbook.pro,
1958 examples/addressbook/centralwidget.cpp,
1959 examples/addressbook/centralwidget.h,
1960 examples/addressbook/fileopen.xpm,
1961 examples/addressbook/fileprint.xpm,
1962 examples/addressbook/filesave.xpm, examples/addressbook/main.cpp,
1963 examples/addressbook/mainwindow.cpp,
1964 examples/addressbook/mainwindow.h, examples/fonts/fonts.pro,
1965 examples/fonts/simple-qfont-demo/simple-qfont-demo.cpp,
1966 examples/fonts/simple-qfont-demo/simple-qfont-demo.doc,
1967 examples/fonts/simple-qfont-demo/simple-qfont-demo.pro,
1968 examples/fonts/simple-qfont-demo/viewer.cpp,
1969 examples/fonts/simple-qfont-demo/viewer.h,
1970 examples/forever/README, examples/forever/forever.cpp,
1971 examples/forever/forever.doc, examples/forever/forever.h,
1972 examples/forever/forever.pro, examples/gridview/gridview.cpp,
1973 examples/gridview/gridview.pro, examples/hello/README,
1974 examples/hello/hello.cpp, examples/hello/hello.doc,
1975 examples/hello/hello.h, examples/hello/hello.pro,
1976 examples/hello/main.cpp, examples/life/life.cpp,
1977 examples/life/life.doc, examples/life/life.h,
1978 examples/life/life.pro, examples/life/lifedlg.cpp,
1979 examples/life/lifedlg.h, examples/life/main.cpp,
1980 examples/life/patterns.cpp, examples/tabdialog/main.cpp,
1981 examples/tabdialog/tabdialog.cpp,
1982 examples/tabdialog/tabdialog.doc, examples/tabdialog/tabdialog.h,
1983 examples/tabdialog/tabdialog.pro, examples/wizard/main.cpp,
1984 examples/wizard/wizard.cpp, examples/wizard/wizard.doc,
1985 examples/wizard/wizard.h, examples/wizard/wizard.pro,
1986 include/qaction.h, include/qmultilinedit.h,
1987 include/qmultilineedit.h, src/widgets/qaction.cpp,
1988 src/widgets/qmultilineedit.cpp: Initial revision
1989
19902004-06-23 11:26 dmik
1991
1992 * examples/menu/menu.cpp, examples/menu/menu.doc,
1993 examples/menu/menu.h, examples/menu/menu.pro,
1994 include/qerrormessage.h, include/qinputdialog.h,
1995 include/qtabdialog.h, include/qtabdlg.h, include/qwizard.h,
1996 src/dialogs/qerrormessage.cpp, src/dialogs/qinputdialog.cpp,
1997 src/dialogs/qtabdialog.cpp, src/dialogs/qwizard.cpp,
1998 src/widgets/qtabbar.cpp, src/widgets/qtabwidget.cpp,
1999 src/widgets/qtoolbox.cpp: Imported Qt 3.3.1 original sources
2000
20012004-06-23 11:26 dmik
2002
2003 * examples/menu/menu.cpp, examples/menu/menu.doc,
2004 examples/menu/menu.h, examples/menu/menu.pro,
2005 include/qerrormessage.h, include/qinputdialog.h,
2006 include/qtabdialog.h, include/qtabdlg.h, include/qwizard.h,
2007 src/dialogs/qerrormessage.cpp, src/dialogs/qinputdialog.cpp,
2008 src/dialogs/qtabdialog.cpp, src/dialogs/qwizard.cpp,
2009 src/widgets/qtabbar.cpp, src/widgets/qtabwidget.cpp,
2010 src/widgets/qtoolbox.cpp: Initial revision
2011
20122004-06-22 20:02 dmik
2013
2014 * src/kernel/qapplication_pm.cpp:
2015 - Added support of OS/2 system fonts for widgets: now Qt
2016 applications use the PM Scheme Palette settings to choose default
2017 widget fonts if QApplication::desktopSettingsAware() is TRUE (which
2018 is by default).
2019
20202004-06-22 19:57 dmik
2021
2022 * src/kernel/qfontengine_pm.cpp:
2023 - Changed QFontEngine::lineThickness() and underlinePosition(): now
2024 they use the corresponding values from the font definition to let
2025 underlined fonts look similar to other OS/2 apps.
2026
20272004-06-22 16:13 dmik
2028
2029 * src/kernel/: qapplication_pm.cpp, qwidget.cpp, qwidget_pm.cpp:
2030 - Implemented QWidget::reparent(); tearing off menus seems to works
2031 well.
2032 - Changed widget creation: the WStyle_Tool flag is now specially
2033 handled when it is not combined with WStyle_Customize -- the
2034 resulting window gets a thin border and a title (it violates the Qt
2035 docs about WStyle_* flags, but it is used by QPopupMenu to create
2036 torn-off menus).
2037 - Fixed the automatic mouse capture when opening popup widgets: if
2038 there are no mouse buttons remaining pressed at a time when a popup
2039 is opened (for example, from a QContextMenuEvent handler) it doesn't
2040 capture the mouse input outside its boundaries anymore.
2041
20422004-06-22 16:02 dmik
2043
2044 * src/widgets/qpopupmenu.cpp:
2045 - Changed QPopupMenu::mouseReleaseEvent(): a beep is now heard when
2046 the user selects a disabled menu item with a mouse -- to conform to
2047 the standard OS/2 CUA.
2048
20492004-06-22 12:50 dmik
2050
2051 * src/kernel/qcursor_pm.cpp:
2052 - Fixed QCursor::pos(): y coordinate was returned relative to the
2053 bottom of the screen rather than to the top.
2054
20552004-06-21 16:37 dmik
2056
2057 * src/kernel/: qapplication_pm.cpp, qwidget_pm.cpp:
2058 - Improved the behavior of the standard system menu:
2059 * OS/2-default accelerators for menu entries (move, size, etc.) are
2060 now removed from the menu text because these accelerators are
2061 disabled in Qt/OS2 to avoid possible conflicts with multiplatform Qt
2062 applications that use Alt-F7, Alt-F8, etc. for their own purposes.
2063 * The system menu can now be completely closed by a single ESC
2064 press; previously this brought us to its "menu bar", whose active
2065 state could not be seen in frame windows with an icon and therefore
2066 confused the user.
2067
20682004-06-20 20:36 dmik
2069
2070 * include/qpixmap.h, src/kernel/qpaintdevice_pm.cpp,
2071 src/kernel/qpixmap_pm.cpp:
2072 - Fixed QPixmap::convertToImage(): pixmaps with a mask were not
2073 converted properly to images with alpha.
2074 - Fixed ::bitBlt(): bitmaps (1-bpp pixmaps) with a mask might have
2075 been drawn in wrong colors in some cases.
2076
20772004-06-19 02:10 dmik
2078
2079 * src/styles/qcommonstyle.cpp:
2080 - [Qt misbehavior]
2081 QCommonStyle::drawPrimitive(PE_CheckListController): the icon for
2082 this primitive was always scaled to fit the supplied rectangle; now
2083 it is scaled only of it is larger, otherwise (and this is more
2084 frequent case) it is centered in the rectangle, giving much more
2085 accurate look.
2086
20872004-06-18 19:06 dmik
2088
2089 * tutorial/t14/cannon.cpp:
2090 - [Qt bug]: CannonField::paintCannon() the cannon base left
2091 one-pixel line unpainted under it (at least on Win32 and OS/2).
2092
20932004-06-18 16:35 dmik
2094
2095 * include/qpixmap.h, src/kernel/qpaintdevice_pm.cpp,
2096 src/kernel/qpixmap_pm.cpp:
2097 - Improved drawing pixmaps with masks:
2098 * the black flicker (appeared due to a black-source method for
2099 transparency) is no more visible (internal doublebuffering is used
2100 for this, which slightly decreases the speed).
2101 * now it's possible to use all available ROP operations with masked
2102 pixmaps (not only CopyROP and XorROP as before).
2103
21042004-06-18 16:26 dmik
2105
2106 * src/kernel/qpainter_pm.cpp:
2107 - Fixed QPainter::updateBrush(): pixmap brushes set on this painter
2108 were not properly updated; as a result, figures were always filled
2109 with black.
2110 - Fixed QPainter::setBrushOrigin(): the origin was always shifted 1
2111 pixel downwards from the requested.
2112
21132004-06-17 21:43 dmik
2114
2115 * src/kernel/qapplication_pm.cpp:
2116 - Improved QEvent::ContextMenu handling: PM mouse system settings
2117 for this are now obeyed; pressing the Windows context menu key on
2118 extended keyboards also sends this event.
2119
21202004-06-17 19:45 dmik
2121
2122 * src/widgets/qsplitter.cpp:
2123 - [Qt improvement] Optimized QSplitter::setRubberband( int p ): the
2124 rubberband is now moving without a flicker
2125
21262004-06-17 15:00 dmik
2127
2128 * src/kernel/: qpaintdevice_pm.cpp, qpainter_pm.cpp:
2129 - Fixed QPainter::begin() and ::bitBlt: requesting unclipped
2130 painting (via the WPaintUnclipped widget flag or the corresponding
2131 parameter of begin()) for top level widgets caused the painter's
2132 origin to be shifted leftwards and downwards by the widget's frame
2133 width and height.
2134
21352004-06-17 01:58 dmik
2136
2137 * src/dialogs/qfiledialog.cpp:
2138 - Improved QFileDialog: added OS/2-specific code to exclude hidden
2139 files from the listing when the corresponding popup menu flag is
2140 set.
2141
21422004-06-16 19:31 dmik
2143
2144 * os2-doc/: ChangeLog, changes.html:
2145 - rc02 changes
2146
21472004-06-16 18:51 dmik
2148
2149 * src/kernel/qpainter_pm.cpp:
2150 - Changed QPainter::drawWinFocusRect(...,QColor): now it draws white
2151 points instead of black if the gray value of the given color is 128
2152 and less (the threshold was less than 120 before).
2153 - Fixed XOR version of QPainter::drawWinFocusRect(): due to a bug in
2154 OS/2 GPI the focus rectange was drawn wrongly if there was a clip
2155 region set.
2156
21572004-06-16 18:41 dmik
2158
2159 * src/kernel/qapplication_pm.cpp:
2160 - Corrected a typo.
2161
21622004-06-16 18:40 dmik
2163
2164 * src/kernel/qwidget_pm.cpp:
2165 - Fixed QWidget::erase(QRegion): it left the region flipped (i.e. in
2166 GPI coordinates) which produced wrong results if the region was used
2167 again later.
2168
21692004-06-16 03:03 dmik
2170
2171 * src/dialogs/qmessagebox.cpp:
2172 - Changed QMessageBox::showEvent(): when Qt is compiled on OS/2
2173 without the accessibility support (which is currently the only case
2174 for this platform), it plays a sound corresponding to the messagebox
2175 type directly, not through QAccessible::updateAccessibility().
2176 Probably, this will be changed later, as soon as the accessibility
2177 support is implemented on OS/2.
2178
21792004-06-15 20:20 dmik
2180
2181 * examples/examples.pro:
2182 - Corrected a typo.
2183
21842004-06-15 19:55 dmik
2185
2186 * .qtos2defines, src/dialogs/qt_dialogs.pri,
2187 src/kernel/qt_kernel.pri, examples/examples.pro,
2188 src/widgets/qt_widgets.pri:
2189 - Added classes:
2190 * kernel: QStyleSheet, QSimpleRichText;
2191 * widgets: QGridView, QSpinBox, QSyntaxHighlighter, QTextEdit,
2192 QTextView;
2193 * dialogs: QColorDialog, QFontDialog
2194 - Added examples: lineedits, listboxcombo, listviews, progressbar.
2195
21962004-06-15 19:28 dmik
2197
2198 * examples/lineedits/lineedits.cpp,
2199 examples/lineedits/lineedits.doc, examples/lineedits/lineedits.h,
2200 examples/lineedits/lineedits.pro, examples/lineedits/main.cpp,
2201 examples/listboxcombo/fileopen.xpm,
2202 examples/listboxcombo/listboxcombo.cpp,
2203 examples/listboxcombo/listboxcombo.doc,
2204 examples/listboxcombo/listboxcombo.h,
2205 examples/listboxcombo/listboxcombo.pro,
2206 examples/listboxcombo/main.cpp, examples/listboxcombo/qtlogo.png,
2207 examples/listviews/listviews.cpp,
2208 examples/listviews/listviews.doc, examples/listviews/listviews.h,
2209 examples/listviews/listviews.pro, examples/listviews/main.cpp,
2210 examples/progressbar/main.cpp,
2211 examples/progressbar/progressbar.cpp,
2212 examples/progressbar/progressbar.doc,
2213 examples/progressbar/progressbar.h,
2214 examples/progressbar/progressbar.pro, src/widgets/qspinbox.cpp:
2215 Imported Qt 3.3.1 original sources
2216
22172004-06-15 19:28 dmik
2218
2219 * examples/lineedits/lineedits.cpp,
2220 examples/lineedits/lineedits.doc, examples/lineedits/lineedits.h,
2221 examples/lineedits/lineedits.pro, examples/lineedits/main.cpp,
2222 examples/listboxcombo/fileopen.xpm,
2223 examples/listboxcombo/listboxcombo.cpp,
2224 examples/listboxcombo/listboxcombo.doc,
2225 examples/listboxcombo/listboxcombo.h,
2226 examples/listboxcombo/listboxcombo.pro,
2227 examples/listboxcombo/main.cpp, examples/listboxcombo/qtlogo.png,
2228 examples/listviews/listviews.cpp,
2229 examples/listviews/listviews.doc, examples/listviews/listviews.h,
2230 examples/listviews/listviews.pro, examples/listviews/main.cpp,
2231 examples/progressbar/main.cpp,
2232 examples/progressbar/progressbar.cpp,
2233 examples/progressbar/progressbar.doc,
2234 examples/progressbar/progressbar.h,
2235 examples/progressbar/progressbar.pro, src/widgets/qspinbox.cpp:
2236 Initial revision
2237
22382004-06-15 19:22 dmik
2239
2240 * src/kernel/qapplication_pm.cpp:
2241 - Implemented mouse wheel handling (including QEvent::Wheel
2242 processing).
2243 - Fixed popup handling: if a popup was closed by clicking on an
2244 inactive Qt window, that window became active in PM but not in Qt.
2245
22462004-06-15 19:14 dmik
2247
2248 * src/: kernel/qrichtext.cpp, widgets/qtextedit.cpp:
2249 - Adapted for OS/2
2250
22512004-06-15 19:12 dmik
2252
2253 * src/kernel/: qfontdata_p.h, qfontdatabase.cpp,
2254 qfontdatabase_pm.cpp:
2255 - Fixed QFontDatabase: point sizes for bitmap (non-scalable) fonts
2256 were reported multiplied by 10.
2257 - Changed QFontDatabase::families(scrpit) functionality: now it
2258 returns all fonts installed when script = QFont::UnknownScript and
2259 nothing otherwise. This is a temporary solution to let QFontDialog
2260 work.
2261 - Fixed font matching algorithm for the "System VIO" font: not all
2262 its sizes were available.
2263
22642004-06-15 15:42 dmik
2265
2266 * include/qtextedit.h:
2267 - Explicitly commented out slots that use QMime and QClipboard (we
2268 need this since MOC ignores preprocessor macros and defines these
2269 slots anyway which produces compile errors)
2270
22712004-06-15 11:54 dmik
2272
2273 * include/qfontdialog.h, src/dialogs/qfontdialog.cpp: Imported Qt
2274 3.3.1 original sources
2275
22762004-06-15 11:54 dmik
2277
2278 * include/qfontdialog.h, src/dialogs/qfontdialog.cpp: Initial
2279 revision
2280
22812004-06-15 11:31 dmik
2282
2283 * include/qcolordialog.h, include/qgridview.h,
2284 include/qsyntaxhighlighter.h, include/qtextbrowser.h,
2285 include/qtextedit.h, include/qtextview.h,
2286 src/dialogs/qcolordialog.cpp, src/kernel/qrichtext.cpp,
2287 src/kernel/qrichtext_p.cpp, src/kernel/qrichtext_p.h,
2288 src/kernel/qsimplerichtext.cpp, src/kernel/qstylesheet.cpp,
2289 src/widgets/qgridview.cpp, src/widgets/qsyntaxhighlighter.cpp,
2290 src/widgets/qsyntaxhighlighter_p.h, src/widgets/qtextbrowser.cpp,
2291 src/widgets/qtextedit.cpp, src/widgets/qtextview.cpp: Imported Qt
2292 3.3.1 original sources
2293
22942004-06-15 11:31 dmik
2295
2296 * include/qcolordialog.h, include/qgridview.h,
2297 include/qsyntaxhighlighter.h, include/qtextbrowser.h,
2298 include/qtextedit.h, include/qtextview.h,
2299 src/dialogs/qcolordialog.cpp, src/kernel/qrichtext.cpp,
2300 src/kernel/qrichtext_p.cpp, src/kernel/qrichtext_p.h,
2301 src/kernel/qsimplerichtext.cpp, src/kernel/qstylesheet.cpp,
2302 src/widgets/qgridview.cpp, src/widgets/qsyntaxhighlighter.cpp,
2303 src/widgets/qsyntaxhighlighter_p.h, src/widgets/qtextbrowser.cpp,
2304 src/widgets/qtextedit.cpp, src/widgets/qtextview.cpp: Initial
2305 revision
2306
23072004-06-15 01:06 dmik
2308
2309 * src/kernel/qpainter_pm.cpp:
2310 - Fixed QPainter::drawPolyInternal(): it modified the original point
2311 array, which produced wrong results if the array was subsequently
2312 used for drawing. Now it does a copy.
2313
23142004-06-14 23:48 dmik
2315
2316 * src/kernel/qeventloop_pm.cpp:
2317 - Changed starting zero timers: the delay between starting a zero
2318 timer and emitting its first signal was too long (could be several
2319 times longer than for regular 1 ms timers). Now it is comparable.
2320
23212004-06-14 23:44 dmik
2322
2323 * include/qpainter.h, include/qwindowdefs_pm.h,
2324 src/kernel/qapplication_pm.cpp, src/kernel/qpaintdevice_pm.cpp,
2325 src/kernel/qpainter_pm.cpp, src/kernel/qregion_pm.cpp,
2326 src/kernel/qwidget_pm.cpp:
2327 - Changed QWidget::repaint() functionality. Now the QPaintEvent that
2328 follows immediately after repaint() will have its rect() and
2329 region() equal to those passed to repaint(). It's turned out that
2330 some widgets (for example, QListView) strictly rely on this and
2331 produce an infinite number of repaint events (which gives 100% CPU
2332 load and can lead to a PM hang) when the area passed to repaint()
2333 differs from that one reported by QPaintEvent's methods.
2334 - Added support of OS/2 system colors for widgets: now Qt
2335 applications use the PM Scheme Palette color settings if
2336 QApplication::desktopSettingsAware() is TRUE (which is by default).
2337
23382004-06-11 22:04 dmik
2339
2340 * include/qpixmap.h, src/kernel/qpaintdevice_pm.cpp,
2341 src/kernel/qpixmap.cpp, src/kernel/qpixmap_pm.cpp:
2342 - FIxed ::bitBlt(): due to a limitation of OS/2 GRE (or the majority
2343 of video drivers?) regarding to bitmap patterns, pixmaps with the
2344 mask were not drawn correctly; now they do. This fix also makes the
2345 optimization setting for such pixmaps meaningful
2346 (NoOptim/MemoryOptim optimizes for memory, NormalOptim/BestOptim --
2347 for speed).
2348
23492004-06-11 21:46 dmik
2350
2351 * src/kernel/qiconset.cpp: [Qt misbehavior] Changed
2352 QIconSet::createDisabled(): it used base() and foreground() colors
2353 of the disabled() QColorGroup from the standard app palette for the
2354 risen and sunken effects correspondingly when generating the
2355 disabled icon. But that base() color is the same as background() in
2356 the standard (non-themed) palette, which eliminated the 3D effect
2357 (disabled icon became just a one-color shade). Now it uses light()
2358 and dark() instead, which looks more logical as well. Also, disabled
2359 icons in Qt/Win32 (using Windows style) do not look too dark any
2360 more.
2361
23622004-06-11 20:48 dmik
2363
2364 * src/kernel/qiconset.cpp: [Qt bug] Fixed
2365 QIconSet::createDisabled(): disabled icons were wrongly generated
2366 when the QApplication::palette().disabled().base() color was other
2367 than white.
2368
23692004-06-10 15:48 dmik
2370
2371 * src/tools/qfileinfo_pm.cpp:
2372 - Changed QFileInfo::isDir(): now it reports true for paths like
2373 "//server/share" or "x:/" even if they don't actually exist -- it's
2374 done for compatibility with Qt/Win32.
2375
23762004-06-10 15:45 dmik
2377
2378 * src/tools/qdir_pm.cpp:
2379 - Fixed QDir::canonicalPath(): accidentally it changed the current
2380 dir on the drive it represented, which could make it impossible to
2381 remove or rename a directory with QDir::rmdir()/rename() --
2382 QFileDialog was the example of such poor behavior.
2383
23842004-06-10 15:30 dmik
2385
2386 * src/kernel/qurl.cpp:
2387 - Adapted for OS/2
2388
23892004-06-10 00:10 dmik
2390
2391 * src/kernel/: qapplication_pm.cpp, qwidget.cpp, qwidget_pm.cpp:
2392 - Changed: now dialog windows get resizeable frame by default (for
2393 compatibility with Qt/Win32).
2394 - Fixed: setting top-level widget's child as a parent for other
2395 top-level widget caused a trap in PMMERGE.DLL.
2396 - Fixed modality and popup support (many changes related to this):
2397 * widgets could be blocked twice by the second and the following
2398 modal widgets; likewise, they could be unblocked too early by closed
2399 modals while other modals were still existing.
2400 * secondary top-level widgets could not be blocked by modals
2401 sometimes; also the WGroupLeader flag was not obeyed in some cases
2402 when choosing what widgets to block.
2403 * newly shown modal widgets did not block other modals if they
2404 existed (only one modal must be active at a time in Qt).
2405 * a modal widget launched by the other modal that had a parent
2406 caused stack overflow and SYS3171.
2407 * popup widgets launched from modals were covered by them and it was
2408 not possible to make them visible.
2409 * popup widgets did not disappear when the user clicked on the
2410 disabled Qt window.
2411 - Fixed: mouse events now contain correct key state for LWIN/RWIN
2412 and AltGr.
2413
24142004-06-09 22:48 dmik
2415
2416 * include/qwindowdefs_pm.h, src/kernel/qfontengine_pm.cpp,
2417 src/kernel/qpaintdevice_pm.cpp, src/kernel/qpainter_pm.cpp:
2418 - Changed prefix LCID_* to LCID_Q* in special Qt constants, for
2419 clarity.
2420 - qwindowdefs_pm.h: added QWL_QTMODAL window data field to store the
2421 modal widget pointer that made the given window blocked.
2422
24232004-06-05 21:21 dmik
2424
2425 * src/widgets/qlabel.cpp:
2426 - [QT bug] Fixed setText(): '&'-accels in labels were not
2427 recognizable if Qt was compiled with QT_NO_RICHTEXT macro.
2428
24292004-06-05 17:42 dmik
2430
2431 * src/widgets/qlabel.cpp:
2432 - [Qt bug] Fixed resizeEvent(): cr.right() and cr.bottom() are
2433 inclusive, so we must add 1 to get the width and height.
2434
24352004-06-04 04:16 dmik
2436
2437 * os2-doc/: ChangeLog, changes.html:
2438 - rc01 changes
2439
24402004-06-04 03:48 dmik
2441
2442 * bin/configure.cmd:
2443 - Added dialogs module.
2444
24452004-06-04 03:31 dmik
2446
2447 * examples/examples.pro:
2448 - Added a few more examples.
2449
24502004-06-04 03:26 dmik
2451
2452 * examples/: buttongroups/README, buttongroups/buttongroups.cpp,
2453 buttongroups/buttongroups.doc, buttongroups/buttongroups.h,
2454 buttongroups/buttongroups.pro, buttongroups/main.cpp,
2455 checklists/checklists.cpp, checklists/checklists.doc,
2456 checklists/checklists.h, checklists/checklists.pro,
2457 checklists/main.cpp, popup/README, popup/popup.cpp,
2458 popup/popup.doc, popup/popup.h, popup/popup.pro, progress/README,
2459 progress/progress.cpp, progress/progress.doc,
2460 progress/progress.pro, tooltip/README, tooltip/main.cpp,
2461 tooltip/tooltip.cpp, tooltip/tooltip.doc, tooltip/tooltip.h,
2462 tooltip/tooltip.pro: Imported Qt 3.3.1 original sources
2463
24642004-06-04 03:26 dmik
2465
2466 * examples/: buttongroups/README, buttongroups/buttongroups.cpp,
2467 buttongroups/buttongroups.doc, buttongroups/buttongroups.h,
2468 buttongroups/buttongroups.pro, buttongroups/main.cpp,
2469 checklists/checklists.cpp, checklists/checklists.doc,
2470 checklists/checklists.h, checklists/checklists.pro,
2471 checklists/main.cpp, popup/README, popup/popup.cpp,
2472 popup/popup.doc, popup/popup.h, popup/popup.pro, progress/README,
2473 progress/progress.cpp, progress/progress.doc,
2474 progress/progress.pro, tooltip/README, tooltip/main.cpp,
2475 tooltip/tooltip.cpp, tooltip/tooltip.doc, tooltip/tooltip.h,
2476 tooltip/tooltip.pro: Initial revision
2477
24782004-06-04 03:21 dmik
2479
2480 * .qtos2defines, src/dialogs/qt_dialogs.pri,
2481 src/kernel/qt_kernel.pri, src/widgets/qt_widgets.pri:
2482 - dialogs: added QFileDialog.
2483 - kernel, widgets: lots of new classes, see changelog.
2484
24852004-06-04 03:03 dmik
2486
2487 * src/kernel/qapplication_pm.cpp:
2488 - Changed handling of Alt-F4 for top-level widgets that do not have
2489 the system menu: they ignored it; now they close themselves.
2490 - Changed WM_PAINT handling: QWidget::erase() wasn't called if
2491 either WRepaintNoErase or WResizeNoErase were set; now they both
2492 must be set to disable erase().
2493
24942004-06-04 02:55 dmik
2495
2496 * src/dialogs/qfiledialog.cpp:
2497 - Adapted for OS/2
2498
24992004-06-04 02:54 dmik
2500
2501 * src/kernel/qeventloop_pm.cpp:
2502 - Small fixes of timer handling.
2503
25042004-06-04 02:52 dmik
2505
2506 * src/kernel/qwidget_pm.cpp:
2507 - Fixed create(): WinQueryDesktopWindow() passed as an owner (when
2508 the widget's parent was QDesktopWidget) to WinCreateWindow() caused
2509 100% CPU load; now HWND_DESKTOP is used instead .
2510 - Changed create(): WPaintUnclipped is ignored for now (it causes
2511 terrible flicker in QFileDialog's list boxes). Btw, Qt/Win32 does
2512 the same.
2513 - Implemented scroll().
2514
25152004-06-03 22:34 dmik
2516
2517 * src/kernel/qfontengine_pm.cpp:
2518 - Fixed QFontEnginePM::draw(): sometimes QPainter could come with
2519 DirtyFont flag set, which caused text do be drawn with the wrong
2520 font; now the font is updated in such cases.
2521
25222004-06-03 21:02 dmik
2523
2524 * include/qlocalfs.h, include/qwidgetstack.h,
2525 src/kernel/qlocalfs.cpp, src/kernel/qnetworkprotocol.cpp,
2526 src/kernel/qurl.cpp, src/kernel/qurlinfo.cpp,
2527 src/kernel/qurloperator.cpp, src/widgets/qwidgetstack.cpp:
2528 Imported Qt 3.3.1 original sources
2529
25302004-06-03 21:02 dmik
2531
2532 * include/qlocalfs.h, include/qwidgetstack.h,
2533 src/kernel/qlocalfs.cpp, src/kernel/qnetworkprotocol.cpp,
2534 src/kernel/qurl.cpp, src/kernel/qurlinfo.cpp,
2535 src/kernel/qurloperator.cpp, src/widgets/qwidgetstack.cpp:
2536 Initial revision
2537
25382004-06-03 20:21 dmik
2539
2540 * include/: qlistview.h, qscrollview.h:
2541 - Explicitly commented out slots that use QDrag* and QDrop* classes
2542 (we need this since MOC ignores preprocessor macros and defines
2543 these slots anyway which produces compile errors)
2544
25452004-06-03 20:18 dmik
2546
2547 * include/qfiledialog.h, include/qfiledlg.h,
2548 include/qnetworkprotocol.h, include/qurl.h, include/qurlinfo.h,
2549 include/qurloperator.h, src/dialogs/qfiledialog.cpp: Imported Qt
2550 3.3.1 original sources
2551
25522004-06-03 20:18 dmik
2553
2554 * include/qfiledialog.h, include/qfiledlg.h,
2555 include/qnetworkprotocol.h, include/qurl.h, include/qurlinfo.h,
2556 include/qurloperator.h, src/dialogs/qfiledialog.cpp: Initial
2557 revision
2558
25592004-06-03 00:49 dmik
2560
2561 * src/widgets/qwidgetresizehandler.cpp:
2562 - Adapted for OS/2.
2563
25642004-06-03 00:19 dmik
2565
2566 * src/kernel/qpainter_pm.cpp:
2567 - Fixed: Qt::NoPen pen style caused lines to be drawn by the current
2568 painter's background color (in the opaque background mode) instead
2569 of being totally invisible.
2570
25712004-06-02 20:42 dmik
2572
2573 * include/qsplitter.h, src/widgets/qsplitter.cpp: Imported Qt 3.3.1
2574 original sources
2575
25762004-06-02 20:42 dmik
2577
2578 * include/qsplitter.h, src/widgets/qsplitter.cpp: Initial revision
2579
25802004-06-02 20:31 dmik
2581
2582 * include/qtooltip.h, src/widgets/qcombobox.cpp,
2583 src/widgets/qdialogbuttons.cpp, src/widgets/qdockarea.cpp,
2584 src/widgets/qdockwindow.cpp, src/widgets/qheader.cpp,
2585 src/widgets/qlistbox.cpp, src/widgets/qlistview.cpp,
2586 src/widgets/qscrollbar.cpp, src/widgets/qscrollview.cpp,
2587 src/widgets/qtitlebar.cpp, src/widgets/qtoolbar.cpp,
2588 src/widgets/qtoolbutton.cpp, src/widgets/qtooltip.cpp,
2589 src/widgets/qwidgetresizehandler.cpp,
2590 src/widgets/qwidgetresizehandler_p.h: Imported Qt 3.3.1 original
2591 sources
2592
25932004-06-02 20:31 dmik
2594
2595 * include/qtooltip.h, src/widgets/qcombobox.cpp,
2596 src/widgets/qdialogbuttons.cpp, src/widgets/qdockarea.cpp,
2597 src/widgets/qdockwindow.cpp, src/widgets/qheader.cpp,
2598 src/widgets/qlistbox.cpp, src/widgets/qlistview.cpp,
2599 src/widgets/qscrollbar.cpp, src/widgets/qscrollview.cpp,
2600 src/widgets/qtitlebar.cpp, src/widgets/qtoolbar.cpp,
2601 src/widgets/qtoolbutton.cpp, src/widgets/qtooltip.cpp,
2602 src/widgets/qwidgetresizehandler.cpp,
2603 src/widgets/qwidgetresizehandler_p.h: Initial revision
2604
26052004-06-02 18:37 dmik
2606
2607 * src/kernel/qpainter_pm.cpp:
2608 - Changed: pen width greater than 0 caused QPainter to draw
2609 geometric lines; now geometric lines are drawn for widths greater
2610 than 1 -- this gives 1-pixel wide lines an opportunity to use pen
2611 styles. Previously, only 0-pixel wide lines used them because GPI
2612 doesn't support line styles for geometric lines.
2613 - Replaced: cpen.color() is used instead of cpen.data->color; for
2614 clarity.
2615
26162004-06-02 18:09 dmik
2617
2618 * src/kernel/qregion_pm.cpp: contains(QRect&): fixed: rectangles
2619 partially overlapped by this region returned FALSE; now they return
2620 TRUE.
2621
26222004-06-02 18:06 dmik
2623
2624 * src/kernel/qwidget_pm.cpp:
2625 - create(): some fixes of debug messages.
2626 - showWindow(): now WStyle_Dialog widgets with no parent also create
2627 a window list entry for themselves.
2628 - Fixed erase(QRegion&): old clip region was not deselected from hps
2629 before combining, which resulted into erasing nothing.
2630
26312004-06-02 13:53 dmik
2632
2633 * .qtos2defines, Makefile.os2-g++, src/qt.pro,
2634 src/dialogs/qt_dialogs.pri, src/widgets/qt_widgets.pri:
2635 - dialogs: added dialogs module, QDialog, QMessageBox and
2636 QProgressDialog classes.
2637 - widgets: added QPopupMenu, QMenuBar, QMenuData, QLineEdit,
2638 QValidator, QProgressBar and QStatusBar classes.
2639
26402004-06-02 13:45 dmik
2641
2642 * src/kernel/qapplication_pm.cpp:
2643 - Implemented modal and popup widget functionality.
2644 - Some keyboard and mouse move handling fixes.
2645 - Implemented QApplication::cursorFlashTime(), setCursorFlashTime(),
2646 doubleClickInterval() and setDoubleClickInterval() methods.
2647
26482004-06-02 13:36 dmik
2649
2650 * src/kernel/qapplication.cpp:
2651 - qmessagebox.h is included now.
2652
26532004-06-02 13:33 dmik
2654
2655 * src/kernel/qwidget.cpp:
2656 - Now setFocus() and clearFocus() do not use
2657 WinSetFocus()/WinQueryFocus(). This seems not to be necessary at all
2658 (Qt completely handles focus traversal itself) and slightly
2659 simplifies focus handlig in some cases.
2660
26612004-06-02 13:30 dmik
2662
2663 * src/kernel/qeventloop_pm.cpp:
2664 - Fixed: when ExcludeUserInput was specified messages that need to
2665 be "eaten" were not defined correctly.
2666
26672004-06-02 13:27 dmik
2668
2669 * mkspecs/os2-g++/qmake.conf:
2670 - Fixed the temporary solution to let makefiles generated from
2671 'subdirs' projects work correctly (MINGW generator is buggy here).
2672
26732004-06-02 12:54 dmik
2674
2675 * src/kernel/qabstractlayout.cpp:
2676 - Removed temporary comments. Now this file is the exact copy of the
2677 release 3.3.1 of Qt/Win32, so its revision is forced to be 2.0
2678
26792004-06-02 12:52 dmik
2680
2681 * include/qpushbutton.h:
2682 - Uncommented temporary comments. Now this file is the exact copy of
2683 the release 3.3.1 of Qt/Win32, so its revision is forced to be 2.0
2684
26852004-06-02 12:47 dmik
2686
2687 * include/qlineedit.h:
2688 - Explicitly commented out slots that use QClipboard (we need this
2689 since MOC ignores preprocessor macros and defines these slots anyway
2690 which produces compile errors)
2691
26922004-06-01 13:38 dmik
2693
2694 * src/widgets/qlineedit.cpp:
2695 - Adapted for OS/2
2696
26972004-06-01 13:17 dmik
2698
2699 * src/widgets/qstatusbar.cpp: Imported Qt 3.3.1 original sources
2700
27012004-06-01 13:17 dmik
2702
2703 * src/widgets/qstatusbar.cpp: Initial revision
2704
27052004-06-01 12:31 dmik
2706
2707 * include/qprogressdialog.h, include/qsemimodal.h,
2708 src/dialogs/qprogressdialog.cpp, src/widgets/qprogressbar.cpp:
2709 Imported Qt 3.3.1 original sources
2710
27112004-06-01 12:31 dmik
2712
2713 * include/qprogressdialog.h, include/qsemimodal.h,
2714 src/dialogs/qprogressdialog.cpp, src/widgets/qprogressbar.cpp:
2715 Initial revision
2716
27172004-05-31 17:12 dmik
2718
2719 * include/qclipboard.h, include/qclipbrd.h, include/qlined.h,
2720 include/qlineedit.h, include/qvalidator.h,
2721 src/widgets/qlineedit.cpp, src/widgets/qvalidator.cpp: Imported
2722 Qt 3.3.1 original sources
2723
27242004-05-31 17:12 dmik
2725
2726 * include/qclipboard.h, include/qclipbrd.h, include/qlined.h,
2727 include/qlineedit.h, include/qvalidator.h,
2728 src/widgets/qlineedit.cpp, src/widgets/qvalidator.cpp: Initial
2729 revision
2730
27312004-05-28 18:51 dmik
2732
2733 * include/qmainwindow.h, include/qmessagebox.h,
2734 src/dialogs/qdialog.cpp, src/dialogs/qmessagebox.cpp,
2735 src/dialogs/qt_dialogs.pri, src/widgets/qmainwindow.cpp,
2736 src/widgets/qmenubar.cpp, src/widgets/qmenudata.cpp,
2737 src/widgets/qpopupmenu.cpp: Imported Qt 3.3.1 original sources
2738
27392004-05-28 18:51 dmik
2740
2741 * include/qmainwindow.h, include/qmessagebox.h,
2742 src/dialogs/qdialog.cpp, src/dialogs/qmessagebox.cpp,
2743 src/dialogs/qt_dialogs.pri, src/widgets/qmainwindow.cpp,
2744 src/widgets/qmenubar.cpp, src/widgets/qmenudata.cpp,
2745 src/widgets/qpopupmenu.cpp: Initial revision
2746
27472004-05-27 20:48 dmik
2748
2749 * os2-doc/: ChangeLog, changes.html, general.html:
2750 - b02 changes and remarks.
2751
27522004-05-27 20:32 dmik
2753
2754 * .qtos2defines, Makefile.os2-g++:
2755 - Enabled automatic compilation of the Qt tutorial and examples.
2756
27572004-05-27 20:31 dmik
2758
2759 * examples/examples.pro:
2760 - currently only aclock and dclock examples can be compiled.
2761
27622004-05-27 20:31 dmik
2763
2764 * mkspecs/os2-g++/qmake.conf:
2765 - a temporary solution to let makefiles generated by qmake from
2766 projects with the 'subdirs' template work correctly
2767
27682004-05-27 20:30 dmik
2769
2770 * src/widgets/qt_widgets.pri:
2771 - widgets: added class QSpinWidget.
2772
27732004-05-27 20:25 dmik
2774
2775 * src/widgets/qspinwidget.cpp: Imported Qt 3.3.1 original sources
2776
27772004-05-27 20:25 dmik
2778
2779 * src/widgets/qspinwidget.cpp: Initial revision
2780
27812004-05-27 19:36 dmik
2782
2783 * examples/README, examples/examples.pro, examples/aclock/README,
2784 examples/aclock/aclock.cpp, examples/aclock/aclock.doc,
2785 examples/aclock/aclock.h, examples/aclock/aclock.pro,
2786 examples/aclock/main.cpp, examples/dclock/README,
2787 examples/dclock/dclock.cpp, examples/dclock/dclock.doc,
2788 examples/dclock/dclock.h, examples/dclock/dclock.pro,
2789 examples/dclock/main.cpp, tutorial/README, tutorial/tutorial.pro,
2790 tutorial/t1/main.cpp, tutorial/t1/t1.pro,
2791 tutorial/t10/cannon.cpp, tutorial/t10/cannon.h,
2792 tutorial/t10/lcdrange.cpp, tutorial/t10/lcdrange.h,
2793 tutorial/t10/main.cpp, tutorial/t10/t10.pro,
2794 tutorial/t11/cannon.cpp, tutorial/t11/cannon.h,
2795 tutorial/t11/lcdrange.cpp, tutorial/t11/lcdrange.h,
2796 tutorial/t11/main.cpp, tutorial/t11/t11.pro,
2797 tutorial/t12/cannon.cpp, tutorial/t12/cannon.h,
2798 tutorial/t12/lcdrange.cpp, tutorial/t12/lcdrange.h,
2799 tutorial/t12/main.cpp, tutorial/t12/t12.pro,
2800 tutorial/t13/cannon.cpp, tutorial/t13/cannon.h,
2801 tutorial/t13/gamebrd.cpp, tutorial/t13/gamebrd.h,
2802 tutorial/t13/lcdrange.cpp, tutorial/t13/lcdrange.h,
2803 tutorial/t13/main.cpp, tutorial/t13/t13.pro,
2804 tutorial/t14/cannon.cpp, tutorial/t14/cannon.h,
2805 tutorial/t14/gamebrd.cpp, tutorial/t14/gamebrd.h,
2806 tutorial/t14/lcdrange.cpp, tutorial/t14/lcdrange.h,
2807 tutorial/t14/main.cpp, tutorial/t14/t14.pro,
2808 tutorial/t2/main.cpp, tutorial/t2/t2.pro, tutorial/t3/main.cpp,
2809 tutorial/t3/t3.pro, tutorial/t4/main.cpp, tutorial/t4/t4.pro,
2810 tutorial/t5/main.cpp, tutorial/t5/t5.pro, tutorial/t6/main.cpp,
2811 tutorial/t6/t6.pro, tutorial/t7/lcdrange.cpp,
2812 tutorial/t7/lcdrange.h, tutorial/t7/main.cpp, tutorial/t7/t7.pro,
2813 tutorial/t8/cannon.cpp, tutorial/t8/cannon.h,
2814 tutorial/t8/lcdrange.cpp, tutorial/t8/lcdrange.h,
2815 tutorial/t8/main.cpp, tutorial/t8/t8.pro, tutorial/t9/cannon.cpp,
2816 tutorial/t9/cannon.h, tutorial/t9/lcdrange.cpp,
2817 tutorial/t9/lcdrange.h, tutorial/t9/main.cpp, tutorial/t9/t9.pro:
2818 Imported Qt 3.3.1 original examples and tutorial
2819
28202004-05-27 19:36 dmik
2821
2822 * examples/README, examples/examples.pro, examples/aclock/README,
2823 examples/aclock/aclock.cpp, examples/aclock/aclock.doc,
2824 examples/aclock/aclock.h, examples/aclock/aclock.pro,
2825 examples/aclock/main.cpp, examples/dclock/README,
2826 examples/dclock/dclock.cpp, examples/dclock/dclock.doc,
2827 examples/dclock/dclock.h, examples/dclock/dclock.pro,
2828 examples/dclock/main.cpp, tutorial/README, tutorial/tutorial.pro,
2829 tutorial/t1/main.cpp, tutorial/t1/t1.pro,
2830 tutorial/t10/cannon.cpp, tutorial/t10/cannon.h,
2831 tutorial/t10/lcdrange.cpp, tutorial/t10/lcdrange.h,
2832 tutorial/t10/main.cpp, tutorial/t10/t10.pro,
2833 tutorial/t11/cannon.cpp, tutorial/t11/cannon.h,
2834 tutorial/t11/lcdrange.cpp, tutorial/t11/lcdrange.h,
2835 tutorial/t11/main.cpp, tutorial/t11/t11.pro,
2836 tutorial/t12/cannon.cpp, tutorial/t12/cannon.h,
2837 tutorial/t12/lcdrange.cpp, tutorial/t12/lcdrange.h,
2838 tutorial/t12/main.cpp, tutorial/t12/t12.pro,
2839 tutorial/t13/cannon.cpp, tutorial/t13/cannon.h,
2840 tutorial/t13/gamebrd.cpp, tutorial/t13/gamebrd.h,
2841 tutorial/t13/lcdrange.cpp, tutorial/t13/lcdrange.h,
2842 tutorial/t13/main.cpp, tutorial/t13/t13.pro,
2843 tutorial/t14/cannon.cpp, tutorial/t14/cannon.h,
2844 tutorial/t14/gamebrd.cpp, tutorial/t14/gamebrd.h,
2845 tutorial/t14/lcdrange.cpp, tutorial/t14/lcdrange.h,
2846 tutorial/t14/main.cpp, tutorial/t14/t14.pro,
2847 tutorial/t2/main.cpp, tutorial/t2/t2.pro, tutorial/t3/main.cpp,
2848 tutorial/t3/t3.pro, tutorial/t4/main.cpp, tutorial/t4/t4.pro,
2849 tutorial/t5/main.cpp, tutorial/t5/t5.pro, tutorial/t6/main.cpp,
2850 tutorial/t6/t6.pro, tutorial/t7/lcdrange.cpp,
2851 tutorial/t7/lcdrange.h, tutorial/t7/main.cpp, tutorial/t7/t7.pro,
2852 tutorial/t8/cannon.cpp, tutorial/t8/cannon.h,
2853 tutorial/t8/lcdrange.cpp, tutorial/t8/lcdrange.h,
2854 tutorial/t8/main.cpp, tutorial/t8/t8.pro, tutorial/t9/cannon.cpp,
2855 tutorial/t9/cannon.h, tutorial/t9/lcdrange.cpp,
2856 tutorial/t9/lcdrange.h, tutorial/t9/main.cpp, tutorial/t9/t9.pro:
2857 Initial revision
2858
28592004-05-27 19:11 dmik
2860
2861 * .qtos2defines, src/widgets/qt_widgets.pri:
2862 - widgets: added classes: QLCDNumber, QRangeControl, QSlider.
2863
28642004-05-27 19:09 dmik
2865
2866 * src/kernel/qapplication_pm.cpp:
2867 - KbdXlate() call has been replaced by using DosDevIOCtl()
2868 direcltly, in a separate qt_scan2Ascii() function. However, this
2869 method of calculating QKeyEvent::key() values is currently disabled
2870 by the special qt_kbd_compatibility variable set to TRUE, due to
2871 some problems with codepages.
2872
28732004-05-26 22:49 dmik
2874
2875 * include/qlcdnum.h, include/qlcdnumber.h, include/qrangect.h,
2876 src/widgets/qlcdnumber.cpp, src/widgets/qrangecontrol.cpp,
2877 src/widgets/qslider.cpp: Imported Qt 3.3.1 original sources
2878
28792004-05-26 22:49 dmik
2880
2881 * include/qlcdnum.h, include/qlcdnumber.h, include/qrangect.h,
2882 src/widgets/qlcdnumber.cpp, src/widgets/qrangecontrol.cpp,
2883 src/widgets/qslider.cpp: Initial revision
2884
28852004-05-26 21:52 dmik
2886
2887 * .qtos2defines, src/qt.pro, src/kernel/qt_kernel.pri,
2888 src/widgets/qt_widgets.pri:
2889 - kernel: added QAccel and QKeySequence classes to the library
2890 - The widgets module has been added to the library, including the
2891 following classes: QButton, QButtonGroup, QLabel, QFrame,
2892 QPushButton, QCheckButton, QRadioButton
2893
28942004-05-26 21:42 dmik
2895
2896 * include/qapplication.h, src/kernel/qapplication_pm.cpp,
2897 src/kernel/qwidget.cpp:
2898 - Implemented focus handling (including QEvent::FocusIn, FocusOut
2899 events), QEvent::WindowActivate, WindowDeactivate, ContextMenu
2900 event deliverance
2901 - Implemented keyboard handling (including QEvent::keyPress and
2902 keyRelease events), no DBCS support yet.
2903
29042004-05-26 21:34 dmik
2905
2906 * include/qpushbutton.h:
2907 - Explicitly commented out slots that use QPopupMenu (we need this
2908 since MOC ignores preprocessor macros and defines these slots anyway
2909 which produces compile errors)
2910
29112004-05-26 21:32 dmik
2912
2913 * src/tools/qstring.cpp:
2914 - Fixed: fromLocal8Bit() did not pass the string length to
2915 qt_os2MB2QString() assuming that the string is always
2916 null-terminated
2917
29182004-05-26 21:31 dmik
2919
2920 * src/kernel/qwidget_pm.cpp:
2921 - Fixed: top-level widgets are deactivated when made hidden by
2922 hide()
2923
29242004-05-24 17:21 dmik
2925
2926 * include/qgrid.h, include/qhbox.h, include/qhbuttongroup.h,
2927 include/qhgroupbox.h, include/qvbox.h, include/qvbuttongroup.h,
2928 include/qvgroupbox.h, src/widgets/qgrid.cpp,
2929 src/widgets/qhbox.cpp, src/widgets/qhbuttongroup.cpp,
2930 src/widgets/qhgroupbox.cpp, src/widgets/qvbox.cpp,
2931 src/widgets/qvbuttongroup.cpp, src/widgets/qvgroupbox.cpp:
2932 Imported Qt 3.3.1 original sources
2933
29342004-05-24 17:21 dmik
2935
2936 * include/qgrid.h, include/qhbox.h, include/qhbuttongroup.h,
2937 include/qhgroupbox.h, include/qvbox.h, include/qvbuttongroup.h,
2938 include/qvgroupbox.h, src/widgets/qgrid.cpp,
2939 src/widgets/qhbox.cpp, src/widgets/qhbuttongroup.cpp,
2940 src/widgets/qhgroupbox.cpp, src/widgets/qvbox.cpp,
2941 src/widgets/qvbuttongroup.cpp, src/widgets/qvgroupbox.cpp:
2942 Initial revision
2943
29442004-05-24 17:01 dmik
2945
2946 * mkspecs/os2-g++/qmake.conf:
2947 - Intermediate files containing compiler options and include paths
2948 are now regenerated only if the project's makefile has been changed.
2949
29502004-05-24 14:31 dmik
2951
2952 * src/kernel/: qapplication_pm.cpp, qwidget_pm.cpp:
2953 - Added WC_FRAME subclassing (QtFrameProc) to take some control over
2954 it.
2955 - Impmemented logic to let QWidget::setMinimumSize() and
2956 setMaximumSize() work.
2957
29582004-05-23 15:58 dmik
2959
2960 * include/qpainter.h, src/kernel/qpainter_pm.cpp:
2961 - Added a call to fix_neg_rect() to all primitives where
2962 appropriate.
2963 - Implemented drawRoundRect() and drawCubicBezier().
2964
29652004-05-23 14:55 dmik
2966
2967 * include/qlabel.h:
2968 - Explicitly commented out slots that use QMovie (we need this
2969 since MOC ignores preprocessor macros and defines these slots anyway
2970 which produces compile errors)
2971
29722004-05-23 14:48 dmik
2973
2974 * src/kernel/: qapplication_pm.cpp, qwidget_pm.cpp:
2975 - Fixed QWidget::internalSetGeometry(): widget height for child
2976 widgets is not calculated properly.
2977 - Worked around QWidget::update(): PM doesn't handle WS_CLIPCHILDREN
2978 correctly -- children receive WM_PAINT anyway if they overlap the
2979 parent's update region. New update() should be used instead of
2980 WinInvalidateRect() everywhere.
2981
29822004-05-20 20:40 dmik
2983
2984 * src/kernel/qwidget_pm.cpp:
2985 - Fixed: Window List entry was not always created correctly, it
2986 always used the entry name of the first process that had set its
2987 entry in the same session (OS/2 feature).
2988
29892004-05-20 19:34 dmik
2990
2991 * src/widgets/qbuttongroup.cpp: Imported Qt 3.3.1 original sources
2992
29932004-05-20 19:34 dmik
2994
2995 * src/widgets/qbuttongroup.cpp: Initial revision
2996
29972004-05-20 19:17 dmik
2998
2999 * include/: qmovie.h, qstylesheet.h: Imported Qt 3.3.1 original
3000 sources
3001
30022004-05-20 19:17 dmik
3003
3004 * include/: qmovie.h, qstylesheet.h: Initial revision
3005
30062004-05-20 19:03 dmik
3007
3008 * include/: qstatusbar.h, qwhatsthis.h: Imported Qt 3.3.1 original
3009 sources
3010
30112004-05-20 19:03 dmik
3012
3013 * include/: qstatusbar.h, qwhatsthis.h: Initial revision
3014
30152004-05-20 17:48 dmik
3016
3017 * include/qbuttongroup.h, include/qdialog.h,
3018 include/qsimplerichtext.h, src/widgets/qbutton.cpp,
3019 src/widgets/qcheckbox.cpp, src/widgets/qeffects_p.h,
3020 src/widgets/qframe.cpp, src/widgets/qgroupbox.cpp,
3021 src/widgets/qlabel.cpp, src/widgets/qpushbutton.cpp,
3022 src/widgets/qradiobutton.cpp, src/widgets/qt_widgets.pri:
3023 Imported Qt 3.3.1 original sources
3024
30252004-05-20 17:48 dmik
3026
3027 * include/qbuttongroup.h, include/qdialog.h,
3028 include/qsimplerichtext.h, src/widgets/qbutton.cpp,
3029 src/widgets/qcheckbox.cpp, src/widgets/qeffects_p.h,
3030 src/widgets/qframe.cpp, src/widgets/qgroupbox.cpp,
3031 src/widgets/qlabel.cpp, src/widgets/qpushbutton.cpp,
3032 src/widgets/qradiobutton.cpp, src/widgets/qt_widgets.pri: Initial
3033 revision
3034
30352004-05-20 16:19 dmik
3036
3037 * src/kernel/qapplication_pm.cpp:
3038 - Implemented QEvent::Show, Hide, and Close event delivery.
3039
30402004-05-20 16:07 dmik
3041
3042 * src/kernel/qwidget_pm.cpp, include/qwidget.h:
3043 - Fixed QWidget::destroy(): frame handle of top level windows had
3044 been detected incorrectly.
3045 - Window list entry for top level widgets now follows the visibility
3046 state of the widget: it disappears when the widget is made hidden by
3047 hide() (and appears again when it is show()n).
3048
30492004-05-19 20:15 dmik
3050
3051 * src/kernel/qapplication_pm.cpp:
3052 - Implemented mouse event handling: all QMouseEvent types,
3053 QEvent::Enter and QEvent::Leave are now delivered to the widget.
3054 - Implemented setGlobalMouseTracking().
3055
30562004-05-19 20:11 dmik
3057
3058 * src/kernel/qwidget_pm.cpp:
3059 - Implemented mapToGlobal() and mapFromGlobal().
3060
30612004-05-19 11:58 dmik
3062
3063 * .qtos2defines, bin/configure.cmd, mkspecs/os2-g++/qmake.conf,
3064 src/qt.pro:
3065 - Temporary defines are extracted to the separate file
3066 (.qtos2defines). Currently this file is stored at the repository.
3067
30682004-05-18 21:13 dmik
3069
3070 * os2-doc/ChangeLog:
3071 - Added to the repository.
3072
30732004-05-18 21:09 dmik
3074
3075 * os2-doc/changes.html:
3076 - Corrected two small typos.
3077
30782004-05-18 21:05 dmik
3079
3080 * os2-doc/: changes.html, general.html:
3081 - b01 changes and remarks.
3082
30832004-05-18 20:57 dmik
3084
3085 * src/kernel/qinternal.cpp:
3086 - Uncommented font-related code. Now this file is the exact copy of
3087 the release 3.3.1 of Qt/Win32, so its revision is forced to be 2.0
3088
30892004-05-18 20:19 dmik
3090
3091 * bin/configure.cmd:
3092 - Added "styles", "widgets" and some other defines to the CONFIG
3093 variable.
3094 - "style-plugins" is made empty for a while.
3095
30962004-05-18 20:16 dmik
3097
3098 * Makefile.os2-g++, mkspecs/os2-g++/qmake.conf, src/qt.pro,
3099 src/kernel/qt_kernel.pri:
3100 - Included into compilaton: styles module (QStyle, QStyleFactory,
3101 etc.), QIconSet, QSizeGrip, QPicture, drawing utlis for style
3102 support.
3103 - Removed QT_NO_STYLE, QT_NO_ICONSET
3104 - Added lots of QT_NO_* macros to temporarily disable different
3105 widgets.
3106 - qmake.conf: added a temporary solution to handle long command
3107 lines (>1024 chars, a CMD.EXE limitation) when compiling Qt sources
3108 -- an intermediate file containing all compiler flags is now used to
3109 reduce the length of the command line.
3110
31112004-05-18 19:57 dmik
3112
3113 * include/qfeatures.h:
3114 - Added QT_NO_CURSOR to the list of defines that force
3115 QT_NO_PROPERTIES to be defined, otherwise QWidget will not compile
3116 if QCursor is disabled (and all other features from the list are not
3117 disabled) because its properties depend on QCursor
3118
31192004-05-18 19:51 dmik
3120
3121 * src/kernel/qvariant.cpp:
3122 - Uncommented qiconset.h include. Now this file is the exact copy of
3123 the release 3.3.1 of Qt/Win32, so its revision is forced to be 2.0
3124
31252004-05-18 19:40 dmik
3126
3127 * src/styles/qwindowsstyle.cpp:
3128 - Added #ifndef QT_NO_MENUDATA and QT_NO_MENUBAR to make it possible
3129 to compile this class when these features (QMenuData and QMenuBar)
3130 are disabled
3131
31322004-05-18 19:36 dmik
3133
3134 * src/kernel/: qapplication_pm.cpp, qapplication.cpp:
3135 - Uncommented qstyle*.h includes.
3136 - The default style for OS/2 is set to "Windows"
3137
31382004-05-18 19:34 dmik
3139
3140 * src/kernel/qsizegrip.cpp:
3141 - Added OS/2 specific code
3142
31432004-05-18 19:32 dmik
3144
3145 * include/qpainter.h, src/kernel/qpainter_pm.cpp:
3146 - Implemented drawEllipse(), drawArc(), drawPie(), drawChord(),
3147 drawPolyLine(), drawLineSegments(), drawWinFocusRect()
3148
31492004-05-17 21:51 dmik
3150
3151 * include/qcommonstyle.h, include/qstyleplugin.h,
3152 src/styles/qstyleplugin.cpp: Imported Qt 3.3.1 original sources
3153
31542004-05-17 21:51 dmik
3155
3156 * include/qcommonstyle.h, include/qstyleplugin.h,
3157 src/styles/qstyleplugin.cpp: Initial revision
3158
31592004-05-17 21:22 dmik
3160
3161 * include/qbutton.h, include/qcdestyle.h, include/qcheckbox.h,
3162 include/qchkbox.h, include/qcombo.h, include/qcombobox.h,
3163 include/qcompactstyle.h, include/qdockarea.h,
3164 include/qdockwindow.h, include/qframe.h, include/qgroupbox.h,
3165 include/qgrpbox.h, include/qheader.h, include/qlabel.h,
3166 include/qlistbox.h, include/qlistview.h, include/qmenubar.h,
3167 include/qmenudata.h, include/qmenudta.h,
3168 include/qmotifplusstyle.h, include/qmotifstyle.h,
3169 include/qplatinumstyle.h, include/qpopmenu.h,
3170 include/qpopupmenu.h, include/qprogbar.h, include/qprogressbar.h,
3171 include/qpushbt.h, include/qpushbutton.h, include/qradiobt.h,
3172 include/qradiobutton.h, include/qrangecontrol.h,
3173 include/qscrbar.h, include/qscrollbar.h, include/qscrollview.h,
3174 include/qsgistyle.h, include/qslider.h, include/qspinbox.h,
3175 include/qtabbar.h, include/qtabwidget.h, include/qtoolbar.h,
3176 include/qtoolbox.h, include/qtoolbutton.h,
3177 include/qwindowsstyle.h, src/styles/qcdestyle.cpp,
3178 src/styles/qcommonstyle.cpp, src/styles/qcompactstyle.cpp,
3179 src/styles/qinterlacestyle.cpp, src/styles/qmotifplusstyle.cpp,
3180 src/styles/qmotifstyle.cpp, src/styles/qplatinumstyle.cpp,
3181 src/styles/qsgistyle.cpp, src/styles/qstylefactory.cpp,
3182 src/styles/qstyleinterface_p.h, src/styles/qt_styles.pri,
3183 src/styles/qwindowsstyle.cpp, src/widgets/qdialogbuttons_p.h,
3184 src/widgets/qtitlebar_p.h: Imported Qt 3.3.1 original sources
3185
31862004-05-17 21:22 dmik
3187
3188 * include/qbutton.h, include/qcdestyle.h, include/qcheckbox.h,
3189 include/qchkbox.h, include/qcombo.h, include/qcombobox.h,
3190 include/qcompactstyle.h, include/qdockarea.h,
3191 include/qdockwindow.h, include/qframe.h, include/qgroupbox.h,
3192 include/qgrpbox.h, include/qheader.h, include/qlabel.h,
3193 include/qlistbox.h, include/qlistview.h, include/qmenubar.h,
3194 include/qmenudata.h, include/qmenudta.h,
3195 include/qmotifplusstyle.h, include/qmotifstyle.h,
3196 include/qplatinumstyle.h, include/qpopmenu.h,
3197 include/qpopupmenu.h, include/qprogbar.h, include/qprogressbar.h,
3198 include/qpushbt.h, include/qpushbutton.h, include/qradiobt.h,
3199 include/qradiobutton.h, include/qrangecontrol.h,
3200 include/qscrbar.h, include/qscrollbar.h, include/qscrollview.h,
3201 include/qsgistyle.h, include/qslider.h, include/qspinbox.h,
3202 include/qtabbar.h, include/qtabwidget.h, include/qtoolbar.h,
3203 include/qtoolbox.h, include/qtoolbutton.h,
3204 include/qwindowsstyle.h, src/styles/qcdestyle.cpp,
3205 src/styles/qcommonstyle.cpp, src/styles/qcompactstyle.cpp,
3206 src/styles/qinterlacestyle.cpp, src/styles/qmotifplusstyle.cpp,
3207 src/styles/qmotifstyle.cpp, src/styles/qplatinumstyle.cpp,
3208 src/styles/qsgistyle.cpp, src/styles/qstylefactory.cpp,
3209 src/styles/qstyleinterface_p.h, src/styles/qt_styles.pri,
3210 src/styles/qwindowsstyle.cpp, src/widgets/qdialogbuttons_p.h,
3211 src/widgets/qtitlebar_p.h: Initial revision
3212
32132004-05-17 18:51 dmik
3214
3215 * include/qdrawutil.h, include/qdrawutl.h, include/qiconset.h,
3216 include/qpicture.h, include/qsizegrip.h,
3217 src/kernel/qdrawutil.cpp, src/kernel/qiconset.cpp,
3218 src/kernel/qpicture.cpp, src/kernel/qsizegrip.cpp: Imported Qt
3219 3.3.1 original sources
3220
32212004-05-17 18:51 dmik
3222
3223 * include/qdrawutil.h, include/qdrawutl.h, include/qiconset.h,
3224 include/qpicture.h, include/qsizegrip.h,
3225 src/kernel/qdrawutil.cpp, src/kernel/qiconset.cpp,
3226 src/kernel/qpicture.cpp, src/kernel/qsizegrip.cpp: Initial
3227 revision
3228
32292004-05-17 18:43 dmik
3230
3231 * src/kernel/qt_kernel.pri:
3232 - Enabled compilation of font and text drawing related classes
3233
32342004-05-16 18:54 dmik
3235
3236 * src/kernel/qpainter_pm.cpp, src/kernel/qwidget_pm.cpp,
3237 include/qwindowdefs_pm.h, src/kernel/qapplication_pm.cpp:
3238 - Changed QWidget::repaint() implementation, as a result
3239 qt_set_paintevent_clipping() and qt_clear_paintevent_clipping() are
3240 no more necessary and therefore removed.
3241 - Added region flipping code to QWidget::erase(QRegion&,...)
3242
32432004-05-16 16:45 dmik
3244
3245 * src/kernel/: qfontdatabase.cpp, qfontengine_pm.cpp:
3246 - QFontDatabase::findFont(): special handling of "System VIO" PM
3247 font to allow to select it by its nominal point size (rather then by
3248 pixel size, calculated from the requested point size and device dpi
3249 value)
3250
32512004-05-16 16:41 dmik
3252
3253 * src/kernel/qfont_pm.cpp:
3254 - Fixed QFontPrivate::load(): bitmap fons were not selectable by
3255 point size (the smallest size had been always choosen)
3256
32572004-05-16 16:39 dmik
3258
3259 * src/kernel/qfontdatabase_pm.cpp:
3260 - the font with lMatch = 0 is ignored when enumerating installed
3261 fonts
3262
32632004-05-16 14:53 dmik
3264
3265 * src/kernel/qvariant.cpp:
3266 - Uncommented font-related code
3267
32682004-05-16 14:42 dmik
3269
3270 * include/qapplication.h, include/qpainter.h, include/qwidget.h,
3271 src/kernel/qapplication.cpp, src/kernel/qapplication_pm.cpp,
3272 src/kernel/qpainter.cpp, src/kernel/qpainter_pm.cpp,
3273 src/kernel/qwidget.cpp, src/kernel/qwidget_pm.cpp:
3274 - Uncommented font-related fields and methods (some font-related
3275 functionality can be left commented out though, this will be
3276 resolved later)
3277
32782004-05-16 14:20 dmik
3279
3280 * include/qregion.h, src/kernel/qregion_pm.cpp:
3281 - Implemented y coordinae flipping algorithm -- regions should now
3282 operate properly within Qt.
3283 - Creation of uninitialized QRegions now uses the method of lazy
3284 allocation instead of one static empy region data instance.
3285
32862004-05-16 14:15 dmik
3287
3288 * src/kernel/: qscriptengine.cpp, qscriptengine_pm.cpp,
3289 qtextengine.cpp, qtextengine_p.h, qtextengine_pm.cpp:
3290 - Implemented dummy OS/2 version of QTextEngine. This means that
3291 there is no true unicode support: script analysis is dummy, and
3292 complicated scripts (such as arabic) will not work.
3293
32942004-05-16 14:07 dmik
3295
3296 * include/qfontdatabase.h, src/kernel/qfontdatabase.cpp,
3297 src/kernel/qfontdatabase_pm.cpp:
3298 - Implemented OS/2 version of QFontDatabase. Due to a bug in
3299 GpiQueryFontAction() the database is not sensitive to
3300 adding/removing fonts to/from the system during the Qt application
3301 lifetime.
3302
33032004-05-16 13:49 dmik
3304
3305 * src/kernel/qfont_pm.cpp, src/kernel/qfontengine_p.h,
3306 src/kernel/qfontengine_pm.cpp, include/qfont.h,
3307 src/kernel/qfont.cpp, src/kernel/qfontdata_p.h:
3308 - Implemented initial OS/2 version of QFont, QFontInfo,
3309 QFontMetrics. Current limitations:
3310 * unicode is not fully supported (and QFont::Script is ignored
3311 everywhere);
3312 * fonts are not subject of any coordinate transformations except the
3313 simple translation transformation;
3314 * QFontMetrics::minLeftBearing() and minRightBearing() return zero.
3315
33162004-05-13 14:23 dmik
3317
3318 * src/kernel/: qscriptengine.cpp, qscriptengine_p.h: Imported Qt
3319 3.3.1 original sources
3320
33212004-05-13 14:23 dmik
3322
3323 * src/kernel/: qscriptengine.cpp, qscriptengine_p.h: Initial
3324 revision
3325
33262004-05-10 15:25 dmik
3327
3328 * include/qfont.h, include/qfontdatabase.h, include/qfontinf.h,
3329 include/qfontinfo.h, include/qfontmet.h, include/qfontmetrics.h,
3330 src/kernel/qfont.cpp, src/kernel/qfontdata_p.h,
3331 src/kernel/qfontdatabase.cpp, src/kernel/qfontengine_p.h,
3332 src/kernel/qtextengine.cpp, src/kernel/qtextengine_p.h,
3333 src/kernel/qtextlayout.cpp, src/kernel/qtextlayout_p.h: Imported
3334 Qt 3.3.1 original sources
3335
33362004-05-10 15:25 dmik
3337
3338 * include/qfont.h, include/qfontdatabase.h, include/qfontinf.h,
3339 include/qfontinfo.h, include/qfontmet.h, include/qfontmetrics.h,
3340 src/kernel/qfont.cpp, src/kernel/qfontdata_p.h,
3341 src/kernel/qfontdatabase.cpp, src/kernel/qfontengine_p.h,
3342 src/kernel/qtextengine.cpp, src/kernel/qtextengine_p.h,
3343 src/kernel/qtextlayout.cpp, src/kernel/qtextlayout_p.h: Initial
3344 revision
3345
33462004-05-08 00:04 dmik
3347
3348 * os2-doc/changes.html:
3349 - Changes for alpha 02
3350
33512004-05-08 00:04 dmik
3352
3353 * os2-doc/general.html:
3354 - New compilation instructions
3355
33562004-05-08 00:03 dmik
3357
3358 * os2-doc/macros.html:
3359 - Some new macros and config options
3360
33612004-05-07 23:07 dmik
3362
3363 * bin/configure.cmd:
3364 - Created simple configure script that will create things necessary
3365 for qmake and Qt to work properly
3366
33672004-05-07 23:06 dmik
3368
3369 * Makefile.os2-g++:
3370 - Reworked to run well under GNU make
3371 - Corrected target rules and dependencies to build qmake, moc and Qt
3372 library
3373
33742004-05-07 23:04 dmik
3375
3376 * src/kernel/qthread_pm.cpp:
3377 - Corrected typo in comments
3378
33792004-05-07 19:13 dmik
3380
3381 * mkspecs/os2-g++/qmake.conf, src/qt.pro, src/kernel/qt_kernel.pri:
3382 - Many new classes from the kernel module are added to compilation,
3383 some defines are also added to prevent usage of unimplemented parts
3384
33852004-05-07 19:12 dmik
3386
3387 * src/qtmain.pro:
3388 - Removed qtmain.pro -- separate main library is not necessary
3389
33902004-05-07 19:08 dmik
3391
3392 * src/kernel/qinternal.cpp:
3393 - Temporarily commented out font handling
3394
33952004-05-07 19:08 dmik
3396
3397 * src/kernel/qabstractlayout.cpp:
3398 - Temporarily commented out menubar and toolbar handling
3399
34002004-05-07 19:04 dmik
3401
3402 * src/kernel/qwidget.cpp, src/kernel/qwidget_pm.cpp,
3403 include/qwidget.h:
3404 - Implemented OS/2 version of QWIdget (no fonts, no cursors, no
3405 widget masks, no d&d yet)
3406
34072004-05-07 19:00 dmik
3408
3409 * src/kernel/qpainter.cpp, src/kernel/qpainter_pm.cpp,
3410 include/qpainter.h:
3411 - Implemented OS/2 version of QPainter (no fonts and no text drawing
3412 yet)
3413
34142004-05-07 18:58 dmik
3415
3416 * include/qwindowdefs_pm.h:
3417 - Added qt_display_ps() and global LCID_* constants
3418
34192004-05-07 18:56 dmik
3420
3421 * include/qregion.h:
3422 - Added friends: QPainter class and qt_set_paintevent_clipping()
3423 function
3424
34252004-05-07 18:55 dmik
3426
3427 * include/qpixmap.h, src/kernel/qpixmap.cpp,
3428 src/kernel/qpixmap_pm.cpp:
3429 - Implemented OS/2 version of QPixmap (no alpha pixmaps and pixmap
3430 transformation (QPixmap::xForm()) yet)
3431
34322004-05-07 18:51 dmik
3433
3434 * src/kernel/qeventloop_pm.cpp:
3435 - Implemented safe widget configuration (move,resize,setGeometry)
3436 mechanism
3437
34382004-05-07 18:48 dmik
3439
3440 * include/qpaintdevice.h, src/kernel/qpaintdevice_pm.cpp:
3441 - Implemented OS/2 version of QPaintDevice (no work with alpha
3442 pixmaps yet)
3443
34442004-05-07 18:46 dmik
3445
3446 * src/kernel/qapplication.cpp, src/kernel/qapplication_pm.cpp,
3447 include/qapplication.h:
3448 - Implemented basic application and widget functionality: main event
3449 loop, paint/resize/move events
3450
34512004-05-06 12:56 dmik
3452
3453 * src/kernel/qvariant.cpp:
3454 - Uncommented almost everything except the code related to handling
3455 QFont, QKeySequence and QIconSet
3456
34572004-05-05 20:51 dmik
3458
3459 * include/qtimer.h, src/kernel/qtimer.cpp: Imported Qt 3.3.1
3460 original sources
3461
34622004-05-05 20:51 dmik
3463
3464 * include/qtimer.h, src/kernel/qtimer.cpp: Initial revision
3465
34662004-05-05 14:11 dmik
3467
3468 * include/qabstractlayout.h, src/kernel/qabstractlayout.cpp:
3469 Imported Qt 3.3.1 original sources
3470
34712004-05-05 14:11 dmik
3472
3473 * include/qabstractlayout.h, src/kernel/qabstractlayout.cpp:
3474 Initial revision
3475
34762004-04-30 00:25 dmik
3477
3478 * src/kernel/qcolor_pm.cpp:
3479 - Optimized qrgb2rgb2() inline
3480
34812004-04-29 15:19 dmik
3482
3483 * src/kernel/qregion_pm.cpp:
3484 - WinGetScreenPS() calls are replaced with qt_display_ps()
3485
34862004-04-28 01:49 dmik
3487
3488 * src/kernel/qdesktopwidget_pm.cpp:
3489 - Implemented OS/2 version of QDesktopWidget (as one simple screen)
3490
34912004-04-27 22:17 dmik
3492
3493 * include/qdesktopwidget.h: Imported Qt 3.3.1 original sources
3494
34952004-04-27 22:17 dmik
3496
3497 * include/qdesktopwidget.h: Initial revision
3498
34992004-04-27 21:35 dmik
3500
3501 * include/qfocusdata.h, include/qlayout.h, include/qstyle.h,
3502 include/qstylefactory.h, src/kernel/qfocusdata.cpp,
3503 src/kernel/qlayout.cpp, src/kernel/qlayoutengine.cpp,
3504 src/kernel/qlayoutengine_p.h, src/kernel/qstyle.cpp: Imported Qt
3505 3.3.1 original sources
3506
35072004-04-27 21:35 dmik
3508
3509 * include/qfocusdata.h, include/qlayout.h, include/qstyle.h,
3510 include/qstylefactory.h, src/kernel/qfocusdata.cpp,
3511 src/kernel/qlayout.cpp, src/kernel/qlayoutengine.cpp,
3512 src/kernel/qlayoutengine_p.h, src/kernel/qstyle.cpp: Initial
3513 revision
3514
35152004-04-23 22:48 dmik
3516
3517 * include/qaccel.h, include/qbrush.h, include/qkeysequence.h,
3518 include/qpainter.h, include/qpalette.h, include/qpen.h,
3519 include/qwidcoll.h, include/qwidget.h, include/qwidgetintdict.h,
3520 include/qwidgetlist.h, src/kernel/qaccel.cpp,
3521 src/kernel/qinternal.cpp, src/kernel/qinternal_p.h,
3522 src/kernel/qkeysequence.cpp, src/kernel/qpainter.cpp,
3523 src/kernel/qpainter_p.h, src/kernel/qpalette.cpp,
3524 src/kernel/qwidget.cpp, src/kernel/qwidget_p.h: Imported Qt 3.3.1
3525 original sources
3526
35272004-04-23 22:48 dmik
3528
3529 * include/qaccel.h, include/qbrush.h, include/qkeysequence.h,
3530 include/qpainter.h, include/qpalette.h, include/qpen.h,
3531 include/qwidcoll.h, include/qwidget.h, include/qwidgetintdict.h,
3532 include/qwidgetlist.h, src/kernel/qaccel.cpp,
3533 src/kernel/qinternal.cpp, src/kernel/qinternal_p.h,
3534 src/kernel/qkeysequence.cpp, src/kernel/qpainter.cpp,
3535 src/kernel/qpainter_p.h, src/kernel/qpalette.cpp,
3536 src/kernel/qwidget.cpp, src/kernel/qwidget_p.h: Initial revision
3537
35382004-04-23 20:10 dmik
3539
3540 * src/kernel/qcolor.cpp:
3541 - Corrected color0 and color1 semantics
3542
35432004-04-22 17:54 dmik
3544
3545 * src/kernel/qcolor_pm.cpp:
3546 - Corrected typo in the header comments
3547
35482004-04-22 17:52 dmik
3549
3550 * include/qcolor.h, src/kernel/qcolor.cpp,
3551 src/kernel/qcolor_pm.cpp:
3552 - Implemented OS/2 version of QColor including palette support
3553 (which is not tested though)
3554
35552004-04-22 12:14 dmik
3556
3557 * include/qcolor.h: Imported Qt 3.3.1 original sources
3558
35592004-04-22 12:14 dmik
3560
3561 * include/qcolor.h: Initial revision
3562
35632004-04-21 19:32 dmik
3564
3565 * include/qasyncimageio.h, include/qbitmap.h,
3566 include/qdragobject.h, include/qgif.h, include/qimage.h,
3567 include/qimageformatplugin.h, include/qjpegio.h,
3568 include/qmngio.h, include/qpaintd.h, include/qpaintdc.h,
3569 include/qpaintdevice.h, include/qpaintdevicedefs.h,
3570 include/qpaintdevicemetrics.h, include/qpixmap.h,
3571 include/qpixmapcache.h, include/qpngio.h,
3572 src/kernel/qasyncimageio.cpp, src/kernel/qbitmap.cpp,
3573 src/kernel/qcolor.cpp, src/kernel/qcolor_p.cpp,
3574 src/kernel/qcolor_p.h, src/kernel/qimage.cpp,
3575 src/kernel/qimageformatinterface_p.h,
3576 src/kernel/qimageformatplugin.cpp,
3577 src/kernel/qpaintdevicemetrics.cpp, src/kernel/qpixmap.cpp,
3578 src/kernel/qpixmapcache.cpp: Imported Qt 3.3.1 original sources
3579
35802004-04-21 19:32 dmik
3581
3582 * include/qasyncimageio.h, include/qbitmap.h,
3583 include/qdragobject.h, include/qgif.h, include/qimage.h,
3584 include/qimageformatplugin.h, include/qjpegio.h,
3585 include/qmngio.h, include/qpaintd.h, include/qpaintdc.h,
3586 include/qpaintdevice.h, include/qpaintdevicedefs.h,
3587 include/qpaintdevicemetrics.h, include/qpixmap.h,
3588 include/qpixmapcache.h, include/qpngio.h,
3589 src/kernel/qasyncimageio.cpp, src/kernel/qbitmap.cpp,
3590 src/kernel/qcolor.cpp, src/kernel/qcolor_p.cpp,
3591 src/kernel/qcolor_p.h, src/kernel/qimage.cpp,
3592 src/kernel/qimageformatinterface_p.h,
3593 src/kernel/qimageformatplugin.cpp,
3594 src/kernel/qpaintdevicemetrics.cpp, src/kernel/qpixmap.cpp,
3595 src/kernel/qpixmapcache.cpp: Initial revision
3596
35972004-04-21 19:01 dmik
3598
3599 * mkspecs/os2-g++/qmake.conf, src/qt.pro, src/kernel/qt_kernel.pri:
3600 - QComponentFactory, QComLibrary, QGPlugin and QTextCodecPlugin are
3601 now compiled, QT_NO_COMPONENT is removed. However, I'm not sure the
3602 plugin mechanism can be successfully used -- this needs checking
3603 (and probably compiling Qt as DLL)
3604
36052004-04-21 18:51 dmik
3606
3607 * include/qgplugin.h, src/kernel/qgplugin.cpp: Imported Qt 3.3.1
3608 original sources
3609
36102004-04-21 18:51 dmik
3611
3612 * include/qgplugin.h, src/kernel/qgplugin.cpp: Initial revision
3613
36142004-04-21 01:44 dmik
3615
3616 * src/kernel/qt_kernel.pri:
3617 - Added os2-specific source section.
3618 - Unimplemented sources and headers that are are substracted from
3619 SOURCES and HEADERS in a special section until become implemented.
3620
36212004-04-21 01:30 dmik
3622
3623 * Makefile.os2-g++, src/qt.pro:
3624 - Added initial OS/2 version of the main Makefile
3625 - Changed statements to generate rules for automatic synchronization
3626 of private headers
3627 - Added more defines to exclude parts that are not yet implemented
3628
36292004-04-21 01:25 dmik
3630
3631 * src/kernel/qapplication_pm.cpp, include/qapplication.h,
3632 src/kernel/qapplication.cpp:
3633 - Implemented initial OS/2 version of QApplication: integration with
3634 QEventLoop is almost done, other parts (mainly related to QWidget)
3635 are left commented out
3636
36372004-04-21 01:15 dmik
3638
3639 * mkspecs/os2-g++/qmake.conf:
3640 - Added defines to disable parts of Qt not yet implemented in OS/2
3641 version. Neecessary for correct compilation of programs using Qt
3642
36432004-04-21 01:06 dmik
3644
3645 * src/kernel/qobject.cpp:
3646 - Little comment change
3647
36482004-04-21 01:06 dmik
3649
3650 * src/kernel/: qeventloop_p.h, qeventloop_pm.cpp:
3651 - Implemented initial OS/2 version of QEventLoop, almost everything
3652 is done except the code to support QSocketNotifier that is currently
3653 commented out
3654
36552004-04-21 01:03 dmik
3656
3657 * include/qwindowdefs_pm.h:
3658 - Removed NEEDS_QMAIN stuff. Seems that we don't need it at all.
3659
36602004-04-19 19:45 dmik
3661
3662 * include/qeventloop.h, include/qsocketnotifier.h,
3663 src/kernel/qeventloop.cpp, src/kernel/qeventloop_p.h,
3664 src/kernel/qsocketnotifier.cpp: Imported Qt 3.3.1 original
3665 sources
3666
36672004-04-19 19:45 dmik
3668
3669 * include/qeventloop.h, include/qsocketnotifier.h,
3670 src/kernel/qeventloop.cpp, src/kernel/qeventloop_p.h,
3671 src/kernel/qsocketnotifier.cpp: Initial revision
3672
36732004-04-17 17:40 dmik
3674
3675 * src/kernel/qvariant.cpp:
3676 - Draft OS/2 version of QVariant (no QBitmap, QFont, QPixmap,
3677 QImage, QBrush, QColor, QPen, QPalette, QColorGroup, QIconSet,
3678 QKeySequense handling yet)
3679
36802004-04-17 17:39 dmik
3681
3682 * src/kernel/qcursor_pm.cpp:
3683 - Implemented two static methods of QCursor (pos() and setPos())
3684
36852004-04-17 17:37 dmik
3686
3687 * src/kernel/qregion_pm.cpp, include/qregion.h:
3688 - Partially implemented OS/2 version of QRegion (creation of regions
3689 from ellipses and polygons always uses their bounding rectangles
3690 and no regions from bitmaps yet)
3691
36922004-04-17 16:49 dmik
3693
3694 * src/kernel/qconnection.cpp: Imported Qt 3.3.1 original sources
3695
36962004-04-17 16:49 dmik
3697
3698 * src/kernel/qconnection.cpp: Initial revision
3699
37002004-04-16 20:24 dmik
3701
3702 * src/kernel/qucomextra.cpp: Imported Qt 3.3.1 original sources
3703
37042004-04-16 20:24 dmik
3705
3706 * src/kernel/qucomextra.cpp: Initial revision
3707
37082004-04-16 19:11 dmik
3709
3710 * src/kernel/qmetaobject.cpp, include/qsizepolicy.h: Imported Qt
3711 3.3.1 original sources
3712
37132004-04-16 19:11 dmik
3714
3715 * src/kernel/qmetaobject.cpp, include/qsizepolicy.h: Initial
3716 revision
3717
37182004-04-16 17:55 dmik
3719
3720 * include/qpointarray.h, include/qwmatrix.h,
3721 src/kernel/qpointarray.cpp, src/kernel/qwmatrix.cpp: Imported Qt
3722 3.3.1 original sources
3723
37242004-04-16 17:55 dmik
3725
3726 * include/qpointarray.h, include/qwmatrix.h,
3727 src/kernel/qpointarray.cpp, src/kernel/qwmatrix.cpp: Initial
3728 revision
3729
37302004-04-16 16:00 dmik
3731
3732 * include/qapp.h, include/qapplication.h, include/qcursor.h,
3733 include/qevent.h, include/qmime.h, include/qregion.h,
3734 src/kernel/qapplication.cpp, src/kernel/qapplication_p.h,
3735 src/kernel/qcursor.cpp, src/kernel/qevent.cpp,
3736 src/kernel/qmime.cpp, src/kernel/qregion.cpp: Imported Qt 3.3.1
3737 original sources
3738
37392004-04-16 16:00 dmik
3740
3741 * include/qapp.h, include/qapplication.h, include/qcursor.h,
3742 include/qevent.h, include/qmime.h, include/qregion.h,
3743 src/kernel/qapplication.cpp, src/kernel/qapplication_p.h,
3744 src/kernel/qcursor.cpp, src/kernel/qevent.cpp,
3745 src/kernel/qmime.cpp, src/kernel/qregion.cpp: Initial revision
3746
37472004-04-16 01:13 dmik
3748
3749 * include/qsignalmapper.h: Imported Qt 3.3.1 original sources
3750
37512004-04-16 01:13 dmik
3752
3753 * include/qsignalmapper.h: Initial revision
3754
37552004-04-16 00:41 dmik
3756
3757 * include/qconnect.h, include/qconnection.h, include/qguardedptr.h,
3758 include/qkeycode.h, include/qmetaobj.h, include/qmetaobject.h,
3759 include/qobjcoll.h, include/qobject.h,
3760 include/qobjectcleanuphandler.h, include/qobjectdict.h,
3761 include/qobjectlist.h, include/qpoint.h, include/qrect.h,
3762 include/qsignal.h, include/qsignalslotimp.h, include/qsize.h,
3763 include/qvariant.h, src/kernel/qguardedptr.cpp,
3764 src/kernel/qobject.cpp, src/kernel/qobjectcleanuphandler.cpp,
3765 src/kernel/qpoint.cpp, src/kernel/qrect.cpp,
3766 src/kernel/qsignal.cpp, src/kernel/qsignalmapper.cpp,
3767 src/kernel/qsize.cpp, src/kernel/qt_kernel.pri,
3768 src/kernel/qucomextra_p.h, src/kernel/qvariant.cpp,
3769 src/tools/qconfig-dist.h: Imported Qt 3.3.1 original sources (for
3770 QObject)
3771
37722004-04-16 00:41 dmik
3773
3774 * include/qconnect.h, include/qconnection.h, include/qguardedptr.h,
3775 include/qkeycode.h, include/qmetaobj.h, include/qmetaobject.h,
3776 include/qobjcoll.h, include/qobject.h,
3777 include/qobjectcleanuphandler.h, include/qobjectdict.h,
3778 include/qobjectlist.h, include/qpoint.h, include/qrect.h,
3779 include/qsignal.h, include/qsignalslotimp.h, include/qsize.h,
3780 include/qvariant.h, src/kernel/qguardedptr.cpp,
3781 src/kernel/qobject.cpp, src/kernel/qobjectcleanuphandler.cpp,
3782 src/kernel/qpoint.cpp, src/kernel/qrect.cpp,
3783 src/kernel/qsignal.cpp, src/kernel/qsignalmapper.cpp,
3784 src/kernel/qsize.cpp, src/kernel/qt_kernel.pri,
3785 src/kernel/qucomextra_p.h, src/kernel/qvariant.cpp,
3786 src/tools/qconfig-dist.h: Initial revision
3787
37882004-04-15 19:04 dmik
3789
3790 * src/moc/moc.pro:
3791 - Added OS/2-specific options and sources. moc now compiles under
3792 OS/2.
3793
37942004-04-15 18:57 dmik
3795
3796 * src/moc/: README, moc.l, moc.pro, moc.y, moc_lex.cpp,
3797 moc_yacc.cpp, moc_yacc.h: Imported Qt 3.3.1 original moc sources
3798
37992004-04-15 18:57 dmik
3800
3801 * src/moc/: README, moc.l, moc.pro, moc.y, moc_lex.cpp,
3802 moc_yacc.cpp, moc_yacc.h: Initial revision
3803
38042004-04-15 17:53 dmik
3805
3806 * mkspecs/os2-g++/qmake.conf:
3807 - Applied temp. fix to avoid the creation of object scripts for ld
3808 by MINGW generator
3809 - qtmain.lib is not used when linking Qt applications (probably
3810 won't ever be)
3811
38122004-04-15 17:50 dmik
3813
3814 * os2-doc/macros.html, src/qt.pro, src/codecs/qtextcodec.cpp,
3815 src/tools/qstring.cpp:
3816 - Added codecs module.
3817 - Implemented OS/2 version of the QTextCodec's locale default codec.
3818 - QT_NO_TEXTCODEC don't need to be defined any more.
3819
38202004-04-15 16:19 dmik
3821
3822 * src/tools/: qfile_pm.cpp, qsettings_pm.cpp:
3823 - Some typecast corrections to avoid GCC warnings
3824
38252004-04-15 15:08 dmik
3826
3827 * include/qbig5codec.h, include/qeucjpcodec.h,
3828 include/qeuckrcodec.h, include/qgb18030codec.h,
3829 include/qjiscodec.h, include/qjpunicode.h, include/qrtlcodec.h,
3830 include/qsjiscodec.h, include/qtextcodecfactory.h,
3831 include/qtextcodecplugin.h, include/qtsciicodec.h,
3832 include/qutfcodec.h, src/codecs/qbig5codec.cpp,
3833 src/codecs/qeucjpcodec.cpp, src/codecs/qeuckrcodec.cpp,
3834 src/codecs/qfontcncodec.cpp, src/codecs/qfontcodecs_p.h,
3835 src/codecs/qfonthkcodec.cpp, src/codecs/qfontjpcodec.cpp,
3836 src/codecs/qfontkrcodec.cpp, src/codecs/qfontlaocodec.cpp,
3837 src/codecs/qfonttwcodec.cpp, src/codecs/qgb18030codec.cpp,
3838 src/codecs/qisciicodec.cpp, src/codecs/qisciicodec_p.h,
3839 src/codecs/qjiscodec.cpp, src/codecs/qjpunicode.cpp,
3840 src/codecs/qrtlcodec.cpp, src/codecs/qsjiscodec.cpp,
3841 src/codecs/qt_codecs.pri, src/codecs/qtextcodec.cpp,
3842 src/codecs/qtextcodecfactory.cpp,
3843 src/codecs/qtextcodecinterface_p.h,
3844 src/codecs/qtextcodecplugin.cpp, src/codecs/qtsciicodec.cpp,
3845 src/codecs/qutfcodec.cpp: Imported Qt 3.3.1 original codecs
3846 sources
3847
38482004-04-15 15:08 dmik
3849
3850 * include/qbig5codec.h, include/qeucjpcodec.h,
3851 include/qeuckrcodec.h, include/qgb18030codec.h,
3852 include/qjiscodec.h, include/qjpunicode.h, include/qrtlcodec.h,
3853 include/qsjiscodec.h, include/qtextcodecfactory.h,
3854 include/qtextcodecplugin.h, include/qtsciicodec.h,
3855 include/qutfcodec.h, src/codecs/qbig5codec.cpp,
3856 src/codecs/qeucjpcodec.cpp, src/codecs/qeuckrcodec.cpp,
3857 src/codecs/qfontcncodec.cpp, src/codecs/qfontcodecs_p.h,
3858 src/codecs/qfonthkcodec.cpp, src/codecs/qfontjpcodec.cpp,
3859 src/codecs/qfontkrcodec.cpp, src/codecs/qfontlaocodec.cpp,
3860 src/codecs/qfonttwcodec.cpp, src/codecs/qgb18030codec.cpp,
3861 src/codecs/qisciicodec.cpp, src/codecs/qisciicodec_p.h,
3862 src/codecs/qjiscodec.cpp, src/codecs/qjpunicode.cpp,
3863 src/codecs/qrtlcodec.cpp, src/codecs/qsjiscodec.cpp,
3864 src/codecs/qt_codecs.pri, src/codecs/qtextcodec.cpp,
3865 src/codecs/qtextcodecfactory.cpp,
3866 src/codecs/qtextcodecinterface_p.h,
3867 src/codecs/qtextcodecplugin.cpp, src/codecs/qtsciicodec.cpp,
3868 src/codecs/qutfcodec.cpp: Initial revision
3869
38702004-04-14 23:34 dmik
3871
3872 * include/private/: qlibrary_p.h, qdir_p.h, qsettings_p.h:
3873 - Removed all private headers from include/private because they are
3874 always duplicates of ones from source directories. They are now
3875 copied there automatically upon compilation.
3876
38772004-04-14 22:37 dmik
3878
3879 * src/: qt.pro, tools/qt_tools.pri:
3880 - Added OS/2-specific options and sources. Qt can now be compiled
3881 into a static library (tools module only) in the standard way using
3882 qmake and make
3883
38842004-04-14 22:15 dmik
3885
3886 * src/: kernel/qthread_pm.cpp, tools/qthreadstorage_pm.cpp:
3887 - Removed commented out (unnecessary) pieces of code. - Fixed
3888 QThreadInstance::terminate() call to DosKillThread() with zero TID.
3889 - QThread::wait() now regards the maximum time to wait (thread end
3890 state is polled every second).
3891
38922004-04-14 19:59 dmik
3893
3894 * src/: kernel/qthread_pm.cpp, tools/qthreadinstance_p.h,
3895 tools/qthreadstorage_pm.cpp:
3896 - Implemented OS/2 versions of QThread and QThreadStorage classes
3897
38982004-04-14 19:58 dmik
3899
3900 * src/kernel/qthread.cpp:
3901 - qapplication.h is not included when QT_NO_COMPAT is defined
3902
39032004-04-14 17:55 dmik
3904
3905 * mkspecs/os2-g++/qmake.conf:
3906 - Added inclusion of .qtos2config from the QTDIR when it exists.
3907 - Added registry.dll to the list of libraries an application is
3908 linked with when it uses Qt.
3909
39102004-04-14 17:22 dmik
3911
3912 * os2-doc/: index.html, macros.html:
3913 - Added info about some qmake CONFIG options
3914
39152004-04-13 20:39 dmik
3916
3917 * src/tools/qwaitcondition_pm.cpp:
3918 - Implemented OS/2 version of QWaitCondition
3919
39202004-04-13 18:46 dmik
3921
3922 * src/tools/qfileinfo_pm.cpp:
3923 - Removed "quick" ({0}) structure initializer to avoid GCC warnings
3924
39252004-04-13 18:45 dmik
3926
3927 * src/tools/qdir_pm.cpp:
3928 - Added local var initializer to avoid GCC warnings
3929
39302004-04-13 18:40 dmik
3931
3932 * include/qwindowdefs_pm.h:
3933 - Changed temporary comments from // to /**/ to avoid GCC warnings
3934
39352004-04-13 18:38 dmik
3936
3937 * src/tools/qmutex_pm.cpp:
3938 - Implemented OS/2 version of QMutex
3939
39402004-04-13 16:44 dmik
3941
3942 * src/tools/qlibrary_pm.cpp:
3943 - Changed qSystemWarning() call to pass the return code in.
3944
39452004-04-13 14:45 dmik
3946
3947 * src/tools/: qcriticalsection_p.cpp, qcriticalsection_p.h:
3948 - Added OS/2 support. Windows and OS/2 critical sections differ
3949 though, so an extra attenthion should be paid on OS/2 to what is
3950 executed inside the critical section.
3951
39522004-04-12 22:52 dmik
3953
3954 * src/tools/qgpluginmanager.cpp:
3955 - Added OS/2 support
3956
39572004-04-12 21:48 dmik
3958
3959 * include/qasciicache.h, include/qgeneric.h, include/qintcach.h,
3960 include/qintcache.h, include/qmutex.h, include/qptrdict.h,
3961 include/qptrqueue.h, include/qptrstack.h, include/qsemaphore.h,
3962 include/qsortedlist.h, include/qstrvec.h, include/qthread.h,
3963 include/qthreadstorage.h, include/qvaluevector.h,
3964 include/qwaitcondition.h, src/kernel/qt_compat.pri,
3965 src/kernel/qthread.cpp, src/tools/qcom_p.h,
3966 src/tools/qcomlibrary.cpp, src/tools/qcomlibrary_p.h,
3967 src/tools/qcomponentfactory.cpp, src/tools/qcomponentfactory_p.h,
3968 src/tools/qcriticalsection_p.cpp, src/tools/qcriticalsection_p.h,
3969 src/tools/qdeepcopy.cpp, src/tools/qgpluginmanager.cpp,
3970 src/tools/qgpluginmanager_p.h, src/tools/qmutex_p.h,
3971 src/tools/qmutexpool.cpp, src/tools/qmutexpool_p.h,
3972 src/tools/qpluginmanager_p.h, src/tools/qsemaphore.cpp,
3973 src/tools/qthreadinstance_p.h, src/tools/qucom.cpp,
3974 src/tools/qucom_p.h: Imported Qt 3.3.1 original sources
3975
39762004-04-12 21:48 dmik
3977
3978 * include/qasciicache.h, include/qgeneric.h, include/qintcach.h,
3979 include/qintcache.h, include/qmutex.h, include/qptrdict.h,
3980 include/qptrqueue.h, include/qptrstack.h, include/qsemaphore.h,
3981 include/qsortedlist.h, include/qstrvec.h, include/qthread.h,
3982 include/qthreadstorage.h, include/qvaluevector.h,
3983 include/qwaitcondition.h, src/kernel/qt_compat.pri,
3984 src/kernel/qthread.cpp, src/tools/qcom_p.h,
3985 src/tools/qcomlibrary.cpp, src/tools/qcomlibrary_p.h,
3986 src/tools/qcomponentfactory.cpp, src/tools/qcomponentfactory_p.h,
3987 src/tools/qcriticalsection_p.cpp, src/tools/qcriticalsection_p.h,
3988 src/tools/qdeepcopy.cpp, src/tools/qgpluginmanager.cpp,
3989 src/tools/qgpluginmanager_p.h, src/tools/qmutex_p.h,
3990 src/tools/qmutexpool.cpp, src/tools/qmutexpool_p.h,
3991 src/tools/qpluginmanager_p.h, src/tools/qsemaphore.cpp,
3992 src/tools/qthreadinstance_p.h, src/tools/qucom.cpp,
3993 src/tools/qucom_p.h: Initial revision
3994
39952004-04-12 17:32 dmik
3996
3997 * src/: qt.pro, qtmain.pro, tools/qt_tools.pri: Imported Qt 3.3.1
3998 original project files
3999
40002004-04-12 17:32 dmik
4001
4002 * src/: qt.pro, qtmain.pro, tools/qt_tools.pri: Initial revision
4003
40042004-04-09 20:18 dmik
4005
4006 * bin/dummy:
4007 - Added empty bin subdirectory, qmake build process places the
4008 compiled qmake.exe here (it will be removed in the future)
4009
40102004-04-09 19:56 dmik
4011
4012 * os2-misc/: gcc322.cmd, qt.cmd:
4013 - Added helper CMD files to simplify setting up the environment to
4014 run GCC and qmake
4015
40162004-04-09 19:55 dmik
4017
4018 * readme.txt, os2-doc/changes.html, os2-doc/general.html,
4019 os2-doc/index.html, os2-doc/macros.html, os2-doc/qtos2-www.css,
4020 os2-doc/qtos2-xxe.css, os2-doc/qtos2.css, os2-doc/xhtml-xxe.css:
4021 - Added project documentation
4022
40232004-04-09 01:44 dmik
4024
4025 * qmake/generators/win32/msvc_nmake.cpp:
4026 - Fixed a bug in findDependencies() that caused an ::open() to trap
4027 under GCC in LIBC05.DLL because NULL was passed there as filename.
4028 This should be reported to Trolltech.
4029
40302004-04-09 01:40 dmik
4031
4032 * mkspecs/os2-g++/qmake.conf:
4033 - Added QMAKE_FLAGS_MT_* to support the 'thread' CONFIG option
4034
40352004-04-08 18:05 dmik
4036
4037 * mkspecs/os2-g++/qmake.conf:
4038 - Some cleanup
4039
40402004-04-08 18:03 dmik
4041
4042 * qmake/: generators/makefile.cpp, main.cpp, project.cpp:
4043 - Added #ifdef Q_OS_OS2 where appropriate
4044
40452004-04-08 00:47 dmik
4046
4047 * qmake/: option.cpp, option.h, project.cpp, property.cpp,
4048 generators/makefile.cpp, generators/unix/unixmake.cpp:
4049 - Added TARG_OS2_MODE to qmake, '-os2' command line option to
4050 explicitly select it.
4051 - Added recognition of 'os2 {...}' sections in project files.
4052
40532004-04-07 22:39 dmik
4054
4055 * qmake/Makefile.os2-g++:
4056 - Removed definition of UNICODE macro when compiling
4057
40582004-04-07 22:21 dmik
4059
4060 * src/tools/qglobal.cpp:
4061 - Added OS/2 version of qSystemWarning()
4062
40632004-04-07 20:28 dmik
4064
4065 * src/tools/qdatetime.cpp:
4066 - Added OS/2 support to QDate, QTime and QDateTime classes
4067
40682004-04-07 20:23 dmik
4069
4070 * include/qstring.h, src/tools/qstring.cpp:
4071 - Static system default (or process default) locale and uconv
4072 objects are made global and availabe via qt_os2DefLocaleObj() and
4073 qt_os2DefLocaleObj() respectively.
4074 - Added qt_os2QString2MB() and qt_os2MB2QString() global functions
4075 to simplify conversions between Unicode and system local encoded
4076 strings.
4077
40782004-04-06 01:57 dmik
4079
4080 * include/qstring.h, src/tools/qstring.cpp:
4081 - Added initial locale/unicode support
4082
40832004-04-04 18:51 dmik
4084
4085 * include/: qconfig-dist.h, qconfig-large.h, qconfig-medium.h,
4086 qconfig-minimal.h, qconfig-small.h: Imported Qt 3.3.1 original
4087 sources, required by qmake to work properly
4088
40892004-04-04 18:51 dmik
4090
4091 * include/: qconfig-dist.h, qconfig-large.h, qconfig-medium.h,
4092 qconfig-minimal.h, qconfig-small.h: Initial revision
4093
40942004-04-04 18:27 dmik
4095
4096 * src/tools/qlocale.cpp:
4097 - Fixed NAN and INFINITY definitions under GNU
4098
40992004-04-04 17:50 dmik
4100
4101 * include/qt_os2.h, include/qwindowdefs_pm.h,
4102 mkspecs/os2-g++/qplatformdefs.h:
4103 - Now, when compiling under Innotek GCC its own OS/2 headers are
4104 used by default until USE_OS2_TOOLKIT_HEADERS is defined.
4105
41062004-04-04 17:43 dmik
4107
4108 * qmake/Makefile.os2-g++:
4109 - Removed path to registry.dll. Now the path to it (usually
4110 x:\OS2\DLL) must be present in the LIBRARY_PATH envvar when building
4111 qmake.
4112
41132004-04-04 00:18 dmik
4114
4115 * qmake/Makefile.os2-g++:
4116 - QMAKE now compiles under GCC. And runs, but almost not tested yet.
4117
41182004-04-04 00:13 dmik
4119
4120 * src/tools/: qdir.cpp, qdir_pm.cpp:
4121 - Implemented OS/2 version of QDir
4122
41232004-04-04 00:12 dmik
4124
4125 * mkspecs/os2-g++/qplatformdefs.h:
4126 - QT_GETCWD, QT_CHDIR and QT_MKDIR are defined more correctly
4127
41282004-04-04 00:09 dmik
4129
4130 * src/tools/qfileinfo_pm.cpp:
4131 - Removed Q_CC_WAT and Q_CC_VAC #ifdefs, currently not necessary
4132
41332004-04-03 22:39 dmik
4134
4135 * src/tools/qdir_p.h: Imported Qt 3.3.1 original source
4136
41372004-04-03 22:39 dmik
4138
4139 * src/tools/qdir_p.h: Initial revision
4140
41412004-04-03 01:07 dmik
4142
4143 * src/tools/: qfile.cpp, qfile_pm.cpp, qfiledefs_p.h,
4144 qfileinfo.cpp, qfileinfo_pm.cpp:
4145 - Implemented OS/2 versions of QFile and QFileInfo. Currently,
4146 QFileInfo::group(), owner(), readLink() return QString::null;
4147 isSymLink() returns FALSE; permission() returns FALSE only when
4148 QFileInfo::PermissionSpec::Writer* is specified and a file is
4149 readonly, otherwise it returns TRUE.
4150
41512004-04-02 12:34 dmik
4152
4153 * src/tools/qsettings_p.h:
4154 - Duplicated from include/private
4155
41562004-04-01 23:35 dmik
4157
4158 * include/qnamespace.h:
4159 - Added OS/2 definition of Qt::HANDLE
4160
41612004-04-01 23:11 dmik
4162
4163 * src/tools/qlibrary.cpp:
4164 - OS/2 is mentioned in class docs
4165
41662004-04-01 21:55 dmik
4167
4168 * include/private/qsettings_p.h, mkspecs/os2-g++/qplatformdefs.h,
4169 qmake/Makefile.os2-g++, src/tools/qsettings.cpp,
4170 src/tools/qsettings_pm.cpp:
4171 - Added OS/2 implementation of the QSettingsSysPrivate class:
4172 currently this implementation uses the Open32 registry (identical to
4173 Windows one) to store application settings
4174 - Fixed classes QSettings and QSettingsPrivate to support OS/2
4175
41762004-04-01 14:55 dmik
4177
4178 * include/private/qlibrary_p.h, mkspecs/os2-g++/qplatformdefs.h,
4179 qmake/Makefile.os2-g++, src/tools/qlibrary.cpp,
4180 src/tools/qlibrary_p.h, src/tools/qlibrary_pm.cpp:
4181 - Added OS/2 implementation of the QLibraryPrivate class
4182 - Fixed class QLibrary to support OS/2
4183
41842004-04-01 14:29 dmik
4185
4186 * include/: qt_os2.h, qwindowdefs.h, qwindowdefs_pm.h:
4187 - Added headers to include OS/2 and PM system types and function
4188 definitions
4189
41902004-04-01 00:12 dmik
4191
4192 * mkspecs/os2-g++/qplatformdefs.h:
4193 - Changed to be compatible with gcc.
4194 - Defines for large file support are (temporarily?) disabled.
4195
41962004-03-31 23:56 dmik
4197
4198 * src/tools/qunicodetables.cpp: Imported Qt 3.3.1 original source
4199
42002004-03-31 23:56 dmik
4201
4202 * src/tools/qunicodetables.cpp: Initial revision
4203
42042004-03-31 02:06 dmik
4205
4206 * include/qasciidict.h, include/qbitarray.h, include/qbitarry.h,
4207 include/qbuffer.h, include/qcache.h, include/qcleanuphandler.h,
4208 include/qdeepcopy.h, include/qgcache.h, include/qgvector.h,
4209 include/qintdict.h, include/qlibrary.h, include/qobjdefs.h,
4210 include/qobjectdefs.h, include/qptrvector.h,
4211 include/qtextcodec.h, include/qwindefs.h, include/qwindowdefs.h,
4212 include/private/qdir_p.h, include/private/qlibrary_p.h,
4213 include/private/qsettings_p.h, src/tools/qbitarray.cpp,
4214 src/tools/qbuffer.cpp, src/tools/qconfig.cpp,
4215 src/tools/qcstring.cpp, src/tools/qdatastream.cpp,
4216 src/tools/qdatetime.cpp, src/tools/qdir.cpp, src/tools/qfile.cpp,
4217 src/tools/qfiledefs_p.h, src/tools/qfileinfo.cpp,
4218 src/tools/qgarray.cpp, src/tools/qgcache.cpp,
4219 src/tools/qgdict.cpp, src/tools/qglist.cpp,
4220 src/tools/qglobal.cpp, src/tools/qgvector.cpp,
4221 src/tools/qiodevice.cpp, src/tools/qlibrary.cpp,
4222 src/tools/qlibrary_p.h, src/tools/qlocale.cpp,
4223 src/tools/qlocale_p.h, src/tools/qmap.cpp,
4224 src/tools/qptrcollection.cpp, src/tools/qregexp.cpp,
4225 src/tools/qsettings.cpp, src/tools/qsettings_p.h,
4226 src/tools/qstring.cpp, src/tools/qstringlist.cpp,
4227 src/tools/qtextstream.cpp, src/tools/qunicodetables_p.h,
4228 src/tools/quuid.cpp: Imported Qt 3.3.1 original sources necessary
4229 for qmake
4230
42312004-03-31 02:06 dmik
4232
4233 * include/qasciidict.h, include/qbitarray.h, include/qbitarry.h,
4234 include/qbuffer.h, include/qcache.h, include/qcleanuphandler.h,
4235 include/qdeepcopy.h, include/qgcache.h, include/qgvector.h,
4236 include/qintdict.h, include/qlibrary.h, include/qobjdefs.h,
4237 include/qobjectdefs.h, include/qptrvector.h,
4238 include/qtextcodec.h, include/qwindefs.h, include/qwindowdefs.h,
4239 include/private/qdir_p.h, include/private/qlibrary_p.h,
4240 include/private/qsettings_p.h, src/tools/qbitarray.cpp,
4241 src/tools/qbuffer.cpp, src/tools/qconfig.cpp,
4242 src/tools/qcstring.cpp, src/tools/qdatastream.cpp,
4243 src/tools/qdatetime.cpp, src/tools/qdir.cpp, src/tools/qfile.cpp,
4244 src/tools/qfiledefs_p.h, src/tools/qfileinfo.cpp,
4245 src/tools/qgarray.cpp, src/tools/qgcache.cpp,
4246 src/tools/qgdict.cpp, src/tools/qglist.cpp,
4247 src/tools/qglobal.cpp, src/tools/qgvector.cpp,
4248 src/tools/qiodevice.cpp, src/tools/qlibrary.cpp,
4249 src/tools/qlibrary_p.h, src/tools/qlocale.cpp,
4250 src/tools/qlocale_p.h, src/tools/qmap.cpp,
4251 src/tools/qptrcollection.cpp, src/tools/qregexp.cpp,
4252 src/tools/qsettings.cpp, src/tools/qsettings_p.h,
4253 src/tools/qstring.cpp, src/tools/qstringlist.cpp,
4254 src/tools/qtextstream.cpp, src/tools/qunicodetables_p.h,
4255 src/tools/quuid.cpp: Initial revision
4256
42572004-03-30 21:50 dmik
4258
4259 * qmake/Makefile.os2-g++, mkspecs/os2-g++/qmake.conf,
4260 mkspecs/os2-g++/qplatformdefs.h: Added draft mkspecs for Innotek
4261 GCC and makefile for qmake, both based on the win32-g++
4262 configuration. Nothing can be completely compiled yet.
4263
42642004-03-30 21:34 dmik
4265
4266 * include/qglobal.h: corrected Q_OS_OS2 and Q_WS_PM definitions
4267 (when compiled under Innotek GCC the OS macro is defined as
4268 Q_OS_OS2, not Q_OS_OS2EMX)
4269
42702004-03-30 21:26 dmik
4271
4272 * include/qconfig.h, include/qcstring.h, include/qdatastream.h,
4273 include/qdatetime.h, include/qdict.h, include/qdir.h,
4274 include/qfeatures.h, include/qfile.h, include/qfileinfo.h,
4275 include/qgarray.h, include/qgdict.h, include/qglist.h,
4276 include/qglobal.h, include/qiodevice.h, include/qlocale.h,
4277 include/qmap.h, include/qmemarray.h, include/qmodules.h,
4278 include/qnamespace.h, include/qpair.h, include/qptrcollection.h,
4279 include/qptrlist.h, include/qregexp.h, include/qsettings.h,
4280 include/qshared.h, include/qstring.h, include/qstringlist.h,
4281 include/qstrlist.h, include/qtextstream.h, include/qtl.h,
4282 include/quuid.h, include/qvaluelist.h, include/qvaluestack.h,
4283 include/qwinexport.h, qmake/main.cpp, qmake/meta.cpp,
4284 qmake/meta.h, qmake/option.cpp, qmake/option.h,
4285 qmake/project.cpp, qmake/project.h, qmake/property.cpp,
4286 qmake/property.h, qmake/qtmd5.cpp, qmake/qtmd5.h,
4287 qmake/generators/makefile.cpp, qmake/generators/makefile.h,
4288 qmake/generators/projectgenerator.cpp,
4289 qmake/generators/projectgenerator.h,
4290 qmake/generators/mac/metrowerks_xml.cpp,
4291 qmake/generators/mac/metrowerks_xml.h,
4292 qmake/generators/mac/pbuilder_pbx.cpp,
4293 qmake/generators/mac/pbuilder_pbx.h,
4294 qmake/generators/unix/unixmake.cpp,
4295 qmake/generators/unix/unixmake.h,
4296 qmake/generators/unix/unixmake2.cpp,
4297 qmake/generators/win32/borland_bmake.cpp,
4298 qmake/generators/win32/borland_bmake.h,
4299 qmake/generators/win32/mingw_make.cpp,
4300 qmake/generators/win32/mingw_make.h,
4301 qmake/generators/win32/msvc_dsp.cpp,
4302 qmake/generators/win32/msvc_dsp.h,
4303 qmake/generators/win32/msvc_nmake.cpp,
4304 qmake/generators/win32/msvc_nmake.h,
4305 qmake/generators/win32/msvc_objectmodel.cpp,
4306 qmake/generators/win32/msvc_objectmodel.h,
4307 qmake/generators/win32/msvc_vcproj.cpp,
4308 qmake/generators/win32/msvc_vcproj.h,
4309 qmake/generators/win32/winmakefile.cpp,
4310 qmake/generators/win32/winmakefile.h: Imported qmake sources and
4311 some headers of the original Qt release 3.3.1
4312
43132004-03-30 21:26 dmik
4314
4315 * include/qconfig.h, include/qcstring.h, include/qdatastream.h,
4316 include/qdatetime.h, include/qdict.h, include/qdir.h,
4317 include/qfeatures.h, include/qfile.h, include/qfileinfo.h,
4318 include/qgarray.h, include/qgdict.h, include/qglist.h,
4319 include/qglobal.h, include/qiodevice.h, include/qlocale.h,
4320 include/qmap.h, include/qmemarray.h, include/qmodules.h,
4321 include/qnamespace.h, include/qpair.h, include/qptrcollection.h,
4322 include/qptrlist.h, include/qregexp.h, include/qsettings.h,
4323 include/qshared.h, include/qstring.h, include/qstringlist.h,
4324 include/qstrlist.h, include/qtextstream.h, include/qtl.h,
4325 include/quuid.h, include/qvaluelist.h, include/qvaluestack.h,
4326 include/qwinexport.h, qmake/main.cpp, qmake/meta.cpp,
4327 qmake/meta.h, qmake/option.cpp, qmake/option.h,
4328 qmake/project.cpp, qmake/project.h, qmake/property.cpp,
4329 qmake/property.h, qmake/qtmd5.cpp, qmake/qtmd5.h,
4330 qmake/generators/makefile.cpp, qmake/generators/makefile.h,
4331 qmake/generators/projectgenerator.cpp,
4332 qmake/generators/projectgenerator.h,
4333 qmake/generators/mac/metrowerks_xml.cpp,
4334 qmake/generators/mac/metrowerks_xml.h,
4335 qmake/generators/mac/pbuilder_pbx.cpp,
4336 qmake/generators/mac/pbuilder_pbx.h,
4337 qmake/generators/unix/unixmake.cpp,
4338 qmake/generators/unix/unixmake.h,
4339 qmake/generators/unix/unixmake2.cpp,
4340 qmake/generators/win32/borland_bmake.cpp,
4341 qmake/generators/win32/borland_bmake.h,
4342 qmake/generators/win32/mingw_make.cpp,
4343 qmake/generators/win32/mingw_make.h,
4344 qmake/generators/win32/msvc_dsp.cpp,
4345 qmake/generators/win32/msvc_dsp.h,
4346 qmake/generators/win32/msvc_nmake.cpp,
4347 qmake/generators/win32/msvc_nmake.h,
4348 qmake/generators/win32/msvc_objectmodel.cpp,
4349 qmake/generators/win32/msvc_objectmodel.h,
4350 qmake/generators/win32/msvc_vcproj.cpp,
4351 qmake/generators/win32/msvc_vcproj.h,
4352 qmake/generators/win32/winmakefile.cpp,
4353 qmake/generators/win32/winmakefile.h: Initial revision
4354
43552004-03-28 02:26 root
4356
4357 * CVSROOT/: checkoutlist, commitinfo, config, cvswrappers,
4358 editinfo, loginfo, modules, notify, rcsinfo, taginfo, verifymsg:
4359 initial checkin
4360
Note: See TracBrowser for help on using the repository browser.