[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-07-18 21:31:36
[Download RAW message or body]

CVS commit by amantia: 

Create a new message for directory creation when installing.
The directory navigation messages are still shown when installing, even if they are \
turned off. And Gideon eats all the memory and crashes if I right click on the \
Messages window after installing...

CCMAIL: kdevelop-devel@kdevelop.org


  M +3 -1      makeactionfilter.cpp   1.20


--- kdevelop/parts/outputviews/makeactionfilter.cpp  #1.19:1.20
@@ -54,5 +55,6 @@ MakeActionFilter::ActionFormat* MakeActi
                 ActionFormat( i18n("linking"), "g++", "g\\+\\+\\S* (?:\\S* )*-o \
                ([^\\s;]+)", 1 ),
                 ActionFormat( i18n("linking"), "gcc", "g\\c\\c\\S* (?:\\S* )*-o \
                ([^\\s;]+)", 1 ),
-                ActionFormat( i18n("installing"), "", \
"^/(?:usr/bin/install|bin/sh\\s.*mkinstalldirs|bin/sh\\s.*libtool.*--mode=install).*\\s([^\\s;]+)", \
1 ), +                ActionFormat( i18n("creating"), "", \
"/(?:bin/sh\\s.*mkinstalldirs).*\\s([^\\s;]+)", 1 ), +                ActionFormat( \
i18n("installing"), "", \
"/(?:usr/bin/install|bin/sh\\s.*mkinstalldirs|bin/sh\\s.*libtool.*--mode=install).*\\s([^\\s;]+)", \
                1 ),
                 ActionFormat( i18n("generating"), "dcopidl", "dcopidl .* > \
                ([^\\s;]+)", 1 ),
                 ActionFormat( i18n("compiling"), "dcopidl2cpp", "dcopidl2cpp (?:\\S* \
)*([^\\s;]+)", 1 ),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic