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

trunk 647 378 root: 374 373

latest revision download trunk

647 deleted | Diffs: previous, other | Lines: 0 ( +0, -710 )

Created: 2007-10-07 21:13:12 -0400 (15 months ago) | Author: norganna | Changeset: 647

Remove Configator folder. It is now in Libs/Configator

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

Created: 2007-08-23 21:45:10 -0400 (16 months ago) | Author: norganna | Changeset: 589

Fix MoneyFrame money display

Tags: Rel_3.0 Rel_3.0.1

Properties

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

584 annotated / raw | Diffs: previous, other | Lines: 708 ( +15, -34 )

Created: 2007-08-15 03:49:49 -0400 (16 months ago) | Author: norganna | Changeset: 584

Update MoneyFrame and MoneyFramePinned to be a single code block, reduce the after clearance by 10 pixels.

Properties

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

582 annotated / raw | Diffs: previous, other | Lines: 727 ( +68, -46 )

Created: 2007-08-14 14:15:25 -0400 (16 months ago) | Author: norganna | Changeset: 582

Add ability to enable scrollable panes to configator GUIs via the new :MakeScrollable(id) method.

This means that we are no longer bound to what we can cram into a single pane, also Auctioneer Advanced search/reporting system was waiting on the 2-axis scrollable panes (implemented in PanelScroller) for it's spreadsheets.

Properties

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

571 annotated / raw | Diffs: previous, other | Lines: 705 ( +42, -42 )

Created: 2007-07-15 22:13:00 -0400 (17 months ago) | Author: mentalpower | Changeset: 571

Copied to: branches/hud/Configator/Configator.lua 573

Couple of changes:
- CreateFrame() calls that used the empty string as the name for the frame have been changed to use nil instead.
- Added some padding between mathematical operators to make it a bit easier to read.
- Corrected some indenting issues.

Properties

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

565 annotated / raw | Diffs: previous, other | Lines: 705 ( +11, -2 )

Created: 2007-06-02 17:51:13 -0400 (19 months ago) | Author: norganna | Changeset: 565

Allow the selectbox component to take additionally, either a function or a list as it's input.

Properties

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

543 annotated / raw | Diffs: previous, other | Lines: 696 ( +1, -1 )

Created: 2007-05-15 04:31:24 -0400 (19 months ago) | Author: norganna | Changeset: 543

Cause configator to use the seperate key value for select boxes instead of the value (if supplied)

Properties

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

531 annotated / raw | Diffs: previous, other | Lines: 696 ( +7, -4 )

Created: 2007-04-30 19:23:40 -0400 (20 months ago) | Author: esamynn | Changeset: 531

(fixes #124) node names should now be truncated rather than running into the next column of node names on the Mining, Herbs and Treasure tabs of the configuration dialog

The CheckBox control has had two new options added to its arguments: singleLine, maxLabelLength
singeLine - if true, then the CheckBox's label text will be forced onto one line
maxLabelLength - controls the maximum length of the label text, if <= 1 then the number is assumed to represent a column width

The ColumnCheckboxes() function was updated to make use of the two new options to the CheckBox option of AddControl in order to prevent cause the CheckBox labels to be truncated when they are too long.  

Properties

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

520 annotated / raw | Diffs: previous, other | Lines: 693 ( +69, -9 )

Created: 2007-04-18 18:39:27 -0400 (20 months ago) | Author: ccox | Changeset: 520

add a pinned money frame (with max and min values)

Properties

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

519 annotated / raw | Diffs: previous, other | Lines: 633 ( +29, -1 )

Created: 2007-04-18 18:06:38 -0400 (20 months ago) | Author: ccox | Changeset: 519

add a money input frame type

Properties

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

518 annotated / raw | Diffs: previous, other | Lines: 605 ( +66, -6 )

Created: 2007-04-18 16:35:56 -0400 (20 months ago) | Author: ccox | Changeset: 518

add a numeric entry field with pinned range to Configurator

Properties

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

504 annotated / raw | Diffs: previous, other | Lines: 545 ( +22, -2 )

Created: 2007-04-02 02:32:15 -0400 (21 months ago) | Author: esamynn | Changeset: 504

-made Configator dialogs sensitive to the ESC key by default
-added SetEscSensitive( setting ) to control this behaviour

Properties

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

499 annotated / raw | Diffs: previous, other | Lines: 525 ( +79, -57 )

Created: 2007-03-15 12:54:19 -0400 (21 months ago) | Author: norganna | Changeset: 499

Add wide sliders and categories to configator

Properties

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

461 annotated / raw | Diffs: previous, other | Lines: 503 ( +12, -1 )

Created: 2007-02-04 08:45:40 -0500 (23 months ago) | Author: norganna | Changeset: 461

Add a bunch of new configuration options to allow you to alter if tooltips are displayed, change what information may be shown in the tooltips, and set tooltip and node display options for nodes on the minimap and the main map separately.

Properties

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

425 annotated / raw | Diffs: previous, other | Lines: 492 ( +101, -13 )

Created: 2007-01-13 14:44:01 -0500 (23 months ago) | Author: norganna | Changeset: 425

Add versioning to the library so it doesn't hose itself in the potential future. Add some new types and features to the library. (including a draggable title bar and a new clickable "label" type)

Properties

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

417 annotated / raw | Diffs: previous, other | Lines: 404 ( +0, -0 )

Created: 2007-01-12 13:14:38 -0500 (23 months ago) | Author: norganna | Changeset: 417

Add svn:keywords to most file, change svn:eol-style to native, add Manifest system to validate installation

Properties

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

400 annotated / raw | Diffs: previous, other | Lines: 404 ( +1, -1 )

Created: 2007-01-09 00:16:04 -0500 (23 months ago) | Author: esamynn | Changeset: 400

-changed settings to use true/false instead of 1/0 for boolean options
-incremented settings version to 2
-misc clean up related to the new settings system
-removed the files that contained the old settings UI

392 annotated / raw | Diffs: previous, other | Lines: 404 ( +120, -16 )

Created: 2007-01-07 05:23:05 -0500 (2 years ago) | Author: norganna | Changeset: 392

Complete configuration UI, use new variables at various places throughout the code, and add profiles to the configuration system.

378 new/moved annotated / raw | Diffs: previous, other | Lines: 300 ( +300, -0 )

Created: 2007-01-02 00:41:54 -0500 (2 years ago) | Author: esamynn | Changeset: 378

Moved from: branches/3.0/Configator/Configator.lua 374

moved branches/3.0 to trunk

latest revision download root:

374 annotated / raw | Diffs: previous, other | Lines: 300 ( +10, -17 )

Created: 2007-01-01 13:59:11 -0500 (2 years ago) | Author: norganna | Changeset: 374

Moved to: trunk/Configator/Configator.lua 378

Add GPL and LGPL licences, change Swag and Configator to LGPL licences

373 new annotated / raw | Lines: 307 ( +307, -0 )

Created: 2007-01-01 13:44:16 -0500 (2 years ago) | Author: norganna | Changeset: 373

Add preliminary version of new GUI config dialog (this config system will probably eventually roll out to Auctioneer et al as well)

Type /gather to give it a go.

Crucible: Open Source License registered to Norganna's AddOns.
Version 1.6.5.a is available.
Atlassian Crucible, painless code review. (Version:1.6.4 Build:build-344 2008-11-20) - Administration - Page generated 2009-01-08 16:29 -0500