Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-11Bug 509525 - Stop packaging Unix buildsY20170112-1300Y20170112-1000Sravan Kumar Lakkimsetti5-141/+1
Change-Id: I5a394ddd6b8e3a0656d4e86a3995660fdbf94e68 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-12-19Bug 509313 - Update CDT configurations for launcher nativesY20161229-1000Y20161223-1030Y20161222-1000I20170102-2000I20170101-2000I20161231-2000I20161230-2000I20161229-2000I20161228-2000I20161227-2000I20161226-2000I20161225-2000I20161224-2000I20161223-2000I20161223-0615I20161222-2000I20161221-2000I20161221-0400I20161220-2000I20161220-0530I20161219-2000Alexander Kurtakov1-5/+8
* Updates for .cproject format changes. * Add gdk-pixbuf include path. * Remove space at end of glib include path making CDT to not resolve it. * Switch to the modern X11 include path. Change-Id: I167ebcd4abf8c659ef36d25d712bb68098bd4e6e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-19Bug 509311 - Replace GtkSignalFunc with GCallbackAlexander Kurtakov1-2/+2
GtkSignalFunc is gone in GTK3 and GGcallback is available in the min GLib required. Change-Id: If72db866935d1b0bb4b48c6abc93b2cc870822ca Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-13Binaries v20161213-1256Y20161215-1200I20161215-2000I20161215-0915I20161215-0830I20161215-0730I20161215-0130I20161214-2000I20161214-1005I20161213-2000Arun Thondapu1-1/+1
2016-12-13Bug 508576 - Simplify GTK initializationAlexander Kurtakov3-17/+9
Function gtk_init_with_args is present in the min GTK version required so there is no need to check for it's existence and try gtk_init_check after that. Also g_error_free is mandatory function so no need for if(g_error_free) g_error_free(...). Change-Id: Idd13fb1009e0b0e434e0a409487863dd3ea06325 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-02Bug 508577 - Remove NETSCAPE_FIXAlexander Kurtakov2-9/+2
Function not implemented and not used anywhere. Change-Id: I52bdc4fa7e05c9c9a94526eedc3aa933cb9eb637 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-29Bug 508291 - Remove unneeded gtk callsAlexander Kurtakov3-7/+0
Function gtk_set_locale call is not needed with gtk 2.24+ as gtk_init does it by default. Also remove other unused binding too. Change-Id: I92ca6d16d502ddbd2ef8603320cffdd59afa6996 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-22Bug 507979 - Fix gcc -Wmisleading-indentation warningsAlexander Kurtakov3-4/+4
Use tabs consistently to not confuse gcc blocks has misleading formatting. Change-Id: I91af853c643b9edf0dc54b9677bb8269c451bf76 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-03Bug 452486 - Remove Motif leftoversAlexander Kurtakov26-3223/+3
Delete the actual motif code. Change-Id: I94257d7da060ba6b9a4156497a7a189926b00db9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-02Bug 492570 - Info.plist "CFBundleGetInfoString" is out of dateY20161103-1000Thomas Watson1-3/+3
Change-Id: Iae8e4268f8b7322aa2713cc78e541404bbd96fdd Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 506597 - Build failure on I20161026-2000Thomas Watson4-4/+4
Change-Id: I949cd02866112dca9a5fda67cdbbb1e280ee05df Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 506597 - Build failure on I20161026-2000Y20161027-1250Y20161027-1000I20161027-0700Markus Keller3-1/+3
2016-10-26Binaries v20161026-0546I20161027-0200I20161026-2000I20161026-1100I20161026-0800Arun Thondapu1-1/+1
2016-10-13Bug 472042 - Regression: eclipse -noSplash prints errors if no DISPLAYY20161020-1000Sravan Kumar Lakkimsetti2-8/+7
is set on Linux Change-Id: I64cbc93b33a03d531f76f809a85a2ce7c6fe792b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-10-04Binaries v20161004-0749I20161004-1000I20161004-0800Arun Thondapu1-1/+1
2016-09-30Bug 502519 - Remove Photon native codeAlexander Kurtakov7-521/+0
Remove photon native code and mentions of it in the build scripts. Change-Id: I114c1d7e9aca98271177ea477e46db36b577d3d0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 501986 - [GTK+] Make GTK+ 2.24 the minimum supported versionAlexander Kurtakov1-3/+3
Change-Id: I027be9384110042aa7eb202c11e9f890dc44c54e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 498758 - Move launcher to Java 6Alexander Kurtakov1-3/+3
Checking windows registry should happen for Java 1.6+. Change-Id: I8ec63314fe450a951e86e5870d7d2191c577c313 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson2-2/+2
Change-Id: I141bdbfacdcfbc14a5f138669f71ba6fb84f47a8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-05-22Bug 494151 - Eclipse crashes after displaying splash screen withI20160524-2000I20160523-2000I20160522-2000Arun Thondapu1-0/+1
java.lang.NoClassDefFoundError Touch fragment to force qualifier update Change-Id: Ieda16c0f0dec8f471aee46b3c36cd7f24af3663b Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2016-05-19Bug 491519 - Need 64-bit launcher for Solaris/SPARCI20160521-1500I20160520-2000I20160519-1730Arun Thondapu6-6/+38
Change-Id: Id75d6db2a397e8e8da9a3fc5648bdff6199bb83c Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2016-05-18Binaries v20160518-1044Y20160519-1000I20160519-1100I20160518-2000Arun Thondapu1-1/+1
2016-05-18Bug 493797 - [HiDPI][Win32][GTK] Adapts Launcher to 'integer' scalingSravan Kumar Lakkimsetti2-7/+8
which is default for Eclipse/SWT Change-Id: Ie2fa7b5c8e65216d3852bb1daee60be06e0f8927 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-05-16Bug 440886 - Launcher for HPUX is not generatedI20160517-2000I20160516-2000Thomas Watson1-6/+6
Change-Id: If7fa6abe206afb2a0088308a23e35941d661c4f4 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-28Bug 492013 - repeating comparator errors related to launcher featureThomas Watson4-27/+0
Clean up remaining solaris x86 and sparc stuff Change-Id: I0471eda0054ff9661e32dd86178f3ec4128e4441 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-27Bug 491908 - Update Info.plist to match Neon releaseMikael Barbero1-3/+3
Change-Id: I3e33e004dbdf978ced4cfa3e96e5c1f4557340f0 Signed-off-by: Mikaël Barbero <mikael@eclipse.org>
2016-04-27Bug 492013 - comparator error in I20160419-0800 related to launcherI20160427-1200Thomas Watson1-0/+1
feature Change-Id: Ifc88aae27f562cb0a6d3786c5e37ff34cf05a418 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-21Binaries v20160421-0830Y20160421-1000Arun Thondapu1-1/+1
2016-04-21Bug 488910 - [HiDpi][GTK] splash screen should show the correct sizeSravan Kumar Lakkimsetti3-3/+34
based on the scaling selected -Completed the necessary testing for the launcher. This solves the splash cropping problem Change-Id: I1a234c7842589a6acbedf83196b86ea66ee2387a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-04-20Bug 489714 - [Hidpi][Win32] Splash screen getting cropped for higherNiraj Modi2-2/+28
zoom values like 150%/200%. Change-Id: I30b1f6741c4e422d3b84da706fa30d3b8e516453 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2016-04-14Bug 429343 - 64-bit version of Eclipse for Solaris/X86_64I20160419-0800I20160417-1112Thomas Watson1-20/+0
Change-Id: I66180c309e6089facb703344a7b9ff7972671df2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-08Bug 429335 - Need 64-bit launcher for Solaris/X86_64Y20160414-1000I20160412-0800Arun Thondapu7-5/+80
Change-Id: Ia15b66b2ac38b55b6d931f11a88c6308209ce514
2016-03-30Revert "Bug 429335 - Need 64-bit launcher for Solaris/X86_64"I20160330-1230Thomas Watson7-80/+5
This reverts commit fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.
2016-03-30Bug 429335 - Need 64-bit launcher for Solaris/X86_64I20160330-0930Arun Thondapu7-5/+80
Change-Id: Ia15b66b2ac38b55b6d931f11a88c6308209ce514
2016-03-16Bug 489642 - 32 bit launcher on linux is "ELF 64-bit LSB"Arun Thondapu1-0/+3
Change-Id: Id997f8c2da29da4bcb97419161f03022bf51e9d8
2016-03-12Binaries v20160312-1144I20160316-0800I20160315-2000I20160315-0800I20160314-2000I20160314-1400I20160314-0800I20160313-2000Arun Thondapu1-1/+1
2016-03-12Bug 399786 - launcher change for highDPI support - GTK onlySravan Kumar Lakkimsetti1-0/+3
Change-Id: I0ecfdfc3d3097308c39e7c5f006e1f5857752e06 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-03-12Bug 469766 - Support embedded JREs on MacOSChristian Georgi1-1/+1
Instead of assuming Oracle's JDK layout (Contents/Home/jre/bin), support pure JREs (Contents/Home/bin) as well. This is in line with the other platforms that assume the bin/ dir only, i.e. work with both JDK and JRE layouts. Bug 469766 Change-Id: I2be6bd9a28f06297ec2b89ff03dac75bd81fbae2 Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2016-03-11Bug 469766 - Launcher-relative VM path to honor changed file layoutChristian Georgi1-2/+3
In the new Eclipse file layout on MacOS the launcher is now 2 levels below the app root dir (Eclipse.app/Contents/MacOS), while it was 3 levels before (eclipse/Eclipse.app/Contents/MacOS). This fix adjusts the relative path the launcher uses to find an embedded JVM in case no -vm launcher argument is given. Bug: 469766 Change-Id: I88f56fb03eaf99233504002b26d999d2dd5b1a15 Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2016-03-03Bug 479180 - Delete launcher for unsupported Windows wpf platformY20160303-0800Mat Booth10-979/+0
Change-Id: I91fc817f4954f7fa06b89ac466c170bbd44b7810 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-03-02Bug 452486 - Remove Motif leftoversAlexander Kurtakov3-459/+0
* Cleanup launcher.releng. * Remove motif_root Change-Id: I9326d38a8dbcbf84ac9dbdd0369611d87a678fcc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-02-19Bug 488127 - update xml-maven-plugin I20160223-0800David Williams1-1/+0
I have updated version in parent pom, and defined in pluginManagement, so please remove specific version number from equinox.executable. Change-Id: Ifd3136ee99cee1e3f0f60bb011a5a75f8b9e3aff Signed-off-by: David Williams <david_williams@us.ibm.com>
2016-01-28Bug 486662 - Neon features and bundles that might need a versionI20160202-1000I20160202-0800I20160128-2000Thomas Watson2-2/+2
increase Change-Id: Idafc952fff4a28f0aafb583014cc6846cb05656c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-01-05Binaries v20160105-0445I20160105-1000I20160105-0800Arun Thondapu1-1/+1
2016-01-05Bug 383545 - Rename carbon folder into cocoaArun Thondapu2-1/+2
Export ARCHS="-arch x86_64" as it needs to be passed to the compiler as well as the linker Change-Id: Ibf595c272dfef30ff5510a92c5fcc7fc469ebec9 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2015-12-21Bug 383545 - Remove Carbon specific code from launcher libraryMikael Barbero4-457/+141
Change-Id: I3b1693f1d1344d8539aa989a8eb152a5bd1c6812 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
2015-12-21Bug 383545 - Rename *Carbon* files to *Cocoa*Mikael Barbero4-107/+99
Change-Id: Ibfabae9b359217acc27adf8d49a923b5a496e0d6 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
2015-12-18Bug 383545 - Rename library/carbon to library/cocoaMikael Barbero10-148/+32
Change-Id: Ibf3be14f750de816825000a2f1c8d17fbe8ed249 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
2015-11-13Bug 431197 - Provide launchers for arm and aarch64I20151117-0800Alexander Kurtakov4-1/+121
Add fragments hook them in the build system but conditionally via profiles. Change-Id: Ia93e5ac1a495bc4c953f861e583747ce89c22256 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-10-11[351303] Adding support to Cocoa for receiving open URL events from the OS X.Mads Mætzke Tandrup1-7/+55
Using the solution for bug 178927 as reference. But adds the kAEGetURL event type to listen for URL events. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=351303 Change-Id: Ibab65db8f370c71691befed45ead34126e7a63cc Signed-off-by: Mads Mætzke Tandrup <mads@maetzke-tandrup.dk>

Back to the top