mdb
9bbb5e8f58
Added support for rendering a particular page of the visualization and
...
made viz panel return a preferred size that makes sense (it preferrs to be
one page size as rendered to the screen: which is 72 dpi, but I should
look into whether or not I can avoid hard coding that).
git-svn-id: https://samskivert.googlecode.com/svn/trunk@260 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:05:03 +00:00
mdb
121085cea7
Stick our viz panel in a panel with a border around it so that it's not
...
pressed up against the edge of the window.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@259 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:04:08 +00:00
mdb
9b4e93bee8
Lay ourselves out to our preferred size rather than a hardcoded size.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@258 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:58:56 +00:00
mdb
f0807a6878
Use SwingUtil to center the frame.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@257 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:43:20 +00:00
mdb
eee679513e
Need to call super.paintComponent() for painting to work properly.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@256 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:43:09 +00:00
mdb
467ae03b3a
Removed no longer used constant definitions.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@255 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:42:43 +00:00
mdb
3e9e45725b
Wasn't included the classpath from the environment.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@254 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:30:52 +00:00
mdb
b85193117e
Ignore .cvsignore files.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@253 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:24:42 +00:00
mdb
3df53e51ce
Moved PathUtil into the net package and documented that it's meant to be
...
used on URL paths rather than filesystem paths.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@252 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:24:24 +00:00
shaper
9f34e3d41a
Fixed comment whitespace.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@251 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 14:33:52 +00:00
mdb
6a563f89f9
Added license headers, fixed LGPL references.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@250 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 04:36:58 +00:00
mdb
43cf7422ee
Edits.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@249 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 04:21:18 +00:00
mdb
6dfb1d4ada
Exclude .cvsignore files from the distribution.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@248 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 04:21:13 +00:00
mdb
4ddd0fbf02
Numerous cleanups in preparation for public release.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@247 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:59:21 +00:00
mdb
5ea831c2fd
Notes!
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@246 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:19:46 +00:00
mdb
bbf9a4d836
No longer need this class now that we're using Java 2D for rendering.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@245 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:11:19 +00:00
mdb
475e87e246
Explain what's going on here.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@244 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:10:58 +00:00
mdb
75ded64bea
Ignore jar files.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@243 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:53:15 +00:00
mdb
2eb51ccd4e
Created a script for invoking viztool easily.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@242 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:52:51 +00:00
mdb
80b1b10d27
Not to freak out if an exclusion list is not provided.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@241 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:40:44 +00:00
mdb
c618f44ce6
Use proper location of samskivert home page.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@240 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:40:25 +00:00
mdb
460a96fadb
Catch NoClassDefFoundError and deal with it.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@239 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:40:02 +00:00
mdb
0627a035e9
Notes!
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@238 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 01:51:25 +00:00
mdb
0de8441f02
Yet more documentation mania!
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@237 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 01:45:46 +00:00
mdb
f130acc2ce
Documentation mania!
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@236 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 01:34:31 +00:00
mdb
7a91629b37
Add a link directive that causes java.* packages to be properly
...
referenced.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@235 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 00:08:14 +00:00
mdb
1f9610da2b
Added building instructions.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@234 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 00:00:42 +00:00
mdb
ff563b68aa
Created a script for building source distributions.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@233 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 23:06:11 +00:00
mdb
dfa4565b87
Added an $Id$ tag.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@232 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:53:13 +00:00
mdb
07f87d8555
Added copyright headers.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@231 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:43:29 +00:00
mdb
8f2f04ad88
More edits.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@230 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:34:46 +00:00
mdb
4ce0f6b6b5
Added $Id$ and a URL where the library will be available.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@229 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:15:53 +00:00
mdb
e77e7c4e34
Added a copy of the LGPL to the distribution.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@228 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:13:57 +00:00
mdb
9ada86318c
We're releasing it under the LGPL not the GPL.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@227 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:13:36 +00:00
mdb
6cd3d23d7d
Edits.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@226 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:01:57 +00:00
mdb
666afaaa93
Created an action listener that can be wired up to any action event
...
generator (button, etc.) which will cause the action event to be forwarded
into the controller system.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@225 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-09 01:37:26 +00:00
mdb
df7435e6d0
Implemented controller action processing.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@224 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-09 01:31:27 +00:00
mdb
9073807f61
Beginnings of the controller framework and its integration into the Yohoho
...
client.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@223 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-09 01:08:50 +00:00
mdb
7f38a5536b
Added the ability to inherit up the classpath when loading a properties
...
file. This allows one to stick a properties file earlier in the classpath
that will override values in the properties file (with the same path) that
shows up later in the classpath.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@222 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-08 23:46:00 +00:00
mdb
799146e375
Nothing to ignore.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@221 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-08 23:32:02 +00:00
mdb
2d891c907b
Generate javadoc docs with ant and put them in the dist directory now
...
rather than the docs directory.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@220 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-08 23:31:45 +00:00
mdb
e9bb61f1e8
Pull the classpath out into a separate path entity and reference that
...
wherever we need it.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@219 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-08 22:30:04 +00:00
mdb
ac4494f1a6
Pass the proper classpath to the javadoc build.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@218 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-08 22:25:04 +00:00
mdb
6e32cd319d
Add the entryid as a tool tip so that a user can look up entry ids for use
...
in external programs (like shoutdiscs.pl).
git-svn-id: https://samskivert.googlecode.com/svn/trunk@217 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-06 23:26:42 +00:00
mdb
653347e6b8
If we remove a song from earlier in the playlist than the currently
...
playing song, we need to adjust the currently playing index accordingly.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@216 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-07-26 19:26:55 +00:00
mdb
44c20b3412
Rearrange code to prevent recursion if scrollRectToVisible() results in a
...
call to doLayout() (which it seems to do in certain cases).
git-svn-id: https://samskivert.googlecode.com/svn/trunk@215 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-07-26 01:33:08 +00:00
mdb
0e89fb5b3a
Scroll the playing song into view when we start up.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@214 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-07-26 01:18:49 +00:00
mdb
fe9b84a34d
Reset the scrollbar when we switch the contents of the entry list because
...
otherwise it will stay scrolled which is weird.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@213 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-07-26 01:18:21 +00:00
mdb
19c58cf9b3
Fixed repaint behavior; added ability to edit entries; other cleanups.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@212 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-07-26 00:24:22 +00:00
mdb
057a9595dd
Operate on windows rather than frames so that we can center dialogs as
...
well. Accordingly changed name to centerWindow().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@211 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-07-25 23:50:22 +00:00