KDevelop-devel Digest, Vol 9, Issue 29

Kai.Song at qimonda.com Kai.Song at qimonda.com
Wed Jan 17 06:17:51 UTC 2007


 

I always get the error:

"Please check your system clock"


Any bodays know what's the reason?

Thanks

 




-----Original Message-----
From: kdevelop-devel-bounces at kdevelop.org
[mailto:kdevelop-devel-bounces at kdevelop.org] On Behalf Of
kdevelop-devel-request at kdevelop.org
Sent: Saturday, January 13, 2007 11:28 PM
To: kdevelop-devel at kdevelop.org
Subject: KDevelop-devel Digest, Vol 9, Issue 29

Send KDevelop-devel mailing list submissions to
	kdevelop-devel at kdevelop.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
or, via email, send a message with subject or body 'help' to
	kdevelop-devel-request at kdevelop.org

You can reach the person managing the list at
	kdevelop-devel-owner at kdevelop.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of KDevelop-devel digest..."


Today's Topics:

   1. Re: valgrind/kcachegrind integration patch (Alexander Dymo)
   2. Re: valgrind/kcachegrind integration patch (Alexander Dymo)
   3. doxygen bugfix (Jens Dagerbo)
   4. [Bug 59887] "There is no Makefile in this directory. Run
      qmake	first?" but runs tmake  (Andreas Pakulat)
   5. [Patch] Make C++ config dialog smaller (Andreas Pakulat)
   6. Re: [PATCH] Simple fix in "Attach to process" dialog (Matt Rogers)
   7. Re: doxygen bugfix (Matt Rogers)


----------------------------------------------------------------------

Message: 1
Date: Sat, 13 Jan 2007 13:58:18 +0200
From: Alexander Dymo <dymo at ukrpost.ua>
Subject: Re: valgrind/kcachegrind integration patch
To: kdevelop-devel at kdevelop.org
Message-ID: <200701131358.18730.dymo at ukrpost.ua>
Content-Type: text/plain;  charset="iso-8859-1"

On Saturday 13 January 2007 03:51, Matt Rogers wrote:
> looks fine. Please commit. i recommend running fixuifiles (from
> kdesdk/scripts) before committing though.
Yeah, I've already did that :)



------------------------------

Message: 2
Date: Sat, 13 Jan 2007 14:02:12 +0200
From: Alexander Dymo <dymo at ukrpost.ua>
Subject: Re: valgrind/kcachegrind integration patch
To: kdevelop-devel at kdevelop.org
Message-ID: <200701131402.12153.dymo at ukrpost.ua>
Content-Type: text/plain;  charset="iso-8859-1"

On Saturday 13 January 2007 02:14, Matthew Woehlke wrote:
> Did you mean to write 'valgrind>=2.2'? :-) AFAIK --tool=callgrind has 
> been around for a lot longer than 3.x (I have 2.2.0, and I use 
> callgrind all the time), so yeah, this should probably change. :-)
Hmm. didn't know about that :)

> Um, and I didn't realize kcachgrind understood calltree output (or why

> you would care)... or, at least on my system, "calltree" is a source 
> code analyzer and is completely unlike callgrind. Although if you 
> /are/ talking about that one, it's still valuable because it shows all

> /possible/ paths, not just ones an execution cycle tickles.
kcachegrind here understands both --tool=cachegrind and --tool=callgrind
output. In the later case it shows more information so I used that as a
default.



------------------------------

Message: 3
Date: Sat, 13 Jan 2007 12:48:00 +0100
From: Jens Dagerbo <jens.dagerbo at swipnet.se>
Subject: doxygen bugfix
To: kdevelop-devel at kdevelop.org
Message-ID: <200701131248.00638.jens.dagerbo at swipnet.se>
Content-Type: text/plain; charset="us-ascii"


http://bugs.kde.org/show_bug.cgi?id=104134

There's plenty of low hanging stuff left.. here's a trivial fix to an
almost 2 year old bug.

Ok to commit?


// jens
-------------- next part --------------
A non-text attachment was scrubbed...
Name: save_before_build_doxygen.diff
Type: text/x-diff
Size: 370 bytes
Desc: not available
Url :
https://barney.cs.uni-potsdam.de/mailman/private/kdevelop-devel/attachme
nts/20070113/c66956b1/save_before_build_doxygen-0001.bin

------------------------------

Message: 4
Date: 13 Jan 2007 12:52:46 -0000
From: Andreas Pakulat <apaku at gmx.de>
Subject: [Bug 59887] "There is no Makefile in this directory. Run
	qmake	first?" but runs tmake 
To: kdevelop-devel at kdevelop.org
Message-ID: <20070113125246.6205.qmail at ktown.kde.org>
Content-Type: text/plain; charset="utf-8"   

------- You are receiving this mail because: ------- You are the
assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=59887         
apaku gmx de changed:

           What    |Removed                     |Added
------------------------------------------------------------------------
----
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From apaku gmx de  2007-01-13 13:52 -------
This has already been fixed for 3.3.



------------------------------

Message: 5
Date: Sat, 13 Jan 2007 15:26:20 +0100
From: Andreas Pakulat <apaku at gmx.de>
Subject: [Patch] Make C++ config dialog smaller
To: KDevelop-Devel <kdevelop-devel at kdevelop.org>
Message-ID: <20070113142620.GA28539 at morpheus.apaku.dnsalias.org>
Content-Type: text/plain; charset="us-ascii"

Hi,

it seems that the C++ configuration widget is too large for resolutions
below 1000 pixel height. The attached patch removes the editlistbox from
the Qt tab and puts it into a separate dialog. This setting is not
needed very often and allows the dialog to be completely displayed even
on smaller resolutions (like laptops with 1200x800, as annma uses ;)

Andreas

--
You have many friends and very few living enemies.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_plugin_paths.gz
Type: application/x-gunzip
Size: 7854 bytes
Desc: not available
Url :
https://barney.cs.uni-potsdam.de/mailman/private/kdevelop-devel/attachme
nts/20070113/309236e4/patch_plugin_paths-0001.gz

------------------------------

Message: 6
Date: Sat, 13 Jan 2007 09:24:08 -0600
From: Matt Rogers <mattr at kde.org>
Subject: Re: [PATCH] Simple fix in "Attach to process" dialog
To: kdevelop-devel at kdevelop.org
Cc: Andras Mantia <amantia at kde.org>
Message-ID: <200701130924.08913.mattr at kde.org>
Content-Type: text/plain;  charset="iso-8859-1"

On Saturday 13 January 2007 3:47 am, Andras Mantia wrote:
> On Tue Jan 9 2007, Andras Mantia wrote:
> > The column names for TIME and COMMAND are swapped...
>
> Do you want this in 3.4?
>
> Andras

Sorry I missed this initially. Please commit.

--
Matt



------------------------------

Message: 7
Date: Sat, 13 Jan 2007 09:28:01 -0600
From: Matt Rogers <mattr at kde.org>
Subject: Re: doxygen bugfix
To: kdevelop-devel at kdevelop.org
Message-ID: <200701130928.01674.mattr at kde.org>
Content-Type: text/plain;  charset="iso-8859-1"

On Saturday 13 January 2007 5:48 am, Jens Dagerbo wrote:
> http://bugs.kde.org/show_bug.cgi?id=104134
>
> There's plenty of low hanging stuff left.. here's a trivial fix to an
> almost 2 year old bug.
>
> Ok to commit?
>

Please commit.
-- 
Matt



------------------------------

_______________________________________________
KDevelop-devel mailing list
KDevelop-devel at kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel


End of KDevelop-devel Digest, Vol 9, Issue 29
*********************************************




More information about the KDevelop-devel mailing list