Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-04Search Context HelpfiltersearchMichael Jastram1-2/+2
2015-01-03Disable rerunning search and running in background.Michael Jastram1-2/+2
2015-01-03Fix bug in Date Filter restauration code.Michael Jastram1-2/+2
2015-01-03Fix matching bug in BoolFilterMichael Jastram1-4/+1
2015-01-03Bug Fix in result browser navigationMichael Jastram1-5/+19
2015-01-03Bug fix, prepopulating the second value correctly for "between" matchMichael Jastram1-1/+1
2015-01-03Resolves Bug preventing the restoration of XHTML FilterMichael Jastram1-1/+1
2015-01-02Updated Search Spec StatusMichael Jastram1-5/+229
2015-01-02Search is cleared when closing editorMichael Jastram2-27/+113
2015-01-02Result Navigator working now.Michael Jastram1-10/+12
2014-12-29Prevent NPE on search if no type is set on SpecElementMichael Jastram1-1/+4
2014-12-22Prevent NPE if model has been closed.Michael Jastram1-0/+3
2014-12-22Implemented "Next match" Navigation.Michael Jastram5-1/+217
2014-12-22Make Search Results accessible (required for Editor Navigation)Michael Jastram1-0/+7
2014-12-22Improving search labelsMichael Jastram2-3/+4
2014-12-18Simplification of editor open code.Michael Jastram1-12/+2
2014-12-18Enabling double clicking to open the right editor.Michael Jastram3-12/+116
2014-12-17Merge branch 'filtersearch' of ssh://git.eclipse.org:29418/rmf/org.eclipse.rm...Michael Jastram0-0/+0
2014-12-17Added some more attributes for testing.Michael Jastram1-1/+27
2014-12-17Handle the case where the item list is allowed to be null.Michael Jastram1-1/+1
2014-12-17Refactored FilterControls, moving some logic in the superclass.Michael Jastram6-345/+354
2014-12-17Refactoring GUI to support set/not setMichael Jastram3-26/+88
2014-12-17Added some more attributes for testing.Michael Jastram1-1/+27
2014-12-17Handle the case where the item list is allowed to be null.Michael Jastram1-1/+1
2014-12-17Refactored FilterControls, moving some logic in the superclass.Michael Jastram6-345/+354
2014-12-17Refactoring GUI to support set/not setMichael Jastram3-26/+88
2014-12-16can pass null as value for IS_SET or IS_NOT_SETIngo Weigelt1-4/+4
2014-12-16more UnitTestsIngo Weigelt1-0/+129
2014-12-16allow null value if operator is IS_SET or IS_NOT_SETIngo Weigelt3-3/+3
2014-12-16more UnitTests for StringFilter on internalAttributesIngo Weigelt1-5/+51
2014-12-16can pass null as value for IS_SET or IS_NOT_SETIngo Weigelt1-4/+4
2014-12-16more UnitTestsIngo Weigelt1-0/+129
2014-12-16allow null value if operator is IS_SET or IS_NOT_SETIngo Weigelt3-3/+3
2014-12-16more UnitTests for StringFilter on internalAttributesIngo Weigelt1-5/+51
2014-12-16Merge branch 'filtersearch' into developMichael Jastram32-108/+737
2014-12-16more UnitTestsIngo Weigelt4-9/+160
2014-12-16Adding search unit tests to mvn build.Michael Jastram5-7/+86
2014-12-16refactored DateFilterIngo Weigelt2-30/+165
2014-12-16Force the background to be white (the OS may set it off-white).Michael Jastram1-0/+3
2014-12-16code cleanupIngo Weigelt1-9/+0
2014-12-16update status in specIngo Weigelt1-5/+5
2014-12-16adopted unitTest to refactoring of IS_SET, IS_NOT_SET operatorsIngo Weigelt15-33/+235
2014-12-16implement IS_SET and IS_NOT_SET operator according to new specIngo Weigelt1-3/+17
2014-12-16Merge branch 'develop' into filtersearchIngo Weigelt9-52/+1308
2014-12-16Updated Search SpecMichael Jastram1-1/+70
2014-12-16Updated Search SpecMichael Jastram1-16/+919
2014-12-15implemented meaningful toString method for filtersIngo Weigelt8-4/+135
2014-12-15removed a System.out.printlnIngo Weigelt1-1/+1
2014-12-15Merge branch 'filtersearch' of ssh://git.eclipse.org:29418/rmf/org.eclipse.rm...Ingo Weigelt1-2/+3
2014-12-15refactored i18n for OperatorsIngo Weigelt8-24/+33

Back to the top