~piastucki/bzr-eclipse/execute-bit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
bzr-eclipse Change Log

== 1.2.1 ==

2013/07

This is a bug fix release

 * Added option to save changed files before commit and shelve
 * Added new setting to share projects automatically
 * Fixed several issues with push after commit
 * Fixed moving folders and files to unversioned folders
 * Fixed a couple of issues in synchronzie view

To see the full list of issues fixed in the 1.2.1 release, please visit https://launchpad.net/bzr-eclipse/+milestone/1.2.1

== 1.2.0 ==

2013/06

This is a feature release, with significant change since the previous release

 * Brand new project creation/branching wizard with simplified UI and automatic import of existing projects
 * Complete status cache rework including plenty of performance improvements (bugs #809443, #670603)
 * Unified history view for files, folders and projects including tags, affected paths and compare actions (bugs #490766, #258112)
 * Compare With Latest and Compare With Revision actions for files, folders and projects (bugs #476946, #480824, #386649)
 * Improved conflict resolution UI including Edit Conflicts action, Conflicts view and Resolve Using This/Other actions
 * Send command
 * Synchronize view and Synchronize Workspace action
 * Shelve and Unshelve actions (bug #660378)
 * Rebase action (bug #248972)
 * Create Patch action
 * Tag action
 * Replace With Latest and Replace With Revision actions
 * Authentication including option to save credentials in Eclipse secure store (bugs #121936, #269335)
 * Improved commit dialog UI
 * Improved support for multi-project branches: fixes in resource status calculation and actions like pull, update, merge etc. to refresh all affected projects
 * Initial implementation of Repository Exploring view including list of branches, tags, related branches and action to view branch history
 * Support for linked resources (bug #220438)
 * Updated icons
 * A bunch of other UI improvements and fixes

To see the full list of issues fixed in the 1.2 release, please visit https://launchpad.net/bzr-eclipse/+milestone/1.2

== 1.1.1.205 ==
 * [[https://bugs.launchpad.net/bzr-eclipse/+bug/220927|Bug #220927 Annotate view presents information in a useless way]]
 * [[https://bugs.launchpad.net/bzr-eclipse/+bug/294061|Bug #294061 Unable to kick off a merge]]
 * [[https://bugs.launchpad.net/bzr-eclipse/+bug/260409|Bug #260409 race condition in bzr uncommit]]
 * [[https://bugs.launchpad.net/bzr-eclipse/+bug/271824|Bug #271824 Right click on versionned file can be long]]

== 1.1.1.191 ==
 * <missing>

== 1.1.1 ==
 * <missing>

== 0.0.98.200809110340 ==
 * added Checkout Wizard
 * added Branch action to directly branch from a project
 * new MergeDialog
 * added ShowLogDialog to RevisionNumber showLog button
 * fix caching/refresh of branch info
 * now push is executed in background (as a Job)
 * fix Pull/Push actions to correctly handle location
 * fix BranchCommand constructor to handle revision argument
 * more work to make all *Action stateless

== 0.0.93.x ==
 * new icons
 * fix handling of deleted resources in StatusCommand
 * added one-time dialog (UpdateInfodialog) to warn about new dependencies
 * replaced Comments section widget (Text) with StyledText

== 0.0.92.x ==
 * add support for lp: URL's (fix Bug #253703)
 * improves resovle action enablement.
 * various fixes and enhancements in commit and revert dialogs

== 0.0.90.200808210447 ==
 * fix [[http://bugs.launchpad.net/bzr-eclipse/+bug/256826|Bug #256826]]

== 0.0.90.200808060112 ==
 * minor fixes in cache managers locking (ILock)
 * added !RevertDialog
 * created !RevisionNumber Widget
 * minor fix to text decorations of unknown resources
 * !BazaarTeamProvider now uses a non-pessimistic rule factory, this fix a !IScheludingRule conflict during "project open"
 * refactored logic that check if a resource should be handled by the plugin into !ResourceUtil.shouldHandle
 * fix Bug #252954 (!LsCommand.getResources now only includes the queried resource if it's a project) 
 * avoid collection the same resource more than once in !SyncFileChangeListener
 * adds various IResource.isLinked checks to settle the road for support linked resources
 * fix !HistoryPage so it uses the new !HistoryTree widget
 * fix refresh (F5) in projects with the branch below the Workspace root
 * Move diff action from Team right-click menu to Compare With to match 
 * Make icon background transparent.
 * adds basic merge support
 * avoid UI blocking in missing, log and push, also use of Jobs in all these commands
 * refactor of !IBzrResource hierarchy
 * project and folder support in revert command
 * fix handling of deleted resources (commit, status, etc)
 * fix ui -> core -> bzr-java-lib preference propagation
 * add client check/setup at core startup
 * version bump to 0.0.90
 * !ComapreEditor's now refresh the comparsion when the "editable" side is changed and saved
 * imporvements in the !CompareEditorInput and added a Saveable one
 * replaced command line backend with xmlrpc 
 * various fixes/improvements related to java 5 idioms (Adrian Wilkins)
 * add author text field in commit dialog
 * allow resize and maximize commit dialog file list columns
 * !RevertCommand now supports multiple branch 
 * regroup some of the Team menu entries
 * fix orphaned decorators after closing a project
 *  experimental locking to avoid multiple calls for the same resource/project branch
 * fix branch wizard (when to_location is outside the workspace)
 * status text decorations
 * "compare with current" action in !HistoryPage
 * fix history tree column layouot data
 * improvements in decorators performance 
 * various fixes and java related improvements 
 * fix Bugs: #207480, #204174, #200608, #217646, #220922, #220978, #176828, #220923, #236886
 * added a cache for the inventory

== 0.0.18.x ==
 * added basic switch support
 * partial fix to Bug #195297
  * When a bzr command is executed outside eclipse, if F5 is pressed it will refresh the decorators. This only applies to one project per brancch layout (check the bug comments for further info)
 * fix Bug #195946
 * added bzr-eclipse logo to wizard pages
 * refactor of wizard page hierarchy
 * improvements in the "new wizard", now it provides a way to fire the default "New Project" wizard

== 0.0.17.200712280044 ==
 * fix some error handling problems in missing.
 * the location input dialog for missing now supports an empty location (like pull and push), which defaults to the parent.

== 0.0.17.200712272031 ==
 * fix [[https://bugs.launchpad.net/bzr-eclipse/+bug/178865|Bug #178865]] and a non-reported bug in the commit dialog
 * missing support (basic support, a simple table that show extra/missing revisions)
 * fix [[https://bugs.launchpad.net/bzr-eclipse/+bug/161930|Bug #161930]] (modal commit dialog)
 * fix [[https://bugs.launchpad.net/bzr-eclipse/+bug/175771|Bug #175771]] (widget disposed error cause by History view)
 * fix [[https://bugs.launchpad.net/bzr-eclipse/+bug/172794|Bug #172794]] (quick diff support)
 * fix [[https://bugs.launchpad.net/bzr-eclipse/+bug/176184|Bug #176184]] (check in the whole branch and not just the current selected file)
 * fix [[https://bugs.launchpad.net/bzr-eclipse/+bug/176191|Bug #176191]] (Change "Username" field to "Email")

== 0.0.15.200711252226 ==
 * fix Bug #164370 (diff missing first 5 lines)
 * added revision info in the uncommit dialog (fix Bug #163849)
 * Support whitespace in URI/directory at the "branch from..." wizard(fix Bug #164714)
 * fix a sync problem in !BazaarHistoryPage
 * In revert, added refresh of parent folders (of reverted resources

== 0.0.15.200711210327 ==
 * Basic support for multiple projects in one branch. Support for branch root below project root (Bug #160902)

== 0.0.15.200711122341 ==
 * Integration with team "History View"
 * New refresh and "link with selection" buttons in the "Log View" (now only used for project level log)
 * Adds support for bzr+ssh URI scheme (thanks to Luis Arias!)
 * Adds a top level Bzr menu (via perspective customization), this allow execution of baazar actions via keyboard
 * Various other fixes to the console: default prefrences, command delimiter and output alignment
 * New "Annotate View" integrated with the "History View", which is a port of Subclipse Annotate View
In resume, fix: Bug #155398, Bug #160903, Bug #160905, Bug #160908, Bug #160909

== 0.0.14.200711080105 ==
 * Fix for Bug #160607
 * add error logging for unexpected exception in Actions
 * Fix fetching of push location in Push dialog

== 0.0.14.200711010129 ==
 * Added "Local commit" support in the Commit Dialog (Thanks to Luis Arias!)
 * Added "Push after commit" checkbox in the Commit dialog (Bug #154047)
 * Fix Bug #154045, Bug #157145 and Bug #158350
 * updated XMLLogParser to support bzr-xmloutput-0.2 log format.

== 0.0.13.200710190952 ==
 * Bug #154045 (support for bound branches)
 * Bug #154023 (Missing message in Push progress dialog)
 * Bug #154021 (Reverse ordering of revisions in Bazaar Log window)

== 0.0.13 ==
 * Adds merge support in the LogView, now it displays merges in tree-like structure
 * fix to log machinery.
 * add error message for missing bzr-xmloutput
 * fix to avoid repeat the same error when bzr isn't configured properly
 * added auto open of the preference page if the plugin isn't configured properly
 * fix remember handling in pull/push dialog
 * Fix in property page, added filter for untracked projects


== 0.0.13 ==
 * fix handling of parent location in push and pull dialog (using 'bzr info' related branches section)
 * add checkbox for remember option in pull and push dialog
 * some fixes in the status calculation (for decorators)
 * fix uncommit problem introduced in the previous build
 * Property page (only at Project level) to show the contents of 'bzr info

== 0.0.12 ==
 * add basic 'bzr update' support
 * adds filtering of commands depending on resource status
 * improvements in the commit dialog

== 0.0.12 ==
 * fix Bug #141538
 * fix some problems with status calculation and decorator refresh
 * fix problem in move/delete support with added files

== 0.0.11 ==
 * Improved performance in decorators and now support Text decorations (revno last_author date)
 * new preference page to enable/disable Text decorators
 * Rename and Move/delete support
 * logView improvements (ported from mercurialeclipse)
 * more verbose errors (to ease the bug fix)
 * fix (confirmed) bugs

== 0.0.10 ==
 * very simple pull and push implementation (before use this feature see Known bugs)
 * added a Browse button to "Branch as new project" wizard
 * compatibility with non-full-SDK versions (like "Eclipse IDE for C/C++ Developers")

== 0.0.9 ==
 * some improvements in error handling and error dialogs
 * added a Browse button to "Branch as new project" wizard 
 * Eclipse 3.3 compatibility

== 0.0.1...0.0.8 ==
 * TODO: track changes in each version from the repository.