mdb
8dee2816b1
Added ability to pop back to previous panels. Only the first two panels
...
are wired up properly to support this. I may do so for later panels if it
seems useful.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@637 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 21:17:03 +00:00
mdb
ed488b3a97
Major facelift. Icons for everything, lays out much more nicely. All the
...
games and all the puzzles.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@636 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 20:56:12 +00:00
mdb
d28142f3fa
Missed a call to play_next_tune().
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@635 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 18:05:20 +00:00
mdb
9d3e14bc1d
Added "back" to go with "skip" (which is forward).
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@634 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 17:28:55 +00:00
mdb
b36a3af860
Use the new callback interface to manage the "playing" UI components.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@633 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 17:21:46 +00:00
mdb
3f17073fec
Added mechanism for reporting the "playing" state of the music server.
...
Automatically query the playing state after requesting a command that is
likely to modify it.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@632 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 17:21:29 +00:00
mdb
ae0514ad79
Track and report our paused status.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@631 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 17:20:45 +00:00
mdb
a87411a22e
Switched repository.properties to a .dist file so that we don't have
...
usernames and passwords checked into CVS.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@630 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 16:05:34 +00:00
mdb
e6b8708445
Check that we can get our database connection before starting to do
...
anything.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@629 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 16:03:14 +00:00
mdb
f37ca596ac
Was using the wrong prefix when extracting the actual properties.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@628 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 16:01:47 +00:00
mdb
c9673585a0
Javadoc edits.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@627 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 07:05:44 +00:00
mdb
3b311d39a8
Changed the way outlines are rendered. Using TextLayout.getOutline() is
...
more correct but results in a crappy outline on anything less than an
extraordinarily large font. The "draw the same text offset by one pixel in
each of the four directions" method results in much more readable results
with sensibly sized fonts.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@626 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 07:03:20 +00:00
mdb
8772250d6f
Added version string to window titles.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@625 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 06:32:12 +00:00
mdb
1bb3f4abf8
New release.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@624 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 06:24:37 +00:00
mdb
b25bface6b
Added NEWS file to report what's new for each release.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@623 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 06:21:19 +00:00
mdb
dd3f403947
Added code to use the tagger to add ID3 tags to files after we've encoded
...
them.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@622 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 06:04:56 +00:00
mdb
0618b57963
Use id3v2 instead of v1 as v2 is way better.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@621 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 06:04:23 +00:00
mdb
7dbace84e7
Better error reporting.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@620 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 05:54:33 +00:00
mdb
f38fc8a02a
Updated to use id3v2.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@619 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 05:46:54 +00:00
mdb
3d2574dd59
Wrote a wrapper around the id3 tag program.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@618 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 05:25:10 +00:00
mdb
bb29ba4bfd
Wrap the args in quotes before sending them off to java.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@617 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 05:24:55 +00:00
mdb
aa3ce00ac8
Script for setting ID3 tags on RoboDJ song files.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@616 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 05:02:57 +00:00
mdb
a2b39da0ad
Wrote a script for deleting RoboDJ entries.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@615 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 04:56:43 +00:00
mdb
56443c045f
The static connection provider now looks for default connection properties
...
when resolving connection definitions.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@614 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 03:14:15 +00:00
mdb
6530dbdcda
Added a version of getSubProperties() that also extracts a set of default
...
properties with which the desired sub-properties are constructed.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@613 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-03 03:09:15 +00:00
mdb
50710408ca
Moved CommandEvent into swing.event.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@612 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-28 21:55:15 +00:00
mdb
62932acc45
Use ScrollablePanel to achieve sensible scrolling behavior in the playlist
...
and browser.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@611 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-28 16:32:45 +00:00
mdb
48df5d2710
Added default constructor.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@610 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-28 16:31:11 +00:00
mdb
67d42b1a69
Created a scrollable panel that scrolls entire components into view for
...
unit scrolling. (Is only smart about vertical scrolling, horizontal
scrolling moves in fixed increments.)
git-svn-id: https://samskivert.googlecode.com/svn/trunk@609 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-28 16:24:03 +00:00
mdb
d20b1e59e6
Removed unused inner interface declaration.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@608 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-23 18:24:27 +00:00
mdb
46b8947354
Added a method for padding a string to a certain width.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@607 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-23 18:24:02 +00:00
mdb
491ab3f9c3
Build file updates.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@606 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:53:56 +00:00
mdb
a92f18a9b0
Added changelog entry for release.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@605 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:53:02 +00:00
mdb
f7f2249388
No -v.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@604 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:52:52 +00:00
mdb
4d91d9d628
Added defaults file.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@603 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:49:20 +00:00
mdb
454e8eb7e3
Fixed some sort of strange line ending bug.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@602 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:49:07 +00:00
mdb
86aa1c9d17
Talk to depravity.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@601 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:38:04 +00:00
mdb
27ca4673a8
Edits.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@600 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:37:44 +00:00
mdb
082aa40f8c
Added method to call REMOVEGRP.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@599 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:37:34 +00:00
mdb
1807c06fbf
Added ability to remove entire CD.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@598 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:37:17 +00:00
mdb
5489af48b0
Default to localhost rather than depravity.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@597 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:36:54 +00:00
mdb
145422b3ad
Added REMOVEGRP for removing groups of songs.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@596 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 08:36:28 +00:00
mdb
b826311637
Added a script to run the importer.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@595 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 07:55:59 +00:00
mdb
a191fa4703
Put a bit of a border around the search components.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@594 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 07:55:49 +00:00
mdb
c24098f204
Added support for building a RoboDJ debian package. It's somewhat simple
...
and doesn't support the server or ripping dependencies yet.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@593 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 07:30:42 +00:00
mdb
328974f873
New feature plans.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@592 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 07:30:05 +00:00
mdb
db1c460988
Removed debug logging.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@591 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 07:28:29 +00:00
mdb
7c5281188e
Added support for looking up entries by artist/title/song.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@590 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-22 07:06:34 +00:00
shaper
780dbf478f
Updated comment for isSet() to better reflect reality.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@589 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-19 19:07:13 +00:00
shaper
e58ee29efa
Take into account the specified default value for checkboxes.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@588 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-19 19:01:21 +00:00