Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-18378032: [api] provide editor support for required attributesLeo Dos Santos2-18/+30
Change-Id: I711b84be94880ab04fe0bfb15464bb4c5aa6cf33 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2013-12-17NEW - bug 378032: provide support for required attributesBenjamin Muskalla4-3/+54
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Change-Id: Ib3cfcb8c8cb489fab5afbb0565f6da0643ab4b97 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2013-11-20330695: indicate tasks assigned to me in the task list tooltipSam Davis1-13/+44
Make tasks assigned to me more prominent in the task list Change-Id: I84946984fb6a6a9fba39a0b3bb98a1be02b3fb9c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=330695
2013-11-20134165: improve TaskEditorCommentPart to support find functionalityLily Guo1-12/+60
provide find functionality for task editor Change-Id: Ide9076eb1965a0414cbe5ba94a5e6a3173174c9d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=134165 Signed-off-by: Lily Guo <lily2guo@gmail.com>
2013-11-20421088: PriorityAttributeEditor change Priority TooltipFrank Becker3-1/+6
Change-Id: Ie805d4ce481804b325004697058683e41aaa50a5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421088
2013-11-19330695: add "Show only my tasks" Action to task listFrank Becker7-3/+120
Make tasks assigned to me more prominent in the task list Change-Id: I6ce561151392b269798819ddfa87b48190110cb1 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=330695
2013-11-19NPE opening settings page when createSettingControls overriddenSam Davis1-7/+9
Change-Id: I65a0b57a9371be190d7d6ca785562e8ae579be5c
2013-11-08420877: enhance AbstractRepositorySettingsPage to support repositoriesDavid Green1-115/+122
that take no credentials Change-Id: Ifd82eeb43025d4684a068bfc8b60fc81ca2888f6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420877
2013-11-02420946: Device is disposed error in TaskListBackupManager.backupNowFrank Becker1-7/+2
Change-Id: I735a0347aff74fd2c10f28376cbf21b25d1d0f7e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420946
2013-11-01Revert "SDK-541: Username and password fields on repository should be optional"David Green1-143/+115
This reverts commit 7f02c47b9bdfbb3c167f4aea45472828a2e11af5. Change-Id: I61a3e760064ad06c655b30cfb5f99cb19aec4bfd
2013-11-01SDK-541: Username and password fields on repository should be optionalDavid Green1-115/+143
Change-Id: Ie5921de64c9c98cfe9775d0b91dad0c703f29e95 Task-Url: https://tasktop.atlassian.net/browse/SDK-541
2013-10-30419190: ClassCastException when opening query dialogTomasz Zarna3-3/+9
Call methods on Wizard only if given IWizard is an instance of Wizard, in other words check type before casting. Bug: 419190 Change-Id: Ie462e542ecec0d443ab7865d9297e63fa4d9aa93 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419190
2013-10-21420019: update versions to Mylyn 3.11Steffen Pingel2-3/+3
Change-Id: I1a52e8dfd71f241c6dafe01504f8eb1c751572cc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420019
2013-10-16379619: clicking Validate Settings should temporarily disable ValidateFrank Becker1-3/+48
on Finish Change-Id: I61f5a8c84cfbf5ad87dccf7be16f959eb56188bd Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=379619
2013-10-09Add null check before calling taskListToolTip.dispose()Sam Davis1-1/+3
Change-Id: Iac307badc1bc02ad754e4853982faff83e3e113a
2013-10-08326119: Repository credentials are overwritten during repositorySam Davis1-0/+8
settings validation Change-Id: I0f8becdc0bc2869d67de80401920bf6f7d69bd87 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=326119
2013-10-07415893: Task Editor stays dirty after clearing Private notesTomasz Zarna1-2/+2
Bug: 415893 Change-Id: I2dc3931b78cc93835237d5e7dccd6fe942297529 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=415893 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-10-07344416: improve tab order on repository settings pageTomasz Zarna1-1/+16
Swap user name text field with anonymous button in the tab order. Bug: 344416 Change-Id: If80f0a9a277747c9942a4206faae474569c122b4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=344416 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-10-07418759: query page wastes spaces without buttonsSteffen Pingel1-28/+33
Change-Id: I7f00df3da35e6e8ca7b952251b269f099f0d64ea Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=418759
2013-10-07418758: [api] allow reflowing the query page dynamicallySteffen Pingel1-0/+11
Change-Id: I042d067cda215cb58993f86d10897d51c6d949db Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=418758
2013-10-07410655: add @NonNull to editor page factoryBenjamin Muskalla1-6/+17
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410655 Change-Id: I984a1f1bfa378640d76abdd00541737b5952d0f4 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2013-10-06414461: improve warning logged when expected RichTextAttributeEditor wasTomasz Zarna1-2/+4
not found Bug: 414461 Change-Id: Icd68efd4826808f4b45b9580645be2b75a637c8c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414461 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-10-04408511: ensure that stream is closed when accessing branding imagesSteffen Pingel1-5/+21
Change-Id: I160e4ffd099392f5eea60b2fa88ae4a5a48f5199 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408511
2013-10-02410655: add @NonNull to AbstractRepositoryConnectorUiSteffen Pingel1-18/+46
Change-Id: I87c1742caf5cd6808d2471c8826217b47faab7e0 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410655
2013-10-02Use @NonNull for query pagesBenjamin Muskalla2-3/+5
Change-Id: I5fbdfb836112334c2af7a9e47dcab4240a648d21 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2013-09-30414597: allow easier reuse of TaskListFilteredTree outside ofCaitlin Matthew7-175/+259
TaskListView Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414597 Change-Id: I0c725bc0ba514b008fd21a826f16e3c4ec6f6d09 Signed-off-by: Caitlin Matthew <caitlin.matthew@tasktop.com> Also-by: Sam Davis <sam.davis@tasktop.com>
2013-09-26386117: [api] declare repository connector extensions in tasks.coreSteffen Pingel4-103/+29
Change-Id: I9eafa88b5731e9aaf1d46bd0f91e1b3c51f4f129 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=386117
2013-09-14417262: set base target to Eclipse 3.6Steffen Pingel10-35/+19
Change-Id: Iecb5dd95783d52411249bb3cadd9a233e6f7d095 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=417262
2013-08-29337999: move getUndoContext() from TasksUiUtil (API) to TasksUiInternalTomasz Zarna4-15/+13
Bug: 337999 Change-Id: Ia01d857a8d0abe7c2503d96598ece23d5603f23d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=337999 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-08-26337999: Undo mark as read commandTomasz Zarna7-26/+176
Bug: 337999 Change-Id: I1694d6dae1a1d0808a3f7d18debd3129131580d2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=337999 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com> Also-by: Sam Davis <sam.davis@tasktop.com>
2013-08-22374458: open attachments with system editorSam Davis7-18/+119
Change-Id: I3ff815347205b6377e76ad9ec27d2e3880d34734 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=374458
2013-08-14397041: make it clear what private notes section is forTomasz Zarna2-19/+17
Bug: 397041 Change-Id: I53347062a501d7b5876424d845d190a0df7da741 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=397041 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-08-12398835: add error icon when LastSynchronizedTimeStamp() is <never> andFrank Becker6-5/+36
we get SocketTimeout Change-Id: Ib94a98e7eacc45d91071f0c9c5348bd3f30732c0 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=398835
2013-08-09New Tasks working set page is missing labels for name and contentsTomasz Zarna3-4/+10
Change-Id: Iba681fe51452962317a5c0e0d77bed9e33fec4ff Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-08-09372298: task list view should indicate display notes directlyTomasz Zarna6-5/+31
Bug: 372298 Change-Id: I393e50050b6db827717aed2133ab5d4f0fb88c23 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=372298 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-08-09402465: Job found still running after platform shutdownTomasz Zarna1-1/+3
Bug: 402465 Change-Id: I5fca206bad5b0ccd96a64262aed0fc6e98d470a6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=402465 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2013-07-31359629: Display last commented date at top of task editorFrank Becker2-0/+16
Change-Id: Ia04cf6a9e4e673591118e605b69b61f7326d02d3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=359629
2013-07-12412394: [api] provide editor as context when obtaining label and imageSteffen Pingel2-2/+32
from task editor page factory Change-Id: I5eba949deec9ca4ed31934103b2d12cfe0add2e0 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412394
2013-07-05412343: NPE Display last commented date at top of task editorFrank Becker1-2/+2
Change-Id: Id20b590996dc4e0f7618c5cfdbabe764dab55e7c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412343
2013-07-04410655: update formatter settings for @NonNull annotationsSteffen Pingel4-6/+15
Change-Id: Iefc0e2a4da6cab120be001c09535c7398e0128a2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410655
2013-07-04386764: [api] TaskMapping should be able to handle custom attributesBenjamin Muskalla1-21/+27
Added new API called TaskInitializationData to provide common mutators for ITaskMapping to be used for task data initialization. Also-By: Steffen Pingel <steffen.pingel@tasktop.com> Change-Id: I13c88b5e33a8ab097953833627383ae85cfa692f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=386764 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2013-07-01408511: [api] honor IAdatpable when loading connector UI and branding Steffen Pingel1-4/+15
Change-Id: I0445424b80fe6ff6956f48ea6fb5fb0d77c9985c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408511
2013-06-28remove redundant StatusHandler#log call when reading ext pointsTomasz Zarna1-8/+4
ExtensionPointReader#read already logs status if it's not ok, see #handleResult Change-Id: I8611eb62fa24610f7ab7636648e236ac5714ef67
2013-06-28use Mylyn Commons ExtensionPointReader in SearchUtilTomasz Zarna1-52/+30
Change-Id: I8e9cb06c4773446908df9c19338a465013a573b1
2013-06-28408511: [api] add support for contributing UI and branding at runtimeSteffen Pingel2-59/+188
Change-Id: I33c608dad60ee5d979e2ddd5c5cde4c386519610 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408511
2013-06-28408511: [api] move connector extension point reader into coreSteffen Pingel1-218/+11
Change-Id: I28c285f9ab9f7d0e3b4e80ad79dec9cb148f7db9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408511
2013-06-27359629: Display last commented date at top of task editorLily Guo5-0/+48
Change-Id: Ia49233707a55199fb897c2933efdef23fa1167e4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=359629
2013-06-25322855: New Query > Select a Repo wizard page should sort repos by nameTomasz Zarna1-7/+7
Change-Id: Ia573ba39558f18c51b7c42e7fbb9d4532736958a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=322855
2013-06-24409767: update versions to 3.10Steffen Pingel2-3/+3
Change-Id: I984c7713a6f39a16d44bee852ddd6affe80d739f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409767
2013-06-14410655: add @NonNull annotations to AbstractRepositorySettingsPageSteffen Pingel2-7/+8
Change-Id: I8f167f7e10cbe903a9a62f5e1e7273031effbdea Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410655

Back to the top