Commit graph

1007 commits

Author SHA1 Message Date
Benoît Minisini
92f9cd2940 [DEVELOPMENT ENVIRONMENT]
* NEW: Similar controls are now identified by the _Similar hidden property.
* NEW: The "Provides" tab has been removed from the project property 
  dialog, as everything is now defined by control hidden properties.

[GB.GTK]
* BUG: Fix control hidden properties.

[GB.FORM]
* NEW: Update the component to the new declaration scheme.

[GB.QT4]
* BUG: Fix control hidden properties.

[GB.QT4.EXT]
* NEW: Remove the Drawing class, and the Draw.Drawing() method.
* BUG: Fix control hidden properties.


git-svn-id: svn://localhost/gambas/trunk@2710 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-22 02:33:47 +00:00
Benoît Minisini
d3c4d6a926 [GB.QT4]
* BUG: Try to make gb.qt4 compile with Qt 4.5.


git-svn-id: svn://localhost/gambas/trunk@2709 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-21 22:33:05 +00:00
Benoît Minisini
9c39e31fb5 [DEVELOPMENT ENVIRONMENT]
* NEW: Support for report form continues. Controls declaration has moved 
  from *.component files to the following Control hidden properties: 
  _Family, _Group, _IsControl, _IsContainer, _IsMultiContainer, _IsVirtual, 
  _IsForm. And to the following Form hidden properties: _HiddenControls.
  The wiki control documentation will be updated soon.

[COMPILER]
* NEW: Do not print a warning for a missing self-referenced *.list file.
* NEW: The '-L' is a new command-line option to print the license. The '-h'
  now only prints help.

[INFORMER]
* BUG: Support for boolean public constants.

[GB.DB.FORM]
* NEW: Update control declarations to the new scheme.

[GB.FORM]
* NEW: Update control declarations to the new scheme.

[GB.GTK]
* NEW: Update control declarations to the new scheme.

[GB.QT4]
* NEW: Update control declarations to the new scheme.


git-svn-id: svn://localhost/gambas/trunk@2708 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-21 18:15:16 +00:00
Benoît Minisini
0b11a86f44 [GB.QT4]
* BUG: TabStrip layout does not crash Qt 4.6 anymore, and is better. 
  TabStrip.ClientW and TabStrip.ClientH are now accurate when the TabStrip 
  is not visible.


git-svn-id: svn://localhost/gambas/trunk@2707 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-21 03:20:06 +00:00
Fabien Bodard
4e1c0acae2 [DEVELOPMENT ENVIRONMENT]
* OPT: Multiple changes in the gambas Help explorer to manage internal class and symbol browse.


git-svn-id: svn://localhost/gambas/trunk@2706 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-20 13:05:19 +00:00
Benoît Minisini
67dbde9d7d [DEVELOPMENT ENVIRONMENT]
* BUG: Fix packager for Debian and Ubuntu.

[GB.PDF]
* BUG: PDF indexes should be read correctly now.


git-svn-id: svn://localhost/gambas/trunk@2705 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-17 23:14:28 +00:00
Benoît Minisini
fb331bac8f [GB.GTK]
* NEW: UserControl.SetFocus() now automatically gives the focus to the 
  first child that can receive it.

[GB.QT4]
* NEW: UserControl.SetFocus() now automatically gives the focus to the 
  first child that can receive it.
* BUG: Reparenting a top-level window does not give it a minimal size 
  anymore.


git-svn-id: svn://localhost/gambas/trunk@2699 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-15 19:59:29 +00:00
Benoît Minisini
eba1d9c405 [DEVELOPMENT ENVIRONMENT]
* OPT: Cache the welcome Gambas SVG logo in an image for faster redrawing.
* NEW: Start defining new control hidden properties in all components: 
  _IsControl, _Group, _Family, _IsVirtual, _IsContainer, _IsMultiContainer.

[EXAMPLES]
* NEW: Use new Paint methods in the Painting example.

[INTERPRETER]
* BUG: Instr() and RInstr() correctly handle non-ASCII characters.

[GB.DRAW]
* NEW: Support for Paint.RichText and Paint.RichTextExtents.

[GB.GTK]
* BUG: Rich text relative font sizes are now correctly handled.
* NEW: Implement Paint.RichText and Paint.RichTextExtents.

[GB.QT4]
* NEW: Implement Paint.RichText and Paint.RichTextExtents.


git-svn-id: svn://localhost/gambas/trunk@2698 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-14 01:16:27 +00:00
Fabien Bodard
1fb60a6413 [GB.REPORT]
* NEW: Some improvement on the example


git-svn-id: svn://localhost/gambas/trunk@2696 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-13 05:21:51 +00:00
Fabien Bodard
59d8e112e0 [GB.REPORT]
* BUG: CReportBrush is renammed to ReportBrush


git-svn-id: svn://localhost/gambas/trunk@2695 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-12 13:03:28 +00:00
Fabien Bodard
8804d44fca [GB.REPORT]
* NEW: Now all the filling properties are replaced with
  special function that return a CReportBrush class to the 
  Object Brush Property


git-svn-id: svn://localhost/gambas/trunk@2694 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-12 12:35:01 +00:00
Fabien Bodard
9b48791621 [GB.REPORT]
* NEW: The properties ForeColor, BackColor, FillColor are now not present
    They are replaced by Style, BorderColor, Border, Color, gradient, Image.
 * NEW: a new widget named ReportLIne


git-svn-id: svn://localhost/gambas/trunk@2693 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-11 19:27:10 +00:00
Fabien Bodard
3e2384d52a [GB.REPORT]
* BUG: accelerate drawing


git-svn-id: svn://localhost/gambas/trunk@2692 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-11 13:44:15 +00:00
Fabien Bodard
823dd35bc8 [GB.REPORT]
* BUG: do not use the wrong textextend information for the text
  measure. 


git-svn-id: svn://localhost/gambas/trunk@2691 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 15:01:24 +00:00
Fabien Bodard
03ad4fd2bc [GB.REPORT]
* NEW: the paint class is used everywhere, and the zoom property is renamed
  Scale and use the paint.scale function.


git-svn-id: svn://localhost/gambas/trunk@2690 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 14:47:31 +00:00
Benoît Minisini
e5bd0a071d [GB.GTK]
* NEW: Replace previously removed symbolic links by symbolic links to 
  gb.qt4 source files.


git-svn-id: svn://localhost/gambas/trunk@2689 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 12:04:30 +00:00
Benoît Minisini
66e3b64094 [GB.GTK]
* NEW: Remove symbolic links to old gb.qt sources again.


git-svn-id: svn://localhost/gambas/trunk@2688 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 12:02:39 +00:00
Benoît Minisini
e3d5ee67bf [GB.QT4]
* NEW: Replace the previously removed symbolic links by the real source 
  files.


git-svn-id: svn://localhost/gambas/trunk@2687 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 11:56:12 +00:00
Benoît Minisini
8f485bff85 [GB.QT4]
* NEW: Remove other symbolic links to old gb.qt sources.


git-svn-id: svn://localhost/gambas/trunk@2686 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 11:54:40 +00:00
Benoît Minisini
00e5e772d1 [GB.QT4.EXT]
* NEW: Replace the previously removed symbolic links by the real source 
  files.


git-svn-id: svn://localhost/gambas/trunk@2685 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 11:53:22 +00:00
Benoît Minisini
2dd57d78b4 [GB.QT4.EXT]
* NEW: Remove old symbolic links to gb.qt.


git-svn-id: svn://localhost/gambas/trunk@2684 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 11:51:21 +00:00
Benoît Minisini
6bfa9b5fe2 [CONFIGURATION]
* NEW: Remove the gb.qt and gb.qt.kde components.

[DEVELOPMENT ENVIRONMENT]
* NEW: Work on report form support continues.
* BUG: Do not crash if there is a compilation error and the IDE cannot open 
  the source file.

[GB.DB]
* NEW: The Find() and Edit() methods of the Connection class now works 
  correctly if the ORDER BY clause is used alone in the request argument.

[GB.QT]
* NEW: This component has been removed.

[GB.QT.EXT]
* NEW: This component has been removed.

[GB.QT.OPENGL]
* NEW: This component has been removed.

[GB.QT.KDE]
* NEW: This component has been removed.

[GB.QT.KDE.HTML]
* NEW: This component has been removed.


git-svn-id: svn://localhost/gambas/trunk@2683 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:58:50 +00:00
Benoît Minisini
4dff51fba9 [GB.GTK]
* NEW: ...And replace them by symbolic links to gb.qt4.


git-svn-id: svn://localhost/gambas/trunk@2682 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:48:55 +00:00
Benoît Minisini
1c5e5b9551 [GB.GTK]
* NEW: Remove symbolic links to gb.qt.


git-svn-id: svn://localhost/gambas/trunk@2681 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:47:37 +00:00
Benoît Minisini
cf295781d9 [GB.QT4]
* NEW: Replace the previous symbolic links by the real source files from 
  gb.qt.


git-svn-id: svn://localhost/gambas/trunk@2680 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:46:32 +00:00
Benoît Minisini
f90a9f2a4c [GB.QT4]
* NEW: Remove symbolic links to gb.qt in the Gambas part.


git-svn-id: svn://localhost/gambas/trunk@2679 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:45:41 +00:00
Benoît Minisini
b40092a353 [GB.GTK]
* NEW: Recreate the share directory symbolic link. It points at the 
  gb.qt4/share directory now.


git-svn-id: svn://localhost/gambas/trunk@2678 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:16:21 +00:00
Benoît Minisini
f845d1be80 [GB.GTK]
* NEW: Remove the share directory symbolic link.


git-svn-id: svn://localhost/gambas/trunk@2677 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:13:38 +00:00
Benoît Minisini
13fc414ca0 [GB.QT4]
* NEW: Copy the share directory from gb.qt.


git-svn-id: svn://localhost/gambas/trunk@2676 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:12:56 +00:00
Benoît Minisini
f2b2430749 [GB.QT4]
* NEW: Remove the "share" directory symbolic link.


git-svn-id: svn://localhost/gambas/trunk@2675 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-10 01:09:40 +00:00
Fabien Bodard
8118a70517 [DEVELOPMENT ENVIRONMENT]
* NEW: The Main window remember if the menu is showed or not


git-svn-id: svn://localhost/gambas/trunk@2674 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-09 16:29:12 +00:00
Benoît Minisini
a759a7817d [DEVELOPMENT ENVIRONMENT]
* NEW: Start working on report form support.
* BUG: Correctly refresh the hierarchy window when a form is reloaded.

[GB.IMAGE]
* BUG: The Color[].Saturation property now works correctly.

[GB.FORM.MDI]
* BUG: Fix the layout of toolbar without handle.


git-svn-id: svn://localhost/gambas/trunk@2673 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-08 15:59:30 +00:00
Benoît Minisini
08c7b0f4d8 [INTERPRETER]
* BUG: Fix the GB.ConvString() API.

[GB.GTK]
* BUG: Fix the Key[] array accessor, so that it (almost) works like gb.qt.

[GB.PDF]
* NEW: All dimensions are now returned as Float.
* BUG: PdfDocument.Find() now works correctly.


git-svn-id: svn://localhost/gambas/trunk@2672 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-08 00:56:56 +00:00
Laurent Carlier
8c33a256c3 [GB.OPENGL]
* BUG: Enable Glu.PickMatrix() method


git-svn-id: svn://localhost/gambas/trunk@2670 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-07 23:16:34 +00:00
Benoît Minisini
f306c0a5fb [DEVELOPMENT ENVIRONMENT]
* NEW: Sort project tree view with natural sort.
* NEW: Sort procedure combo-box with natural sort.

[GB.DB.FORM]
* BUG: Setting a "SELECT" request to the DataSource.Table property should 
  work in all cases now.

[GB.FORM.MDI]
* NEW: Vertical toolbar layout is more clever.

[GB.GTK]
* BUG: Modal windows are really modal.
* BUG: Try to prevent a possible crash in event management.

[GB.GTK.EXT]
* NEW: This component has been removed.


git-svn-id: svn://localhost/gambas/trunk@2669 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-07 23:10:41 +00:00
Laurent Carlier
0eecb8bf12 small code cleanup
git-svn-id: svn://localhost/gambas/trunk@2668 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-07 21:56:56 +00:00
Laurent Carlier
64cba9faf9 [GB.QT4.OPENGL]
* BUG: Clear GlArea when it's shown for the first time to avoid garbage displaying.


git-svn-id: svn://localhost/gambas/trunk@2667 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-07 21:55:19 +00:00
Benoît Minisini
0a95ff227f [GB.QT4]
* BUG: TabStrip are made visible at creation again.


git-svn-id: svn://localhost/gambas/trunk@2666 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-07 02:06:01 +00:00
David Villalobos Cambronero
9cda23bea6 [DEVELOPMENT ENVIROMENT]
* NEW: Spanish translation updated.

git-svn-id: svn://localhost/gambas/trunk@2663 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-04 16:54:56 +00:00
Benoît Minisini
ff0804b8b1 [DEVELOPMENT ENVIRONMENT]
* NEW: Welcome dialog was redesigned.
* BUG: Do not use the main window to display an error message if it is not 
  opened.

[INTERPRETER]
* BUG: Fix command-line arguments parsing again.

[GB.QT4]
* BUG: Some text alignment flags were not correctly detected.
* BUG: Cached DrawingArea should work as expected again.


git-svn-id: svn://localhost/gambas/trunk@2662 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-04 16:00:01 +00:00
Benoît Minisini
119d8674bf [GB.GTK]
* BUG: Forgot to implement a static class variable in gapplication.cpp.


git-svn-id: svn://localhost/gambas/trunk@2661 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-03 21:08:52 +00:00
Benoît Minisini
1ff708f0b0 [INTERPRETER]
* BUG: Fix commnad-line arguments parsing.
* NEW: System.Family is a new property that returns the operating system 
  family (Linux, FreeBSD...) as a string.
* NEW: System.Architecture is a new property that returns the current CPU
  architecture as as string: x86, x86_64 or ARM.


git-svn-id: svn://localhost/gambas/trunk@2660 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-03 15:48:37 +00:00
David Villalobos Cambronero
0c563c2e1a [DEVELOPMENT ENVIROMENT]
* NEW: Spanish translation updated.

git-svn-id: svn://localhost/gambas/trunk@2659 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-03 13:45:07 +00:00
Benoît Minisini
49ad535836 [GB.GTK]
* BUG: Popup menus now grab events correctly.

[INTERPRETER]
* BUG: Clean up usage help messages for gbx3 and gbr3.

[GB.FORM]
* NEW: FileView now sorts files by using natural sort.


git-svn-id: svn://localhost/gambas/trunk@2658 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-03 02:30:37 +00:00
Benoît Minisini
3cfa47d94f [DEVELOPMENT ENVIRONMENT]
* BUG: Loading recent projects list now does not crash if one of the 
  recent project is invalid.


git-svn-id: svn://localhost/gambas/trunk@2655 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-03 00:48:48 +00:00
Benoît Minisini
888bf3ed3b [DEVELOPMENT ENVIRONMENT]
* NEW: Group recent files by slots (today, yesterday, last week...) in 
  recent file lists and menus.


git-svn-id: svn://localhost/gambas/trunk@2654 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-01 14:48:16 +00:00
Benoît Minisini
34ece710f0 [DEVELOPMENT ENVIRONMENT]
* NEW: Apply color theme to project treeview, property sheet and form 
  hierarchy window.

[INTERPRETER]
* NEW: gbr3 and gbx3 now interpret their command line the same way.
* NEW: The -L option now prints the license, and the -h option only print
  the interpreter usage.

[GB.GTK]
* BUG: As the Y-axis is top-down, positive angles must be clockwise in theme
  Paint class implementation.

[GB.QT4]
* BUG: As the Y-axis is top-down, positive angles must be clockwise in theme
  Paint class implementation.


git-svn-id: svn://localhost/gambas/trunk@2653 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-01 12:17:38 +00:00
Benoît Minisini
fd13cc710e [COMPILER]
* NEW: Be more clever when detecting hexdecimal or binary numbers.

[GB.EVAL]
* NEW: Be more clever when detecting hexdecimal or binary numbers.

[GB.FORM]
* BUG: In DateChooser, switching to February works now, when there is 28 
  days in February and the current day is greater or equal than 29.


git-svn-id: svn://localhost/gambas/trunk@2651 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-01-31 20:32:12 +00:00
Fabien Bodard
0e3298486a [DEVELOPMENT ENVIRONMENT]
* NEW: Now the classes help page pattern is partially traductible



git-svn-id: svn://localhost/gambas/trunk@2650 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-01-31 12:35:26 +00:00
Benoît Minisini
6d3201bc1f [WIKI CGI SCRIPT]
* BUG: Linkification does not erase symbols references anymore.

[INTERPRETER]
* BUG: Use the system maximum path length constant, not ours.

[COMPILER]
* BUG: Allow Inherits to be followed by any indentifier.


git-svn-id: svn://localhost/gambas/trunk@2647 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-01-28 10:55:24 +00:00