Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-05-02Bug 464222 - Trying to create a new remote launch gives a NPEMarc-Andre Laperle1-2/+4
2015-05-01Bug 463975 - Show exit code in console when doing a RunMarc Khouzam1-1/+43
2015-04-30Bug 464078 - Support project-less RunMarc Khouzam2-2/+55
2015-04-30Bug 464636 - Modernize Run launchMarc Khouzam5-172/+155
2015-04-22CostmeticsMarc Khouzam1-35/+0
2015-04-22Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb toMarc Khouzam5-9/+682
2015-04-21CosmeticsMarc Khouzam1-38/+5
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam1-1/+1
2015-01-29Bug 458650 - NPE when creating a "C/C++ Remote Application" launchTeodor Madan1-5/+8
2015-01-23[Bug 457699] Fix NPE when renaming project and executable path LCTeodor Madan1-4/+6
2015-01-22[457699]. Update C/C++ Application path at project renameUngureanu Dan-B078921-0/+11
2015-01-21CAbstractMainTab: fixed possible NPE if method called direclyAlena Laskavaia1-1/+1
2015-01-15abstract main tab: replace auto-config checkbox with combo itemAlena Laskavaia5-128/+154
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-12-15Bug 437392 - Remove LaunchBar from CDT repo.Doug Schaefer102-8327/+0
2014-11-25Propertly implemented stubs for NewLaunchConfigEditPageAlena Laskavaia1-6/+13
2014-11-05Bug 449479 - Fix Exceptions and LC cache corruption on LC deleteJonathan Williams1-10/+32
2014-10-21Bug: 448093 Move the initialization of the launch bar manager to jobDoug Schaefer2-1/+39
2014-10-21Bug 447933 - CMainTab - uncessery restrictions on Browse buttonAlena Laskavaia1-9/+2
2014-10-17Bug 447722 - NewLaunchTargetWizard needs a window titleDan Ayson1-0/+1
2014-10-08Bug 446104 - Fix target removal. Also fix Config Edit page.Doug Schaefer4-21/+37
2014-10-07Use the org.hamcrest.core BSN to ensure the latest version from orbitMat Booth1-1/+1
2014-10-02Launch Bar - fix ordering problem initing launch config edit tabs.Doug Schaefer1-5/+5
2014-10-01Bug 444781 - Fix error marker for invalid launch config nameAlena Laskavaia1-61/+67
2014-09-30Bug 445372 - [LaunchBar] Compile with JunoAlvaro Sanchez-Leon2-1/+2
2014-09-30Launch Bar - New Target Wizard somewhat like the new resource wizards.Doug Schaefer8-75/+202
2014-09-28Launch Bar - fix up how the new config wizard runs.Doug Schaefer2-29/+28
2014-09-28Make sure launch bar ui plugin properties gets into build.Doug Schaefer1-1/+2
2014-09-22LOLs, this is just a comment change. But I want the tests to run.Doug Schaefer1-0/+1
2014-09-22Bug 437392 - first cut at handling descriptor takeovers.Doug Schaefer2-31/+57
2014-09-19Put the user invokable launch bar commands into a category.Doug Schaefer1-1/+8
2014-09-18Get LaunchBar builds off of the UI thread.Doug Schaefer1-40/+47
2014-09-12Extend launch bar tests and fix up one of the Listener methods.Doug Schaefer4-6/+51
2014-09-11Bug 437392: Major API changes to turn the Launch Bar Model a beautyDoug Schaefer58-2710/+2270
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle1-1/+1
2014-08-20Launch Targets View clean up including adding properties dialog.Doug Schaefer4-6/+122
2014-08-19Bug 437392 - Added the Launch Targets View.Doug Schaefer6-17/+200
2014-08-13LaunchBar - some checks to prevent NPE's in uiAlena Laskavaia3-7/+15
2014-08-12Launch Bar - label provider for config selectorAlena Laskavaia1-2/+6
2014-08-12Bug 441445 - Implement 'Add Target' functionality for target typeJonathan Williams5-52/+167
2014-08-12LaunchBar - project based descriptor bugAlena Laskavaia2-0/+9
2014-08-11LaunhBar - some API changes and cleanupAlena Laskavaia12-153/+242
2014-08-08LauchBar - move default descriptor back to internal packageAlena Laskavaia2-2/+3
2014-08-07LaunchBar - more tests and refactoringAlena Laskavaia4-106/+392
2014-08-07Export all packages from launchbar pluginsMarc Khouzam2-1/+6
2014-08-07Add license to launchbar featureMarc Khouzam2-3/+15
2014-08-06LaunchBar - config selector keep first 3 elements sorted by usageAlena Laskavaia3-19/+63
2014-08-05LaunchBar - fixing default label provider for configsAlena Laskavaia1-4/+5
2014-08-05LaunchBar - bugs in handling config and project based descriptorsAlena Laskavaia12-50/+214

Back to the top