1. 2f6a32f tidy up common packages to use common prefix (FELIX-2504) by David Morgan Spencer Savage · 14 years ago
  2. c834ea4 move internal packages to tidyup package hierarchy (FELIX-2501) by David Morgan Spencer Savage · 14 years ago
  3. 342e02a further progress towards rationalising eclipse/ui packages - moved all exported packages (FELIX-2501) by David Morgan Spencer Savage · 14 years ago
  4. e2a9cfd add support for updating bundle activator on package rename (FELIX-2502) by David Morgan Spencer Savage · 14 years ago
  5. 0b408ba check if target is default package (FELIX-2503) by David Morgan Spencer Savage · 14 years ago
  6. 20acc69 delete unused class by David Morgan Spencer Savage · 14 years ago
  7. 96d3225 tidyup unused imports by David Morgan Spencer Savage · 14 years ago
  8. eb0418f initial work towards (FELIX-2501) moved SigilUI to ui/src/org/apache/felix/sigil/ui/eclipse/ by David Morgan Spencer Savage · 14 years ago
  9. 8c5a69a Remove dependency on IPath (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  10. 2211fe9 add overloaded optiol prompt util methods to avoid need to pass usually redundant pref store param by David Morgan Spencer Savage · 14 years ago
  11. f669c50 prompt to remove corresponding import on export removal (FELIX-2483) by David Morgan Spencer Savage · 14 years ago
  12. 99ef2db handle uninitialized prefs more gracefully - default to prompt vs runtime exception by David Morgan Spencer Savage · 14 years ago
  13. bdfcc9e reuse utils method to check if project is in sync during refactor by David Morgan Spencer Savage · 14 years ago
  14. 3af608c add activator refactor support (FELIX-2482) by David Morgan Spencer Savage · 14 years ago
  15. 284ae4c create util class to provide common functions between refactor participants by David Morgan Spencer Savage · 14 years ago
  16. 423134c add license headers by David Morgan Spencer Savage · 14 years ago
  17. bb3c935 consolidate new version range logic in new helper method by David Morgan Spencer Savage · 14 years ago
  18. 9022051 add support for migration of imports/exports based on Move package refactoring (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  19. 85fa6ab add support for exported package refactoring (FELIX-2481) by David Morgan Spencer Savage · 14 years ago
  20. 4f965c3 add util method to run Callable in UI thread by David Morgan Spencer Savage · 14 years ago
  21. 04a699f improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks by David Morgan Spencer Savage · 14 years ago
  22. c03d87f Patches for FELIX-2181 - now runs workspace resolve task using a damped delay to ensure that event storm does not trigger multiple project builds. by David Morgan Spencer Savage · 15 years ago
  23. 4df9bbf Patch to address ui/classpath consistency issues when adding and removing projects from workspace that provide dependencies (related to FELIX-1349) by David Morgan Spencer Savage · 15 years ago
  24. f7852b8 Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164) by David Morgan Spencer Savage · 15 years ago
  25. 1180441 Ensure rich client view is updated if file is changed by external process - i.e. after refresh by David Morgan Spencer Savage · 15 years ago
  26. f2b25e8 tidy up by David Morgan Spencer Savage · 15 years ago
  27. 491d1b6 Patches for FELIX-2160 and FELIX-2161 - now manages project warnings internally vs in external job also added support for refreshing project and ensure that views are updated when editting in rich client or text editor by David Morgan Spencer Savage · 15 years ago
  28. 77d08ea pass in monitor to allow user feedback by David Morgan Spencer Savage · 15 years ago
  29. d9f96cb tidy up unused import by David Morgan Spencer Savage · 15 years ago
  30. db0ce69 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spencer Savage · 15 years ago
  31. b7d00a5 Change API for checking if packages are part of bundle - use package fragments vs roots to improve performance by David Morgan Spencer Savage · 15 years ago
  32. d9cd16e Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092 by David Morgan Spencer Savage · 15 years ago
  33. fed4637 Usage of VersionTable FELIX-2085 by David Morgan Spencer Savage · 15 years ago
  34. b425286 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spencer Savage · 15 years ago
  35. 057c1dc stop "OSGi Install" check for timebeing (FELIX-1924) by David Morgan Spencer Savage · 15 years ago
  36. 6c3ff8c add rebuildDependencies method to be called by text project editor widget when saved (fix for FELIX-1905) by David Morgan Spencer Savage · 15 years ago
  37. 9aef311 Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality by David Morgan Spencer Savage · 15 years ago
  38. e46b711 update image by David Morgan Spencer Savage · 15 years ago
  39. e495466 tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  40. 6168c58 add larger icons and use in sigil project wizard by David Morgan Spencer Savage · 15 years ago
  41. c38d171 update bundle and error icons by David Morgan Spencer Savage · 15 years ago
  42. e39963b add collapse all action to repository view by David Morgan Spencer Savage · 15 years ago
  43. 4ad90e6 add bundle refesh icon (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  44. fccb247 further icon updates (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  45. d9e734f provide package, import-package, require-bundle, export-package + (error and optional equivalents) by David Morgan Spencer Savage · 15 years ago
  46. c39c8c8 tidy up some remaining cauldron references by David Morgan Spencer Savage · 15 years ago
  47. 7b7ffaa + */ by David Morgan Spencer Savage · 15 years ago
  48. c641c64 patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle by David Morgan Spencer Savage · 15 years ago
  49. 99dd73c remove dependency on internal pde classes FELIX-1490 by David Morgan Spencer Savage · 15 years ago
  50. 42516c6 tidy up npe caused by commented out image reference by David Morgan Spencer Savage · 15 years ago
  51. a41a94f remove non osgi concepts, create plugin functions later via extender and service patterns by David Morgan Spencer Savage · 15 years ago
  52. c1ef0fa check if widget is disposed before calling refresh FELIX-1452 by David Morgan Spencer Savage · 15 years ago
  53. 489a16d update extension point constant to match new org.apache namespace by David Morgan Spencer Savage · 15 years ago
  54. 733e1b1 tidy up old cauldron references by David Morgan Spencer Savage · 15 years ago
  55. d88c30e tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  56. 43bd705 FELIX-1322 bulk update of formatting based on eclipse style referenced in http://felix.apache.org/site/coding-standards.html by David Morgan Spencer Savage · 15 years ago
  57. e83ee56 tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  58. c32abdf directory structure tidy up (FELIX-1357) by David Morgan Spencer Savage · 15 years ago