#
# ChangeLog for src/UIElements/Views/Qt4/QDebugStream.hpp
#
# Generated by Trac 1.4.4
# Mar 24, 2025, 12:19:15 PM

Sat, 25 Jul 2015 13:01:21 GMT Frederik Heber <heber@…> [9737db]
	* src/UIElements/Qt4/QtMainWindow.cpp (modified)
	* src/UIElements/Views/Qt4/QDebugStream.hpp (modified)
	* src/UIElements/Views/Qt4/QtLogBox.cpp (modified)

	FIX: QDebugStream is now thread-safe.

	- also Fix to QTextCursor not ...


Tue, 10 Feb 2015 14:09:39 GMT Frederik Heber <heber@…> [52dfcc]
	* src/UIElements/Views/Qt4/QDebugStream.hpp (modified)

	FIX: QDebugStream is now protected against multiple writes to log ...


Wed, 20 Aug 2014 12:59:22 GMT Frederik Heber <heber@…> [4d6d6a]
	* configure.ac (modified)
	* src/UIElements/Views/Qt4/QDebugStream.hpp (modified)

	QtGUI prints log to console (qDebug) as well.

	- removed in ...


Sat, 28 Jun 2014 00:50:42 GMT Frederik Heber <heber@…> [e0b5f0]
	* src/UIElements/Makefile.am (modified)
	* src/UIElements/Qt4/QtMainWindow.cpp (modified)
	* src/UIElements/Qt4/QtMainWindow.hpp (modified)
	* src/UIElements/Views/Qt4/QDebugStream.hpp (added)
	* src/UIElements/Views/Qt4/QtLogBox.cpp (added)
	* src/UIElements/Views/Qt4/QtLogBox.hpp (added)

	Added QtLogBox to QtMainWindow, using QDebugStream to display log.