kde-eclipse-talk Mailing List for KDE-Eclipse
Brought to you by:
adymo
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(5) |
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Andrew O. <ove...@re...> - 2006-07-13 15:05:08
|
On Thu, 2006-06-07 at 12:24 +0200, Arne Anka wrote: > On Thu, 06 Jul 2006 12:14:58 +0200, Steven Scholz =20 > <ste...@im...> wrote: >=20 > > o http://anonsvn.kde.org/home/kde/trunk/playground/devtools/eclipse >=20 >=20 > according to > http://websvn.kde.org/trunk/playground/devtools/eclipse/ > it should probably be > http://anonsvn.kde.org/trunk/playground/devtools/eclipse >=20 > but do not expect anything -- the project seems to be dead. I've spoken with Alexander recently and he said he's very busy with his Ph.D. In related news, Jeff Johnston and I are working on some autotools stuff that we hope to get into the CDT itself. This is what Alexander told me he wanted to eventually happen with his work and I hope to incorporate as much of it as makes sense. Jeff and I are meeting with Doug Schaefer -- the CDT lead -- next week and we hope to come out of that meeting with a concrete plan for how to proceed and contribute our work to the CDT. In the meantime, you can see what we've got (still rough, has hacks to make it work on top of CDT without any changes there, requires one to go to Window -> Preferences -> Plugin-Development -> Compilers and=20 change Unresolved Extensions to either Warning or Ignore, is still quite alpha, YMMW, it may kill your puppy, etc. ;) here: cvs -d:pserver:ano...@so...:/cvs/eclipse co \ autotools/com.redhat.eclipse.cdt.autotools I'm going to check in my automake editor work soon and it'll be here: cvs -d:pserver:ano...@so...:/cvs/eclipse co \ autotools/com.redhat.eclipse.cdt.autotools.ui We'd love some testing & feedback and we're *always* open to having some help :) HTH, Andrew |
|
From: Arne A. <arn...@gm...> - 2006-07-06 10:24:33
|
On Thu, 06 Jul 2006 12:14:58 +0200, Steven Scholz <ste...@im...> wrote: > o http://anonsvn.kde.org/home/kde/trunk/playground/devtools/eclipse according to http://websvn.kde.org/trunk/playground/devtools/eclipse/ it should probably be http://anonsvn.kde.org/trunk/playground/devtools/eclipse but do not expect anything -- the project seems to be dead. i tried to get in touch with a few people which seemed to take over the project but there was never any response instead changes in the svn without notice so i gave up all hope. obviously there's either nobody left doing something or he/she is not interested in communicating. regards -- "Schon vor dem Come-Back von Modern Talking wusste ich: Dieter Bohlen ist der Preis der Freiheit." Heinz Rudolf Kunze |
|
From: Steven S. <ste...@im...> - 2006-07-06 09:29:58
|
Hi, how and where can I (anonymous) checkout the most recent version of KDE-Eclipse plugin? Cheers, Steven |
|
From: Steven S. <ste...@im...> - 2006-07-06 08:54:31
|
Hi, is there a way to pass arguments to ./configure? I'd like to do some cross-compiling with Eclipse and the autotool plugin. Therefore I want to call ./configure (and make) in different build directories with different arguments. On command line I would do something like mkdir arm cd arm ../configure --target=arm-softfloat-linux-gnu Any chance to to this with Eclispe and the Autotool plugin? Thanks, Steven |
|
From: Arne A. <arn...@gm...> - 2006-03-15 15:49:09
|
there have been checked in several changes and four new projects last
night -- are there informations available what changed and which intention
the new projects (org.kde.qt.*) have?
--
"Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit."
Heinz Rudolf Kunze
|
|
From: Arne A. <arn...@gm...> - 2006-03-14 18:55:01
|
hi,
there are two things i would like to see:
- an update-site
- a frontend for managing the .pro-files
i'm working on the stuff necessary to create an update-site (not very much
to do but i have to dive in again, because i did it the last time 6 month
ago).
regarding the .pro-file frontend: is somebody working on it already?
--
"Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit."
Heinz Rudolf Kunze
|
|
From: Alexander D. <ad...@mk...> - 2006-03-09 17:47:13
|
On Saturday 04 March 2006 17:19, Andrew Overholt wrote: > I was in contact with Alexander back in August. =C2=A0At the time he wa= s still > working on this as part of Google's Summer of Code. =C2=A0I have been distracted > by other things since then, but I am planning on getting starting to ha= ck > on this very soon. =C2=A0Another member of our team, Jeff Johnston, has= started > work on some other aspects of autotools integration and I would like to > merge the work on both Alexander and Jeff. =C2=A0I have yet to speak to > Alexander about this (if you're reading this, hi! ;), though. Well, I've checked all changes I had in binary packages into svn so svn should contain all the code. If you or Jeff want to participate in the development please write a mail to sys...@kd... and ask for KDE svn account. The code is in: https://svn.kde.org/home/kde/trunk/playground/devtools/eclipse Or alternatively I can apply any patches. Luckily I have an ADSL connecti= on instead of dialup starting from today. On Saturday 04 March 2006 16:44, Arne Anka wrote: > seems dead -- i tried to contact the founder of the project regarding h= elp > and informations where to start, but never got any reply. I did get your email but apparently I forgot to reply, sorry. As for an update site, I don't know about any traffic restrictions at pwsp.net. Let's set up it there. You'd probably need an ftp account th= ere. I wrote a mail to webmaster, waiting for the reply. > at least regarding the qmake-part there's no much functionality above a > cdt "standard make project" -- keywords like "slots" and "signals" are = not > recognized by eclipse and qt4-includes are not resolved (<QApplication> > instead of <qapplication.h>). It's not possible to modify CDT parser correctly to recognize Qt keywords= . I have a patch to make that possible which modifies existing CDT gnu extension but I don't have a chance to have this patch included into eclipse cvs. > <and...@gm...> wrote: > > As I find the documentation sparse I will post these questions relati= ng > > to > > kde-eclipse on this mailing list. Is the feature set complete so that > > kde-eclipse can be used to import a large legacy autotools project in= to > > eclipse? Autotools projects should at least work though it usually takes quite a lot of time to import large projects. --=20 Alexander Dymo ICST department, National University of Shipbuilding, Mykolayiv, Ukraine |
|
From: Andrew O. <ove...@re...> - 2006-03-04 15:19:34
|
* Andreas S=E6bj=F8rnsen <and...@gm...> [2006-03-01 12:= 09]: > Is this project currently active and in development? I was in contact with Alexander back in August. At the time he was still working on this as part of Google's Summer of Code. I have been distract= ed by other things since then, but I am planning on getting starting to hack on this very soon. Another member of our team, Jeff Johnston, has starte= d work on some other aspects of autotools integration and I would like to merge the work on both Alexander and Jeff. I have yet to speak to Alexander about this (if you're reading this, hi! ;), though. Andrew |
|
From: Arne A. <arn...@gm...> - 2006-03-04 14:43:45
|
seems dead -- i tried to contact the founder of the project regarding help
and informations where to start, but never got any reply.
at least regarding the qmake-part there's no much functionality above a
cdt "standard make project" -- keywords like "slots" and "signals" are not
recognized by eclipse and qt4-includes are not resolved (<QApplication>
instead of <qapplication.h>).
On Wed, 01 Mar 2006 18:05:37 +0100, Andreas Sæbjørnsen""
<and...@gm...> wrote:
> As I find the documentation sparse I will post these questions relating
> to
> kde-eclipse on this mailing list. Is the feature set complete so that
> kde-eclipse can be used to import a large legacy autotools project into
> eclipse? The other question is if you have some tutorial on how to use
> kde-eclipse. Is this project currently active and in development?
>
> Thanks
> Andreas Saebjoernsen
--
"Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit."
Heinz Rudolf Kunze
|
|
From: <and...@gm...> - 2006-03-01 17:05:40
|
As I find the documentation sparse I will post these questions relating to kde-eclipse on this mailing list. Is the feature set complete so that kde-eclipse can be used to import a large legacy autotools project into eclipse? The other question is if you have some tutorial on how to use kde-eclipse. Is this project currently active and in development? Thanks Andreas Saebjoernsen |
|
From: Arne A. <arn...@gm...> - 2006-01-29 18:28:54
|
> I already tried playing with .gtkrc-2.0, but no luck. Also, by googling I
> still don't know if it is possible at all or not. Do you manage to have
> antialiased fonts in eclipse, when using kde? How?
honestly, i don't know whether i use aa'sed fonts or not in eclipse (but i
do definitively in kde).
my ~/.gtkrc-2.0 is
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Industrial/gtk-2.0/gtkrc"
include "/home/arne/.gtkrc-2.0.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
gtk-font-name = "Arial 8"
while /home/arne/.gtkrc-2.0.mine does not exist.
the auto-written part was included by gtk-theme-switch2, a tool i use to
make looking better eclipse (as far as it is possible with a gtk-app ;-).
got a notebook with 1920x1200 resolution at 100dpi and subpixelhinting --
so 8px font-size is appropriate.
regards
--
"Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit."
Heinz Rudolf Kunze
|
|
From: Alexander D. <ad...@mk...> - 2006-01-27 18:50:36
|
On Friday 27 January 2006 19:24, Marco Correia wrote: > I know that this is a little bit of topic, but I would like to take the > chance to ask people running eclipse on kde, how do they configured > (antialiased) fonts. > I already tried playing with .gtkrc-2.0, but no luck. Also, by googling I > still don't know if it is possible at all or not. Do you manage to have > antialiased fonts in eclipse, when using kde? How? KDE stores font settings for gtk apps in ./kde/share/config/gtkrc(-2.0) IIRC. |
|
From: Marco C. <mv...@ne...> - 2006-01-27 17:26:12
|
Hi, I know that this is a little bit of topic, but I would like to take the chance to ask people running eclipse on kde, how do they configured (antialiased) fonts. I already tried playing with .gtkrc-2.0, but no luck. Also, by googling I still don't know if it is possible at all or not. Do you manage to have antialiased fonts in eclipse, when using kde? How? thanks Marco -- Marco Correia <mv...@ne...> |
|
From: Arne A. <arn...@gm...> - 2006-01-17 08:10:42
|
> I have the following problem. When I have a autotoolset project, I can
> not build it with Project->Build All.
it's a known bug of cdt, i think (fixed already in jdt since eclipse
3.0.2, imo).
click into an open file of the project to build and the entry should be
active.
> But I can go into the Automakem Manger, right click and select build.
> The output is than on the console, but here I can not click on build
> errors, jumping to the line in the file :(
it does not work like that in eclipse. use the "problems"-view (window ->
show views -> problems).
--
"Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit."
Heinz Rudolf Kunze
|
|
From: Nathan <kde...@lo...> - 2006-01-16 18:49:30
|
Hello, I have the following problem. When I have a autotoolset project, I can not build it with Project->Build All. But I can go into the Automakem Manger, right click and select build. The output is than on the console, but here I can not click on build errors, jumping to the line in the file :( Is there a solution? Thanks! Nathan |
|
From: Arne A. <arn...@gm...> - 2005-12-19 13:13:13
|
hi,
after several weeks i just found time to test the plugin to work with qt.
a qt-project does not allow to add include-paths -- neither the included
qt-headers are not found nor things like QWidget. completion does not
work, too.
i converted the project to a make-project (new->convert to a standard
c/c++ make project) and now the include-paths are configurable and
completion (ctrl+space) works.
is it a bug or am i doing something wrong?
the project is created via new->qt application.
another thing i found: project -> clean ... seems not to work. the
generated .h and .cpp in build still exist, manually make clean does a
real cleanup
and last: my project is called QtTest, the .pro-file thus is named
qttest.pro but the QMake-Manager looks for QtTest.pro.
regards
--
"Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit."
Heinz Rudolf Kunze
www.ginguppin.de is up and running ... [OK]
|
|
From: Alexander D. <ad...@mk...> - 2005-12-10 20:09:05
|
On Monday 05 December 2005 14:12, Nathan H=FCsken wrote: > I want a line like: AX_CHECK_GL in my configure.in file to do > LDADD=3D@GL_LIBS@ in some Makefile.am. What is the way to do this?=20 > Just edit the configure.in directly? How do I get the line into the > Makefile.am?=20 You can safely edit both configure.in and Makefile.am by hand. Project will be updated once you modified the Makefile.am (from inside Eclipse). You can also use property editor to change the value of LDADD automatically if you have a subproject selected in automake manager view. |
|
From: Nathan <kde...@lo...> - 2005-12-05 12:12:28
|
Hello! Firstly, thanks for this great plugin. My Question: I want a line like: AX_CHECK_GL in my configure.in file to do LDADD=@GL_LIBS@ in some Makefile.am. What is the way to do this? Just edit the configure.in directly? How do I get the line into the Makefile.am? Thanks! Nathan |
|
From: Arne A. <arn...@gm...> - 2005-10-10 09:32:59
|
hi,
after having a ClassNotFoundError i decided to checkout from the svn.
after installing antlreclipse the export of all five plugins worked well.
but i experience the same error as if running from insed eclipse while
cretaing a qt-project:
Template extraction error: java.io.IOException: Cannot find
templates/qtproject.zip
seems to be triggered by
org.kde.qmake.wizards.NewQtApplicationWizard.getProjectTemplates().
i changed the method as follows
protected IPath[] getProjectTemplates() {
//start insertion
String loc="";
try{
URL root=UiPlugin.getDefault().getBundle().getEntry("/");
URL local=Platform.asLocalURL(root);
loc=local.getPath();
System.out.println("/=="+loc);
}catch(Exception e){
// TODO: handle exception
}
// end insertion
if (qtVersion == QT_3)
return new IPath[] { new Path("templates/qtproject.zip")};
else
return new IPath[] { new Path("templates/qt4project.zip")};
}
and watched the output -- the path to templates/qtproject.zip is resolved
correctly, on runtime the zip is there -- but still the error.
any hints how to fix?
--
"Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit."
Heinz Rudolf Kunze
|
|
From: Ryan R. <rr...@gm...> - 2005-09-09 02:19:14
|
Hannes, What I did was grab the latest svn repositories and then replace the sources & resources with the ones that are bundled into the latest binary release jars. I also dropped the org.kde.antlr package and just used the org.antlr plugin from antlreclipse.sourceforge.net instead. This seemed to work for me. Ryan Hannes Niederhausen wrote: >Hi, > >when I open the Qmake Manager View I get the following exception: >java.lang.ClassNotFoundException: org.kde.qmake.ui.views.QMakeManager. > >I used the prepacked binaries. > >I downloaded the source code per svn and tried to look after the error, but >there is no org.kde.qmake.ui.views package. > >I really want to use this plugins, I even thougt about making my own qmake >Manager. Please complete the svn, and I would look after the problem for >myself. > >Thanks in advance > >Hannes > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Kde-eclipse-talk mailing list >Kde...@li... >https://lists.sourceforge.net/lists/listinfo/kde-eclipse-talk > > > |
|
From: Hannes N. <el_...@gm...> - 2005-09-05 13:13:40
|
Hi, when I open the Qmake Manager View I get the following exception: java.lang.ClassNotFoundException: org.kde.qmake.ui.views.QMakeManager. I used the prepacked binaries. I downloaded the source code per svn and tried to look after the error, but there is no org.kde.qmake.ui.views package. I really want to use this plugins, I even thougt about making my own qmake Manager. Please complete the svn, and I would look after the problem for myself. Thanks in advance Hannes |