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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8356   20 years mdewsnip Removed some unused stuff.
(edit) @8355   20 years mdewsnip Commented out some unused code.
(edit) @8353   20 years mdewsnip Changed the collectionChanged() functions to refresh(), and added an …
(edit) @8351   20 years kjdon removed some print statements
(edit) @8343   20 years mdewsnip Made some annoying debug statements go to DebugStream instead of …
(edit) @8313   20 years mdewsnip Finally committing the (many) changes to the GLI to use the new …
(edit) @8258   20 years mdewsnip Made HelpFrame.setView static to remove another Gatherer class dependency.
(edit) @8256   20 years mdewsnip Moved the current_modal static variable out of the Gatherer class into …
(edit) @8253   20 years mdewsnip Moved some stuff out of Configuration.updateUI into GUIManager because …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8038   20 years mdewsnip Removed some dead code.
(edit) @8036   20 years mdewsnip Moved some code around in preparation for removing the msm package.
(edit) @8035   20 years mdewsnip Moving some code around in preparation for removing the entire msm package.
(edit) @8003   20 years mdewsnip Tightened up some public functions to be private.
(edit) @7982   20 years mdewsnip Removed some dead code.
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7661   20 years kjdon pass mode changed call to mirror pane
(edit) @7500   20 years mdewsnip Removed stuff about the defunct Browse and Preview panes.
(edit) @7484   20 years mdewsnip Many more improvements to the workspace and collection trees and their …
(edit) @7482   20 years mdewsnip Some tidy ups in preparation for finalising the workspace and …
(edit) @7326   20 years kjdon the intial stage of making gli work with gs3 - still uses gs2 …
(edit) @7314   20 years kjdon added veronikas changes for the feedback stuff
(edit) @7224   20 years kjdon tidied up the getXXXDir methods in Utility. Utility.getCollectionDir …
(edit) @6879   20 years mdewsnip Renamed GDM* classes to MetadataXMLFile*, for our sanity.
(edit) @6842   20 years mdewsnip Variable names changes needed because of the name change of the …
(edit) @6823   20 years mdewsnip Refreshing trees should not need to do MetaEditPane, since its tree is …
(edit) @6770   20 years kjdon fixed all the javadoc errors. (hope I didn't commit anything I wasn't …
(edit) @6665   20 years jmt12 Forgot to check if there was a cdm loaded before asking if it could …
(edit) @6662   20 years jmt12 Worked around stupid collection title clash warning dialog crashes …
(edit) @6643   20 years jmt12 Yet another valiant, but in vain, attempt to solve the smooty spooty …
(edit) @6622   20 years jmt12 More modifications to mirroring including testing for a valid version …
(edit) @6582   20 years jmt12 A whole bunch of files right in the middle of being edited because …
(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) @6220   20 years jmt12 Although the problem was being caused by a NPE because of the new stop …
(edit) @6145   20 years jmt12 Changed how a collection name appears. It now displays the collection …
(edit) @6051   21 years jmt12 Here is the result of sixteen hours work over the weekend. I'm too …
(edit) @6040   21 years jmt12 When a collection is created the email is now retrieved from the …
(edit) @5987   21 years jmt12 It does cause serious problems, so I'm changing it back
(edit) @5985   21 years jmt12 Corrected some code so that certain visual components, such as the …
(edit) @5891   21 years kjdon commented out all the preview pane stuff
(edit) @5867   21 years mdewsnip Fixed check for updating the Mirror tab.
(edit) @5847   21 years mdewsnip A much improved workspace tree that only refreshes when it really …
(edit) @5842   21 years kjdon added handler for export in file menu
(edit) @5810   21 years jmt12 I don't remember changing anything in this, but according to …
(edit) @5659   21 years jmt12 Fire a loseFocus event to config pane when view changed
(edit) @5593   21 years mdewsnip Changed calls to the Dictionary.
(edit) @5590   21 years mdewsnip Could it be I've finished adding tooltips?? Why yes, very nearly... …
(edit) @5581   21 years mdewsnip Many formatting, structural and code improvements.
(edit) @5571   21 years mdewsnip More small updates and tooltips added.
(edit) @5564   21 years mdewsnip Many more small improvements and tooltips added. Still more to come!
(edit) @5536   21 years mdewsnip Many more tooltips and improvements to the Dictionary. Still more to come.
(edit) @5529   21 years mdewsnip Further along the tooltip highway. Hacked up the Dictionary code, and …
(edit) @5527   21 years mdewsnip Partway through tooltip assignment. Made lots of little changes, …
(edit) @5522   21 years mdewsnip Changed help menu items to reflect the new XML help file.
(edit) @5340   21 years jmt12 Fixed a bug that prevented Design view from being loaded by itself
(edit) @5337   21 years kjdon new coll details prompt no longer has 'view extracted metadata' so …
(edit) @5302   21 years jmt12 Fixed 203B112 - similar open collection dialog
(edit) @5157   21 years jmt12 Fix 203B008
(edit) @4965   21 years jmt12 Prevent mouse events during waiting. Key events still work tho'
(edit) @4686   21 years jmt12 Replaced System.err.println with Gatherer.println
(edit) @4683   21 years mdewsnip Fixed a annoying bug where if the collection had just been saved, it …
(edit) @4681   21 years kjdon now goes back to the Gather pane if a new collection was loaded …
(edit) @4675   21 years jmt12 Sunday's work
(edit) @4659   21 years kjdon added back in the delete collection functionality
(edit) @4607   21 years mdewsnip Cut/Copy/Paste now fails silently if a JTextComponent isn't selected …
(edit) @4599   21 years kjdon now previes pane gets the collectionChanged messages too
(edit) @4585   21 years mdewsnip Fixed problem where sometimes the "view assigned metadata" menu item …
(edit) @4561   21 years jmt12 Was needlessly clearing the TreeSynchronizer listeners. It used to be …
(edit) @4514   21 years jmt12 Hopefully the 'view assigned metadata for... now works properly.
(edit) @4392   21 years jmt12 Now close collection actually closes collection (after yesterdays save …
(edit) @4381   21 years jmt12 Disabled all menu bar menus after File->Quit selected - John
(edit) @4371   21 years jmt12 Modified so that an open collection isn't closed if a user selects …
(edit) @4367   21 years mdewsnip Fixed tabbing.
(edit) @4337   21 years jmt12 Removed save confirmation dialog so save is automatic and compulsory - John
(edit) @4307   21 years jmt12 bug fix
(add) @4293   21 years jmt12 Initial revision
Note: See TracRevisionLog for help on using the revision log.