Thread: [vcl4php-svn] SF.net SVN: vcl4php: [178] trunk/vcl (Page 2)
Brought to you by:
ttm
|
From: <tt...@us...> - 2007-10-04 15:56:50
|
Revision: 178
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=178&view=rev
Author: ttm
Date: 2007-10-04 08:56:50 -0700 (Thu, 04 Oct 2007)
Log Message:
-----------
+Bug fixed for components inside qwidgets, to find their corresponding hidden fields
+Bug fixed on SpeedButton using GroupIndex
+Bug fixed with language .xml.php files, now it works correctly with the optimization to don't load .xml.php twice if not needed.
+Added dumpFormItems, so non-visible components are able now to dump code inside the form tag
+Fixed a problem with namespacing storing components for the form, now it uses the whole form namepath
+Fixed problem with Clock component, now is correctly aligned
+Fixed problem with ProgressBar, Position property must not have a default value
+Fixed problem on LabeledEdit, now events are also attached to the label part
+DBGrid columns now can have a sorttype, for numeric data
+Font property removed from DBGrid
+Fixed problem using Params and Limit properties on databases
+Database::DoConnect now it returns a boolean value with the result of the operation
+Dataset __get and __set have been redesigned to give first priority to properties, because if a table had a field called "Name", that caused an error
+GroupBox::Hint now is working
+Bevel bsSpace now works OK in design-time
+Timer::OnTimer event now is able to raise ajaxCall, there was a bug generating the javascript event
+Bug fixed on GridLayout, RowLayout and ColLayout regarding generated code, an extra _outer div now is resized correctly
+PopupMenu::OnClick now is working correctly
+MySQLDatabase::tables() method now returns the right results
+Label now it doesn't try to remove existing links from a caption if Link property is used
+ComboBox, ListBox now work well with integer key values on the items property
Modified Paths:
--------------
trunk/vcl/buttons.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/clock.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/interbase.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/mysql.inc.php
trunk/vcl/smartytemplate.inc.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-11-26 10:58:12
|
Revision: 187
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=187&view=rev
Author: ttm
Date: 2007-11-26 02:58:01 -0800 (Mon, 26 Nov 2007)
Log Message:
-----------
+Changed some methods casing to match the rest of the library
+Added dumpFormItems to allow any component to dump anything inside the form
**Changed delimiters for Smarty from {} to {% and %} to prevent problems with css and javascript in templates and not force to use {literal}
+Created new template engine (VCLTemplate) based on Smarty for Templated Forms
Modified Paths:
--------------
trunk/vcl/auth.inc.php
trunk/vcl/buttons.inc.php
trunk/vcl/chart.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/db.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/interbase.inc.php
trunk/vcl/mysql.inc.php
trunk/vcl/smarty/libs/Smarty_Compiler.class.php
trunk/vcl/smarty/libs/internals/core.rm_auto.php
trunk/vcl/smartytemplate.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/styles.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-02-01 11:41:15
|
Revision: 193
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=193&view=rev
Author: ttm
Date: 2008-02-01 03:41:19 -0800 (Fri, 01 Feb 2008)
Log Message:
-----------
+Version changed to 2.0 to get ready for new version
+Problem fixed on CustomListView in desing-time mode
+Added to CustomTextField the FilterInput property to enable filtering or not
+Added Autosize to Control, not finished yet, the goal is to allow better integration of components inside templated forms
+Added a new style for the IDE, csTemplateOutput
+Added two new components DBIteratorBegin and DBIteratorEnd, useful for TemplatedForms to generate Smarty loops using datasets
+Added registerPropertiesInCategory to allow you categorize your component properties in the Object Inspector
+Added addSplashBitmap to allow a package show information on the splash screen
+Added icons for IDE, qadram, IBX componentsand MySQL components
+VCLTemplate changes to use the new syntax for templated forms and to call ->show instead buffer the output
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/dbctrls.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/packages/advanced.package.php
trunk/vcl/packages/database.package.php
trunk/vcl/packages/interbase.package.php
trunk/vcl/packages/mysql.package.php
trunk/vcl/packages/standard.package.php
trunk/vcl/smartytemplate.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/system.inc.php
trunk/vcl/tests/mysqlcfg.inc.php
trunk/vcl/vcl.inc.php
Added Paths:
-----------
trunk/vcl/packages/icons/d4php.ico
trunk/vcl/packages/icons/ib.ico
trunk/vcl/packages/icons/mysql.bmp
trunk/vcl/packages/icons/qadram.bmp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-02-12 12:01:05
|
Revision: 197
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=197&view=rev
Author: ttm
Date: 2008-02-12 04:01:11 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
+Added support for ACL at a control level and Page
+Added rules editor for ZACL component and updated to make everything work
Modified Paths:
--------------
trunk/vcl/Zend/zacl.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/vcl.inc.php
Added Paths:
-----------
trunk/vcl/Zend/propertyeditors/ZendPropertyEditors.dpk
trunk/vcl/Zend/propertyeditors/ZendPropertyEditors.dproj
trunk/vcl/Zend/propertyeditors/ZendPropertyEditors.res
trunk/vcl/Zend/propertyeditors/uACLRulesEditor.pas
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-02-20 17:59:14
|
Revision: 200
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=200&view=rev
Author: ttm
Date: 2008-02-20 09:59:07 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
+Fixed some method casing
Modified Paths:
--------------
trunk/vcl/auth.inc.php
trunk/vcl/buttons.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/rpc/rpc.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/styles.inc.php
trunk/vcl/tests/mysqlcfg.inc.php
trunk/vcl/tests/run_php_tests.bat
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-02-21 17:59:22
|
Revision: 201
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=201&view=rev
Author: ttm
Date: 2008-02-21 09:59:07 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
+Added Kind property for BitBtn
+Added ImageDisabled, ImageClicked and ImageDown properties to BitBtn
+Added ButtonType to BitBtn
+Added Spacing property to BitBtn
+Added Default, Cancel and Action to BitBtn (reserved for future use)
+Added Columns to CheckListBox
+Added Header to CheckBox
+Added HeaderBackGroundColor to CheckListBox
+Added HeaderColor to CheckListBox
+Added ItemAtPos method to CheckListBox
+Added SelectAll method to CheckListBox
+Fixed method casing in Database component
+Added Stretch to Image
+Added Enabled to Image
+Added Kind to MapShape
+Added Hint to GroupBox
+Added common javascript events to GroupBox
+Added PopupMenu to GroupBox
+Added Columns to CustomRadioGroup
+Added Hint to CustomRadioGroup
+Added OnClick and OnDblClick to PaintBox
+Added Hint, ShowHint, ParentShowHint and Visible to PaintBox
+Added basic javascript events to PaintBox
+Updated jquery and news slider
+Fixed method casing in mysql.inc.php
+Added Enabled to CustomLabel
+Added OnDragOver and OnDragStart to Edit
+Added OnClick to ComboBox
+Modified ScrollBar to behave as it should
+Added OnUploaded to CustomUpload
+Fixed tables for MySQL tests
Modified Paths:
--------------
trunk/vcl/actnlist.inc.php
trunk/vcl/business.inc.php
trunk/vcl/buttons.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/grids.inc.php
trunk/vcl/imglist.inc.php
trunk/vcl/interbase.inc.php
trunk/vcl/jquery/jquery.accessible-news-slider.js
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/jquery/jquery.js
trunk/vcl/menus.inc.php
trunk/vcl/mysql.inc.php
trunk/vcl/packages/standard.package.php
trunk/vcl/rtl.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/templateplugins.inc.php
trunk/vcl/tests/testsource/mysqldump.sql
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-02-23 08:09:15
|
Revision: 203
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=203&view=rev
Author: ttm
Date: 2008-02-23 00:09:12 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
+Updated copyright
Modified Paths:
--------------
trunk/vcl/PEAR/peardatagrid.inc.php
trunk/vcl/acl.inc.php
trunk/vcl/actnlist.inc.php
trunk/vcl/auth.inc.php
trunk/vcl/business.inc.php
trunk/vcl/buttons.inc.php
trunk/vcl/chart.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/clock.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/db.inc.php
trunk/vcl/dbctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/google/maps/gmaps.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/grids.inc.php
trunk/vcl/imglist.inc.php
trunk/vcl/interbase.inc.php
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/jsval/formvalidator.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/mysql.inc.php
trunk/vcl/oracle.inc.php
trunk/vcl/packages/advanced.package.php
trunk/vcl/packages/database.package.php
trunk/vcl/packages/interbase.package.php
trunk/vcl/packages/mysql.package.php
trunk/vcl/packages/oracle.package.php
trunk/vcl/packages/samples.package.php
trunk/vcl/packages/standard.package.php
trunk/vcl/packages/system.package.php
trunk/vcl/packages/webservices.package.php
trunk/vcl/rtl.inc.php
trunk/vcl/smartytemplate.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/styles.inc.php
trunk/vcl/system.inc.php
trunk/vcl/templateplugins.inc.php
trunk/vcl/thirdparty/phpBB.ide.inc.php
trunk/vcl/thirdparty/phpBB.inc.php
trunk/vcl/thirdparty/phpBB.package.php
trunk/vcl/thirdparty/phpBBinstall.php
trunk/vcl/vcl.inc.php
trunk/vcl/webservices.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-02-29 18:07:04
|
Revision: 212
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=212&view=rev
Author: ttm
Date: 2008-02-29 10:06:08 -0800 (Fri, 29 Feb 2008)
Log Message:
-----------
+Fixed problem in listview generating string items
+DBGrid now checks for a valid datasource->dataset to generate code
+Added icons for oracle components
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/dbgrids.inc.php
Added Paths:
-----------
trunk/vcl/packages/icons/oracledatabase.bmp
trunk/vcl/packages/icons/oraclequery.bmp
trunk/vcl/packages/icons/oraclestoredproc.bmp
trunk/vcl/packages/icons/oracletable.bmp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-03-31 17:22:16
|
Revision: 224
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=224&view=rev
Author: ttm
Date: 2008-03-31 10:21:39 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
+Removed setting coordinates to 0,0 on qwidgets, because that caused to get them reset when calling with ajax
+Fixed problem on CheckListbox and hidden field for status info
+Fixed bug on customlistview regarding generating javascript events
+Now, boolean values on listview can be editable using a checkbox
+ListView::Items property is not shown anymore on Object Inspector
+Added documentation for DBIteratorBegin and DBIteratorEnd
+Fixed bug on editable columns of a DBGrid
+Added combobox when PickList is defined for a column
+StoredProc for MySQL databases now uses call instead of select
+Added FetchQuery to StoredProc to use it for MySQL
+Removed utf8 encoding on ajax call
+Fixed default dimensions for JQSlider component
+MySQLStoredProc now uses call and has fetchquery property
+Added icon for Pager component
+Fixed (r) captions to prevent problems with languages
+Pager now dumps full Font information for text
+Updated PEAR/MDB2 to latest estable version
Modified Paths:
--------------
trunk/vcl/PEAR/MDB2/Driver/Datatype/Common.php
trunk/vcl/PEAR/MDB2/Driver/Datatype/mssql.php
trunk/vcl/PEAR/MDB2/Driver/Datatype/mysql.php
trunk/vcl/PEAR/MDB2/Driver/Manager/Common.php
trunk/vcl/PEAR/MDB2/Driver/Reverse/mssql.php
trunk/vcl/PEAR/MDB2/Driver/Reverse/mysql.php
trunk/vcl/PEAR/MDB2/Driver/mysql.php
trunk/vcl/PEAR/MDB2.php
trunk/vcl/PEAR/Structures/DataGrid/DataSource/DB.php
trunk/vcl/PEAR/Structures/DataGrid/DataSource/MDB2.php
trunk/vcl/PEAR/Structures/DataGrid/Renderer.php
trunk/vcl/PEAR/tests/MDB2_api_testcase.php
trunk/vcl/PEAR/tests/MDB2_datatype_testcase.php
trunk/vcl/PEAR/tests/MDB2_reverse_testcase.php
trunk/vcl/buttons.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/dbctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/language/php_language_detection.php
trunk/vcl/menus.inc.php
trunk/vcl/mysql.inc.php
trunk/vcl/packages/interbase.package.php
trunk/vcl/packages/mysql.package.php
trunk/vcl/packages/oracle.package.php
trunk/vcl/pager.inc.php
trunk/vcl/stdctrls.inc.php
Added Paths:
-----------
trunk/vcl/packages/icons/pager.bmp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-04-09 20:00:06
|
Revision: 226
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=226&view=rev
Author: ttm
Date: 2008-04-09 12:59:48 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
+ OnAfterajaxprocess is now called after fill the ajaxresponse with the proper objects
+ Now is possible to profile and debug ajax calls
+ Fixed in FormValidator escaping error messages to allow also single quotes
+ Added UTF-8 charset to qx.js script loading
Modified Paths:
--------------
trunk/vcl/forms.inc.php
trunk/vcl/jsval/formvalidator.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/tests/helper.bat
trunk/vcl/tests/run_and_mail.bat
trunk/vcl/tests/run_php_tests.bat
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-04-15 13:34:20
|
Revision: 231
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=231&view=rev
Author: ttm
Date: 2008-04-15 06:33:23 -0700 (Tue, 15 Apr 2008)
Log Message:
-----------
+Fixed problem in Image component and OnClick event
+Fixed problem on ListView updating selected items
+Fixed problem on Canvas and IE6
+Patched HTMLArea to work well with qooxdoo
+Updated WZ graphics javascript library to last release
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/resources/xinha/htmlarea.js
trunk/vcl/walterzorn/wz_jsgraphics.js
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-04-21 12:05:28
|
Revision: 237
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=237&view=rev
Author: ttm
Date: 2008-04-21 05:05:30 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
+Fixed a property problem with ACLManager, as it doesn't inherit from Object
+Event execution now is filtered through ACL
Modified Paths:
--------------
trunk/vcl/Zend/zacl.inc.php
trunk/vcl/Zend/zauth.inc.php
trunk/vcl/acl.inc.php
trunk/vcl/classes.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-04-24 13:40:32
|
Revision: 240
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=240&view=rev
Author: ttm
Date: 2008-04-24 06:40:32 -0700 (Thu, 24 Apr 2008)
Log Message:
-----------
+Changed links from old wiki to new docwiki
Modified Paths:
--------------
trunk/vcl/actnlist.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/forms.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-06-06 13:48:46
|
Revision: 246
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=246&view=rev
Author: ttm
Date: 2008-06-06 06:48:21 -0700 (Fri, 06 Jun 2008)
Log Message:
-----------
+Added ZCache component to Zend Framework components
+First integration of cache on the library (beta)
+Added d4p:// on the call stack dump to open the IDE
+Fixed problem on fixupProperty to allow be used by the Page
+Fixed bug on GoogleMap component to work well on IE7
+Added patch from Jonathan Benedicto to make the CheckBox to work like in Windows
Modified Paths:
--------------
trunk/vcl/Zend/packages/zf.package.php
trunk/vcl/classes.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/google/maps/gmaps.inc.php
trunk/vcl/packages/standard.package.php
trunk/vcl/stdctrls.inc.php
Added Paths:
-----------
trunk/vcl/Zend/zcache.inc.php
trunk/vcl/cache.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2008-06-17 15:09:42
|
Revision: 250
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=250&view=rev
Author: ttm
Date: 2008-06-17 08:09:23 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
+GoogleMap component now uses the csVerySlowRedraw style
+Fixed problem placing bevel inside pagecontrol
+Fixed problem clearing Memo
Modified Paths:
--------------
trunk/vcl/Zend/tests/ZAuth+ZACL/Authentication.php
trunk/vcl/google/maps/gmaps.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-04-25 16:16:57
|
Revision: 12
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=12&view=rev
Author: ttm
Date: 2007-04-25 09:16:49 -0700 (Wed, 25 Apr 2007)
Log Message:
-----------
+Documentation updates
+Upload component
Modified Paths:
--------------
trunk/vcl/actnlist.inc.php
trunk/vcl/auth.inc.php
trunk/vcl/buttons.inc.php
trunk/vcl/chart.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/dbctrls.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/imglist.inc.php
trunk/vcl/packages/standard.package.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-04-26 09:26:29
|
Revision: 13
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=13&view=rev
Author: ttm
Date: 2007-04-26 02:26:25 -0700 (Thu, 26 Apr 2007)
Log Message:
-----------
+Changes by Jonathan Benedicto on the Layer rendering, including add this capability to Smarty Templates
Modified Paths:
--------------
trunk/vcl/graphics.inc.php
trunk/vcl/smartytemplate.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-03 11:28:43
|
Revision: 25
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=25&view=rev
Author: ttm
Date: 2007-05-03 04:28:44 -0700 (Thu, 03 May 2007)
Log Message:
-----------
+Fix QC #44362, now PageControl it works well with ajax requests as it implements dumpForAjax to modify the control instead create a new one
+Fix problem with ajax requests in which controls that use init and preinit to initialize themselves didn't work
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/forms.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-03 13:21:42
|
Revision: 26
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=26&view=rev
Author: ttm
Date: 2007-05-03 06:21:42 -0700 (Thu, 03 May 2007)
Log Message:
-----------
+Fixed QC #43563, LabeledEdit works inside QWidget descendants as children
+Added isdefined function to common.js to allow check if a javascript variable is defined or not
+Added addOtherChildren to QWidget to allow controls to add new items to the parent
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/js/common.js
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-06 12:24:35
|
Revision: 30
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=30&view=rev
Author: ttm
Date: 2007-05-06 05:24:32 -0700 (Sun, 06 May 2007)
Log Message:
-----------
+Added allowserialize method to Component class to allow component developers filter which properties will get stored on the session
+Fix on the check of the IsMaster property to make it work properly
+QWidget containers now check for Visible property to filter out which controls to show inside
Modified Paths:
--------------
trunk/vcl/classes.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-10 09:58:57
|
Revision: 37
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=37&view=rev
Author: ttm
Date: 2007-05-10 02:58:58 -0700 (Thu, 10 May 2007)
Log Message:
-----------
+Documentation improvements and fixes
Modified Paths:
--------------
trunk/vcl/chart.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-17 17:39:07
|
Revision: 40
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=40&view=rev
Author: ttm
Date: 2007-05-17 10:39:03 -0700 (Thu, 17 May 2007)
Log Message:
-----------
+Added jquery support (http://jquery.com/) and added a sample component that uses it, called JQSlider
Added Paths:
-----------
trunk/vcl/jquery/
trunk/vcl/jquery/images/
trunk/vcl/jquery/images/next.gif
trunk/vcl/jquery/images/prev.gif
trunk/vcl/jquery/jquery.accessible-news-slider.js
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/jquery/jquery.js
trunk/vcl/jquery/jquery.package.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-17 17:44:50
|
Revision: 41
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=41&view=rev
Author: ttm
Date: 2007-05-17 10:44:52 -0700 (Thu, 17 May 2007)
Log Message:
-----------
+Added Columns property to DBGrid, so now the component is able to specify different properties for each column or to specify which columns are going to be shown, still need to make some work on this, but enough to be used
+Columns property needs a native editor to be edited inside the IDE, which will be available on the next update
+Added ReadOnly property to DBGrid to prevent user edit its contents
+Added FixedColumns property to DBGrid, to allow you set the number of columns at the left that will be fixed and won't scroll horizontally
+Added MySQL native set of components
Modified Paths:
--------------
trunk/vcl/dbgrids.inc.php
trunk/vcl/grids.inc.php
trunk/vcl/packages/database.package.php
Added Paths:
-----------
trunk/vcl/mysql.inc.php
trunk/vcl/packages/mysql.package.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-22 11:19:47
|
Revision: 42
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=42&view=rev
Author: ttm
Date: 2007-05-22 04:19:46 -0700 (Tue, 22 May 2007)
Log Message:
-----------
+Added global var $checkduplicatenames to make component creation faster by avoiding checking of naming when components are added to an owner
+Optimized loading of forms by not reading .xml.php if the form is already on the session
+Added support for serializing persistent child properties
+Moved dumpJSEvent to Component class to allow non-visible components to generate javascript events
+Added a third parameter to ajaxCall to allow specify which components to get updated by the ajax request
+Modified readNamePath to behave correctly even with Persistent descendants
+Added a default application name so you can specify different application domains so they live together on the same session
+Now, the restore_session parameter doesn't work if the request is an ajax request, so the session is not restored
+Added UseAjaxDebug property to pages, so it turns on/off ajax debugging
+Added UsePixelTrans property to Layout objects, so you can specify if it generates transparent pixels or not
Modified Paths:
--------------
trunk/vcl/classes.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/packages/standard.package.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pac...@pa...> - 2007-05-23 04:27:20
|
1. An exception is thrown when the component on the form inherits from the Pen class. I modified the exception throw in classes.inc.php to show me the class name : "'Cannot unserialize a component Pen without an owner'" Just drop a shape control on a form and run to test this. 2. The new ajax parameter passing seems to have disrupted ajax calls. Haven't had time to investigate why. Property not found errors. Rolled back to v41 in the meantime. Are there ant changes to ajax.js to accommodate the component list? -----Original Message----- From: vcl...@li... [mailto:vcl...@li...] On Behalf Of tt...@us... Sent: Tuesday, 22 May 2007 11:20 p.m. To: vcl...@li... Subject: [vcl4php-svn] SF.net SVN: vcl4php: [42] trunk/vcl Revision: 42 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=42&view=rev Author: ttm Date: 2007-05-22 04:19:46 -0700 (Tue, 22 May 2007) |