Thread: [Gambas-devel-svn] SF.net SVN: gambas:[3265] gambas/trunk/gb.qt4/src/CWidget.cpp
Brought to you by:
gambas
From: <ga...@us...> - 2010-10-11 00:59:43
|
Revision: 3265 http://gambas.svn.sourceforge.net/gambas/?rev=3265&view=rev Author: gambas Date: 2010-10-11 00:59:37 +0000 (Mon, 11 Oct 2010) Log Message: ----------- [GB.QT4] * BUG: Enable shortcuts again. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-05 01:46:51
|
Revision: 3444 http://gambas.svn.sourceforge.net/gambas/?rev=3444&view=rev Author: gambas Date: 2011-01-05 01:46:45 +0000 (Wed, 05 Jan 2011) Log Message: ----------- [GB.QT4] * BUG: Control.HasFocus() now correctly follow the proxy chain. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-02-24 11:28:31
|
Revision: 3610 http://gambas.svn.sourceforge.net/gambas/?rev=3610&view=rev Author: gambas Date: 2011-02-24 11:28:25 +0000 (Thu, 24 Feb 2011) Log Message: ----------- [GB.QT4] * BUG: Fix a compilation error. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-25 19:19:41
|
Revision: 4678 http://gambas.svn.sourceforge.net/gambas/?rev=4678&view=rev Author: gambas Date: 2012-04-25 19:19:35 +0000 (Wed, 25 Apr 2012) Log Message: ----------- [GB.QT4] * BUG: Fix Background property of ListBox,ListView,TreeView and ColumnView controls. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-06-16 01:29:23
|
Revision: 4837 http://gambas.svn.sourceforge.net/gambas/?rev=4837&view=rev Author: gambas Date: 2012-06-16 01:29:17 +0000 (Sat, 16 Jun 2012) Log Message: ----------- [GB.QT4] * BUG: Remove debugging message. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-16 16:37:43
|
Revision: 5048 http://gambas.svn.sourceforge.net/gambas/?rev=5048&view=rev Author: gambas Date: 2012-08-16 16:37:36 +0000 (Thu, 16 Aug 2012) Log Message: ----------- [GB.QT4] * BUG: Fix tablet event management. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-08 20:34:47
|
Revision: 5307 http://gambas.svn.sourceforge.net/gambas/?rev=5307&view=rev Author: gambas Date: 2012-11-08 20:34:39 +0000 (Thu, 08 Nov 2012) Log Message: ----------- [GB.QT4] * BUG: KeyRelease event is not raised anymore if it comes from automatic repeating. That way gb.qt4 behaves like gb.gtk. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-04-12 21:35:17
|
Revision: 7034 http://sourceforge.net/p/gambas/code/7034 Author: gambas Date: 2015-04-12 21:35:10 +0000 (Sun, 12 Apr 2015) Log Message: ----------- [GB.QT4] * BUG: ComboBox background and foreground are now correctly taken into account both in read-only and editable modes. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-02 23:23:24
|
Revision: 7377 http://sourceforge.net/p/gambas/code/7377 Author: gambas Date: 2015-10-02 23:23:22 +0000 (Fri, 02 Oct 2015) Log Message: ----------- [GB.QT4] * BUG: Don't send a move request for windows whose initial position is X = 0 and Y = 0, as gb.gtk does. [GB.QT5] * BUG: Don't send a move request for windows whose initial position is X = 0 and Y = 0, as gb.gtk does. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-23 21:30:05
|
Revision: 7659 http://sourceforge.net/p/gambas/code/7659 Author: gambas Date: 2016-03-23 21:30:04 +0000 (Wed, 23 Mar 2016) Log Message: ----------- [GB.QT5] * BUG: Fix a possible infinite loop in r7657 fix. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7657 Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-08-12 21:32:34
|
Revision: 7834 http://sourceforge.net/p/gambas/code/7834 Author: gambas Date: 2016-08-12 21:32:33 +0000 (Fri, 12 Aug 2016) Log Message: ----------- [GB.QT4] * BUG: Fix a crash when checking the current hovered widget. [GB.QT5] * BUG: Fix a crash when checking the current hovered widget. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |