1. afb2ae1 add classpath file for obr feature project by David Morgan Spencer Savage · 14 years ago
  2. c922144 add preference key as part of FELIX-2483 by David Morgan Spencer Savage · 14 years ago
  3. 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
  4. f669c50 prompt to remove corresponding import on export removal (FELIX-2483) by David Morgan Spencer Savage · 14 years ago
  5. 99ef2db handle uninitialized prefs more gracefully - default to prompt vs runtime exception by David Morgan Spencer Savage · 14 years ago
  6. bdfcc9e reuse utils method to check if project is in sync during refactor by David Morgan Spencer Savage · 14 years ago
  7. 3af608c add activator refactor support (FELIX-2482) by David Morgan Spencer Savage · 14 years ago
  8. 284ae4c create util class to provide common functions between refactor participants by David Morgan Spencer Savage · 14 years ago
  9. 423134c add license headers by David Morgan Spencer Savage · 14 years ago
  10. bb3c935 consolidate new version range logic in new helper method by David Morgan Spencer Savage · 14 years ago
  11. 3d427a2 add meta entries to support move refactor (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  12. 9022051 add support for migration of imports/exports based on Move package refactoring (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  13. 34095f4 add helper methods to aid refactoring support (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  14. 85fa6ab add support for exported package refactoring (FELIX-2481) by David Morgan Spencer Savage · 14 years ago
  15. 4f965c3 add util method to run Callable in UI thread by David Morgan Spencer Savage · 14 years ago
  16. 04a699f improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks by David Morgan Spencer Savage · 14 years ago
  17. f0329b3 run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spencer Savage · 14 years ago
  18. 5cc4625 check for null repository config (fix for FELIX-2187) by David Morgan Spencer Savage · 15 years ago
  19. 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
  20. ddcc8c1 Patch for FELIX-2180 - now global repository and project specific repository managers share a common repository map to ensure same objects are used throughout the IDE by David Morgan Spencer Savage · 15 years ago
  21. 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
  22. f936848 Ensure internal cache is flushed on project delete (fix for FELIX-2168) by David Morgan Spencer Savage · 15 years ago
  23. 8c745b2 trivial tidyup by David Morgan Spencer Savage · 15 years ago
  24. 817c459 Progress towards fixing bundle import resolution on project import FELIX-1349 by David Morgan Spencer Savage · 15 years ago
  25. 5ba09ca tidy up non existent refactoring reference by David Morgan Spencer Savage · 15 years ago
  26. 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
  27. 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
  28. f2b25e8 tidy up by David Morgan Spencer Savage · 15 years ago
  29. 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
  30. 77d08ea pass in monitor to allow user feedback by David Morgan Spencer Savage · 15 years ago
  31. d9f96cb tidy up unused import by David Morgan Spencer Savage · 15 years ago
  32. db0ce69 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spencer Savage · 15 years ago
  33. 83984cc Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502) by David Morgan Spencer Savage · 15 years ago
  34. dab8eda Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153) by David Morgan Spencer Savage · 15 years ago
  35. 3a39588 tidy up org.cauldron namespace in schema doc by David Morgan Spencer Savage · 15 years ago
  36. cab2016 tidy up npe when system bundle does not have framework bundle set (FELIX-2143) by David Morgan Spencer Savage · 15 years ago
  37. 208adf8 tidy up npe caused by adding system bundle repository to repository set (FELIX-2133) by David Morgan Spencer Savage · 15 years ago
  38. 00da3f5 Catch npe if -bundles not set by David Morgan Spencer Savage · 15 years ago
  39. 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
  40. 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
  41. fed4637 Usage of VersionTable FELIX-2085 by David Morgan Spencer Savage · 15 years ago
  42. a4e092c Tidy up unused imports and implement hashCode algorithm by David Morgan Spencer Savage · 15 years ago
  43. b425286 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spencer Savage · 15 years ago
  44. 057c1dc stop "OSGi Install" check for timebeing (FELIX-1924) by David Morgan Spencer Savage · 15 years ago
  45. 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
  46. 4f488a2 enable source classpath in debug breakpoints by David Morgan Spencer Savage · 15 years ago
  47. adeddd9 further refactor related to set up of bnd classpath in case of -contents vs -sourcedirs (FELIX-1880) by David Morgan Spencer Savage · 15 years ago
  48. 6c0b778 now uses resolve(true) on project to find classpath if -contents specified vs -sourcedirs (FELIX-1880) by David Morgan Spencer Savage · 15 years ago
  49. 405b893 fix broken property tester reference by David Morgan Spencer Savage · 15 years ago
  50. 40f5b4f Further patches related to FELIX-1324 - now abstracts uri scheme behind a resolver that allows for substitution of "real" urls for meta stubs: by David Morgan Spencer Savage · 15 years ago
  51. 7ecaf66 Work on FELIX-1324, now able to boot osgi applications using trivial file format: by David Morgan Spencer Savage · 15 years ago
  52. 9aef311 Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality by David Morgan Spencer Savage · 15 years ago
  53. 81bf20c minor formatting update by David Morgan Spencer Savage · 15 years ago
  54. e46b711 update image by David Morgan Spencer Savage · 15 years ago
  55. e495466 tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  56. 3c8a8c2 update icon by David Morgan Spencer Savage · 15 years ago
  57. 6168c58 add larger icons and use in sigil project wizard by David Morgan Spencer Savage · 15 years ago
  58. c38d171 update bundle and error icons by David Morgan Spencer Savage · 15 years ago
  59. e39963b add collapse all action to repository view by David Morgan Spencer Savage · 15 years ago
  60. 4ad90e6 add bundle refesh icon (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  61. e2fabd3 include icons in built bundle by David Morgan Spencer Savage · 15 years ago
  62. fccb247 further icon updates (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  63. 9c12257 update icon references for views (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  64. d9e734f provide package, import-package, require-bundle, export-package + (error and optional equivalents) by David Morgan Spencer Savage · 15 years ago
  65. 81fc1b4 "borrow" icons from bnd (apache licensed) use these as the basis for remaining icons (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  66. 70fe764 Remove throw error call (FELIX-1690) by David Morgan Spencer Savage · 15 years ago
  67. 3c193cc merge bnd lib inside common core bundle to avoid need to install bndlib separately by David Morgan Spencer Savage · 15 years ago
  68. c39c8c8 tidy up some remaining cauldron references by David Morgan Spencer Savage · 15 years ago
  69. fa1a9f7 update obr feature to sigil project in eclipse by David Morgan Spencer Savage · 15 years ago
  70. b471625 set localization header for eclipse (FELIX-1652) by David Morgan Spencer Savage · 15 years ago
  71. 9e7d0e9 log error vs throwing illegal state which locks up rest of IDE (FELIX-1647) by David Morgan Spencer Savage · 15 years ago
  72. 6189a67 remove explicit versions from leaf projects by David Morgan Spencer Savage · 15 years ago
  73. a30ebb3 add explicit dependency on ide bundle by David Morgan Spencer Savage · 15 years ago
  74. d233679 set update site url from bnd macro (again - botched svn commit) by David Morgan Spencer Savage · 15 years ago
  75. 08d2347 set update site url from preprocessed variable by David Morgan Spencer Savage · 15 years ago
  76. e73b7b2 delete unused project by David Morgan Spencer Savage · 15 years ago
  77. 0f977ad changed eclpse projects to use project-specific code formatter. by Derek Baum · 15 years ago
  78. 9c2f909 change features files to use bnd preprocessing to expand ${version} variable FELIX-1597 by David Morgan Spencer Savage · 15 years ago
  79. bbf0eb8 delete unused feature project by David Morgan Spencer Savage · 15 years ago
  80. b8193e7 update update site to refer to apache features (FELIX-1402) by David Morgan Spencer Savage · 15 years ago
  81. 2385d3f add feature files for sigil bundles (FELIX-1417) by David Morgan Spencer Savage · 15 years ago
  82. 6cf329b fix for FELIX-1588 plus tidy up unused code by David Morgan Spencer Savage · 15 years ago
  83. 79836da backup work in progress related to FELIX-1324 by David Morgan Spencer Savage · 15 years ago
  84. 7b7ffaa + */ by David Morgan Spencer Savage · 15 years ago
  85. c641c64 patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle by David Morgan Spencer Savage · 15 years ago
  86. 784d49b add skeleton launcher for osgi runtimes by David Morgan Spencer Savage · 15 years ago
  87. 737a30b check for null prior to setup of iterator FELIX-1496 by David Morgan Spencer Savage · 15 years ago
  88. 99dd73c remove dependency on internal pde classes FELIX-1490 by David Morgan Spencer Savage · 15 years ago
  89. 42516c6 tidy up npe caused by commented out image reference by David Morgan Spencer Savage · 15 years ago
  90. cc3e633 tidy up cauldron.org references by David Morgan Spencer Savage · 15 years ago
  91. 75aecff update to use apache sigil resources FELIX-1396 by David Morgan Spencer Savage · 15 years ago
  92. a41a94f remove non osgi concepts, create plugin functions later via extender and service patterns by David Morgan Spencer Savage · 15 years ago
  93. c1ef0fa check if widget is disposed before calling refresh FELIX-1452 by David Morgan Spencer Savage · 15 years ago
  94. 01edac6 update to org.apache namespace by David Morgan Spencer Savage · 15 years ago
  95. df83ffb import core.repository package by David Morgan Spencer Savage · 15 years ago
  96. 357a7ea import obr provider package and remove resolve=compile flag from import by David Morgan Spencer Savage · 15 years ago
  97. 489a16d update extension point constant to match new org.apache namespace by David Morgan Spencer Savage · 15 years ago
  98. a6a6f10 fixed classpath issues due to split packages in eclipse bundles by David Morgan Spencer Savage · 15 years ago
  99. d637b37 remove org.cauldron reference by David Morgan Spencer Savage · 15 years ago
  100. 9bb4554 Prevent NPE, throw meaningful runtime exception in it's place, FELIX-1438 by David Morgan Spencer Savage · 15 years ago