reinhard | 1 Dec 2010 22:02

[gnue] r10246 - in trunk/gnue-forms: . src src/GFObjects

Author: reinhard
Date: 2010-12-01 15:02:47 -0600 (Wed, 01 Dec 2010)
New Revision: 10246

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFForm.py
   trunk/gnue-forms/src/GFObjects/GFBlock.py
   trunk/gnue-forms/src/GFObjects/GFField.py
   trunk/gnue-forms/src/GFParser.py
Log:
Introduced separate block attribute "insertable". This allows for blocks where
new records can only be inserted through trigger code (insertable="N") but
these newly inserted records can still be edited by the user (editable="Y").

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-11-22 09:33:36.551000118 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-01 22:00:52.105999947 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFObjects/GFEntry.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFEntry.py
(Continue reading)

reinhard | 2 Dec 2010 02:24

[gnue] r10247 - in trunk/gnue-forms: . src/GFObjects

Author: reinhard
Date: 2010-12-01 19:24:31 -0600 (Wed, 01 Dec 2010)
New Revision: 10247

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Fix for scrolling down with the mouse wheel in a grid when the grid isn't
filled up to the last line.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-01 22:00:52.105999947 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 02:23:51.033999920 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFForm.py	6 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFForm.py
src/GFObjects/GFBlock.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFBlock.py
src/GFObjects/GFField.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFField.py
src/GFParser.py	106 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFParser.py

(Continue reading)

reinhard | 2 Dec 2010 13:53

[gnue] r10248 - in trunk/gnue-forms: . src

Author: reinhard
Date: 2010-12-02 06:53:11 -0600 (Thu, 02 Dec 2010)
New Revision: 10248

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFInstance.py
Log:
Call display handler functions of correct entry, even if it didn't have the
focus.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-02 02:23:51.033999920 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 13:51:50.415999889 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFObjects/GFBlock.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFBlock.py

   + src/GFInstance.py	1201 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFInstance.py

Name: bzr:revision-id:v4
(Continue reading)

reinhard | 2 Dec 2010 16:05

[gnue] r10249 - in trunk/gnue-forms: . src/GFObjects

Author: reinhard
Date: 2010-12-02 09:05:31 -0600 (Thu, 02 Dec 2010)
New Revision: 10249

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Don't move the record pointer in a grid with the mouse wheel if there is no
current record.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-02 13:51:50.415999889 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 15:52:10.857000113 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFInstance.py	1201 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFInstance.py

   + src/GFObjects/GFBlock.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFBlock.py

Name: bzr:revision-id:v4
(Continue reading)

reinhard | 2 Dec 2010 21:47

[gnue] r10250 - in trunk/gnue-forms: . src/GFObjects src/input/displayHandlers

Author: reinhard
Date: 2010-12-02 14:47:36 -0600 (Thu, 02 Dec 2010)
New Revision: 10250

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFObjects/GFObj.py
   trunk/gnue-forms/src/GFObjects/GFTabStop.py
   trunk/gnue-forms/src/input/displayHandlers/Cursor.py
Log:
Some cleanup of GFTabStop._visibleIndex handling in preparation for handling of
a _visibleIndex of None.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-02 15:52:10.857000113 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 17:00:21.529000044 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFObjects/GFBlock.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFBlock.py

   + src/GFObjects/GFObj.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFObj.py
(Continue reading)

reinhard | 2 Dec 2010 21:47

[gnue] r10251 - in trunk/gnue-forms: . src src/GFObjects src/input/displayHandlers

Author: reinhard
Date: 2010-12-02 14:47:40 -0600 (Thu, 02 Dec 2010)
New Revision: 10251

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFForm.py
   trunk/gnue-forms/src/GFObjects/GFBlock.py
   trunk/gnue-forms/src/GFObjects/GFEntry.py
   trunk/gnue-forms/src/GFObjects/GFField.py
   trunk/gnue-forms/src/GFObjects/GFTabStop.py
   trunk/gnue-forms/src/input/displayHandlers/Checkbox.py
   trunk/gnue-forms/src/input/displayHandlers/Cursor.py
Log:
Changed some function parameters for record index from relative offset to
absolute number, so these functions can still work when there is no current
record.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-02 17:00:21.529000044 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 18:46:43.677000046 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms
(Continue reading)

reinhard | 2 Dec 2010 21:47

[gnue] r10254 - in trunk/gnue-forms: . src/GFObjects

Author: reinhard
Date: 2010-12-02 14:47:51 -0600 (Thu, 02 Dec 2010)
New Revision: 10254

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Enable scrolling through a grid while the block has no current record.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-02 21:29:40.832000017 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 21:46:05.552000046 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFObjects/GFBlock.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFBlock.py
src/GFObjects/GFEntry.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFEntry.py
src/GFObjects/GFField.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFField.py
src/GFObjects/GFTabStop.py	3166 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFTabStop.py
src/uidrivers/wx/widgets/entry.py	10053 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2Fuidrivers%2Fwx%2Fwidgets%2Fentry.py

(Continue reading)

reinhard | 2 Dec 2010 21:47

[gnue] r10253 - in trunk/gnue-forms: . src/GFObjects src/uidrivers/wx/widgets

Author: reinhard
Date: 2010-12-02 14:47:47 -0600 (Thu, 02 Dec 2010)
New Revision: 10253

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFObjects/GFBlock.py
   trunk/gnue-forms/src/GFObjects/GFEntry.py
   trunk/gnue-forms/src/GFObjects/GFField.py
   trunk/gnue-forms/src/GFObjects/GFTabStop.py
   trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py
Log:
Much improved behaviour of entries and grids when there is no current record.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-02 19:02:14.151999950 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 21:29:40.832000017 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFObjects/GFTabStop.py	3166 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFTabStop.py
src/uidrivers/qt3/widgets/entry.py	8696 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2Fuidrivers%2Fqt3%2Fwidgets%2Fentry.py
(Continue reading)

reinhard | 2 Dec 2010 21:47

[gnue] r10252 - in trunk/gnue-forms: . src/GFObjects src/uidrivers/qt3/widgets src/uidrivers/qt4/widgets src/uidrivers/wx/widgets

Author: reinhard
Date: 2010-12-02 14:47:44 -0600 (Thu, 02 Dec 2010)
New Revision: 10252

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFObjects/GFTabStop.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py
Log:
Internal variable renaming for consistency.

Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-12-02 18:46:43.677000046 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

   + timestamp: 2010-12-02 19:02:14.151999950 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: forms

Name: bzr:file-ids
   - src/GFForm.py	6 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFForm.py
src/GFObjects/GFBlock.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFBlock.py
src/GFObjects/GFEntry.py	1459 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFEntry.py
(Continue reading)

reinhard | 2 Dec 2010 23:24

[gnue] r10255 - in trunk/gnue-common: . src/datasources/drivers/Base

Author: reinhard
Date: 2010-12-02 16:24:56 -0600 (Thu, 02 Dec 2010)
New Revision: 10255

Modified:
   trunk/gnue-common/
   trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
Log:
When moving out of a freshly inserted record, the empty record should be
discarded. Fixed this for cases when the record pointer was moved to "no
record".

Property changes on: trunk/gnue-common
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-11-30 15:23:56.974999905 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: common

   + timestamp: 2010-12-02 00:52:01.973999977 +0100
committer: Reinhard Müller <reinhard.mueller <at> bytewise.at>
properties: 
	branch-nick: common

Name: bzr:file-ids
   - src/datasources/drivers/Base/Behavior.py	7560 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-common:src%2Fdatasources%2Fdrivers%2FBase%2FBehavior.py

   + src/datasources/drivers/Base/ResultSet.py	4887 <at> 3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-common:src%2Fdatasources%2Fdrivers%2FBase%2FResultSet.py

(Continue reading)


Gmane