Hi,
I need to install and configure some debian computers
for non-experienced users with KDE and openoffice.
Now I have a certain problem:
KDE allows to select the user language for the KDE
session, but does not propagate this in the environment
language. Openoffice allows to set the user langua
CVS commit by mornfall:
General:
- update TODO
- cvsignore *ui.h *ui.cpp
libcapture
- introduce capture::PkgManager (first try)
- implement capture::PkgFeeder: This class abstracts the PkgIterator
away from addPackage in grouper and enables us to feed eg. DepIterator
into grouper. This needs
* Hadmut Danisch [Sat, 27 Dec 2003 10:54:05 +0100]:
> Since I do not want to set the variable globally and do
> not want to fiddle with every single account, I'm looking
> for a way to propagate the KDE language setting into the
> LANG environment variable (once for all users). Any idea
> how to
CVS commit by domi:
oops, this should have been LGPL.
M +11 -11pkgtreefactory.h 1.2
--- kdenonbeta/kdedebian/kapture/kapture/pkgtreefactory.h #1.1:1.2
@@ -3,18 +3,18 @@
// Copyright (C) 2003 Dominique Devriese <[EMAIL PROTECTED]>
-// This program is free software; you can redist
El Sábado, 27 de Diciembre de 2003 10:54, Hadmut Danisch escribió:
> I need to install and configure some debian computers
> for non-experienced users with KDE and openoffice.
> Now I have a certain problem:
>
> KDE allows to select the user language for the KDE
> session, but does not propagate th
CVS commit by domi:
found a bug: when escaping a val ending in "::", you got wrong results with
explode
M +14 -1 stl_util.cpp 1.3
--- kdenonbeta/kdedebian/kapture/kapture/stl_util.cpp #1.2:1.3
@@ -20,4 +20,8 @@
#include
+#ifdef DOMI_DEBUG
+#include
+#include
+#endif
#includ
CVS commit by mornfall:
reduce compiler warnings
M +1 -1 kapture_part.cpp 1.6
M +4 -2 mainview.cpp 1.2
M +4 -2 pkggrouper.h 1.11
M +1 -4 stl_util.cpp 1.2
--- kdenonbeta/kdedebian/kapture/kapture/kapture_part.cpp #1.5:1.6
@@ -69,5 +69,5 @@ kapturePart::~kap
CVS commit by mornfall:
try fix compile on 3.1
M +1 -2 Makefile.am 1.4
M +2 -0 kaptureconfig.h 1.2
M +2 -0 mainview.cpp 1.3
M +1 -1 mainview.h 1.2
--- kdenonbeta/kdedebian/kapture/kapture/Makefile.am #1.3:1.4
@@ -58,6 +58,5 @@
libkapturepart_la_SOURCES =
CVS commit by domi:
properly escape and unescape everything in the serialization and
deserialization processes. Fix a few bugs as well
M +87 -15stl_util.cpp 1.4
CVS commit by domi:
proper unit tests for the stl_util stuff
M +36 -21stl_test.cpp 1.2
M +0 -42 stl_util.cpp 1.5
--- kdenonbeta/kdedebian/kapture/kapture/stl_test.cpp #1.1:1.2
@@ -1,29 +1,44 @@
#include "stl_util.h"
#include
+#include
using namespace std;
using namesp
CVS commit by domi:
cvs ignore stl_test
M +1 -0 .cvsignore 1.3
--- kdenonbeta/kdedebian/kapture/kapture/.cvsignore #1.2:1.3
@@ -4,2 +4,3 @@
Makefile
Makefile.in
+stl_test
CVS commit by domi:
constant references rock.
Peter: copying std::map's around is a pretty heavy operation, don't do
it unless necessary.
CCMAIL: Peter Rockai <[EMAIL PROTECTED]>
M +9 -9 pkggrouper.cpp 1.10
M +11 -11pkggrouper.h 1.12
12 matches
Mail list logo