gambas-source-code/gb.qt/src
Benoît Minisini cfd564e4a8 [DEVELOPMENT ENVIRONMENT]
* NEW: Merge of the database manager CSV import dialog.
* NEW: When editing a connection, the database charset can be ignored, i.e. 
  string fields are assumed to be encoded in UTF-8.
* BUG: Be read-only when editing a system table or a SQL request.
* NEW: A new way of showing selected controls on forms. Maybe a little less 
  easier, but faster anyway.
* NEW: A new cool & useless animation on the welcome dialog.

[GB.DB]
* NEW: You can initialize a Connection object at creation by passing a 
  "database URL" to the constructor. For example: 
  "mysql://root@localhost/database" or "sqlite:///home/benoit/sqlite.db".
  This is not tested yet!
* NEW: Connection.IgnoreCharset is a new boolean property. It just stores
  the value, and do nothing with it. It's up to you to use the information
  later if you need.

[GB.DB.FORM]
* NEW: DataView does not extract Blob value anymore. It just displays 
  "BLOB" in the cell with a darker background.

[GB.GTK]
* NEW: Indent is new container boolean property. When set, an indentation 
  of Desktop.Scale pixels is added to the layout.

[GB.QT]
* NEW: Indent is new container boolean property. When set, an indentation 
  of Desktop.Scale pixels is added to the layout.

[GB.QT4]
* NEW: Indent is new container boolean property. When set, an indentation 
  of Desktop.Scale pixels is added to the layout.

[GB.QT4]
* OPT: Some optimizations in the Editor for very long lines. Fix a bug in 
  Qt that updated two lines when it was asked for one only.


git-svn-id: svn://localhost/gambas/trunk@2128 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-07-17 01:29:39 +00:00
..
ext [DEVELOPMENT ENVIRONMENT] 2009-07-14 02:24:54 +00:00
gb.qt [DEVELOPMENT ENVIRONMENT] 2009-07-12 21:49:13 +00:00
opengl
CButton.cpp [DEVELOPMENT ENVIRONMENT] 2009-02-12 16:43:25 +00:00
CButton.h [DEVELOPMENT ENVIRONMENT] 2009-01-06 00:01:26 +00:00
CCheckBox.cpp
CCheckBox.h
CClipboard.cpp [DEVELOPMENT ENVIRONMENT] 2009-06-10 22:41:11 +00:00
CClipboard.h [DEVELOPMENT ENVIRONMENT] 2009-01-08 02:59:57 +00:00
CColor.cpp [INFORMER] 2009-01-27 13:39:38 +00:00
CColor.h [INFORMER] 2009-01-27 13:39:38 +00:00
CConst.cpp
CConst.h
CContainer.cpp [DEVELOPMENT ENVIRONMENT] 2009-07-17 01:29:39 +00:00
CContainer.h [DEVELOPMENT ENVIRONMENT] 2009-07-17 01:29:39 +00:00
CDialog.cpp
CDialog.h
CDraw.cpp [CONFIGURATION] 2009-05-01 16:27:45 +00:00
CDraw.h
CDrawingArea.cpp [CONFIGURATION] 2009-05-01 16:27:45 +00:00
CDrawingArea.h
CEmbedder.cpp
CEmbedder.h
CFont.cpp [DEVELOPMENT ENVIRONMENT] 2009-07-03 20:15:26 +00:00
CFont.h
CFrame.cpp
CFrame.h
CGridView.cpp [CONFIGURATION] 2009-05-15 17:57:29 +00:00
CGridView.h [DEVELOPMENT ENVIRONMENT] 2009-03-04 17:42:11 +00:00
CIconView.cpp
CIconView.h
CImage.cpp [INTERPRETER] 2009-02-16 21:39:07 +00:00
CImage.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
CKey.cpp
CKey.h
CLabel.cpp [DEVELOPMENT ENVIRONMENT] 2009-02-17 01:51:25 +00:00
CLabel.h [DEVELOPMENT ENVIRONMENT] 2009-02-17 01:51:25 +00:00
CListBox.cpp
CListBox.h
CMenu.cpp [DEVELOPMENT ENVIRONMENT] 2009-06-22 11:16:34 +00:00
CMenu.h
CMessage.cpp [GB.QT] 2008-11-11 14:10:36 +00:00
CMessage.h
CMouse.cpp
CMouse.h
CMovieBox.cpp [CONFIGURATION] 2008-12-28 22:41:55 +00:00
CMovieBox.h
CPanel.cpp [DEVELOPMENT ENVIRONMENT] 2009-07-17 01:29:39 +00:00
CPanel.h
CPicture.cpp [INTERPRETER] 2009-01-16 23:12:10 +00:00
CPicture.h
CPictureBox.cpp
CPictureBox.h
CProgress.cpp
CProgress.h
CRadioButton.cpp
CRadioButton.h
CScreen.cpp [GB.GTK] 2009-06-07 22:10:14 +00:00
CScreen.h
CScrollBar.cpp
CScrollBar.h
CScrollView.cpp [DEVELOPMENT ENVIRONMENT] 2009-07-17 01:29:39 +00:00
CScrollView.h [GB.FORM.MDI] 2009-06-18 05:40:33 +00:00
CSlider.cpp
CSlider.h
CSpinBox.cpp
CSpinBox.h
CSplitter.cpp [DEVELOPMENT ENVIRONMENT] 2009-02-17 23:50:39 +00:00
CSplitter.h
CTabStrip.cpp [DEVELOPMENT ENVIRONMENT] 2009-07-17 01:29:39 +00:00
CTabStrip.h
CTextArea.cpp
CTextArea.h
CTextBox.cpp [CONFIGURATION] 2008-09-16 20:49:39 +00:00
CTextBox.h
CTrayIcon.cpp [DEVELOPMENT ENVIRONMENT] 2009-06-22 11:16:34 +00:00
CTrayIcon.h
CTreeView.cpp [CONFIGURATION] 2009-07-03 23:41:55 +00:00
CTreeView.h
CWatch.cpp [GB.GTK] 2009-06-07 22:10:14 +00:00
CWatch.h [GB.GTK] 2009-06-07 22:10:14 +00:00
CWatcher.cpp
CWatcher.h
CWidget.cpp [GB.GTK] 2009-06-05 08:34:50 +00:00
CWidget.h [CONFIGURATION] 2009-05-15 17:57:29 +00:00
CWindow.cpp [DEVELOPMENT ENVIRONMENT] 2009-06-22 11:16:34 +00:00
CWindow.h [INTERPRETER] 2009-06-16 00:17:25 +00:00
gb.qt.component [GB.CAIRO] 2009-01-27 01:24:19 +00:00
gb.qt.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
main.cpp [INTERPRETER] 2009-06-16 00:17:25 +00:00
main.h [GB.QT4] 2009-07-07 00:07:34 +00:00
Makefile.am
qtxembed.cpp [INTERPRETER] 2008-10-28 16:10:06 +00:00
qtxembed.h
trayicon.xpm
x11.c [INTERPRETER] 2009-06-16 00:17:25 +00:00
x11.h [GB.GTK] 2009-06-07 22:10:14 +00:00