Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Bug 536703 - DatePickerPanel not styled correctly on dark theme.Roland Grunberg1-1/+8
- DatePickerPanel is a custom widget from mylyn.commons.workbench that includes a DateTime styled as an SWT.CALENDAR, a List of hours for the given day, as well as a "Today" Hyperlink to automatically select the current date/time. Change-Id: Iba78c5902c5fabc38a37497b0955e6320387fe78 Signed-off-by: Roland Grunberg <rgrunber@redhat.com> (cherry picked from commit 724035d03db2865890766125a6bc7931cfacbf21)
2018-08-02537208: Task data filename can get too longalexei.trebounskikh3-58/+228
* moved file-related operations to a separate class * file name is only encoded if required * file name is trimmed to stay below 255 characters * encoded file name always used if file already exists * added unit tests for file-related methods Change-Id: I8b536b3a3df8168b997aa9be1ec82b9f7e314dfd Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=537208 Signed-off-by: alexei.trebounskikh <alexei.trebounskikh@tasktop.com> (cherry picked from commit f422548545a931cd4ab2d7d3ba9068607828d902)
2018-06-19536060: update org.eclipse.mylyn.tasks versions to 3.24.1R_3_24_0Sam Davis73-115/+115
Change-Id: I0000000000000000000000000000000000000000 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=536060
2018-06-19535879: [performance] Loading a large tasklist.xml takes a long timealexei.trebounskikh3-3/+218
Changed the order the tasks are added to the task list to prevent unnecessary removals from UnmatchedTaskContainer when loading tasklist.xml Change-Id: I1931578f3c9cdd3e47fc5f2324577ec83874fc27 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=535879 Signed-off-by: alexei.trebounskikh <alexei.trebounskikh@tasktop.com> (cherry picked from commit 3e12a215f3e68d8cf11ccf84196afb42178f2cfa)
2018-05-06515333: [refactor] BugzillaRestPutUpdateTask -> BugzillaRestPutRequestFrank Becker2-169/+208
Change-Id: I0ff3e13d5164c0af0d84720ddbc198a720d7fd85 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=515333
2018-02-27531530: [dark] Scheduled tasks appear with dark blue on dark grey whenRobert Munteanu3-1/+22
using the dark theme Change-Id: I737c3f93dee56f721b6e97a2542905bcffd66b22 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=531530 Signed-off-by: Robert Munteanu <robert.munteanu@gmail.com>
2018-02-21531317: Release of Bugzilla 5.1.2, 5.0.4, and 4.4.13Frank Becker4-63/+33
Change-Id: Ic04b557d3e26858ca983b6a7ed89aebc793fd32a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=531317
2017-08-11Use ArrayContentProvider.getInstance() where possibleAndreas Sewe4-6/+6
As ArrayContentProvider is stateless, re-using the global instance avoids a few allocations. Change-Id: I767fbc630c195208b4955d9a6344e41355060867 Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
2017-07-04replace synchronized methods of TaskDataStore with ReadWriteLock Tomasz Zarna2-10/+361
Change-Id: Iff82eae848243acf98f3e1a2e4aff8b6de254d3c
2017-06-30517325: move form openjdk7 to openjdk8 (fix vagrant setup for tasksFrank Becker1-2/+2
only) Change-Id: I98eac7b9d3636577db46483f7bf0432d9f98b339 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517325
2017-06-29515140: update org.eclipse.mylyn.tasks versions to 3.24Sam Davis73-120/+120
Change-Id: I4499fd4ae90b548187859e40d6736dcedc169b7f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=515140
2017-06-20518536: TaskListIndex respects all submitted query termsJaxsun McCarthy Huggan2-9/+64
Change-Id: If058bfb65718e15370b9f569d30125c709b22208 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=518536
2017-06-20515347: BugzillaRestGetTaskAttachments: is_patch and is_obsolete haveFrank Becker1-7/+4
wrong datatyp Change-Id: I2862b6b1fadd677bd1bbcd7e7121ba83ef4a6fa6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=515347
2017-06-20preserve stack trace of SAXException caught in TaskDataStore.readStateTomasz Zarna1-1/+1
Change-Id: I8541300fa32c1442d07dace416cd69ee6c690029
2017-06-20remove commented out TaskDataStore.putLastRead methodTomasz Zarna1-20/+5
Change-Id: Id28e58e3863a878a76f222b9e6eaecd6044575f8
2017-06-19remove unnecessary code from mylyn.tasks.core projectTomasz Zarna2-9/+2
Change-Id: I3faa6c4ccbfe63d43c46b6073a92a8bd73f61847
2017-06-14add lucene bundles to mylyn sdk featureR_3_23_0Sam Davis1-0/+14
2017-06-14add lucene bundles to mylyn featureSam Davis1-1/+3
2017-06-08remove unnecessary code from mylyn.tasks.ui projectTomasz Zarna3-12/+12
Change-Id: I4c8682b3eb548fc64691f93a561946765888545b
2017-06-07do not display 'unrecognized column' text to a userTomasz Zarna1-3/+0
Change-Id: I3c6ebc937056703efcf8e7e70dce48aa0964fb6c
2017-06-02use try-with-resources statement in TaskDataStoreTomasz Zarna1-11/+5
Change-Id: I3ee74cf81e76aec0b5441d82e22574397db194ea
2017-05-29Bug 513408 - Migrate to Lucene 6.1.0Sopot Cela3-50/+55
Change-Id: Ia76cf381147bd7d75a85a74c2bcebe34bf8b9c82 Signed-off-by: Sopot Cela <scela@redhat.com>
2017-05-28517325: move form openjdk7 to openjdk8Frank Becker2-13/+13
Change-Id: I92ad7351d4f0c34137aa801df3d541466ef3097c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517325
2017-04-11505126: update org.eclipse.mylyn.tasks versions to 3.23Sam Davis73-119/+119
Change-Id: I1e92f72a45e96edb7e975a1ac31c46d10ae01c12 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=505126
2017-04-07378863: support replying to selected part of a comment onlyJaxsun McCarthy Huggan1-4/+16
Support StyledText controls embedded in Composites. Change-Id: I96f7eb87a47a3ecbb31dcecf0ce5bb720155fa05 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378863
2017-03-24513930: ConcurrentModificationException in SynchronizeRelevantTasksJobR_3_22_0e_4_7_m_3_22_xSam Davis1-6/+8
Change-Id: Ib77827f45549c64a0179165a568b7453a63d24d2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=513930
2017-03-24514190: NPE expanding attachments sectionSam Davis2-2/+16
Change-Id: I29a3b560bd04e7a7fcb2f53d379a8546c44423e9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=514190
2017-02-15512190: update GSon version to 2.7Steffen Pingel3-4/+4
Change-Id: Icf7da05a4d699e81f4def3cadb1c388d86d62e0c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=512190
2017-02-14376023: add Gravatar images to expanded task editor commentsSuzannah Smith2-26/+79
Change-Id: I760fbb122db0f052fd69fd61cce90391a8c138e3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=376023 Signed-off-by: Suzannah Smith <ssmith13@unb.ca>
2017-02-07510997: upgrade Guava dependency to version 21Steffen Pingel5-5/+5
Change-Id: Ia30f7bfa671186578d5f2fde7012db6bf6459f58 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=510997
2017-01-30234445: [upstream] show descriptions for keywords for the REST Connector Frank Becker12-55/+118
Change-Id: Id2db8d3af57b89c34840e86f11316e454b0dcbb4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=234445
2017-01-30378863: support replying to selected part of a comment onlyJaxsun McCarthy Huggan1-98/+66
If the comment viewer is a styled text widget the reply to action will attempt to reply to only the selected comment text. This means that some connectors which use other controls for their comments will not support this functionality, and the editor will default to replying ot the entire comment text. Change-Id: Ie100b62e4405da0720c3655e01fd18e6f1a181f0 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378863
2017-01-30510464: implement BugzillaRestConnector.hasTaskChanged(TaskRepository,Frank Becker4-25/+109
ITask, TaskData) Change-Id: I61c974789f27cdb3e615ca49a27c0fcff27b017c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=510464
2017-01-30499382: add Flag support for bugs and attachmentsFrank Becker3-3/+126
Change-Id: I1458b31f5f7f3897d83f7d9745b1df7a173fc702 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499382
2017-01-27511132: Remove Guava classes from public APIColin Ritchie2-8/+9
In TaskDataManager and TaskDataState Change-Id: I296513ed090946620695b2af07e872ba315063cb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511132 Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
2017-01-27326005: Task Editor asks to save or delete newly created tasks on closeJaxsun McCarthy Huggan13-324/+184
* The Task Editor is marked as dirty initially when editing newly created tasks ** In this state when the editor is closed it asks if the user wants to save or delete the new task ** If the editor is saved or the task is submitted this state is cleared * Introduced TasksUiUtil API for task deletion from relevant stores * Removed remaining uses of WorkbenchUtil.SHOW_IN_TASKBAR_ICON_PROPERTY * Fixed workspace warnings and did code cleanup in altered classes Change-Id: Icb06522aac407cbc877b1643d58c4ff4bb9dcd64 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=326005 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2017-01-22499382: add Flag support for bugs and attachments (UI part)Frank Becker6-6/+898
Change-Id: I1be748c765db030115dbfd8ffb5603f4863b48ba Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499382
2017-01-21389960: task list indexer now indexes private notesChristian Tam4-20/+178
Change-Id: I13568107e61c553250c5efe093f735cce03a75d4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=389960 Signed-off-by: Christian Tam <christian.tam@gmail.com>
2017-01-15340987: support Clear Context action for multiple tasks in the Task ListFrank Becker4-108/+134
Change-Id: I076b4c49cb71175d29912c239b46a1f65cd6dda5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=340987 Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
2016-12-14505598: TaskEditorAttachmentPart should useFrank Becker3-182/+214
ConfigurableColumnTableViewerSupport Change-Id: Ie21e7465068654978c04b1ee57d40ec19c44d176 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=505598
2016-12-08508923: remove help from open task, new query, and new task dialogsJaxsun McCarthy Huggan3-21/+24
Change-Id: If50ec23bba2b91811fddadd2ede1097b14c03702 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=508923
2016-12-02499382: add Flag support for bugs and attachments (only core part)Frank Becker21-37/+1327
Change-Id: Idaa2e596211430f36adda3eced4cce7ec2a232a3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499382
2016-11-30508493: releng: add check if apikey already exsistsFrank Becker1-5/+8
Change-Id: I490d6f22a5a55219ac1785eb45c73050cbbf9c1b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=508493
2016-11-22507785: Inconsistent text in "Add task repositories" wizard for theSam Davis3-28/+29
Mylyn Bugzilla connector. Change-Id: I06690187a434fb16e2c0e0ccacfb05eb85daee67 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=507785
2016-11-03fix NPE on synchronizationManagerSam Davis1-1/+3
Change-Id: If8344577d766ec705e5d1f0f34cf193ed365a08d
2016-10-30352377: allow contributions to the Copy Details sub menuSteffen Pingel1-0/+5
Change-Id: Iae3da25383f6575f2a68bf8fc354ff3782bab00c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=352377
2016-10-25501868: add back removed enum constants as deprecatedSam Davis1-0/+11
Even though this class is internal, clients may be accessing it. Change-Id: I247dc9858cc1143af9683fd6aee7352e631f7fbc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=501868
2016-10-24fix incorrect copyright headersSam Davis5-17/+32
2016-10-21503109: create ManagedSuite for junit4Frank Becker3-84/+63
Change-Id: I439c781fdce1524b69450360b8d67878507cf3ef Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=503109
2016-10-20502035: Revise preferences for automatic task list synchronizationJaxsun McCarthy Huggan6-97/+184
* refactor TasksUiPlugin to separate task list synchronization * added preference to toggle the relevant task synchronization * relevant task sync will occur when background sync and relevant task sync are both enabled * added a help tooltip to explain how relevant tasks are determined Change-Id: Id0d9d177c394cd1074e47e14c3825da11eceb3e9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=502035

Back to the top