summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_opengl_qgl.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2009-04-15 10:08:35 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-04-15 16:14:17 (GMT)
commit87a19963529a3974ae5fda3822c49cdc9a973a93 (patch)
treefe2a36a1357215a4ca9aeb6d1751ab84f13787a0 /doc/src/snippets/code/src_opengl_qgl.cpp
parent1b2ea4af58ca5cd6ba504ea9af3337677cbfe89e (diff)
downloadQt-87a19963529a3974ae5fda3822c49cdc9a973a93.zip
Qt-87a19963529a3974ae5fda3822c49cdc9a973a93.tar.gz
Qt-87a19963529a3974ae5fda3822c49cdc9a973a93.tar.bz2
BT: Fix a crash on certain theme changes in GNOME
We did not update initGtkWidgets on theme changes which could lead to crashes as the contents of the widget hash depend on certain properties in the style. A simple way to reproduce this would be to change between the redmond gtk theme and cleanlooks. Task-number: 251115 Reviewed-by: paul
Diffstat (limited to 'doc/src/snippets/code/src_opengl_qgl.cpp')
0 files changed, 0 insertions, 0 deletions
ption> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-246-164/+119
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-246-167/+125
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-236-241/+129
* | | (TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure ...andreask2011-12-132-0/+7
* | | Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-113-87/+14
|\ \ \ | |/ /
| * | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-113-87/+14
* | | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-074-25/+40
|\ \ \ | |/ /
| * | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-074-25/+40
| |\ \ | | |/
| | * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-074-25/+40
* | | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070.dkf2011-12-012-0/+5
|\ \ \ | |/ /
| * | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070.dkf2011-12-012-0/+5
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-306-10/+24
|\ \ \ | |/ /
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-307-11/+25
| |\ \ | | |/
| | * [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-302-2/+16
* | | [Bug 2991415]: tclport.h #include'd before limits.hjan.nijtmans2011-11-303-1/+3
* | | don't install tommath_(super)?class.hjan.nijtmans2011-11-303-4/+7
|\ \ \ | |/ /
| * | Use the same shebang comment everywherejan.nijtmans2011-11-306-7/+13
| |\ \ | | |/
| | * Use the same shebang comment everywherejan.nijtmans2011-11-294-3/+9
* | | * library/history.tcl (history): Simplify the dance of variabledkf2011-11-252-1/+6
* | | Make some of the logic in TclCompileObj less heavily nested, to improve clarity.dkf2011-11-222-100/+104
* | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-224-5/+13
|\ \ \ | |/ /
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-224-5/+13
| |\ \ | | |/
| | * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-224-0/+16
* | | Fix a bug where global precompiled code (A) called from a precompiled andreask2011-11-211-7/+9
* | | Fixed typo in a comment.andreask2011-11-211-1/+1
* | | Revise results of the thread-7.28 through thread-7.31 tests to account for th...Joe Mistachkin2011-11-212-237/+330
* | | Remove unnecessary [after] calls from the thread tests. Make error message m...Joe Mistachkin2011-11-212-8/+21
* | | Remove all use of thread::release from the thread 7.x tests, replacing it wit...Joe Mistachkin2011-11-182-50/+75
* | | Refactor all the remaining thread-7.x tests that were using [testthread]. No...Joe Mistachkin2011-11-182-88/+76
* | | For [testthread cancel], avoid creating a new Tcl_Obj when the default script...Joe Mistachkin2011-11-182-1/+7
* | | win/tclWinConsole.c: Refactor common thread handling patterns.dkf2011-11-112-212/+235
* | | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] f...ferrieux2011-11-112-23/+24
* | | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when g...ferrieux2011-11-112-1/+6
* | | More work in progress converting tests from [testthread] to Thread package.dgp2011-11-091-262/+235
* | | missing constraint and too brittle resultdgp2011-11-082-2/+3
* | | missing constraintsdgp2011-11-08