mdb
82749c5d13
More comment edits.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@338 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-10-03 02:22:58 +00:00
mdb
369c03add2
Fixed up javadoc comments. Removed some unneeded final declarations in
...
Methodfinder.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@337 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-10-03 02:20:05 +00:00
mdb
cb67758df6
Updated Sun's javadoc URL.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@336 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-10-03 02:19:27 +00:00
mdb
db4c9f429b
Adapted code from Paul Holser for looking up a reflected method that
...
matches a certain set of argument types that works the compiler works.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@335 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-10-03 02:09:12 +00:00
mdb
4652d8b548
Modified code to handle an exception that propagates up past iterate(). It
...
still causes the thread to exit by default, but it provides a mechanism
for overriding that behavior and it logs the exception rather than quietly
dying.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@334 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-10-02 22:35:26 +00:00
mdb
3f3edcb0da
Close the statement that we use to get the last inserted id.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@333 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-28 22:41:40 +00:00
mdb
262f10c8c2
Added toIntArray() which converts the contents of a collection to an int
...
array.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@332 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-27 23:13:24 +00:00
mdb
ca99e54921
Update for repackaged PersistenceException.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@331 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-21 03:09:01 +00:00
mdb
8c4f4474ac
Moved PersistenceException into com.samskivert.io because it's not
...
specific to JDBC.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@330 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-21 03:01:46 +00:00
mdb
68509796a9
Added indexOf() and indexOfEqual().
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@329 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-21 01:34:17 +00:00
mdb
4057710901
Modified code to use new repository services. Created proper configuration
...
files rather than hardcoding configuration in classes. Made startup error
reporting appear in a dialog rather than be written to stderr.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@328 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 20:42:48 +00:00
mdb
baf5cade44
Liaison fixups.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@327 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 20:41:10 +00:00
mdb
c5cda2f332
Throw a FileNotFoundException in loadProperties() if we are unable to
...
locate the properties file in the classpath.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@326 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 20:39:49 +00:00
mdb
66bf203fc2
Log a warning if we find that we need to use the default database liaison
...
because that's generally a bad deal.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@325 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 02:17:03 +00:00
mdb
33e39679da
Finished up liaison stuff.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@324 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 02:09:09 +00:00
mdb
0d5051e407
Serious database services rethink. It's cleaner, more loosely coupled and
...
more extensible now. Whee!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@323 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 01:53:20 +00:00
mdb
418655feab
Crapload of notes on database services.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@322 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 01:52:26 +00:00
mdb
07fcb0022b
Switch from jarfile= to file=. It's the New Way (tm).
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@321 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-20 01:52:12 +00:00
mdb
7a4064dc55
Code modifications to support new IntMap interface.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@320 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-15 17:31:09 +00:00
mdb
c73202d716
Updated the build file from the newest template.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@319 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-15 17:30:53 +00:00
mdb
dc12791cc8
Reworked IntMap to be a proper Java collection in the style that the
...
java.util collections established. This means that IntMap becomes
HashIntMap, IntMap is now an interface that extends the standard Map
interface and a new Collections class is provided that allows one to
create a synchronized wrapper around an IntMap.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@318 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-15 17:22:11 +00:00
shaper
98b338f19e
Added getPolygon() to return a polygon bounding a given rectangle.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@317 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-14 20:00:08 +00:00
mdb
f8782c8f94
Make sure we can load up an entry for a particular eid that we found in
...
the playlist.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@316 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-09-14 17:45:46 +00:00
shaper
3325368832
Separate the tool tip interval frequency from the mouse delay before a
...
tool tip is shown.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@315 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-30 21:17:33 +00:00
shaper
384a01e307
Added support for retrieving boolean configuration values.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@314 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-29 18:40:26 +00:00
shaper
5155bc68de
Added ToolTipProvider interface, and track and pass along the mouse
...
position associated with tool tip display so that tool tips can be
positioned more appropriately within their container.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@313 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-28 23:51:48 +00:00
shaper
5032121aef
Added drawStringCentered().
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@312 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-23 00:17:42 +00:00
shaper
2453e34bce
Monitor the component's ancestor events so that the tool tip interval
...
can be registered and unregistered based on component visibility.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@311 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-23 00:16:21 +00:00
shaper
75b13b137c
Initial version of classes to support working with tool tips in a more
...
generic, extensible and lightweight fashion than is possible with the
current incarnation of Swing tool tips.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@310 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-22 08:15:39 +00:00
mdb
998d8d60cb
Whitespace massaging modifications.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@309 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-21 18:46:10 +00:00
mdb
b8d360df34
To dos.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@308 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-19 05:05:15 +00:00
mdb
2ceee348dd
Added build depends.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@307 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:49:23 +00:00
mdb
4907f24cab
Point to the right pixmap file.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@306 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:46:51 +00:00
mdb
bd328e4a35
Have to tell configure to point sysconfdir to /etc otherwise it'll get
...
jiggy and put it in /usr/etc.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@305 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:40:53 +00:00
mdb
a9358ee7c5
Docs are in /usr/share/doc.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@304 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:40:11 +00:00
mdb
a14743d35d
Reference the proper location for the GPL.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@303 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:39:59 +00:00
mdb
8a8903979c
Ignore .tar.gz rather than .tgz now.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@302 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:39:30 +00:00
mdb
8f4e91d2cc
Categorize lookuplet in Apps/Tools rather than Apps/Net.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@301 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:00:35 +00:00
mdb
e8363ef740
Don't need a README.Debian because we include the regular README and there
...
are no differences in the Debian packaged version.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@300 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 02:58:25 +00:00
mdb
89264a25d7
Entry for new release.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@299 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 02:54:21 +00:00
mdb
56b294cdec
Notes related to GNOME applet support.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@298 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 02:39:36 +00:00
mdb
c9deae38a7
Modified code to allow running as an applet or standalone. It auto detects
...
whether to operate in applet mode based on the command line arguments.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@297 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 02:34:06 +00:00
mdb
99dc02bdf3
Pass DESTDIR to make in a way that it can cope with.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@296 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 02:33:17 +00:00
mdb
eadd4c5a95
*** empty log message ***
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@295 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-17 20:52:58 +00:00
mdb
091f273131
Horked debian build scripts from balsa and modified them to work for
...
lookuplet. We have a .deb package now. Whee!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@294 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-17 20:33:53 +00:00
mdb
7aff0ce67e
Removed instructions from end of license.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@293 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-17 20:33:27 +00:00
mdb
a7e542f29f
More release updates.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@291 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 21:03:49 +00:00
mdb
91df3f4e79
More build instructions.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@290 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 20:58:03 +00:00
mdb
4b73305fee
No need to return gboolean from launch.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@289 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 20:52:40 +00:00
mdb
6847d2a8c1
Release notes.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@288 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 20:51:17 +00:00