CVS commit by juanjux:
Forgot to update version number.
M +2 -2 kalternatives.h 1.4
--- kdenonbeta/kdedebian/kalternatives/src/kalternatives.h #1.3:1.4
@@ -34,5 +34,5 @@
#include "altparser.h"
-#define KALT_VERSION "0.10"
+#define KALT_VERSION "0.11"
#define DEBIAN 0
#define MA
CVS commit by juanjux:
Some member vars names changed.
M +125 -137 altparser.cpp 1.5
M +41 -41altparser.h 1.2
M +71 -69kalternatives.cpp 1.4
M +36 -34kalternatives.h 1.3
CVS commit by juanjux:
Fixed two stupid memory leaks. Valgrind really rocks (first experience),
it's only lacking a robotic hand to slap you in the head.
M +24 -15altparser.cpp 1.4
M +15 -4 kalternatives.cpp 1.3
M +1 -0 kalternatives.h 1.2
--- kdenonbeta/kdedebian/ka
CVS commit by juanjux:
Fixing some initial import braindead.
Radmin/ChangeLog 1.1
Radmin/Doxyfile.am 1.1
Radmin/Doxyfile.global 1.1
Radmin/Makefile.common 1.1
Radmin/acinclude.m4.in 1.1
Radmin/am_edit
CVS commit by juanjux:
Some fixes.
M +3 -4 src/altparser.cpp 1.2
Rauthors 1.1
--- kdenonbeta/kdedebian/kalternatives/src/altparser.cpp #1.1:1.2
@@ -20,5 +20,4 @@
#include "altparser.h"
-#include
#include
#include
@@ -121,5 +120,4 @@ bool Alternative::select()
CVS commit by juanjux:
Migrated to C++, version 0.10.
AAUTHORS 1.1
ACOPYING 1.1
AChangeLog 1.1
ADoxyfile 1.1
AINSTALL 1.1
AMakefile.am 1.1
AMakefile.cvs 1.1
ANEWS 1.1
CVS commit by juanjux:
Removing kalternatives-python, preparing to import kalternatives-c++ (0.10)
RChangelog 1.6
RMakefile 1.3
RREADME 1.2
RTODO 1.6
Rbuild 1.1.1.1
Rcopyright 1.1.1.1
R
CVS commit by juanjux:
:%s/Debian/Mandrake\/Debian
M +10 -10README 1.2
M +3 -3 kalternatives 1.11
M +2 -2 debian/control 1.3
--- kdenonbeta/kdedebian/kalternatives/README #1.1.1.1:1.2
@@ -3,16 +3,16 @@
Kalternatives is a KDE program that a allows you to easily co
CVS commit by juanjux:
kalternatives.desktop file and .desktop file installation
CCMAIL: [EMAIL PROTECTED]
Akalternatives.desktop 1.1
M +5 -0 Changelog 1.6
M +4 -1 Makefile 1.3
M +1 -1 TODO 1.6
M +1 -1 kalternatives 1.10
M +1 -1 debian
CVS commit by juanjux:
Started kdeification. Still lacking some things (doc, kcontrol, .desktop...).
CCMAIL: [EMAIL PROTECTED]
M +5 -0 Changelog 1.5
M +4 -5 TODO 1.5
M +91 -56kalternatives 1.9
CVS commit by juanjux:
fix for Mandrake. Now it finally works there too.
CCMAIL: [EMAIL PROTECTED],[EMAIL PROTECTED]
M +1 -1 kalternatives 1.8
--- kdenonbeta/kdedebian/kalternatives/kalternatives #1.7:1.8
@@ -523,5 +523,5 @@
confstr += "\n"
-if (QMessageBox.q
CVS commit by juanjux:
fix
M +4 -1 kalternatives 1.7
--- kdenonbeta/kdedebian/kalternatives/kalternatives #1.6:1.7
@@ -357,5 +357,8 @@
def __init__(self, parent, item):
self.name = item.getName()
-QCheckListItem.__init__(self, parent, self.name,
QCheckListItem
CVS commit by juanjux:
fix
M +1 -0 Changelog 1.4
M +1 -1 kalternatives 1.6
--- kdenonbeta/kdedebian/kalternatives/Changelog #1.3:1.4
@@ -1,4 +1,5 @@
0.8
[Juanjo]
+
* Mandrake support
--- kdenonbeta/kdedebian/kalternatives/kalternatives #1.5:1.6
@@ -241,5 +241,5 @@
CVS commit by juanjux:
Added untested Mandrake Linux support (SOMEBODY PLEASE TEST!)
CCMAIL: [EMAIL PROTECTED], [EMAIL PROTECTED]
M +4 -0 Changelog 1.3
M +12 -2 kalternatives 1.5
M +1 -1 debian/changelog 1.3
--- kdenonbeta/kdedebian/kalternatives/Changelog #1.2:1.3
CVS commit by juanjux:
fix
M +2 -2 kalternatives 1.4
--- kdenonbeta/kdedebian/kalternatives/kalternatives #1.3:1.4
@@ -397,6 +397,6 @@
self.setMinimumSize(QSize(200,280))
-def slotItemClicked(self,item):
-if item.isNode or not item.isOn() or item.alreadyEnable
CVS commit by juanjux:
Added "Expand All" and "Collapse All" buttons.
Now the items on the tree are collapsed at program start.
CCMAIL: [EMAIL PROTECTED]
M +10 -0 Changelog 1.2
M +16 -2 kalternatives 1.3
M +1 -1 debian/changelog 1.2
--- kdenonbeta/kdedebian/kalterna
CVS commit by juanjux:
Fixed debian package building
Adirs 1.3
M +1 -1 control 1.2
--- kdenonbeta/kdedebian/kalternatives/debian/control #1.1.1.1:1.2
@@ -7,5 +7,5 @@
Package: kalternatives
Architecture: all
-Depends: python2.3, python2.3-qt3c102
+Depends: python2.3
CVS commit by juanjux:
If not root:
- Maintain always disabled the "apply" button.
- Don't ask for commit changes on program exit.
CCMAIL: [EMAIL PROTECTED]
M +10 -9 kalternatives 1.2
--- kdenonbeta/kdedebian/kalternatives/kalternatives #1.1.1.1:1.2
@@ -523,16 +523,17 @@
def
CVS commit by juanjux:
TODO
M +2 -2 TODO 1.4
--- kdenonbeta/kdedebian/kalternatives/TODO #1.3:1.4
@@ -1,5 +1,5 @@
-* KDE Support (KUniqueApp, Exit confirm dialog, etc)
+* KDE Support (KUniqueApp, Exit confirm dialog, .desktop file, etc)
* Buttons with icons, where configured
-* Abo
CVS commit by juanjux:
More TODO modification
M +1 -1 TODO 1.3
--- kdenonbeta/kdedebian/kalternatives/TODO #1.2:1.3
@@ -1,5 +1,5 @@
* KDE Support (KUniqueApp, Exit confirm dialog, etc)
* Buttons with icons, where configured
-* About, Help and tooltips
+* About, Help and tooltips (
CVS commit by juanjux:
Changed the TODO (the sys.exit problem is already fixed)
M +0 -1 TODO 1.2
--- kdenonbeta/kdedebian/kalternatives/TODO #1.1.1.1:1.2
@@ -1,3 +1,2 @@
-* sys.exit(0) doesn't seems to work here, change it
* KDE Support (KUniqueApp, Exit confirm dialog, etc)
* But
CVS commit by juanjux:
small Makefile fix
M +0 -1 Makefile 1.2
--- kdenonbeta/kdedebian/kalternatives/Makefile #1.1.1.1:1.2
@@ -1,5 +1,4 @@
MSGFMT = msgfmt
-#Change this if you want Animail installed on other location:
PREFIX=/usr/
#PREFIX=/usr/local/
22 matches
Mail list logo