summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.h
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2000-09-30 18:00:12 (GMT)
committerdrh <drh@sqlite.org>2000-09-30 18:00:12 (GMT)
commit8db7bc8b95f4cd5d184dfb92a9750cb8dbf68928 (patch)
tree3f7e0d7f2489d9f051a0a6718b389e5a574438ff /generic/tkButton.h
parent8432fe13edf65bc1a15b64fc6cff20397391e9fe (diff)
downloadtk-8db7bc8b95f4cd5d184dfb92a9750cb8dbf68928.zip
tk-8db7bc8b95f4cd5d184dfb92a9750cb8dbf68928.tar.gz
tk-8db7bc8b95f4cd5d184dfb92a9750cb8dbf68928.tar.bz2
When a dialog box (ex: tk_messageBox) pops up while
another application is holding the grab, the "grab" command fails and the dialog box is inoperative. "catch" the "grab" to prevent this.
Diffstat (limited to 'generic/tkButton.h')
0 files changed, 0 insertions, 0 deletions
umn3'>| Don't ignore source-text when generating qsTrId translations for QMLTor Arne Vestbø2011-02-012-0/+8 | | | | | | | | Reviewed-by: ossi * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2011-01-293-57/+220 |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix potential networking crash due to null-pointer dereference Revert "Improve timer ID safety by using a serial counter per ID." Invalidate QScriptPrograms when engine is destroyed Fix alignment issue causing crash in QtScript/JavaScriptCore Restore Qt 4.6 behaviour: exec() always enters the event loop. Make syncqt not complain about missing header macros. | * | Restore Qt 4.6 behaviour: exec() always enters the event loop.Thiago Macieira2011-01-273-57/+220 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Qt 4.6 as well as 4.7's QCoreApplication and QEventLoop, calling exec() always enters the event loop, even if you had tried to quit()/exit() it before entering, with one exception (noted in the unit tests; this difference has been in Qt since at least Qt 4.2). Add unit tests to ensure all of the three classes have the same behaviour. Decide if we want to match the behaviours in Qt 4.8. Reviewed-by: Bradley T. Hughes * | | Fix typo in qglthreads auto test.Jani Hautakangas2011-01-281-1/+1 |/ / | | | | | | Reviewed-by: TRUSTME * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2011-01-251-10/+20 |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap Revert "QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap" add autotest for digest authentication QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap Improved performance of mapFromGlobal/mapToGlobal on X11 Moved the implementation of mapFromGlobal/mapToGlobal to QWidgetPrivate | * | add autotest for digest authenticationPeter Hartmann2011-01-251-10/+20 | | | | | | | | | | | | | | | Reviewed-by: Markus Goetz Task-number: QTBUG-15070 * | | Fix cursor position adjustment when removing stringsJiang Jiang2011-01-251-0/+28 |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0ba1b4d0 introduced a regression to QTextDocument: it postponed cursor position adjustment until the move operation is done, but contentsChanged will be triggered by finishEdit() in this move operation, thus cursor positions in this signal handler will be in inconsistent states (normally we should first update cursor position then trigger contentsChanged). In this case we should also postpone finishEdit() handling after cursor positions have been adjusted, then the states expose to applications will be consistent. Task-number: QTBUG-15857 Reviewed-by: Eskil * | make the test a bit stricterRitt Konstantin2011-01-211-0/+2 | | | | | | | | | | | | | | don't say we passed the test if we didn't Merge-request: 1018 Reviewed-by: Shane Kearns <shane.kearns@accenture.com> * | ignore the warning from auto-detach in destructorRitt Konstantin2011-01-211-1/+2 | | | | | | | | | | | | | | we locked shm few line ago and didn't unlock it, so we expecting for this warning Merge-request: 1018 Reviewed-by: Shane Kearns <shane.kearns@accenture.com> * | BorderImage fails for .sci source containing a URLMartin Jones2011-01-21