source: trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13195   18 years kjdon quan's changes to remove blue borders around buttons and comboboxes on macs
(edit) @12745   18 years kjdon commented out the workflow stuff. it doesn't work properly, and its a …
(edit) @12633   18 years mdewsnip Kissed the horrible old plugins.dat and classifiers.dat files goodbye…
(edit) @12608   18 years kjdon in okbuttonlistener, when restart is required, call …
(edit) @12310   18 years davidb Minor mods to Gatherer exit code to allow -- for the Windows case -- …
(edit) @12225   18 years davidb Instead of GLI saying it needs to restart when the language interface …
(edit) @12118   18 years kjdon Changed text handling to use Dictionary.get rather than …
(edit) @11662   18 years mdewsnip Fixed a nasty bug where the gliserver URL setting is automatically …
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10387   19 years mdewsnip Tidied up the way collections are saved and closed, and added some …
(edit) @10006   19 years mdewsnip Moved Utility.parse to XMLTools.parseXMLFile, as part of tidying up …
(edit) @9887   19 years mdewsnip Tidied up the way the Warnings preferences are done, in response to my …
(edit) @9374   19 years mdewsnip Now uses the dictionary to resolve workflow strings.
(edit) @9358   19 years mdewsnip Small typo in previous change.
(edit) @9355   19 years mdewsnip Added some comments to show that some dictionary entries are used, …
(edit) @9075   19 years mdewsnip Added font selection field (for users that need a non-standard font …
(edit) @8992   19 years mdewsnip Changed "Mirror" pane to "Download".
(edit) @8884   19 years mdewsnip Moved the two CheckList classes into the util package, and removed the …
(edit) @8813   19 years mdewsnip Fixed up a few more refreshing problems.
(edit) @8688   19 years mdewsnip Can't preview collections if the library URL string is cleared.
(edit) @8634   19 years mdewsnip Changes to the library URL now affect the preview button immediately.
(edit) @8629   19 years mdewsnip More changes to the local library/web library configuration stuff.
(edit) @8627   19 years mdewsnip Replaced exec_address with library_url, which is much more descriptive …
(edit) @8601   19 years mdewsnip Renamed the two "PlugIn" classes to "Plugin", for our sanity.
(edit) @8590   19 years mdewsnip Renamed checklist/Entry.java to checklist/CheckListEntry.java.
(edit) @8506   19 years mdewsnip Re-enabled the Workflow Preferences tab, which was disabled for the …
(edit) @8496   19 years mdewsnip Started off fixing a bug where the loaded collection wasn't being …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8212   20 years kjdon added a comment
(edit) @7999   20 years mdewsnip Removed some dead code.
(edit) @7660   20 years kjdon removed the clear cache button from preferences
(edit) @7639   20 years mdewsnip Added the ability to refresh the "Downloaded Files" folder when …
(edit) @7505   20 years mdewsnip Preferences are now saved to file as soon as the OK button is pressed …
(edit) @7483   20 years mdewsnip Ooops... the dangers of copy and paste.
(edit) @7482   20 years mdewsnip Some tidy ups in preparation for finalising the workspace and …
(edit) @7339   20 years kjdon when changing the site setting, need to close the collection - now …
(edit) @7335   20 years kjdon fixed a NPE for gs2 preferences
(edit) @7326   20 years kjdon the intial stage of making gli work with gs3 - still uses gs2 …
(edit) @7205   20 years mdewsnip Commented out the workflow updating code because it was causing the …
(edit) @7183   20 years mdewsnip Disabled the Workflows panel for two reasons - the strings haven't …
(edit) @7151   20 years kjdon fixed some more static label sizes and deleted a lot of commented out stuff
(edit) @6999   20 years kjdon made the clearCache methods static so they can be called when there is …
(edit) @6996   20 years kjdon now if you change the interface lang, it calls clearPluginCache and …
(edit) @6842   20 years mdewsnip Variable names changes needed because of the name change of the …
(edit) @6833   20 years kjdon fixed a bug where the mode wasn't being updated on the title bar if no …
(edit) @6825   20 years mdewsnip After the recent changes to the Dictionary (no more registering …
(edit) @6642   20 years jmt12 Further tweaks, fixes and changes to the mirroring stuff, the …
(edit) @6622   20 years jmt12 More modifications to mirroring including testing for a valid version …
(edit) @6567   20 years jmt12 Make the ordering of the languages alphabetic (bar english)
(edit) @6540   20 years jmt12 Things fixed for Michael
(edit) @6539   20 years jmt12 Heres a bunch of other changed files. If it wasn't a Friday afternoon …
(edit) @6389   20 years jmt12 Introduced the idea of detail modes - these have an effect on several …
(edit) @6319   20 years jmt12 A new configuration setting - recursion depth, after which gli …
(edit) @6051   20 years jmt12 Here is the result of sixteen hours work over the weekend. I'm too …
(edit) @5847   20 years mdewsnip A much improved workspace tree that only refreshes when it really …
(edit) @5715   21 years jmt12 Updated the names of some of the tabs (ie MetaEdit -> Enrich)
(edit) @5664   21 years jmt12 Bug in Preferences caused NPE if no port number given.
(edit) @5595   21 years mdewsnip A few more minor changes to tidy up the dictionary.
(edit) @5593   21 years mdewsnip Changed calls to the Dictionary.
(edit) @5589   21 years mdewsnip Nearly finished adding tooltips (and thank goodness for that).
(edit) @5571   21 years mdewsnip More small updates and tooltips added.
(edit) @5536   21 years mdewsnip Many more tooltips and improvements to the Dictionary. Still more to come.
(edit) @5527   21 years mdewsnip Partway through tooltip assignment. Made lots of little changes, …
(edit) @5370   21 years jmt12 Fixed the 'too-wide' problem on the connection tab
(edit) @5367   21 years mdewsnip Fixed unregistered checkboxes.
(edit) @5324   21 years jmt12 Removed the tree refresh for mirror pane as it no longer has a tree
(edit) @5311   21 years mdewsnip Changed radio buttons to checkboxes.
(edit) @5182   21 years mdewsnip Removed XORToggleButtonGroup import.
(edit) @5181   21 years mdewsnip Removed use of XORToggleButtonGroup (to ensure at least one pane is …
(edit) @5164   21 years jmt12 I can't remember what has changed, but I bet it was for the better
(edit) @5042   21 years mdewsnip Added new option to Connection pane: library path.
(edit) @4675   21 years jmt12 Sunday's work
(edit) @4428   21 years kjdon the modal dialog now is one of our special ModalDialogs which only …
(edit) @4367   21 years mdewsnip Fixed tabbing.
(add) @4293   21 years jmt12 Initial revision
Note: See TracRevisionLog for help on using the revision log.