Timeline
2010-05-10:
- 14:34 Ticket #153 (Remove the need of GCC422.DLL) closed by
- wontfix: as this compiler GCC 4.4.2 and better ist used on a lot more projects w/o …
- 14:21 Ticket #150 (MOC output on "No relevant classes found") closed by
- wontfix: as this is not a specific problem of our port i close it. Eventually open …
- 14:19 Ticket #129 (Build break using GCC 3.3.5) closed by
- wontfix: as GCC 4.4.2 is the recomended and only tested one, we are not going to …
2010-05-01:
- 00:51 Changeset [725] by
- packaging: Delete temporary package directories at start to make sure …
- 00:43 Changeset [724] by
- packaging: Ignore out directories.
2010-04-30:
- 22:21 Changeset [723] by
- packaging: Fixed GetPkgVersion?(): make sure the package is not searched in …
- 22:19 Changeset [722] by
- packaging: Improved QtEnv?.cmd: - Avoid double slashes. - Add X:\OS2\DLL to …
- 22:12 Changeset [721] by
- packaging: Added -B -D and -W command line options to make_packages.cmd.
- 17:59 Ticket #152 (Apply performance options) closed by
- fixed
- 17:58 Changeset [720] by
- gnumake/os2-g++: Switch the compiler to using the i486 instruciton set for …
- 17:49 Changeset [719] by
- gui: Use the const version of QImage::bits() to avoid making the deep …
- 17:45 Changeset [718] by
- gui: Fixed painting under the mouse pointer in Dive mode while performing …
- 12:58 Ticket #154 (Floating point exception in various scenarios) closed by
- fixed: Done in r717. Thank you for noticing!
- 12:55 Changeset [717] by
- corelib: Clear FPU CW in qdtoa() (fixes ticket:154).
- 00:22 Ticket #88 (Qt 4.6) closed by
- fixed: I think this ticket is outdated. We have more specific tickets for the 4.6 …
- 00:21 Ticket #131 (Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS) closed by
- fixed: In r715, I reverted r615 (the DosSetError?() call at startup). Instead, in …
- 00:17 Changeset [716] by
- corelib: Do DosOpen?() with OPEN_FLAGS_FAIL_ON_ERROR on drive letters …
- 00:13 Changeset [715] by
- corelib: Reverted r615 (see #131).
2010-04-28:
- 20:41 Changeset [714] by
- gui: Added a special direct Dive framebuffer access mode that hides the …
- 18:02 Changeset [713] by
- gui: Implemented the direct framebuffer access method in Dive mode (based …
2010-04-27:
- 16:15 Changeset [712] by
- gui: Fixed widget painting in Dive mode when the screen color format is …
2010-04-26:
- 17:36 Changeset [711] by
- gui: Fixed: Never add tooltip windows to the top-level window list and …
- 16:59 Changeset [710] by
- gui: Fixed distortions in Dive mode when moving windows of other processes …
- 13:05 Changeset [709] by
- gui: Added qwindowsurface_pm_p.h to includes.
- 02:41 Changeset [708] by
- gui: Use the fastest GPI matrix transformation for mirroring the image …
- 02:40 Changeset [707] by
- gui: Process deferred window flush events in Dive mode to make sure the …
- 01:05 Changeset [706] by
- gui: Implemented drawing widgets through Dive (see #101) and enabled it by …
- 01:02 Changeset [705] by
- gui: Added QWidget::addPmEventFilter()/removPmEventFilter() (OS/2 …
- 01:01 Changeset [704] by
- gui: Removed outdated QWL_ data item reservation.
2010-04-21:
- 11:35 Ticket #154 (Floating point exception in various scenarios) created by
- The exception happens in qdtoa(). In src\corelib\qlocale.cpp, lines 6776 …
- 10:48 Ticket #153 (Remove the need of GCC422.DLL) created by
- The option "-static-libgcc" applied to the link step seems to do the trick …
- 10:30 Ticket #152 (Apply performance options) created by
- Since we need to use any piece of performance we can get and we don't have …
2010-04-13:
- 11:25 WikiStart edited by
- made gcc req more verbose (diff)
2010-03-23:
- 12:33 Ticket #151 (QFile::copy fails) closed by
- fixed: No, that doesn't make sense to create tickets for fixed problems (fixed in …
- 10:05 Ticket #151 (QFile::copy fails) created by
- Not sure if it makes sense to add a ticket for a problem that is only …
2010-03-21:
- 20:26 Changeset [703] by
- 3rdparty/CLucene: Fixed: Provide replacements for kLIBC's broken wcscmp() …
2010-03-19:
- 15:07 Ticket #150 (MOC output on "No relevant classes found") created by
- This is a rather weird one, but I'm asking for your opinion on that... …
- 14:40 Ticket #48 (Enable MMX/SSE) closed by
- fixed: Silvan did some tests in #101. Closing this one.
- 14:24 Ticket #138 (QMake ignores LIBS_PRIVATE) closed by
- fixed: Thank you for noticing :)
- 12:57 Changeset [702] by
- corelib/io: QOS2FileSystemWatcherEngine: Suppress a false warning.
2010-03-18:
- 15:54 Changeset [701] by
- tools/assistant: Fixed: Would only recognize the first of two or more …
- 15:47 Changeset [700] by
- corelib: QProcess: Fixed: Having stderr of a started child process …
- 15:42 Changeset [699] by
- corelib: QProcess: Simplified debug output.
- 14:19 Ticket #149 (VLC blocked when opening a non-existent file and quitting) created by
- Hi/2. As subject, VLC is blocked if failing to open a file. The blocked …
- 14:02 Ticket #145 (Can't checkout SVN anymore) closed by
- invalid
2010-03-17:
- 23:22 Changeset [698] by
- gui: Fixed crash in PMMERGE during resize & move of the top level window …
- 13:09 Ticket #148 (Assistant doesn't work anymore) closed by
- invalid: You need to make sure it can find and load the qsqlit4.dll plugin. If it …
- 13:06 Changeset [697] by
- tools/assistant: Use the GUI message box to show error messages instead of …
- 12:27 Ticket #143 (Linguist build fails.) closed by
- fixed: Ok.
- 12:00 Ticket #148 (Assistant doesn't work anymore) created by
- With the latest trunk, Assistant quit. The program just exists without …
2010-03-16:
- 23:07 Changeset [696] by
- qtdemo: Make it find demo and example executables on OS/2.
- 22:57 Changeset [695] by
- qtdemo: Added OS/2 icon.
- 15:16 Changeset [694] by
- Typo.
- 15:08 Changeset [693] by
- corelib: Fixed too fat frame around tooltips.
- 00:38 Changeset [692] by
- configure.cmd: Use QT_NO_DEBUG instead of NDEBUG to detect the release …
- 00:37 Changeset [691] by
- docs: ignore output.
- 00:21 Changeset [690] by
- docs: Fixed warnings and added some missing documentation for OS/2 …
2010-03-15:
- 21:42 Changeset [689] by
- examples: Ignore patterns.
- 21:36 Changeset [688] by
- doc: Fixed the OS/2 build.
- 21:33 Changeset [687] by
- configure.cmd: Build translations by default and build docs by default in …
- 18:50 Changeset [686] by
- demos/browser: Updated OS/2 icon.
- 18:36 Changeset [685] by
- translations: Ignore output.
- 18:31 Changeset [684] by
- translations: Fixed the OS/2 build.
- 18:30 Changeset [683] by
- corelib: Fixed r614 regression (QDir(<relative_path>) would contain no …
- 17:10 Changeset [682] by
- qmake: Don't output TRANSLATIONS twice to the zip target dependencies.
- 10:28 Ticket #147 (runtime wpi still halts on no Xcenter) closed by
- fixed: same as ticket:146
- 08:34 Ticket #147 (runtime wpi still halts on no Xcenter) created by
- ftp://ftp.netlabs.org/pub/qt4/4.5.1-ga/qt-lib-4_5_1-ga-noxwpdep.wpi I got …
2010-03-13:
- 23:17 Changeset [681] by
- 3rdparty: CLucene: Be on the safe side and don't undefine O_BINARY (though …
- 22:22 Changeset [680] by
- demos/browser: Disable qDebug() only in real release builds.
- 22:16 Changeset [679] by
- corelib: QTemporaryFile: FIxed: Files were opened in O_TEXT mode which …
2010-03-12:
- 14:10 Ticket #146 (WPI "lib" package still refuses to load w/o XWorkplace) created by
- Today downloaded Qt packages and GCC. Gcc installs w/o problem. Despite …
- 01:15 Changeset [678] by
- demos/browser: Added OS/2 icon.
2010-03-11:
- 23:11 Changeset [677] by
- gui: QWidget: Fixed 4.6.2 merge typo (broke non-QT_NO_IM builds).
- 19:57 Changeset [676] by
- 3rdparty/JavaScriptCore: Fixed: Stack blocks were free()d twice.
- 18:28 Changeset [675] by
- qmake: os2/gnumake: WLINK actually understands /PM:PM /PM:VIO too, thanks …
- 15:36 Changeset [674] by
- examples: Disabled inputpanel example due to QT_NO_IM on OS/2.
- 09:21 Ticket #145 (Can't checkout SVN anymore) created by
- I don't know where to report this, but I cannot checkout / update the …
- 03:04 Changeset [673] by
- qmake: os2/gnumake: Replaced hard-coded DEF_FILE generation target with …
- 02:57 Changeset [672] by
- emxexpw.cmd: Added -exe option to generate a .DEF for an executable.
- 02:53 Changeset [671] by
- qmake: os2/gnumake: Fixed r670 regression.
2010-03-10:
- 23:06 Changeset [670] by
- qmake: os2/gnumake: Be consistent and use q function for space escaping …
- 22:00 Changeset [669] by
- global: Make sure Q_*_EXPORT_INLINE functions are actually inlined in …
- 16:05 Changeset [668] by
- Fixed some release warnings.
- 13:40 Ticket #144 (Don't show floppy drives) created by
- Inspired by #137 I'm asking myself if it would be complicated to remove A: …
- 13:30 Ticket #131 (Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS) reopened by
- The current implementation still gives me one error popup for each …
- 13:23 Changeset [667] by
- configure.cmd: Fixed compiler version detection.
- 01:36 Changeset [666] by
- Oops (typo in r665).
- 01:33 Changeset [665] by
- corelib: Sockets: Fixed: "has data to read" socket notifications would be …
- 01:27 Changeset [664] by
- corelib: Sockets: Don't call select() on a temporarily disabled socket.
2010-03-09:
- 12:27 Changeset [663] by
- tools: linguist: Even more QT_NO_PRINTER.
2010-03-08:
- 21:45 Changeset [662] by
- tools: linguist: Added more QT_NO_PRINTER.
- 21:29 Changeset [661] by
- gui: Removed DLL split in debug mode since it seems to work fine as a …
- 19:36 Changeset [660] by
- corelib: Fixed QFile: QIODevice::Unbuffered would cause open() files in …
- 17:09 Changeset [659] by
- global: Updated year to 2010 in OS/2-specific headers.
- 16:45 Changeset [658] by
- configure.cmd: Ask if the webkit module should be built (defaults to "no" …
- 16:14 Changeset [657] by
- Ignore patterns.
- 16:00 Changeset [656] by
- qmake:qmake: os2/gnumake: Add support for the declspec(dllexport)-based …
- 15:50 Changeset [655] by
- emxexpw.cmd: Allow to run w/o the object list which generates a DEF file …
- 15:45 Changeset [654] by
- qmake: os2/gnumake: Use -Wl, to pass the object list response file to the …
- 15:41 Changeset [653] by
- demos/browser: Fixed the build (CWD in INCLUDEPATH).
- 15:39 Changeset [652] by
- global: Avoid warning about the dllimport attribute is ignored.
- 12:52 Changeset [651] by
- trunk: Merged in qt 4.6.2 sources.
- 09:53 Ticket #143 (Linguist build fails.) created by
- tools\linguist\linguist\mainwindow.cpp doesn't honour QT_NO_PRINTER. …
- 00:06 Changeset [650] by
- vendor: Tagged qt-everywhere-opensource-src-4.6.2 for further reference.
2010-03-07:
- 23:52 Changeset [649] by
- vendor: Merged in qt-everywhere-opensource-src-4.6.2 from Nokia.
- 21:50 Changeset [648] by
- global: Use declspec(dllexport) on OS/2 (first step to reduce the number …
- 21:20 Ticket #119 (Port QAssistant) closed by
- fixed: The problem in assistant is fixed in r647. This defect may be closed now.
- 21:20 Changeset [647] by
- tools: assistant: Fixed 100% CPU load/system freeze when controlling the …
- 21:17 Changeset [646] by
- corelib: QProcess: Fixed a problem that, depending on the order of events, …
- 20:39 Changeset [645] by
- corelib: QProcess: Fixed a typo that could make it impossible to read from …
- 19:09 Changeset [644] by
- corelib: Increase the sleep time in r643.
- 18:25 Ticket #124 (QSynth makes CPU load 99.9%) closed by
- wontfix: I found the exact reason for the freeze. Please see …
- 18:22 Changeset [643] by
- corelib: Protect against the frozen system when QSocketNotifier is given …
- 05:14 Ticket #142 (QT4-GA setup documentation-- at best, a disaster!) created by
- Is there any chance you could publish documentation that normal human …
2010-03-06:
- 00:32 Changeset [642] by
- gui: Use native file icons in standard Qt file dialogs.
2010-03-05:
- 21:35 Changeset [641] by
- examples/help: contextsensitivehelp: Fixed the build.
- 21:33 Changeset [640] by
- demos/examples: Reverted r515 and r540 (enabled help- and …
- 20:32 Changeset [639] by
- 3rdparty: JavaScriptCore?: Removed annoying warnings.
- 20:27 Changeset [638] by
- Ignore patterns.
- 20:06 Changeset [637] by
- webcore: Made it build on OS/2.
- 19:50 Changeset [636] by
- webkit: Appliied r592 to a local javaScriptCore.
- 12:54 Ticket #88 (Qt 4.6) reopened by
- I will update to 4.6.2; there doesn't seem to be any changes that would …
- 12:31 Changeset [635] by
- general: QLocale: Fixed broken tools builds.
- 01:47 Changeset [634] by
- tools: Enabled building of assistant and tools.
- 01:44 Changeset [633] by
- 3rdparty/clucene: Use _ASCII mode on OS/2 since wcscmp()/wcsncmp() are …
- 01:38 Changeset [632] by
- 3rdparty/clucene: Made it build in _ASCII mode.
2010-03-04:
- 21:03 Changeset [631] by
- tools/assistant: Make it build on OS/2.
- 19:39 Changeset [630] by
- 3rdparty/clucene: Added OS/2 support [patch by rudi].
- 19:33 Changeset [629] by
- qmake: os2/gnumake: Added support for LIBS_PRIVATE introduced in Qt 4.6.
- 01:22 Ticket #137 (QDirModel shows phantom drive B:) closed by
- fixed
- 01:21 Ticket #6 (Port QFileSystemWatcher) closed by
- fixed: It turned out that checking for drive changes every 3 seconds is very …
- 01:19 Changeset [628] by
- corelib: Enabled native XWP-based file watcher on OS/2.
- 01:07 Changeset [627] by
- gui: Don't hide valid drive letters with no media inserted from …
2010-03-03:
- 23:18 Changeset [626] by
- Reverted r613 (see #137).
- 23:06 Changeset [625] by
- tests/widget: Extended locale test.
- 21:25 Ticket #123 (Derive language settings from the system) closed by
- fixed: Done in r622. Now, the language is derived from the country code of the …
- 21:24 Changeset [624] by
- Readme for r623.
- 21:22 Changeset [623] by
- corelib: Ignore the system locale object by default as it is known to have …
- 20:54 Changeset [622] by
- corelib: Implemented deriving the defaut locale from the process country …
- 03:04 Changeset [621] by
- gui: QPixmap: Enhanced fromPmHBITMAO, added fromPmHPOINTER().
2010-03-02:
- 14:45 Changeset [620] by
- Ups.
- 14:20 Changeset [619] by
- Be on the safe side.
- 14:03 Ticket #39 (Port QAccessible) closed by
- fixed: It turned out that we only need to enable the compilation of the …
- 13:46 Changeset [618] by
- gui: Enabled accessibility support on OS/2. Closes #39.
2010-03-01:
- 21:38 Changeset [617] by
- gui: Enabled MMX/SSE support (on by default), see #48 for details.
- 12:17 Ticket #36 (Port QPrintEngine and QPrinterInfo) closed by
- fixed: The primary task is done so closing this defect. Created #141 to track …
- 12:16 Ticket #141 (CUPS: get cups.dll and use PDF output by default) created by
- This is partly a continuation of #36. Linking to cups.dll instead of …
2010-02-28:
- 23:13 Changeset [616] by
- corelib: Implemented native (XWP-based) file system watcher for OS/2 …
2010-02-27:
- 01:35 Ticket #131 (Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS) closed by
- fixed: Done in r615. Tested with no AUTOFAIL, AUTOFAIL=NO and AUTOFAIL=YES. …
- 01:33 Changeset [615] by
- corelib: Make sure hardware error popups are disabled at application …
- 00:27 Changeset [614] by
- corelib: QFSFileEngineIterator: Check that the drive is ready before …
- 00:25 Changeset [613] by
- corelib/gui: Add support for watching drive list changes (represented by …
- 00:21 Changeset [612] by
- corelib: Always return true from QFileInfo::isRoot()/isDir() for paths …
2010-02-26:
- 19:49 Changeset [611] by
- tests/widget: Cleaned up debugging according to r605 changes and added a …
- 19:47 Changeset [610] by
- tests: common.pri: Added 'debug-dbg' and 'releae-dbg' targets that start …
- 19:44 Changeset [609] by
- corelib: Fixed QProcess: Data could not be successfully read or written to …
- 17:54 Changeset [608] by
- guil: Fixed broken build after r607: INCL_DOSDEVIOCTL causes ALT and other …
- 14:25 Changeset [607] by
- gui: Select the correct icon for the drive letter in standard file dialogs …
- 14:01 Ticket #140 (Filedialog in 4.6.1 trunk shows slashes on drive letters) closed by
- fixed: This should be fixed in r606 which I found yesterday while working on #137 …
- 13:59 Changeset [606] by
- gui: Fixed 4.51->4.6.1 regression: Inconsistent behavior of drive names in …
- 13:43 Ticket #140 (Filedialog in 4.6.1 trunk shows slashes on drive letters) created by
- There seems to be some confusion in 4.6.1 whether a root drive should be …
- 12:35 Ticket #139 (Enable drive icons) created by
- Assign the proper icons to drives (i.e. Floppy, CD, HDD nad Network).
- 01:53 Ticket #136 (QtScript module does not build) closed by
- fixed: Closing it; a non-working module would be a separate issue.
- 00:33 Changeset [605] by
- gui: Cleaned up debug printing: get rid of qStr*() functions and use …
- 00:29 Changeset [604] by
- corelib: Added qDebugFmt() and qDebugFmtHex() debug stream modifiers to …
2010-02-25:
- 04:31 Changeset [603] by
- gui: Fixed assertion at #1125 in qwidget.cpp (due to an attempt to …
- 00:03 Changeset [602] by
- corelib: QFileSystemWatcher: In the fall-back polling watcher, increased …
2010-02-24:
- 22:35 Ticket #130 (Clicking HTTP links doesn't start the browser) closed by
- fixed: All fixed in r600, r601.
- 22:34 Changeset [601] by
- corelib: Wrong place for #include.
- 22:26 Changeset [600] by
- corelib: Fixed QProcess::startDetached() which would not work in 'highmem' …
- 20:05 Ticket #88 (Qt 4.6) closed by
- fixed: Closing this task since the trunk builds completely now.
- 20:03 Changeset [599] by
- corelib: Fixed crash in QVariantAnimation::registerInterpolator(): the …
- 10:13 Ticket #138 (QMake ignores LIBS_PRIVATE) created by
- The title says it. There has been a change in the implementation of …
2010-02-23:
- 22:45 Changeset [598] by
- Ignore patterns.
- 22:27 Changeset [597] by
- plugins/graphicsystems: Short DLL names on OS/2.
- 15:37 Changeset [596] by
- lrelease: Fixed the build.
- 15:36 Changeset [595] by
- general: Fixed a couple of warnings.
- 14:34 Changeset [594] by
- qmake: Fixed: On debug_and_release platforms, qrc output files were …
- 01:15 Changeset [593] by
- qmake: features/os2: splitDll: Take FORMS and RESOURCES into the split …
- 00:37 Changeset [592] by
- 3rdparty: JavaScriptCore?: Added support for the OS/2 platform (untested).
- 00:30 Changeset [591] by
- 3rdparty: JavaScriptCore?: Don't create separate out directories in …
2010-02-22:
- 18:35 WikiStart edited by
- layout (diff)
- 18:13 WikiStart edited by
- qbittorent first screenshot (diff)
- 16:14 Ticket #133 (API_FPU_CW_Wrappers.h errors) closed by
- wontfix
- 16:02 Changeset [590] by
- configure.cmd: Disable the declarative module (it's not even in the source …
- 10:35 Ticket #137 (QDirModel shows phantom drive B:) created by
- Using a QDirModel to list all drives shows an empty line (apparently a …
2010-02-21:
- 20:51 Ticket #136 (QtScript module does not build) created by
- I've just discovered that the QtScript? module does not build. It depends …
- 19:35 Changeset [589] by
- Ignore configure.log.
- 19:07 Changeset [588] by
- configure.cmd: Be consistent.
- 18:48 Changeset [587] by
- configure.cmd: Make sure that all "auto" options that haven't been …
- 18:13 Changeset [586] by
- configure.cmd: Make sure QT_BUILD_KEY (QLibraryInfo::buildKey()) will …
- 16:35 Changeset [585] by
- configure.cmd: Adjust to the new configuration options in Qt 4.6 (this …
- 15:12 Ticket #135 (Check if WebKit can be built) created by
- We should try to find out what are the requirements of the WebKit? module …
2010-02-19:
- 17:54 Changeset [584] by
- qmake: Add CWD to INCLUDEPATH.
- 16:04 Changeset [583] by
- corelib: QProcess: Get rid of the unexpected "DosQueryNPipeSemState …
- 12:41 Changeset [582] by
- configure.cmd: Fixed: QT_BUILD_KEY (and QLibraryInfo::buildKey()) would …
- 00:34 Changeset [581] by
- packaging: qpmobjectwindow_pm_p.h isn't necessary in the "dev" package …
- 00:29 Changeset [580] by
- gui: Removed qmime.h dependency on private qpmobjectwindow_pm_p.h and on …
2010-02-18:
- 15:36 Changeset [579] by
- gui: Mention that OS/2 supports CUPS in the documentation for printer …
- 15:27 Changeset [578] by
- configure.cmd: Added QT_NO_LPR (and made Qt sources additionally use it in …
- 14:36 Changeset [577] by
- configure.cmd: CUPS_INCLUDEPATH and CUPS_LIBS environment variables were …
- 12:11 Ticket #43 (Port QPrintDialog and QPageSetupDialog) closed by
- fixed: This was done within #36.
- 01:39 Changeset [576] by
- configure.cmd: Enabled printing by default.
- 00:24 Changeset [575] by
- gui: Non-native QPrinterDialog: Leave the output file name empty when a …
2010-02-17:
- 21:58 Changeset [574] by
- gui: Printing/CUPS: Fixed: Temporary files created by CUPS on request were …
- 20:53 Changeset [573] by
- gui: Implemented support for printing through CUPS on OS/2.
2010-02-15:
- 19:55 Ticket #134 (QMake: Incorrectly generated INCLUDE entries due to missing substutution ...) closed by
- fixed
- 19:53 Changeset [572] by
- qmake: Perform hackish path substutition magic on OS/2 as well as on Win32 …
- 17:45 Ticket #134 (QMake: Incorrectly generated INCLUDE entries due to missing substutution ...) created by
- Incorrect INCLUDE entries have been generated. Solved by changing …
2010-02-13:
- 22:18 Changeset [571] by
- gui: Back to 3-DLL setup in debug mode as it gives more balanced yet …
- 21:59 Changeset [570] by
- gui: Fixed assertion in QVector::at() at startup.
- 18:36 Changeset [569] by
- gui: Adopted to 4.6.1 changes.
- 13:03 Ticket #133 (API_FPU_CW_Wrappers.h errors) created by
- I am testing Harbour (www.harbour-project.org) hbqt contrib with Qt451GA …
- 10:54 Ticket #132 (Designer refuses to load ui file produced with QtCreator on Windows) closed by
- fixed: look at ticket 127 please. it's fixed in r551 and a replacement dll is on …
- 09:44 Ticket #132 (Designer refuses to load ui file produced with QtCreator on Windows) created by
- I tried to load some ui files that were created on Windows (QtCreator? …
- 01:10 Changeset [568] by
- network: Adopted to 4.6.1 changes.
- 01:06 Changeset [567] by
- corelib: Adopted to 4.6.1 changes.
- 01:02 Changeset [566] by
- qmake: Adopted to 4.6.1 changes.
- 01:01 Changeset [565] by
- configure.cmd: Create qt_configure_installation needed for QLibraryInfo.
2010-02-12:
- 14:00 Changeset [564] by
- general: Updated headers of OS/2 sources.
- 11:47 WikiStart edited by
- changed wording (diff)
- 11:16 Ticket #131 (Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS) created by
- There's already been some discussion about whether we should issue …
- 11:01 Ticket #128 ("lib" WPI package doesn't install on systems with no XWorkplace installed) closed by
- fixed: The user reports that the new WPI works with no XWorkplace/XCenter …
- 11:00 WikiStart edited by
- Updated the link to the "lib" WPI archive (noxwpdep version). (diff)
2010-02-11:
- 23:56 Changeset [563] by
- general: Remove svn:executable from text files as well as svn:eol and …
- 23:53 Changeset [562] by
- general: Set svn:executable and svn:eol=CRLF for all .cmd files.
- 23:19 Changeset [561] by
- trunk: Merged in qt 4.6.1 sources.
- 22:38 Ticket #130 (Clicking HTTP links doesn't start the browser) created by
- A user reports that he is unable to start the browser by clicking on HTTP …
- 08:04 Ticket #129 (Build break using GCC 3.3.5) created by
- GCC 3.3.5 pukes on line 173 in src\gui\kernel\qkeymapper_p.h: enum { …
2010-02-10:
- 14:51 Changeset [560] by
- Reverted back r6 before merging with vendor/4.6.1 where the conflict is …
- 01:42 Changeset [559] by
- branches: Created 4.5.1 branch out of trunk.
- 01:33 Changeset [558] by
- vendor: Tagged qt-everywhere-opensource-src-4.6.1 for further reference.
- 01:30 Changeset [557] by
- vendor: Removed keyword substitution from all files in the Qt tree as it …
- 00:52 Changeset [556] by
- vendor: Merged in qt-everywhere-opensource-src-4.6.1 from Nokia.
2010-02-09:
- 22:47 Ticket #127 (QDesigner fails to load large/complex ui file made on MAC/Windows) closed by
- fixed: Thank you for the feedback.
- 14:24 Changeset [555] by
- examples: Fixed: TEMPLATE=lib should come before …
- 14:22 Changeset [554] by
- examples/tools: Shorten DLL name on OS/2.
- 14:03 Changeset [553] by
- examples/designer: Shorten DLL name on OS/2.
- 13:28 Changeset [552] by
- general: Install DLLs from tools to bin on OS/2 too.
- 12:22 Changeset [551] by
- corelib: Fixed: Regular files were treated as sequential streams which …
Note: See TracTimeline
for information about the timeline view.
