root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @185 [185] 5 months dmik dialogs/QFileDialog: Fixed: On some file systems and/or drives, '..' may …
(edit) @184 [184] 5 months dmik configure.cmd: Enable GIF support by default (Unisys LZW patents expired …
(edit) @183 [183] 5 months dmik kernel: Don't touch the static library name (should always be …
(edit) @182 [182] 5 months dmik styles/Warp4: Fixed painting of menu item icons and custom menu items.
(edit) @181 [181] 6 months dmik styles/Warp4: Correctly remove tab widget's page headers and the fat …
(edit) @180 [180] 6 months dmik kernel: Make sure that eventloop is cleaned up after all post-routines …
(edit) @179 [179] 6 months dmik styles/Warp4: Remove '&' from tab's caption when drawing it in the tab …
(edit) @178 [178] 6 months dmik styles/Warp4: Increased tool button size hint to avoid cutting contained …
(edit) @177 [177] 6 months dmik kernel: Don't touch zero timers on the timer thread.
(edit) @176 [176] 6 months dmik kernel: Implemented DOS timer based Qt timers (#35).
(edit) @175 [175] 10 months dmik Styles: Implemented the first version of the Warp4 style (contributed by …
(edit) @174 [174] 10 months dmik Styles: Implemented the first version of the Warp4 style (contributed by …
(edit) @173 [173] 10 months dmik Tools: Added the new printing procedure for qDebug(), qWarning() etc. that …
(edit) @172 [172] 10 months dmik Kernel: Fixed: Don't forget to unPolish() the currently active style on …
(edit) @171 [171] 11 months dmik Kernel: Fixed: QWidge::pmEvent() was not called for key press/release …
(edit) @170 [170] 17 months dmik Kernel: Fixed DBCS input/output support (thanks again to Ko Myung-Hun).
(edit) @169 [169] 17 months dmik Kernel: Added initial DBCS input/output support (thanks to Ko Myung-Hun …
(edit) @168 [168] 20 months dmik Kernel/QProcess: Use spawnvpe() instead of DosExecPgm?() in order to make …
(edit) @167 [167] 21 months dmik Added table and iconview modules to the build system configuration.
(edit) @166 [166] 21 months dmik Table: Added #ifndef QT_NO_SQL to allow building when no sql module is …
(edit) @165 [165] 21 months dmik Examples: Added #ifndef QT_NO_PRINTER to allow building when no printer …
(edit) @164 [164] 21 months dmik Imported table and iconview modules and a bunch of dependent examples from …
(edit) @159 [159] 21 months dmik Kernel/QProcess: - Fixed access violation (accessing a deleted instance) …
(edit) @158 [158] 21 months dmik Common: System Exceptions: Removed an extra line break.
(edit) @157 [157] 21 months dmik qmake/os2-g++: Applied a workaround to avoid various errors (eg. 87) …
(edit) @156 [156] 22 months dmik Tools: Several fixes to QLibrary: - Internal library wrapper could be …
(edit) @155 [155] 22 months dmik kernel: Fixed the compiler warning.
(edit) @154 [154] 22 months dmik Kernel: Fixed recursion (that ate the entire stack) if the WShowModal …
(edit) @153 [153] 22 months dmik kernel: Attempted to fix some spontaneous Qt application traps during …
(edit) @152 [152] 22 months dmik qmake: GNUMAKE: Fixed: The -l prefix at the beginning of libraries …
(edit) @151 [151] 22 months dmik Common: System Exceptions: - The trap report file subdirectory is changed …
(edit) @150 [150] 22 months dmik Common: System Exceptions: - Added exploring and writing the context and …
(edit) @149 [149] 22 months dmik Common: System Exceptions: - Updated all comment and open/close …
(edit) @148 [148] 22 months dmik Common: System Exceptions: - Added reading out and writing the module …
(edit) @147 [147] 22 months dmik Common: System Exceptions: - Fixed the stack walking procedure so that the …
(edit) @146 [146] 22 months dmik Common: System Exceptions: - Added usage of DosQuerySysState?() to …
(edit) @145 [145] 22 months dmik Common: System Exceptions: - Added recording the word the register value …
(edit) @144 [144] 22 months dmik Kernel: QSound: Due to problems with the most commonly used uniaud driver …
(edit) @143 [143] 23 months dmik Common: System Exceptions: - Fixed: Using HOMEDRIVE/HOMEPATH to point to …
(edit) @142 [142] 23 months dmik qregion_pm.cpp: Reverted back to revision 139 because of changeset:141.
(edit) @141 [141] 23 months dmik Compiling: Fixed broken release builds by appliying a better workaround …
(edit) @140 [140] 23 months dmik Compiling: Applied a workaround for the Innotek GCC compiler bug related …
(edit) @139 [139] 23 months dmik Kernel/Tools: Improved OS/2 exception handling: - Moved the excpetion …
(edit) @138 [138] 23 months dmik Fixed: Forgot to set the Id keyword substitution.
(edit) @137 [137] 23 months dmik General: mkspecs/os2-g++: Added an option to generate .map files when …
(edit) @136 [136] 23 months dmik Kernel: Added the Qt-wide OS/2 system exception handler (see ticket:33 for …
(edit) @135 [135] 23 months dmik Kernel: Fixed: in !QT_PM_NO_WIDGETMASK mode, performing a very quick …
(edit) @134 [134] 23 months dmik Kernel: QProcess: Significantly improved the speed of reading data from …
(edit) @133 [133] 23 months dmik Global: Fixed qSystemWarning(): Do not try to get the error text for the …
(edit) @132 [132] 23 months dmik Kernel: QEventLoop: Fixed: Recognize WM_U_SEM_SELECT only for the …
(edit) @131 [131] 2 years dmik Imported QAccessible cross-platform sources from /vendor/trolltech/3.3.1 …
(edit) @128 [128] 2 years dmik General: configure.cmd: - Various improvements to the tools configuration …
(edit) @127 [127] 2 years dmik Tools: Fixed file name validation: QFile::open() didn't work for file …
(edit) @126 [126] 2 years dmik Kernel: Fixed keyboard pocessing: Let the standard OS/2 Alt+ddd shortcut …
(edit) @125 [125] 2 years dmik Kernel: Increased the default stack size for a newly created QThread from …
(edit) @124 [124] 2 years dmik Kernel: Removed the annoying "QPixmap::xForm(): video driver doesn't seem …
(edit) @123 [123] 2 years dmik Tools: Fixed a typo in QDir::rootDirPath() that caused an access violation …
(edit) @122 [122] 2 years dmik Kernel: QSound: Commented out the debug macro mistakenly left after r120.
(edit) @121 [121] 2 years dmik Kernel: Improved Qt timers: - Fixed a regression caused by r113: the …
(edit) @120 [120] 2 years dmik Kernel: QSound: Added a workaround to solve 100% CPU load followed by UI …
(edit) @119 [119] 2 years dmik Tools: Fixed SYS3184 (divide-by-zero) in qt_os2QString2MB() (used by …
(edit) @118 [118] 2 years dmik configure.cmd: Fixed: adding paths to envirionment variables could …
(edit) @117 [117] 2 years dmik Tools: Fixed double number handling routines: applying word0 and word1 …
(edit) @116 [116] 2 years dmik Kernel/Network: Changed the socket notifier activation logic so that …
(edit) @115 [115] 2 years dmik Kernel: WinUpdateWindow?() is called on every WM_ERASEBACKGROUND also when …
(edit) @114 [114] 2 years dmik Kernel: Updated QPMMime to use QPMObjectWindow instead of its own …
(edit) @113 [113] 2 years dmik Kernel: Improved QEventLoop: - Timer and socket notifier events are now …
(edit) @112 [112] 2 years dmik Kernel: QSound: Fixed sound playback on single-streamed audio devices: - …
(edit) @111 [111] 2 years dmik Kernel: Fixed the memory leak in QApplication::event( QEvent *e ).
(edit) @110 [110] 2 years dmik Widgets: Implemented QDesktopWidget::availableGeometry().
(edit) @109 [109] 2 years dmik Widgets: Fixed: QPopupMenu::exec() did not return before the mouse press …
(edit) @108 [108] 2 years dmik Widgets: Added the non-scaling threshold when setting a top-level …
(edit) @107 [107] 2 years dmik Widgets: Fixed: Pressed key's text (symbol) is now always uppercased if …
(edit) @106 [106] 2 years dmik Widgets: QTextEdit: Fixed: AltGr?+key can produce valid characters in some …
(edit) @105 [105] 2 years dmik Widgets: Fixed [Qt bug]: QDockWindow's area covered by the dock window …
(edit) @104 [104] 2 years dmik Common: Changed the version number to 3.3.1.0.7a ('a' means the …
(edit) @103 [103] 2 years dmik Fixed a compiler warning.
(edit) @102 [102] 2 years dmik Widgets: Improved min/max/fullscreen handling: - Layout management now …
(edit) @101 [101] 2 years dmik Widgets: - Default .EXE icon, when present, is used as the default widget …
(edit) @100 [100] 2 years dmik Widgets: Fixed: - Siblings of top-level widgets were not clipped out when …
(edit) @99 [99] 2 years dmik Plugin Support: Fixed: Q_EXPORT_PLUGIN and Q_EXPORT_COMPONENT macros …
(edit) @98 [98] 2 years dmik QListView, QScrollView: Removed outdated Drag'n'Drop related todo's; the …
(edit) @97 [97] 2 years dmik kernel: Created the initial implementation of the Drag'n'Drop support for …
(edit) @96 [96] 2 years dmik QTextDrag: decode() gives mime types in Unicode encodings a higher …
(edit) @95 [95] 2 years dmik configure.cmd: Fixed compiler configuration routines ('could not open …
(edit) @94 [94] 2 years dmik Improved the configure script: - Offer to (re)compile Qt after …
(edit) @93 [93] 2 years dmik GNUMAKE backend: - Added the internal qmake variable QMAKE_DEFINES_QT …
(edit) @92 [92] 2 years dmik Corrected todo's.
(edit) @91 [91] 2 years dmik - Cycle the main menu if 'Configure Compiler' or 'Configure Qt' is …