Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

root: 123 2

latest revision download root:

123 annotated / raw | Diffs: previous, other | Lines: 786 ( +5, -5 )

Created: 2008-09-18 20:44:38 -0400 (2 months 1 day ago) | Author: Norganna | Changeset: 123

LTT-2: Merge into LibTT branch the chages from mainline (to r120)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

111 new/copied annotated / raw | Diffs: previous, other | Lines: 786 ( +786, -0 )

Created: 2008-08-14 22:22:40 -0400 (3 months 5 days ago) | Author: Norganna | Changeset: 111

Copied from: trunk/Configator/ScrollSheet.lua 98

LTT-2: Conversion to LibTooltip in progress

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

98 annotated / raw | Diffs: previous, other | Lines: 786 ( +2, -2 )

Created: 2008-07-28 09:46:17 -0400 (3 months 23 days ago) | Author: RockSlice | Changeset: 98

Copied (2 times):

MISC-14: cleans up a few small problems with previous commit
including LIBRARY_VERSION_MINOR bump

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

97 annotated / raw | Diffs: previous, other | Lines: 786 ( +38, -17 )

Created: 2008-07-28 08:03:43 -0400 (3 months 23 days ago) | Author: Norganna | Changeset: 97

MISC-14: Remove LibRecycle and revert all allocations/recyclings of tables to native lua table allocation and garbage collection.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

84 annotated / raw | Diffs: previous, other | Lines: 765 ( +1, -1 )

Created: 2008-04-17 23:18:13 -0400 (7 months ago) | Author: RockSlice | Changeset: 84

Bumps LIBRARY_VERSION_MINOR, so it will take loading priority before earlier versions (CNFG-44)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

83 annotated / raw | Diffs: previous, other | Lines: 765 ( +28, -6 )

Created: 2008-04-10 20:48:21 -0400 (7 months ago) | Author: kandoko | Changeset: 83

Completes CNFG-34
Moves the script code to resize scrollframes into configator. modules will receive a return of (self, column, New width) whenever the column sizes are adjusted. CTR+right click will reset a column to default width.
Removes the "auto padding" to match header text size code.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

82 annotated / raw | Diffs: previous, other | Lines: 743 ( +3, -1 )

Created: 2008-04-09 18:29:21 -0400 (7 months ago) | Author: RockSlice | Changeset: 82

Fixes (CNFG-43): Scrollsheet line 239: attempt to perform arithmetic on local 'selected' (a nil value)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

81 annotated / raw | Diffs: previous, other | Lines: 741 ( +5, -5 )

Created: 2008-04-07 20:38:21 -0400 (7 months ago) | Author: RockSlice | Changeset: 81

fixed error on nil onSelect (CNFG-42)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

80 annotated / raw | Diffs: previous, other | Lines: 741 ( +5, -5 )

Created: 2008-04-05 13:25:36 -0400 (7 months ago) | Author: RockSlice | Changeset: 80

Adds onSelect function (CNFG-41)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

79 annotated / raw | Diffs: previous, other | Lines: 741 ( +110, -31 )

Created: 2008-04-04 21:34:57 -0400 (7 months ago) | Author: RockSlice | Changeset: 79

Adds ability to select a row and get the contents of the row easily (CNFG-40)

kit:EnableSelect(true|false) will enable selection
kit:GetSelection() will return the contents of the selected row

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

69 annotated / raw | Diffs: previous, other | Lines: 662 ( +12, -5 )

Created: 2008-02-22 20:30:50 -0500 (8 months ago) | Author: kandoko | Changeset: 69

Adds CNFG-34
Allow scroll frame columns to be resized, by right clicking and sliding to desired width. This functionality can be implemented by a module to allow column width changes.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

68 annotated / raw | Diffs: previous, other | Lines: 655 ( +36, -36 )

Created: 2008-02-12 03:05:07 -0500 (9 months ago) | Author: mentalpower | Changeset: 68

Holy war against trailing white space!

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

66 annotated / raw | Diffs: previous, other | Lines: 655 ( +176, -0 )

Created: 2008-02-11 11:25:56 -0500 (9 months ago) | Author: kandoko | Changeset: 66

Starts CNFG-33
Added a new function lib:ReCreate(frame, layout, onEnter, onLeave, onClick) takes a current scroll frame as input and change it to match the provided layout. This is needed to allow modules to resize/reorganize configator created scrollframes. Columns can me reordered and resized but cannot be REMOVED/ADDED. Data/Style is preserved through the function but if Columns are reordered it the the calling addons responsibility to resend a new data/layout table.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

65 annotated / raw | Diffs: previous, other | Lines: 479 ( +9, -5 )

Created: 2008-02-04 10:53:05 -0500 (9 months ago) | Author: kandoko | Changeset: 65

Starts CNFG-32
Adds OnClick as an optional script event to pass to scrollframes created by configator. This is a subset of the "TOOLTIP" style on scrollframe creation.
see jira ticket for more involved description.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

54 annotated / raw | Diffs: previous, other | Lines: 475 ( +18, -3 )

Created: 2007-12-27 23:28:22 -0500 (10 months ago) | Author: Norganna | Changeset: 54

Convert Configator to use built-in texture instead of included textures. (CNFG-28)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

53 annotated / raw | Diffs: previous, other | Lines: 460 ( +8, -0 )

Created: 2007-12-26 22:51:25 -0500 (10 months ago) | Author: kandoko | Changeset: 53

Adds CNFG-22
Add sort directionality arrows to ScrollSheet created frames. Scroll frames will now display a 2 half arrows on either side of the text. Red Arrows for Ascending sort and green if the column is sorted descending.

These textures are just a rough draft, final textures are not yet finished.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

51 annotated / raw | Diffs: previous, other | Lines: 452 ( +32, -4 )

Created: 2007-12-11 18:01:57 -0500 (11 months ago) | Author: kandoko | Changeset: 51

Adds CNFG-26
Add a new type field "TOOLTIP" to go along with the "TEXT", "COIN", "INT" for Scrollframe creation. This allows a module to have tooltips possible for scrollframes. See jira for actual usage.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

50 annotated / raw | Diffs: previous, other | Lines: 424 ( +5, -3 )

Created: 2007-12-10 20:27:46 -0500 (11 months ago) | Author: ccox | Changeset: 50

try to remove one more possible source of badly recycled tables, add comments so folks remember that we're recycling

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

49 annotated / raw | Diffs: previous, other | Lines: 422 ( +8, -3 )

Created: 2007-12-08 17:33:46 -0500 (11 months ago) | Author: kandoko | Changeset: 49

Adds CNFG-25
When creating a scroll frame, if the module does not provide a minimum Column width or the Width is too small for Button Header Text, resize the column widths to fit.

When defining the scroll frame a the column width portion is now the MINIMUM width  the column can be. The Columns no longer have a FIXED width.
ScrollSheet:Create(frame.resultlist, {{  'MYAddonsButtonText1', "TEXT", 100 },  --100 is the minimum column width
{ 'MYAddonsButtonText2', "TEXT", }, --No width defined so column width will == text width + padding
        

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

45 annotated / raw | Diffs: previous, other | Lines: 417 ( +3, -1 )

Created: 2007-11-29 11:10:51 -0500 (11 months ago) | Author: kandoko | Changeset: 45

Adds CNFG-21
Adds a "Date" style to allow a module to display formated dates that sort in proper order.
                

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

28 annotated / raw | Diffs: previous, other | Lines: 415 ( +2, -2 )

Created: 2007-11-05 00:31:10 -0500 (12 months ago) | Author: Norganna | Changeset: 28

Fix ScrollSheet creation logic (CNFG-12)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

25 annotated / raw | Diffs: previous, other | Lines: 415 ( +68, -16 )

Created: 2007-10-23 10:00:35 -0400 (12 months ago) | Author: Norganna | Changeset: 25

Completed the sortable ScrollSheet (CNFG-6)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

24 annotated / raw | Diffs: previous, other | Lines: 363 ( +46, -34 )

Created: 2007-10-23 04:05:14 -0400 (12 months ago) | Author: Norganna | Changeset: 24

Stage one of the Sortable ScrollSheet (CNFG-6)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

23 annotated / raw | Diffs: previous, other | Lines: 351 ( +4, -3 )

Created: 2007-10-22 21:26:16 -0400 (12 months ago) | Author: Norganna | Changeset: 23

Rename Psychler to LibRecycle (part 3) (CNFG-9)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

21 annotated / raw | Diffs: previous, other | Lines: 350 ( +126, -45 )

Created: 2007-10-22 21:01:15 -0400 (12 months ago) | Author: Norganna | Changeset: 21

Rename Psychler to LibRecycle (part 1) and fix recursion error (CNFG-9)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

19 annotated / raw | Diffs: previous, other | Lines: 269 ( +0, -1 )

Created: 2007-10-21 00:57:58 -0400 (13 months ago) | Author: kandoko | Changeset: 19

Fixes CNFG-4
Added a new option to allow individual lines returned in a scroll frame to have its own color.

*In the data table passed to your scrollsheet have ["ScrollSettings"] = {["color"]={0,0,0}},} as one of the returned values. with 0,0,0 being the value of red, green, blue.



Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

18 annotated / raw | Diffs: previous, other | Lines: 270 ( +1, -1 )

Created: 2007-10-20 21:03:45 -0400 (13 months ago) | Author: kandoko | Changeset: 18

Fixes CNFG-4
Added a new option to allow individual lines returned in a scroll frame to have its own color.

*In the data table passed to your scrollsheet have ["ScrollSettings"] = {["color"]={0,0,0}},} as one of the returned values. with 0,0,0 being the value of red, green, blue.



Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

17 annotated / raw | Diffs: previous, other | Lines: 270 ( +17, -1 )

Created: 2007-10-20 20:59:19 -0400 (13 months ago) | Author: kandoko | Changeset: 17

Fixes CNFG-4
Added a new option to allow individual lines returned in a scroll frame to have its own color.


*In the data table passed to your scrollsheet have ["ScrollSettings"] = {["color"]={0,0,0}},} as one of the returned values. with 0,0,0 being the value of red, green, blue.

http://jira.norganna.org/browse/CNFG-4

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2 new annotated / raw | Lines: 254 ( +254, -0 )

Created: 2007-09-24 08:24:01 -0400 (13 months ago) | Author: root | Changeset: 2

Performing move of newtrunk/* to trunk

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

Crucible: Open Source License registered to Norganna's AddOns.
Atlassian Crucible, painless code review. (Version:1.6.3 Build:build-337 2008-11-04) - Administration - Page generated 2008-11-20 10:24 -0500