Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/rpm
AgeCommit message (Expand)AuthorFilesLines
2013-06-21Revert "Bug 410367 - Add 'about.html' to 'src.includes'"Roland Grunberg2-420/+0
2013-06-20Bug 410367 - Add 'about.html' to 'src.includes'Jeff Johnston2-0/+420
2013-06-18Bug 410367 - Add 'about.html' to 'src.includes'.Jeff Johnston9-1/+64
2013-06-14rpm: Autocompletion fix for pkgs with '.' or '+'Neil Guzman2-2/+53
2013-06-14rpm: resolve defines will resolve whole word onlyNeil Guzman2-2/+12
2013-05-23rpm: Remove speceditor.rcp.Alexander Kurtakov30-1248/+0
2013-05-23Bug 408670: Prevent NPE in hyperlink detector.Alexander Kurtakov1-11/+8
2013-05-22rpm: Move commands to RPM submenu.Alexander Kurtakov1-4/+43
2013-05-13Updates to moreunit prefs.Alexander Kurtakov2-4/+2
2013-04-25RPM: regen docs.Alexander Kurtakov3-10/+2
2013-04-09rpm: add API to call rpm --eval.Alexander Kurtakov2-0/+56
2013-04-02Remove useless method.Alexander Kurtakov1-23/+12
2013-04-02RPM editor: formatting.Alexander Kurtakov21-136/+203
2013-04-02No need to import pacakge from the same bundle.Alexander Kurtakov1-1/+0
2013-04-02Fix NPE in diff views.Alexander Kurtakov1-0/+3
2013-04-01Remove SpecfilePartitioner.Alexander Kurtakov4-27/+6
2013-04-01o.e.l.rpm.ui.editor: Formatting.Alexander Kurtakov10-96/+120
2013-03-30Fix recognizing macros not in the start of line.Alexander Kurtakov1-9/+9
2013-03-29Formatting and commented code removal.Alexander Kurtakov11-114/+112
2013-03-28Various cleanups to RPM plugin.Alexander Kurtakov9-71/+71
2013-03-27o.e.l.rpm.ui.editor.tests: Fixes all over the code.Alexander Kurtakov12-246/+112
2013-03-27Make the job use the proper preferences scope.Alexander Kurtakov1-31/+24
2013-03-27Various warnings found by sonar in rpm module.Alexander Kurtakov12-63/+66
2013-03-13Fix tests hanging in SpecfileChangelogFormatterTest.Roland Grunberg2-0/+21
2013-03-06Reduce the number of getter in SpecfileEditor.Alexander Kurtakov8-95/+95
2013-03-05Add /etc/rpm to default path for macros.Alexander Kurtakov1-2/+2
2013-03-04SRPMImportOperation - errorTable contains only CoreExceptions.Alexander Kurtakov1-35/+9
2013-03-04Don't create unnecessary local variables before returning.Alexander Kurtakov3-41/+37
2013-03-01Make the rpm console be rpmbuild(projectName) not just rpmbuild.Alexander Kurtakov2-5/+9
2013-03-01RPM.rpmCmd should have been local variable.Alexander Kurtakov1-2/+1
2013-03-01RPMProjectCreator should not print stack trace and return null.Alexander Kurtakov3-13/+13
2013-02-27rpm: adding an error message when exporting to rpm a project that doesn't con...Rafael Medeiros Teixeira4-1/+11
2013-02-19Remove unneeded & in labels.Alexander Kurtakov1-8/+8
2013-02-19Guard rpmling calling for file existence to prevent NPEs.Alexander Kurtakov1-39/+45
2013-02-19Do not allow enabling rpmlint if no rpmlint is installed.Alexander Kurtakov1-4/+28
2013-02-06Remove maven assembly plugin configs.Alexander Kurtakov1-12/+0
2013-02-05Increase major version for plug-ins with recent api-breaking changes.Camilo Bernal2-2/+2
2013-01-29Create a RPM category in the popup menu and put various commands in it.Alexander Kurtakov3-23/+36
2013-01-28No need for null check with instanceOf or equal to true/false.Alexander Kurtakov2-4/+4
2013-01-28Remove unused parameter.Alexander Kurtakov2-14/+14
2013-01-28No need to catch to simply rethrow.Alexander Kurtakov1-2/+0
2013-01-28Make sure we don't try to read rpm section if there is none.Alexander Kurtakov1-19/+25
2013-01-28Make sure that stderr is presented to the user too.Alexander Kurtakov1-2/+5
2013-01-24There is no need for Thread inside a Job.Alexander Kurtakov1-78/+37
2013-01-21Add RPMProjectCreatorTest.Alexander Kurtakov2-1/+61
2013-01-15Add license header.Alexander Kurtakov1-0/+10
2013-01-11Let it test all build options.Alexander Kurtakov3-81/+95
2013-01-11Use indexOf(char) instead of indexOf(string) for chars.Alexander Kurtakov2-24/+37
2013-01-11Removing rpm nature is unneeded.Alexander Kurtakov1-35/+0
2013-01-11SpecfileChangelogFormatter simplifications.Alexander Kurtakov2-24/+19

Back to the top