gambas-source-code/main/lib/debug
Benoît Minisini 6b89a4fb69 [CONFIGURATION]
* NEW: Add an gambas appdata file and install it in /usr/share/appdata.

[DEVELOPMENT ENVIRONMENT]
* BUG: ImageEditor: Fix a possible crash when pasting an image.
* BUG: Correctly detect if a project is handled by subversion or not.

[INTERPRETER]
* NEW: Replace the internal `class->state` variable by two boolean flags:
  `class->loaded` and `class->ready`.
* NEW: Overriding a class that is the parent of other classes is possible
  again. I don't remember what prevented that to work, so I want to see.

[GB.DEBUG]
* NEW: Propagate the changes in the interpreter class structure.

[GB.EVAL]
* NEW: Propagate the changes in the interpreter class structure.

[GB.GUI.AREA]
* BUG: GridView: Setting the background color correctly refreshes the 
  control.

[GB.JIT]
* NEW: Propagate the changes in the interpreter class structure.

[GB.NET.SMTP]
* NEW: Replace the old gb.net.smtp component written in C and Gambas by a
  new component with the same name entirely written in Gambas.
* BUG: Fix the authentication process.
* BUG: Fix how the result of the EHLO command is read.

[GB.QT4.EXT]
* NEW: LCDNumber control is now put in a "Deprecated" tab in the IDE 
  control toolbar.


git-svn-id: svn://localhost/gambas/trunk@6403 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-07-28 05:35:58 +00:00
..
CDebug.c [GB.DEBUG] 2014-05-18 21:24:27 +00:00
CDebug.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
debug.c [CONFIGURATION] 2014-07-28 05:35:58 +00:00
debug.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.debug.component [GB.DEBUG] 2012-05-23 23:40:26 +00:00
gb.debug.h [DEVELOPMENT ENVIRONMENT] 2014-04-05 00:28:41 +00:00
main.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-05-19 02:55:05 +00:00
print.c [DEVELOPMENT ENVIRONMENT] 2014-04-05 00:28:41 +00:00
print.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
profile.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
profile.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00