Commit Graph

939 Commits

Author SHA1 Message Date
mdb 06fa138f66 Le twisted test case.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@947 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-25 22:23:36 +00:00
mdb 372b031e7b Much more substantial testing for the fancy new inheritable properties.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@946 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-25 22:23:21 +00:00
samskivert@gmail.com 5bf8783574 Documentation improvements.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@945 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-24 04:51:02 +00:00
mdb cc6ab12160 Documentation fix.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@944 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-24 04:50:27 +00:00
mdb ae76d226ce Documentation cleanup.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@943 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-24 04:50:10 +00:00
mdb 87ef33ddf8 We can't just constrain ourselves on our first layout because we may be
laid out again with a different size (for example if we're in a scrolled
pane) and we need to respond to that. So now we re-constrain any time our
dimensions are changed.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@942 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-22 21:21:32 +00:00
mdb 3826db36ca Added interface for getting the current log level.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@941 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-21 22:41:53 +00:00
mdb 82c1739557 Had an extra dot!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@940 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-16 01:07:19 +00:00
ray a4b242bf8f A LRU HashMap that allows elements to be locked so that they don't expire.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@939 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-15 01:50:46 +00:00
ray e4e2eddeae A note that the collection passed into positionRect() will be wrecked.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@938 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-14 00:00:11 +00:00
mdb 241f228a3b Yet another increase in the sophistication of the label test program
because it seems I'm going to spend half of the rest of my life debugging
the fucking label code.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@937 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-13 23:17:26 +00:00
mdb 0492dec16c Use the width, the whole width and nothing but the width.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@936 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-13 23:14:57 +00:00
mdb 596144691b Formats collections using the iterator formatter.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@935 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-13 08:45:51 +00:00
ray 19bc14ce45 Added support for float values.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@934 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-13 07:12:31 +00:00
mdb 2a35b7cd2a Sort owned tasks solely by complexity, open tasks by priority then
complexity.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@933 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-13 03:55:07 +00:00
mdb 818c3a7682 Moved the complete checkbox to completed, made a new complete checkbox.
Fixed bug with category helper not being reset.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@932 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 23:00:15 +00:00
mdb d45494e867 Made sub-category marking simpler, use it in owned tasks display as well.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@931 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 22:50:54 +00:00
mdb c59e9e406b No longer prefix complexity with numbers.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@930 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 22:40:16 +00:00
mdb e3c54be8e2 When doing a query, be sure to display the tasks in expanded mode so that
all of them can be seen.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@929 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 22:35:33 +00:00
mdb 0da72988d8 Workflow goodness. Tasks are now sorted by priority in the main summary
display, those with priority >= Next release all shown so that project
managers can move tasks from Soon or below into the "Next release"
priority where developers will see them and "claim" them.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@928 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 22:32:02 +00:00
mdb da0e6968d5 Modified the way a collapsible panel gets its initial content.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@927 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 08:18:36 +00:00
mdb a00d0634ff Sweet Mary Mother of Jesus, after fiddling with this god damned label
layout business for hours, I've come to the conclusion that the only thing
to do is to go with the "standard" solution of relaying ourselves out
after we know how wide or tall we actually want to be. Three cheers for
Swing.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@926 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 06:41:29 +00:00
mdb 837a96e003 Tell the caller if they set new text or the same old thing.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@925 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 06:37:37 +00:00
mdb 62a7efa8ae Allow width and height tracking to be set.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@924 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 05:52:03 +00:00
mdb 39856ea7fc Added total().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@923 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 05:23:41 +00:00
mdb 6d1e0d975a git-svn-id: https://samskivert.googlecode.com/svn/trunk@922 6335cc39-0255-0410-8fd6-9bcaacd3b74c 2002-11-12 01:15:19 +00:00
mdb 1d87798f0f Removed erroneous debugging code.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@921 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 01:09:26 +00:00
mdb 5b46e83f76 Cleaned up label demo; added test for golden ratio business.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@920 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 00:37:41 +00:00
mdb 7980830c3d Added support for having the label attempt to lay itself out in an
aesthetically pleasing manner. Took another crack at unfucking the whole
rendering outside the bounds fiasco. It appears that second guessing the x
value returned in TextLayout's bounds is not a viable strategy. We just
have to suck it up and let it have some blank space if it wants it.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@919 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-12 00:37:22 +00:00
mdb bb710d44af More buildy fiddly.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@918 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 18:23:36 +00:00
mdb a804d71d24 Generated new key.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@917 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 18:23:23 +00:00
mdb 1c6d94fc45 Niggling bits.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@916 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:34:41 +00:00
mdb e91631e6f5 New version now that we're deployed by Java WebStart, etc.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@915 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:33:43 +00:00
mdb 5e802a2f3e Build RoboDJ chooser as a JNLP app.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@914 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:23:57 +00:00
mdb 9119c5e423 Add a temporary directory configuration (used to keep the repository
directory and the rip directory on the same filesystem).


git-svn-id: https://samskivert.googlecode.com/svn/trunk@913 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:06:23 +00:00
mdb ca874cfe20 Get our temp directory from the repository config.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@912 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:05:37 +00:00
mdb 1bc2a33705 Use the round-robin DNS version.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@911 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:05:20 +00:00
mdb 913d374710 StreamUtils is in a new place.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@910 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:04:56 +00:00
mdb 215b44f53d Put some space between the control buttons and the exit button.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@909 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:04:41 +00:00
mdb a923e1b2bd Bigger initial window size.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@908 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:04:26 +00:00
mdb dcf6d34a9f Put the category tabs on the left and scroll them if they are too many.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@907 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-11 17:04:12 +00:00
ray 33cfa3f049 make label handle line breaks.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@906 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-10 04:48:52 +00:00
mdb 88f57ce514 Added valueOf().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@905 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-09 02:11:36 +00:00
mdb 25a7a39369 Fixed issue with priority handling.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@904 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-09 02:11:22 +00:00
mdb ee37ff3a93 Added support for simple queries.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@903 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-09 01:40:01 +00:00
mdb 9d4b641278 Display priorities in outstanding task display.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@902 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-09 01:15:54 +00:00
mdb aca62779cb More imageSubmit() alternatives.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@901 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-09 00:48:51 +00:00
mdb 6cc55d41c9 Removed dev config.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@900 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-08 21:54:50 +00:00
mdb 80bc2a8a2b Reenable site loader.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@899 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-08 21:54:43 +00:00
mdb 2de6a6923b Notes, edits, tigers, oh my!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@898 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-08 21:49:18 +00:00