1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 05:25:21 +02:00
Commit graph

119 commits

Author SHA1 Message Date
David McKnight
c799f0763e compiler warnings 2007-01-10 17:50:15 +00:00
David McKnight
1579f9911b [149150] preference page for indication of whether to copy timestamps or not plus some minor refactoring of constants 2007-01-09 20:44:52 +00:00
David McKnight
ced81d390f [149150] new setLastModified() service call and use in file transfer operations 2007-01-09 19:58:49 +00:00
David McKnight
5604dedce9 [168366] don't refresh local when unnecessary. In the case of this defect, this hits an exception due to resource locking 2007-01-04 19:50:23 +00:00
David McKnight
16a5249cb2 get rid of print 2007-01-04 19:48:48 +00:00
David Dykstal
66f3b60683 [167665] verbage -> verbiage 2007-01-03 20:41:46 +00:00
David McKnight
e94377283d removing some compile warnings 2007-01-03 18:13:53 +00:00
David McKnight
48b45595df removing some compile warnings 2007-01-03 17:36:42 +00:00
David Dykstal
efd4b990c9 [169370] add translation directives to property resource bundles 2007-01-02 22:14:24 +00:00
Martin Oberhuber
307ce06ce2 Rev up version numbers for 2.0M4 according to changes in plugins 2006-12-20 18:30:03 +00:00
David McKnight
aad5a3593f removing warnings 2006-12-19 22:04:18 +00:00
David McKnight
cea85b4644 [167620] improve performance of large select 2006-12-12 21:35:06 +00:00
David Dykstal
67077ca826 [164104] allow apostrophe and semi-colon in temp file names
These are allowed on windows, unix, and linux clients
2006-12-12 21:19:52 +00:00
David Dykstal
ed961ae75c [158306] Erase the previously stored value for the action when the selected filter pool is set into the action. 2006-12-12 19:41:10 +00:00
David McKnight
d380cda26a always pass in non-null monitor 2006-12-12 17:55:20 +00:00
Kushal Munir
c0895a4799 [164292] Selection of a specific editor for a file does not persist 2006-12-11 22:17:08 +00:00
David McKnight
560621cc1d [142478] fix for upload conflict scenario such that all uploads and downloads are in background 2006-12-06 22:18:51 +00:00
Kushal Munir
aa5c3d4cb7 [141804] Remote Search is not properly disabled for subsystems that do not support it. The select dialog when browsing for folders is now restricted only to systems that have a subsystem that supports search. 2006-12-05 15:17:08 +00:00
Kushal Munir
4189c96f68 [cleanup] fix compiler warnings 2006-12-05 02:57:38 +00:00
Kushal Munir
8e54965e02 [141804] Remote Search is not properly disabled for subsystems that do not support it. The select dialog when browsing for folders is now restricted only to systems that have a subsystem that supports search. 2006-12-05 02:56:12 +00:00
David McKnight
5dd0e867cc [160353] get rid of readAndDispatch for "open" action 2006-12-04 21:41:30 +00:00
David McKnight
4d5da5e72c [166302] - fix to account for readonly files 2006-11-30 18:51:09 +00:00
David McKnight
1b897cc78d [160353] use Job rather than UI job for download to editor 2006-11-29 20:49:05 +00:00
Martin Oberhuber
2439196220 Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed 2006-11-28 18:05:08 +00:00
Martin Oberhuber
a0dab58c44 Force J2SE-1.4 compatibility on all plugins by
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
David McKnight
c42d357e71 [164118] - fix for moved file not showing under filter - problem is that target filter needs to be invalidated during the copy/move operation 2006-11-27 19:11:24 +00:00
David McKnight
9910ab7073 [164118] - fix for moved file not showing under filter - problem is that target filter needs to be invalidated during the copy/move operation 2006-11-27 18:47:13 +00:00
David McKnight
94e0ef912d [148978] fix so that empty folders show as having been queried on linux clients 2006-11-27 16:09:37 +00:00
David McKnight
a34b4ba7d3 [164632] removing debug.core dependency 2006-11-23 14:18:03 +00:00
Kushal Munir
e4af8f54b7 [141809] - Search > Remote does not switch to Remote Tab when the local search has been used before. 2006-11-21 11:19:17 +00:00
Martin Oberhuber
f26b16eb0e Rename Remote Systems Explorer --> Remote System Explorer for consistency 2006-11-10 12:55:17 +00:00
Martin Oberhuber
4a8ea375b5 Add copyright attribution for Michael Scharfs patch for 163844 2006-11-10 08:19:03 +00:00
David McKnight
4d68ac7d71 applying Michael Scharf's patch for 163844 plus a modification to handle the case where Display.getCurrent() returns null. 2006-11-09 14:57:29 +00:00
Martin Oberhuber
a90a2fbe6d Fix bug 155772 153629 filter RemoteSystemsConnections from CDT view 2006-11-08 18:37:40 +00:00
Kushal Munir
5288aae7de Bug 160201: Renaming a file in RSE tree is not updated automatically in filter 2006-11-08 15:33:07 +00:00
Martin Oberhuber
537c1b9bb0 Fix bug 155772 153629 filter RemoteSystemsConnections from CDT view 2006-11-08 09:46:49 +00:00
David McKnight
3b422f0d1e fix for 162993 2006-11-07 18:39:12 +00:00
Kushal Munir
925c5fc987 Bug 163230: Need "cancelAll" functionality in "duplicate name collision" dialog when uploading a directory tree 2006-11-02 23:10:31 +00:00
David McKnight
641c5d348e some fixes related to Bug 162707 2006-11-02 20:27:43 +00:00
David McKnight
7d1d41c300 partial fix for Bug 162688 - use NullProgressMonitor instead of null 2006-11-02 17:51:10 +00:00
Kushal Munir
79f1e885ee Bug 161936: Cannot create remote file 2006-11-02 05:17:49 +00:00
Kushal Munir
60c390b79e Bug 161936: [dstore-win] Cannot create remote file 2006-11-02 02:51:05 +00:00
Martin Oberhuber
1b56b5d133 Redo providerName="Eclipse.org" as suggested by Bjorn 2006-10-31 11:11:19 +00:00
David McKnight
e322f1e027 fix warning 2006-10-25 17:07:43 +00:00
Kushal Munir
cf6257e12b Add javadoc for DownloadJob constructor 2006-10-24 22:50:10 +00:00
Kushal Munir
199f6de12e Bug 161200: Open with Default Editor fails for files listed under local files. Will open with In-Place Editor for files such as *.doc, *.ppt, etc. 2006-10-24 22:41:57 +00:00
David McKnight
78711a3c9c fix Bug 161979. Alternative to suggested patch that compiles with both Eclipse 3.2 and Eclipse 3.3. 2006-10-24 15:22:38 +00:00
Martin Oberhuber
8a2d4a45db Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion 2006-10-24 14:19:44 +00:00
David McKnight
3a86c51d61 need to normalize path when linux client copies from windows - bug 161844 2006-10-23 15:20:46 +00:00
David McKnight
abaf691e8e Bug 160777 - use progress monitor for queries 2006-10-20 20:26:13 +00:00