Thread: [Gambas-devel-svn] SF.net SVN: gambas:[2071] gambas/trunk/gb.qt4/src/CWindow.cpp
Brought to you by:
gambas
From: <ga...@us...> - 2009-07-04 14:04:39
|
Revision: 2071 http://gambas.svn.sourceforge.net/gambas/?rev=2071&view=rev Author: gambas Date: 2009-07-04 14:04:31 +0000 (Sat, 04 Jul 2009) Log Message: ----------- [GB.QT4] * BUG: Fix modality of windows shown with ShowModal(). Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-07-27 15:12:36
|
Revision: 2181 http://gambas.svn.sourceforge.net/gambas/?rev=2181&view=rev Author: gambas Date: 2009-07-27 15:12:28 +0000 (Mon, 27 Jul 2009) Log Message: ----------- [GB.QT4] * BUG: Startup forms are shown automatically again. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-08-02 20:48:11
|
Revision: 3090 http://gambas.svn.sourceforge.net/gambas/?rev=3090&view=rev Author: gambas Date: 2010-08-02 20:48:04 +0000 (Mon, 02 Aug 2010) Log Message: ----------- [GB.QT4] * BUG: Always activate a window 50 ms after it has been shown, to trap any focus stealing prevention mechanism. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-09-15 22:45:49
|
Revision: 3221 http://gambas.svn.sourceforge.net/gambas/?rev=3221&view=rev Author: gambas Date: 2010-09-15 22:45:42 +0000 (Wed, 15 Sep 2010) Log Message: ----------- [GB.QT4] * BUG: Fix normal, modal and popup windows management. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-11-05 03:18:05
|
Revision: 4233 http://gambas.svn.sourceforge.net/gambas/?rev=4233&view=rev Author: gambas Date: 2011-11-05 03:17:58 +0000 (Sat, 05 Nov 2011) Log Message: ----------- [GB.QT4] * BUG: Fix the relation between modal or utility windows and their parent. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-10-14 12:24:47
|
Revision: 5238 http://gambas.svn.sourceforge.net/gambas/?rev=5238&view=rev Author: gambas Date: 2012-10-14 12:24:40 +0000 (Sun, 14 Oct 2012) Log Message: ----------- [GB.QT4] * BUG: Less flicker when showing fullscreen windows. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-25 23:17:40
|
Revision: 7241 http://sourceforge.net/p/gambas/code/7241 Author: gambas Date: 2015-08-25 23:17:38 +0000 (Tue, 25 Aug 2015) Log Message: ----------- [GB.QT4] * BUG: Correctly initialize window properties when showing it in all cases. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-06 13:19:48
|
Revision: 7279 http://sourceforge.net/p/gambas/code/7279 Author: gambas Date: 2015-09-06 13:19:46 +0000 (Sun, 06 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Modal dialogs now should be centered in the screen of their parent window, not always in the main screen anymore. [GB.QT5] * BUG: Modal dialogs now should be centered in the screen of their parent window, not always in the main screen anymore. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-17 22:13:40
|
Revision: 7319 http://sourceforge.net/p/gambas/code/7319 Author: gambas Date: 2015-09-17 22:13:38 +0000 (Thu, 17 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Window.TakeFocus works again. [GB.QT5] * BUG: Window.TakeFocus works again. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-23 19:08:39
|
Revision: 7332 http://sourceforge.net/p/gambas/code/7332 Author: gambas Date: 2015-09-23 19:08:37 +0000 (Wed, 23 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Remove a debugging message. [GB.QT5] * BUG: Remove a debugging message. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-12 11:39:21
|
Revision: 7515 http://sourceforge.net/p/gambas/code/7515 Author: gambas Date: 2015-12-12 11:39:20 +0000 (Sat, 12 Dec 2015) Log Message: ----------- [GB.QT4] * BUG: Window.Border property works correctly again. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |