source: main/trunk/gli/src/org/greenstone/gatherer/gui

Name Size Rev Age Author Last Change
../
metaaudit 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
tree 35665   3 years davidb Calling things like new Boolean(false) and new Integer(100) has been …
AboutDialog.java 7.9 KB 21999   14 years ak19 Refer to new GLI icons.
BaseConfigPane.java 8.4 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
ConfigFileEditor.java 25.3 KB 37764   11 months anupama Following Dr Bainbridge's instruction, I think I've now worked out how …
CreatePane.java 52.0 KB 37699   13 months anupama Related to commits r 37690, 37691 (and 37698). 1. Shifted the section …
CreateShortcutPrompt.java 5.1 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
DeleteCollectionPrompt.java 15.0 KB 26402   12 years ak19 Fixed issue with deleting fedora collections from GLI: it would start …
DesignPane.java 2.3 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
DesignPaneHeader.java 2.8 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
DownloadPane.java 39.2 KB 34521   4 years kjdon the no_check_cert_arg is not used for some downloaders, eg z3950, so …
EditorDialog.java 5.3 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
EmailField.java 1.8 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
EnrichPane.java 16.9 KB 23433   13 years ak19 GLI now has a gs.FilenameEncoding metadata field which appears like …
ExplodeMetadataDatabasePrompt.java 14.7 KB 20957   14 years ak19 When dealing with a remote Greenstone server, file separators need to …
ExportAsPrompt.java 36.7 KB 36580   20 months davidb Changed to using square brackets for displaying short collection name
FedoraLogin.java 16.0 KB 34113   4 years ak19 1. tomcat.port no longer exists in build.properties after https also …
FileAssociationDialog.java 18.5 KB 18412   15 years kjdon more modifications for RTL GLI, thanks to Amin Hedjazi
Filter.java 11.9 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
FormatConversionDialog.java 36.1 KB 36272   23 months anupama Finally tracked down where the commented-out GS3 format statements are …
FormatPane.java 9.9 KB 36245   2 years kjdon need to call super.gainFocus - otherwise the current panes contents …
GatherPane.java 19.6 KB 37595   13 months kjdon when adding a file, need to pass the parent not the node if the node …
GComboBox.java 11.0 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
GLIButton.java 2.3 KB 12116   18 years kjdon added constructors that take extra tooltip strings as arguments
GProgressBar.java 5.0 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
GUIManager.java 51.7 KB 37337   15 months davidb Newer version of setSize() introduced to support the new init sequence …
GUIUtils.java 2.2 KB 12059   18 years kjdon created this new class to hold some common gui methods - in this case, …
HelpFrame.java 12.8 KB 22683   14 years sjm84 Change GLI from using gatherer_small.gif as the icon to using …
LockFileDialog.java 9.4 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
MenuBar.java 11.7 KB 34283   4 years ak19 Incorporating Kathy & Dr Bainbridge's improvements to the recently …
MetadataElementListCellRenderer.java 3.2 KB 12673   18 years kjdon commented out the bit that displays the comment - we only want the …
MetadataImportMappingPrompt.java 6.8 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
MetadataSetDialog.java 16.3 KB 34235   4 years ak19 Added functionality for client-GLI to upload an edited metadata set …
MetadataValueTablePane.java 16.3 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
MetadataValueTreePane.java 15.0 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
ModalDialog.java 7.9 KB 18412   15 years kjdon more modifications for RTL GLI, thanks to Amin Hedjazi
ModalProgressPopup.java 2.9 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
NewCollectionDetailsPrompt.java 27.6 KB 38314   7 months anupama Webswing GLI needs to prefix username to new collections if the user …
NewFolderOrFilePrompt.java 6.4 KB 23437   13 years ak19 Making the OK button in the new folder dialog have the focus on Enter press
NonWhitespaceField.java 2.5 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
NumberedJTextArea.java 7.3 KB 34266   4 years ak19 1. Added rudimentary support for inserting the basic skeletons of …
OpenCollectionDialog.java 16.9 KB 37236   15 months kjdon first stab at doing some authentication in webswing gli. firstly, …
OptionsPane.java 25.9 KB 22807   14 years ak19 Fixed a bug in GLI where we weren't able to delete a collection just …
Preferences.java 53.6 KB 35665   3 years davidb Calling things like new Boolean(false) and new Integer(100) has been …
PreviewButton.java 5.9 KB 37326   15 months davidb Initial set of changes that allows the webswing version of GLI call a …
PreviewButtonOwner.java 1.3 KB 12057   18 years kjdon new preview button class, and owner interface
PreviewCommandDialog.java 8.9 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
RenamePrompt.java 4.5 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
ReplaceSrcDocWithHtmlPrompt.java 17.2 KB 20957   14 years ak19 When dealing with a remote Greenstone server, file separators need to …
SimpleMenuBar.java 977 bytes 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
SimpleResultDialog.java 4.5 KB 32712   5 years ak19 1. Some dialogs do not exist when GLI starts up and becomes visible. …
TestingPreparation.java 8.5 KB 32712   5 years ak19 1. Some dialogs do not exist when GLI starts up and becomes visible. …
URLField.java 10.1 KB 18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
WarnIncrBuildDialog.java 8.6 KB 37691   13 months anupama Second part of Dr Bainbridge's request for dealing with any existing …
WarningDialog.java 9.9 KB 37309   15 months kjdon am using this warningdialog in webswing, before Gatherer is properly …
WriteCDImagePrompt.java 27.0 KB 36580   20 months davidb Changed to using square brackets for displaying short collection name
Note: See TracBrowser for help on using the repository browser.