Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6323] gambas/trunk/gb.qt4/src (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-16 15:28:28
|
Revision: 6323 http://sourceforge.net/p/gambas/code/6323 Author: gambas Date: 2014-06-16 15:28:17 +0000 (Mon, 16 Jun 2014) Log Message: ----------- [GB.QT4] * BUG: Key.Code now returns the modifiers key codes, as in gb.gtk. [GB.QT4.EXT] * NEW: Highlight.Line is a new property that returns the currently highlighted line number (starting from zero). * BUG: Setting Editor.Mouse now works reliably. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CKey.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/ext/CEditor.cpp gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gdocument.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-13 19:48:28
|
Revision: 6376 http://sourceforge.net/p/gambas/code/6376 Author: gambas Date: 2014-07-13 19:48:24 +0000 (Sun, 13 Jul 2014) Log Message: ----------- [GB.QT4] * BUG: The Printer.NumCopies property now works as expected. Modified Paths: -------------- gambas/trunk/gb.qt4/src/cprinter.cpp gambas/trunk/gb.qt4/src/cprinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-28 20:03:20
|
Revision: 6436 http://sourceforge.net/p/gambas/code/6436 Author: gambas Date: 2014-08-28 20:03:15 +0000 (Thu, 28 Aug 2014) Log Message: ----------- [GB.QT4] * OPT: Optimize ScrollView arrangement when its size changes. * BUG: The ScrollView does not flicker anymore when its size changes. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CScrollView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-02 09:35:16
|
Revision: 6443 http://sourceforge.net/p/gambas/code/6443 Author: gambas Date: 2014-09-02 09:35:04 +0000 (Tue, 02 Sep 2014) Log Message: ----------- [GB.QT4] * BUG: Remove debugging breakpoint. ARM cannot compile with them! Modified Paths: -------------- gambas/trunk/gb.qt4/src/CPicture.cpp gambas/trunk/gb.qt4/src/CScrollView.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-29 21:49:53
|
Revision: 6587 http://sourceforge.net/p/gambas/code/6587 Author: gambas Date: 2014-10-29 21:49:45 +0000 (Wed, 29 Oct 2014) Log Message: ----------- [GB.QT4] * BUG: Fix Clipboard.Paste() when there are both a text and a qt image in the clipboard. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/cpaint_impl.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-02 17:37:43
|
Revision: 6604 http://sourceforge.net/p/gambas/code/6604 Author: gambas Date: 2014-11-02 17:37:40 +0000 (Sun, 02 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: The Menu.Checked property now returns the correct value for non-radio menu items. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-06 23:03:31
|
Revision: 6613 http://sourceforge.net/p/gambas/code/6613 Author: gambas Date: 2014-11-06 23:03:21 +0000 (Thu, 06 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: TextBox: Workaround a Qt4 weird behaviour that sometimes lose the selection. Same workaround for editable ComboBox. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CKey.cpp gambas/trunk/gb.qt4/src/CKey.h gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTextBox.h gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-11 01:44:08
|
Revision: 6628 http://sourceforge.net/p/gambas/code/6628 Author: gambas Date: 2014-11-11 01:44:05 +0000 (Tue, 11 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: Fix a compilation warning. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/csvgimage.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-21 20:36:39
|
Revision: 6661 http://sourceforge.net/p/gambas/code/6661 Author: gambas Date: 2014-11-21 20:36:37 +0000 (Fri, 21 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: ScrollView layout algorithm now takes the margin into account correctly. * BUG: Don't crash when a modal dialog is destroyed while visible. * BUG: Close the main window explicitly during the QUIT instruction. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-01 13:06:18
|
Revision: 6695 http://sourceforge.net/p/gambas/code/6695 Author: gambas Date: 2014-12-01 13:06:09 +0000 (Mon, 01 Dec 2014) Log Message: ----------- [GB.QT4] * BUG: ScrollView: Layout is now correct if the ScrollBar property is set to Scroll.None. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CScrollView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 15:17:54
|
Revision: 6798 http://sourceforge.net/p/gambas/code/6798 Author: gambas Date: 2015-01-02 15:17:53 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [GB.QT4] * BUG: Do delete open windows later when the event loop is finished. This is supported by QT, provided that you explicitly ask him to send the deferred deletion events. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-06 15:06:41
|
Revision: 6814 http://sourceforge.net/p/gambas/code/6814 Author: gambas Date: 2015-01-06 15:06:39 +0000 (Tue, 06 Jan 2015) Log Message: ----------- [GB.QT4] * BUG: Fix compilation with Qt <= 4.6. Modified Paths: -------------- gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/gb.qt4/src/cprinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 00:25:32
|
Revision: 6886 http://sourceforge.net/p/gambas/code/6886 Author: gambas Date: 2015-02-05 00:25:29 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.QT4] * NEW: When creating a Control, a Printer or displaying a MessageBox, check that the GUI has been initialized, and raise an error if not, instead of letting Qt abort the application. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMessage.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/cprinter.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 00:55:30
|
Revision: 6927 http://sourceforge.net/p/gambas/code/6927 Author: gambas Date: 2015-03-02 00:55:29 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.QT4.EXT] * BUG: Changing the Editor.KeywordsUseUpperCase property does not break syntax highlighting anymore. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gdocument.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-08 06:33:27
|
Revision: 7061 http://sourceforge.net/p/gambas/code/7061 Author: gambas Date: 2015-05-08 06:33:25 +0000 (Fri, 08 May 2015) Log Message: ----------- [GB.QT4] * BUG: Support for nul bytes inside QT strings. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CButton.cpp gambas/trunk/gb.qt4/src/CButton.h gambas/trunk/gb.qt4/src/CCheckBox.cpp gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CDialog.cpp gambas/trunk/gb.qt4/src/CFont.cpp gambas/trunk/gb.qt4/src/CFrame.cpp gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CRadioButton.cpp gambas/trunk/gb.qt4/src/CSpinBox.cpp gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTextArea.cpp gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/ext/CEditor.cpp gambas/trunk/gb.qt4/src/ext/CTextEdit.cpp gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gstring.h gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h gambas/trunk/gb.qt4/src/webkit/ccookiejar.cpp gambas/trunk/gb.qt4/src/webkit/cwebdownload.cpp gambas/trunk/gb.qt4/src/webkit/cwebelement.cpp gambas/trunk/gb.qt4/src/webkit/cwebframe.cpp gambas/trunk/gb.qt4/src/webkit/cwebhittest.cpp gambas/trunk/gb.qt4/src/webkit/cwebsettings.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.cpp gambas/trunk/gb.qt4/src/webkit/main.cpp Removed Paths: ------------- gambas/trunk/gb.qt4/src/ext/CTextView.cpp gambas/trunk/gb.qt4/src/ext/CTextView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 00:34:01
|
Revision: 7065 http://sourceforge.net/p/gambas/code/7065 Author: gambas Date: 2015-05-10 00:33:59 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT4] * NEW: Remove the now useless XEmbed tray icon implementation. Removed Paths: ------------- gambas/trunk/gb.qt4/src/systemtrayicon.cpp gambas/trunk/gb.qt4/src/systemtrayicon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 13:13:36
|
Revision: 7072 http://sourceforge.net/p/gambas/code/7072 Author: gambas Date: 2015-05-10 13:13:34 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT4] * BUG: Fix Qt5 support. [GB.QT4.WEBKIT] * BUG: Fix Qt5 support. Modified Paths: -------------- gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/webkit/main.cpp gambas/trunk/gb.qt4/src/webkit/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-11 21:33:54
|
Revision: 7078 http://sourceforge.net/p/gambas/code/7078 Author: gambas Date: 2015-05-11 21:33:53 +0000 (Mon, 11 May 2015) Log Message: ----------- [GB.QT4] * BUG: Get fully rid of QT3 support library. [GB.QT4.OPENGL] * NEW: Get rid of QT3 support library. [GB.QT4.WEBKIT] * BUG: Fix a missing space in Makefile.am file. Modified Paths: -------------- gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/opengl/CGLarea.cpp gambas/trunk/gb.qt4/src/opengl/Makefile.am gambas/trunk/gb.qt4/src/opengl/main.cpp gambas/trunk/gb.qt4/src/webkit/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-30 13:26:18
|
Revision: 7106 http://sourceforge.net/p/gambas/code/7106 Author: gambas Date: 2015-05-30 13:26:17 +0000 (Sat, 30 May 2015) Log Message: ----------- [GB.QT5] * NEW: Dirty hack that disables the new Qt5 mouse click replayed after a popup has been closed. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-06 14:10:59
|
Revision: 7280 http://sourceforge.net/p/gambas/code/7280 Author: gambas Date: 2015-09-06 14:10:57 +0000 (Sun, 06 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Raise an error when calling Screen[] with an incorrect index. * BUG: Fix modal dialog initial screen again. [GB.QT5] * BUG: Raise an error when calling Screen[] with an incorrect index. * BUG: Fix modal dialog initial screen again. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-06 22:34:18
|
Revision: 7283 http://sourceforge.net/p/gambas/code/7283 Author: gambas Date: 2015-09-06 22:34:17 +0000 (Sun, 06 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Continue fixing modal dialog initial screen... [GB.QT5] * BUG: Continue fixing modal dialog initial screen... Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-06 22:54:57
|
Revision: 7284 http://sourceforge.net/p/gambas/code/7284 Author: gambas Date: 2015-09-06 22:54:56 +0000 (Sun, 06 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Guess what: continue fixing modal dialog initial screen... [GB.QT5] * BUG: Guess what: continue fixing modal dialog initial screen... Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-07 00:30:34
|
Revision: 7286 http://sourceforge.net/p/gambas/code/7286 Author: gambas Date: 2015-09-07 00:30:33 +0000 (Mon, 07 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Fix initial window screen again. [GB.QT5] * BUG: Fix initial window screen again. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 18:36:54
|
Revision: 7417 http://sourceforge.net/p/gambas/code/7417 Author: gambas Date: 2015-10-17 18:36:53 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [GB.QT4] * BUG: Draw masked windows the same way as in gb.gtk. [GB.QT5] * BUG: Draw masked windows the same way as in gb.gtk. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-22 18:46:07
|
Revision: 7657 http://sourceforge.net/p/gambas/code/7657 Author: gambas Date: 2016-03-22 18:46:05 +0000 (Tue, 22 Mar 2016) Log Message: ----------- [GB.QT5] * BUG: Leave events are now correctly sent after a popup menu has been closed. Workaround a QT5 bug. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |