Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
ffa6d3dbdee588b37cc42b2adf933bd3eb964ae0
/
sigil
/
eclipse
654b85c
add convenience constructor
by David Morgan Spencer Savage
· 14 years ago
fd5562e
add NOTICE and DEPENDENCIES files to built bundles
by David Morgan Spencer Savage
· 14 years ago
4cc90fa
fix up NOTICE and DEPENDENCY files
by David Morgan Spencer Savage
· 14 years ago
d881d0e
tidy up unused import
by David Morgan Spencer Savage
· 14 years ago
7a03718
Ensure correct id is used
by David Morgan Spencer Savage
· 14 years ago
265f607
patch to store classpath results between restarts to aid performance (FELIX-2595)
by David Morgan Spencer Savage
· 14 years ago
10a967e
patches to support cancelation of long running tasks FELIX-2590
by David Morgan Spencer Savage
· 14 years ago
0b90731
provide utility method to run workspace op in status bar vs pop up dialog
by David Morgan Spencer Savage
· 14 years ago
56547ea
filter classpath depenencies based on whether they have been added as libs to bundle FELIX-2587
by David Morgan Spencer Savage
· 14 years ago
f0a483c
handle variable source path FELIX-2586
by David Morgan Spencer Savage
· 14 years ago
c31c66a
fix for bsn in conversion (FELIX-2576)
by David Morgan Spencer Savage
· 14 years ago
9f5e977
pull common config field up class hierarchy to avoid duplication
by David Morgan Spencer Savage
· 14 years ago
5f09523
tighten exception signature of utility method
by David Morgan Spencer Savage
· 14 years ago
5b85550
fix for FELIX-2583 - use java model vs resources to find package names
by David Morgan Spencer Savage
· 14 years ago
689a067
tidy up noisy exception when using sigil with non sigil projects
by David Morgan Spencer Savage
· 14 years ago
6f244b6
tidy up internal classes move them to non exported packages or reduce class visibility
by David Morgan Spencer Savage
· 14 years ago
e4b68ae
add trivial view of repository path to resolver view
by David Morgan Spencer Savage
· 14 years ago
5689499
fix classcast exception
by David Morgan Spencer Savage
· 14 years ago
93cdbf3
inherit repos configs using defaulting mechanism (such that sigil projects can take advantage of changes introduced by FELIX-1355)
by David Morgan Spencer Savage
· 14 years ago
3d04221
fix handling of static providers after changes in FELIX-1355
by David Morgan Spencer Savage
· 14 years ago
2d45eea
fix for FELIX-2574 - check if project exists before further work
by David Morgan Spencer Savage
· 14 years ago
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
45fe478
tidy up unused import
by David Morgan Spencer Savage
· 14 years ago
62f2827
tidy up some editor warnings (unused packages, generics)
by David Morgan Spencer Savage
· 14 years ago
544ddcb
handle default index/cache dirs if not set
by David Morgan Spencer Savage
· 14 years ago
1e696bd
add visualization of repository props and any problems found during creation of repository
by David Morgan Spencer Savage
· 14 years ago
3036541
delete unused class
by David Morgan Spencer Savage
· 14 years ago
50f5319
handle singleton repository providers more intelligently part of FELIX-1355
by David Morgan Spencer Savage
· 14 years ago
3f756ec
remove unused imports
by David Morgan Spencer Savage
· 14 years ago
65e11d1
further work on FELIX-1355 - now able to browse repositories defined by projects
by David Morgan Spencer Savage
· 14 years ago
efb6037
use action to show progress during repository update FELIX-2564
by David Morgan Spencer Savage
· 14 years ago
29142c9
further work on FELIX-1355, also tidied up repository preferences as part of FELIX-1649
by David Morgan Spencer Savage
· 14 years ago
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
a709243
tidy up default constructor
by David Morgan Spencer Savage
· 14 years ago
668f984
fix FELIX-2180 - autogenerated methods were not implemented (headbang)
by David Morgan Spencer Savage
· 14 years ago
490925c
work in progress supporting view of export changes
by David Morgan Spencer Savage
· 14 years ago
f29b23f
sync supported fixes with actual fixes and add comment about unhandled case
by David Morgan Spencer Savage
· 14 years ago
b89eb00
add comment about potential enhancement
by David Morgan Spencer Savage
· 14 years ago
06137ab
reduce visibility of internal method
by David Morgan Spencer Savage
· 14 years ago
bb62765
experiment with ChangePreviewers
by David Morgan Spencer Savage
· 14 years ago
67b3579
start work on refactor participant to handle move of exported classes (FELIX-2500)
by David Morgan Spencer Savage
· 14 years ago
74a9e8b
tidy up/refactor in prep for FELIX-2500
by David Morgan Spencer Savage
· 14 years ago
288ab42
add base selection dialog - part of refactor in progress
by David Morgan Spencer Savage
· 14 years ago
8bdccb8
start work on view for -contents details
by David Morgan Spencer Savage
· 14 years ago
bf3189e
use shared util method to read Manifest from ZipFiles (FELIX-2527)
by David Morgan Spencer Savage
· 14 years ago
8c024c2
remove unused import
by David Morgan Spencer Savage
· 14 years ago
d84cca4
tidy up unused codepath
by David Morgan Spencer Savage
· 14 years ago
f273e45
update dependencies after change to single ivy repo
by David Morgan Spencer Savage
· 14 years ago
eeaeaf2
refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509)
by David Morgan Spencer Savage
· 14 years ago
ade7631
tidyup repository config
by David Morgan Spencer Savage
· 14 years ago
a45bedf
further tidyup - imports/unused code etc
by David Morgan Spencer Savage
· 14 years ago
fd9be5e
tidy up various compiler warnings - unused packages, generics etc
by David Morgan Spencer Savage
· 14 years ago
63bcae6
reformat code using updated code template (FELIX-1613)
by David Morgan Spencer Savage
· 14 years ago
2f6a32f
tidy up common packages to use common prefix (FELIX-2504)
by David Morgan Spencer Savage
· 14 years ago
c834ea4
move internal packages to tidyup package hierarchy (FELIX-2501)
by David Morgan Spencer Savage
· 14 years ago
342e02a
further progress towards rationalising eclipse/ui packages - moved all exported packages (FELIX-2501)
by David Morgan Spencer Savage
· 14 years ago
e2a9cfd
add support for updating bundle activator on package rename (FELIX-2502)
by David Morgan Spencer Savage
· 14 years ago
0b408ba
check if target is default package (FELIX-2503)
by David Morgan Spencer Savage
· 14 years ago
20acc69
delete unused class
by David Morgan Spencer Savage
· 14 years ago
a93df17
fix imports
by David Morgan Spencer Savage
· 14 years ago
cd79d6a
tidyup imports/exports
by David Morgan Spencer Savage
· 14 years ago
96d3225
tidyup unused imports
by David Morgan Spencer Savage
· 14 years ago
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
d15346e
update comment
by David Morgan Spencer Savage
· 14 years ago
ef76b5e
use PathUtil to get IPath from file - fix for FELIX-2488
by David Morgan Spencer Savage
· 14 years ago
8c5a69a
Remove dependency on IPath (FELIX-1509)
by David Morgan Spencer Savage
· 14 years ago
afb2ae1
add classpath file for obr feature project
by David Morgan Spencer Savage
· 14 years ago
c922144
add preference key as part of FELIX-2483
by David Morgan Spencer Savage
· 14 years ago
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
f669c50
prompt to remove corresponding import on export removal (FELIX-2483)
by David Morgan Spencer Savage
· 14 years ago
99ef2db
handle uninitialized prefs more gracefully - default to prompt vs runtime exception
by David Morgan Spencer Savage
· 14 years ago
bdfcc9e
reuse utils method to check if project is in sync during refactor
by David Morgan Spencer Savage
· 14 years ago
3af608c
add activator refactor support (FELIX-2482)
by David Morgan Spencer Savage
· 14 years ago
284ae4c
create util class to provide common functions between refactor participants
by David Morgan Spencer Savage
· 14 years ago
423134c
add license headers
by David Morgan Spencer Savage
· 14 years ago
bb3c935
consolidate new version range logic in new helper method
by David Morgan Spencer Savage
· 14 years ago
3d427a2
add meta entries to support move refactor (FELIX-1346)
by David Morgan Spencer Savage
· 14 years ago
9022051
add support for migration of imports/exports based on Move package refactoring (FELIX-1346)
by David Morgan Spencer Savage
· 14 years ago
34095f4
add helper methods to aid refactoring support (FELIX-1346)
by David Morgan Spencer Savage
· 14 years ago
85fa6ab
add support for exported package refactoring (FELIX-2481)
by David Morgan Spencer Savage
· 14 years ago
4f965c3
add util method to run Callable in UI thread
by David Morgan Spencer Savage
· 14 years ago
04a699f
improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks
by David Morgan Spencer Savage
· 14 years ago
f0329b3
run project setup outside of synchronized block to avoid potential deadlock
by David Morgan Spencer Savage
· 15 years ago
5cc4625
check for null repository config (fix for FELIX-2187)
by David Morgan Spencer Savage
· 15 years ago
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
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
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
f936848
Ensure internal cache is flushed on project delete (fix for FELIX-2168)
by David Morgan Spencer Savage
· 15 years ago
8c745b2
trivial tidyup
by David Morgan Spencer Savage
· 15 years ago
817c459
Progress towards fixing bundle import resolution on project import FELIX-1349
by David Morgan Spencer Savage
· 15 years ago
5ba09ca
tidy up non existent refactoring reference
by David Morgan Spencer Savage
· 15 years ago
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
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
f2b25e8
tidy up
by David Morgan Spencer Savage
· 15 years ago
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
77d08ea
pass in monitor to allow user feedback
by David Morgan Spencer Savage
· 15 years ago
d9f96cb
tidy up unused import
by David Morgan Spencer Savage
· 15 years ago
db0ce69
fix for FELIX-2154 do not call dispose on shared image!
by David Morgan Spencer Savage
· 15 years ago
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
dab8eda
Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153)
by David Morgan Spencer Savage
· 15 years ago
Next »