Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-29Eclipse source cleanup and formatrbrooks40-834/+1059
2010-08-29convert all line terminators to Unix stylerbrooks65-9833/+9833
2010-08-28Fixed invalid thread accessrescobar1-6/+12
2010-08-28Add presentation type GENERAL_REQUESTED to fix renderers the flexibility whet...rbrooks7-6/+12
2010-08-27replace equivalent code with calls to utility method Strings.isValidrbrooks27-60/+78
2010-08-27Fixed Widget cast exceptionrescobar1-1/+1
2010-08-27Fixed issue with transactions not showing up correctly in the branch managerjphillips1-5/+7
2010-08-27Corrected bug in TisRenderer.getApplicabilityRating identified by improving R...rbrooks2-4/+2
2010-08-27In RendererManager, corrected computation of minimumRank and used ConcurrentH...rbrooks1-13/+11
2010-08-26Cleanup renderer code.rescobar3-70/+75
2010-08-26put ChangeArtifactTypeBlam in the admin category and add description that req...rbrooks1-1/+5
2010-08-26changed level to FINE; don't need to log SEVERE exception for every attribute...ddunne1-1/+1
2010-08-26Fixed issues with the branch managerjphillips2-16/+14
2010-08-26Fixed Compiled errorrescobar1-1/+1
2010-08-26Update calls to RendererManager.open that use GENERALIZED_EDIT when DEFAULT_O...rbrooks6-8/+8
2010-08-26removed obsolete class ShowPreviewHandlerrbrooks1-52/+0
2010-08-26stop class of bugs caused by each renderer havnig to check the double-click p...rbrooks6-38/+22
2010-08-26fixed bug involving minimum rating in RendererManager.getApplicableRenderersrbrooks1-1/+2
2010-08-25Added presentation type junit testsrescobar1-3/+9
2010-08-25provide convenience methods for managing user settingsrbrooks8-41/+34
2010-08-25rename WholeDocumentRenderer to WholeWordRendererrbrooks3-7/+7
2010-08-25used import for PresentationType enumerationsrbrooks1-3/+4
2010-08-25removed obsolete PREVIEW_IN_COMPOSITE from PresentationType.javarbrooks1-1/+0
2010-08-24make IOperation.run return status instead of an operationrbrooks4-27/+29
2010-08-23Event System registration cleanuprescobar7-137/+148
2010-08-23Add support to OperationReporter for reporting an IStatusrbrooks2-21/+35
2010-08-23operation execution order matters so composite operation must use a list inst...rbrooks1-1/+2
2010-08-23removed redundant Collections.toString() that had reversed argumentsrbrooks4-5/+5
2010-08-23improved quality of message in error dialog when an exception occurs in an op...rbrooks2-28/+4
2010-08-23removed illegitimate usages of IOperation.getStatusrbrooks2-11/+12
2010-08-23clarified in the Operations API that work percentage only applies to sub-oper...rbrooks7-14/+23
2010-08-23rename setStatus to mergeStatus in AbstractOperationrbrooks1-1/+1
2010-08-20ArtifactExplorer - fix old event system to refresh on modified / deleted arti...ddunne1-0/+12
2010-08-20reload group artifacts to ensure get latest users subscribed before sending e...ddunne1-0/+11
2010-08-20created preview and test for email groupsddunne7-46/+408
2010-08-19"Team Workflow" - ND4H6 - "Merge Manager not showing complete rebaseline icon"rescobar3-75/+108
2010-08-18(no commit message)ddunne1-17/+18
2010-08-18Fixed issues with branch presenation not working correctly for branch viewjphillips2-4/+21
2010-08-17ArtifactFileMonitor - add check if isInTest before popupddunne1-1/+2
2010-08-17Code Quality Clean-uprescobar36-222/+249
2010-08-17Updated NativeRenderer to handle the presentation type DEFAULT_OPENrbrooks1-1/+1
2010-08-17fixed result browser rendering presentation typeddunne1-1/+1
2010-08-17Use IRenderer.NO_DISPLAY as a renderer option instead of passing boolean show...rbrooks2-15/+17
2010-08-17consistently name rendering usages of VariableMap and ArtifactDeltarbrooks12-73/+73
2010-08-17remove unused method arguments and unnecessary class name qualifications from...rbrooks2-21/+18
2010-08-16Clean uprescobar2-4/+4
2010-08-16Use IRenderer.NO_DISPLAY as a renderer option instead of passing boolean show...rbrooks11-56/+58
2010-08-16only use RenderManager to diff in ViewWordChangeReportHandlerrbrooks1-5/+0
2010-08-16fix refresh when expandedddunne1-14/+20
2010-08-16Update PreviewWordHandler to use RendererManagerrbrooks1-27/+2

Back to the top