1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00
Commit graph

309 commits

Author SHA1 Message Date
Xuan Chen
508129509f [202949] fix: [archives] copy a folder from one connection to an archive file in a different connection does not work 2007-10-04 04:38:27 +00:00
Xuan Chen
62aeab40fd [200404] fix: [junit-tests] rsetest###### directories aren't all removed when running Archive tests 2007-09-30 02:22:12 +00:00
David Dykstal
d12987030d [176577] wrong enablement of "Move up/down" in connection context menu
fix and unit tests
2007-09-20 12:56:18 +00:00
Xuan Chen
fb5cd9337f [199132] check in the Junit testcase for downloading files from Tar archive, also
move all the tar related JUnit testcases from FileServiceArchiveTestDStore to FileServiceArchiveTest
2007-08-14 05:06:40 +00:00
Xuan Chen
423c7c50b2 [198859] add super transfer testcases, also clean up the existing testcases to use assertNull() and assertNotNull(). 2007-08-09 21:39:41 +00:00
Martin Oberhuber
42cc075be4 [198956][tests] Fix initialization of RSE Unit tests by waiting for InitRSEJob 2007-08-06 17:02:44 +00:00
Martin Oberhuber
47f4d7d7a8 Fix typo 2007-08-06 16:36:56 +00:00
Xuan Chen
9477539b58 [198859] add/update the JUnit testcases for archive handlers. 2007-08-04 16:03:52 +00:00
Xuan Chen
3e92eefdd1 Some methods added for creating connection in DStore. 2007-07-26 14:32:25 +00:00
Xuan Chen
dc33640fab Adding the JUnit testcases for archive handler. 2007-07-26 03:18:52 +00:00
Martin Oberhuber
2b1eeb69bf Rev up version of RSE tests-feature 2007-07-13 10:57:45 +00:00
Martin Oberhuber
4236650700 Rev up plugin version to 2.0.1 for rse.core, subsystems.files.dstore, rse.tests 2007-07-13 09:51:37 +00:00
David Dykstal
9b746334ea [194667] fixed logic bug in RSEPersistenceManager 2007-07-12 19:58:34 +00:00
David Dykstal
5ca17f653e [180640] correcting test suite definition documentation 2007-06-19 01:48:49 +00:00
David Dykstal
7b82cb9d44 [175299] fixed dithering by moving from JPG to PNG. 2007-06-19 01:18:05 +00:00
Martin Oberhuber
76ae94228d Move from Milestone Update Site to Real Update Site 2007-06-10 22:13:27 +00:00
Martin Oberhuber
78b99118e0 [189269] Add version range specifiers with all plugin dependencies. Make features require plugins. Avoid Discovery require RSE. 2007-06-06 13:06:29 +00:00
Martin Oberhuber
9988220bab [IPBug:1565] Update epl-v10.html to cleaned-up simplified version 2007-06-05 13:23:27 +00:00
Martin Oberhuber
262a370121 [cleanup] Update Copyrights 2007-06-05 11:16:14 +00:00
Martin Oberhuber
d03243be99 Restore apostrophe instead of ’ in license.html in order to be the verbatim notice.html 2007-06-04 16:09:55 +00:00
Martin Oberhuber
1b80c1f839 [189543] Fix feature licensing for Europa 2007-06-01 12:58:47 +00:00
David Dykstal
5ac50e575d [189749] removed extraneous methods from ISystemProfileManager, migrated all validators that used Vector arguments to use List 2007-05-29 22:16:07 +00:00
Martin Oberhuber
a924ffced5 Update about.html date for Europa 2007-05-29 20:30:45 +00:00
Martin Oberhuber
66464d5429 Fix copyright date 2007-05-29 19:30:22 +00:00
David Dykstal
4d8d06636e [173267] adding SHOW_EMPTY_LISTS preference 2007-05-29 19:12:23 +00:00
David McKnight
be3fbd90d6 [189711] isRemote method for ISystemViewElementAdapter 2007-05-29 18:17:06 +00:00
David Dykstal
330f6c9bda [189259] fix accelerators, solidify mnemonics policy, make menu mnemonic generation more intelligent 2007-05-28 17:02:18 +00:00
Martin Oberhuber
ffc0756f6a [175680] Deprecate obsolete methods in ISystemRegistry, and update Javadoc 2007-05-25 14:37:55 +00:00
Martin Oberhuber
4fef35c2b1 [cleanup] avoid deprecated methods 2007-05-25 14:04:12 +00:00
Martin Oberhuber
f687d1e8e4 Update Copyright Dates 2007-05-24 14:53:28 +00:00
Martin Oberhuber
dba1a58e83 [188305][releng] Properly pack importexport into a single-jar bundle to avoid nested jar update errors 2007-05-24 12:51:27 +00:00
Martin Oberhuber
af76788da1 [186773] split SystemRegistryUI from SystemRegistry implementation, in preparation of UI/Non-UI splitting. This is not an API change. 2007-05-23 14:28:16 +00:00
Martin Oberhuber
51366b66f2 [182698] Register TM Update Site as Discovery Site 2007-05-18 12:09:30 +00:00
Martin Oberhuber
10d919453e [168870] refactor org.eclipse.rse.core package of the UI plugin 2007-05-15 23:55:07 +00:00
Martin Oberhuber
5ba7489961 [186773][api] split ISystemRegistryUI from ISystemRegistry 2007-05-14 13:05:23 +00:00
Martin Oberhuber
daddc54dae [186128][refactoring] Move IProgressMonitor last in public base classes 2007-05-14 09:44:39 +00:00
Martin Oberhuber
3e324a6792 Fix typo in Javadoc 2007-05-14 09:01:09 +00:00
Martin Oberhuber
655da9c585 [186523][api] Move subsystemConfigurations extension point from UI to core 2007-05-12 01:40:42 +00:00
Martin Oberhuber
2aa9214149 [186640][api] Add IRSESystemTyep.isLocal(), isWindows(), getProperty(String, boolean) 2007-05-11 20:28:10 +00:00
Martin Oberhuber
e36c358ab1 [185098][api] Provide constants for all well-known system types 2007-05-11 15:15:31 +00:00
Martin Oberhuber
9af75140de [186128][api] Move IProgressMonitor last in all API 2007-05-10 14:11:48 +00:00
Martin Oberhuber
7af0ea93c0 [177523][api] Unify singleton getter methods to use getInstance() 2007-05-10 12:40:20 +00:00
Martin Oberhuber
5cfd747882 Unify Source Builds: about.html in all source builds, schema only in source builds 2007-04-27 15:15:45 +00:00
Martin Oberhuber
ee7334cc01 Reexport commons.net from services.files.ftp, since it is part of the extension point API 2007-04-25 21:31:07 +00:00
Martin Oberhuber
1646646eaf [184095][api] Replace String systemTypeName by IRSESystemType everywhere.
Migrate to using system type labels in all UI, and system type IDs when storing Preferences.
Combine NLS messages in rse.core. Add some API to SystemWidgetHelpers for dealing with system types.
Update and beautify Javadoc.
2007-04-25 20:24:16 +00:00
Martin Oberhuber
7fc7c243b4 [182454] improve getAbsoluteName() documentation 2007-04-25 11:41:25 +00:00
Martin Oberhuber
d31ac6c82c [182454] improve getAbsoluteName() documentation 2007-04-25 11:32:53 +00:00
Martin Oberhuber
e8dc372b54 [168975] Move RSE Events API to Core 2007-04-23 13:42:16 +00:00
Martin Oberhuber
875e32a5cc [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
David Dykstal
8c8e37df5c [180642] make test scripting internal 2007-04-05 02:20:16 +00:00