1. 265f607 patch to store classpath results between restarts to aid performance (FELIX-2595) by David Morgan Spencer Savage · 14 years ago
  2. 10a967e patches to support cancelation of long running tasks FELIX-2590 by David Morgan Spencer Savage · 14 years ago
  3. 0b90731 provide utility method to run workspace op in status bar vs pop up dialog by David Morgan Spencer Savage · 14 years ago
  4. c31c66a fix for bsn in conversion (FELIX-2576) by David Morgan Spencer Savage · 14 years ago
  5. 5f09523 tighten exception signature of utility method by David Morgan Spencer Savage · 14 years ago
  6. 689a067 tidy up noisy exception when using sigil with non sigil projects by David Morgan Spencer Savage · 14 years ago
  7. e4b68ae add trivial view of repository path to resolver view by David Morgan Spencer Savage · 14 years ago
  8. d42aa28 patches for FELIX-2576 and FELIX-2575 - tidy up empty headers in headers file and allow bsn to be different to project name by David Morgan Spencer Savage · 14 years ago
  9. 45fe478 tidy up unused import by David Morgan Spencer Savage · 14 years ago
  10. 62f2827 tidy up some editor warnings (unused packages, generics) by David Morgan Spencer Savage · 14 years ago
  11. 1e696bd add visualization of repository props and any problems found during creation of repository by David Morgan Spencer Savage · 14 years ago
  12. 3036541 delete unused class by David Morgan Spencer Savage · 14 years ago
  13. 65e11d1 further work on FELIX-1355 - now able to browse repositories defined by projects by David Morgan Spencer Savage · 14 years ago
  14. efb6037 use action to show progress during repository update FELIX-2564 by David Morgan Spencer Savage · 14 years ago
  15. 29142c9 further work on FELIX-1355, also tidied up repository preferences as part of FELIX-1649 by David Morgan Spencer Savage · 14 years ago
  16. e3df530 further work towards FELIX-1355 - now projects can compile against repositories defined in sigil.properties files as well as those defined in eclipse preferences by David Morgan Spencer Savage · 14 years ago
  17. a709243 tidy up default constructor by David Morgan Spencer Savage · 14 years ago
  18. 490925c work in progress supporting view of export changes by David Morgan Spencer Savage · 14 years ago
  19. f29b23f sync supported fixes with actual fixes and add comment about unhandled case by David Morgan Spencer Savage · 14 years ago
  20. b89eb00 add comment about potential enhancement by David Morgan Spencer Savage · 14 years ago
  21. 06137ab reduce visibility of internal method by David Morgan Spencer Savage · 14 years ago
  22. bb62765 experiment with ChangePreviewers by David Morgan Spencer Savage · 14 years ago
  23. 67b3579 start work on refactor participant to handle move of exported classes (FELIX-2500) by David Morgan Spencer Savage · 14 years ago
  24. 74a9e8b tidy up/refactor in prep for FELIX-2500 by David Morgan Spencer Savage · 14 years ago
  25. 288ab42 add base selection dialog - part of refactor in progress by David Morgan Spencer Savage · 14 years ago
  26. 8bdccb8 start work on view for -contents details by David Morgan Spencer Savage · 14 years ago
  27. 8c024c2 remove unused import by David Morgan Spencer Savage · 14 years ago
  28. eeaeaf2 refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  29. fd9be5e tidy up various compiler warnings - unused packages, generics etc by David Morgan Spencer Savage · 14 years ago
  30. 63bcae6 reformat code using updated code template (FELIX-1613) by David Morgan Spencer Savage · 14 years ago
  31. 2f6a32f tidy up common packages to use common prefix (FELIX-2504) by David Morgan Spencer Savage · 14 years ago
  32. c834ea4 move internal packages to tidyup package hierarchy (FELIX-2501) by David Morgan Spencer Savage · 14 years ago
  33. 342e02a further progress towards rationalising eclipse/ui packages - moved all exported packages (FELIX-2501) by David Morgan Spencer Savage · 14 years ago
  34. e2a9cfd add support for updating bundle activator on package rename (FELIX-2502) by David Morgan Spencer Savage · 14 years ago
  35. 0b408ba check if target is default package (FELIX-2503) by David Morgan Spencer Savage · 14 years ago
  36. 20acc69 delete unused class by David Morgan Spencer Savage · 14 years ago
  37. cd79d6a tidyup imports/exports by David Morgan Spencer Savage · 14 years ago
  38. 96d3225 tidyup unused imports by David Morgan Spencer Savage · 14 years ago
  39. 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
  40. 8c5a69a Remove dependency on IPath (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  41. 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
  42. f669c50 prompt to remove corresponding import on export removal (FELIX-2483) by David Morgan Spencer Savage · 14 years ago
  43. 99ef2db handle uninitialized prefs more gracefully - default to prompt vs runtime exception by David Morgan Spencer Savage · 14 years ago
  44. bdfcc9e reuse utils method to check if project is in sync during refactor by David Morgan Spencer Savage · 14 years ago
  45. 3af608c add activator refactor support (FELIX-2482) by David Morgan Spencer Savage · 14 years ago
  46. 284ae4c create util class to provide common functions between refactor participants by David Morgan Spencer Savage · 14 years ago
  47. 423134c add license headers by David Morgan Spencer Savage · 14 years ago
  48. bb3c935 consolidate new version range logic in new helper method by David Morgan Spencer Savage · 14 years ago
  49. 3d427a2 add meta entries to support move refactor (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  50. 9022051 add support for migration of imports/exports based on Move package refactoring (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  51. 85fa6ab add support for exported package refactoring (FELIX-2481) by David Morgan Spencer Savage · 14 years ago
  52. 4f965c3 add util method to run Callable in UI thread by David Morgan Spencer Savage · 14 years ago
  53. 04a699f improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks by David Morgan Spencer Savage · 14 years ago
  54. 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
  55. 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
  56. 5ba09ca tidy up non existent refactoring reference by David Morgan Spencer Savage · 15 years ago
  57. 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
  58. 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
  59. f2b25e8 tidy up by David Morgan Spencer Savage · 15 years ago
  60. 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
  61. 77d08ea pass in monitor to allow user feedback by David Morgan Spencer Savage · 15 years ago
  62. d9f96cb tidy up unused import by David Morgan Spencer Savage · 15 years ago
  63. db0ce69 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spencer Savage · 15 years ago
  64. 3a39588 tidy up org.cauldron namespace in schema doc by David Morgan Spencer Savage · 15 years ago
  65. 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
  66. 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
  67. fed4637 Usage of VersionTable FELIX-2085 by David Morgan Spencer Savage · 15 years ago
  68. b425286 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spencer Savage · 15 years ago
  69. 057c1dc stop "OSGi Install" check for timebeing (FELIX-1924) by David Morgan Spencer Savage · 15 years ago
  70. 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
  71. 9aef311 Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality by David Morgan Spencer Savage · 15 years ago
  72. 81bf20c minor formatting update by David Morgan Spencer Savage · 15 years ago
  73. e46b711 update image by David Morgan Spencer Savage · 15 years ago
  74. e495466 tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  75. 3c8a8c2 update icon by David Morgan Spencer Savage · 15 years ago
  76. 6168c58 add larger icons and use in sigil project wizard by David Morgan Spencer Savage · 15 years ago
  77. c38d171 update bundle and error icons by David Morgan Spencer Savage · 15 years ago
  78. e39963b add collapse all action to repository view by David Morgan Spencer Savage · 15 years ago
  79. 4ad90e6 add bundle refesh icon (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  80. e2fabd3 include icons in built bundle by David Morgan Spencer Savage · 15 years ago
  81. fccb247 further icon updates (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  82. 9c12257 update icon references for views (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  83. d9e734f provide package, import-package, require-bundle, export-package + (error and optional equivalents) by David Morgan Spencer Savage · 15 years ago
  84. 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
  85. c39c8c8 tidy up some remaining cauldron references by David Morgan Spencer Savage · 15 years ago
  86. b471625 set localization header for eclipse (FELIX-1652) by David Morgan Spencer Savage · 15 years ago
  87. 0f977ad changed eclpse projects to use project-specific code formatter. by Derek Baum · 15 years ago
  88. 7b7ffaa + */ by David Morgan Spencer Savage · 15 years ago
  89. c641c64 patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle by David Morgan Spencer Savage · 15 years ago
  90. 99dd73c remove dependency on internal pde classes FELIX-1490 by David Morgan Spencer Savage · 15 years ago
  91. 42516c6 tidy up npe caused by commented out image reference by David Morgan Spencer Savage · 15 years ago
  92. 75aecff update to use apache sigil resources FELIX-1396 by David Morgan Spencer Savage · 15 years ago
  93. a41a94f remove non osgi concepts, create plugin functions later via extender and service patterns by David Morgan Spencer Savage · 15 years ago
  94. c1ef0fa check if widget is disposed before calling refresh FELIX-1452 by David Morgan Spencer Savage · 15 years ago
  95. 489a16d update extension point constant to match new org.apache namespace by David Morgan Spencer Savage · 15 years ago
  96. a6a6f10 fixed classpath issues due to split packages in eclipse bundles by David Morgan Spencer Savage · 15 years ago
  97. 509902e further progress towards self hosting FELIX-1323 by David Morgan Spencer Savage · 15 years ago
  98. 733e1b1 tidy up old cauldron references by David Morgan Spencer Savage · 15 years ago
  99. d88c30e tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  100. 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