[rkward-cvs] rkward ChangeLog,1.112,1.113 TODO,1.113,1.114 configure,1.35,1.36 configure.files,1.9,1.10 configure.in,1.29,1.30 subdirs,1.12,1.13
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Apr 16 13:50:22 UTC 2006
- Previous message: [rkward-cvs] rkward/debian changelog,1.12,1.13
- Next message: [rkward-cvs] rkward configure,1.36,1.37 configure.files,1.10,1.11 configure.in,1.30,1.31 subdirs,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13330
Modified Files:
ChangeLog TODO configure configure.files configure.in subdirs
Log Message:
Update ChangeLog and TODO
Index: configure.files
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.files,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** configure.files 10 Apr 2006 21:37:01 -0000 1.9
--- configure.files 16 Apr 2006 13:50:20 -0000 1.10
***************
*** 1,2 ****
--- 1,3 ----
./admin/configure.in.min
configure.in.in
+ ./rkward-0.3.5/configure.in.in
Index: configure
===================================================================
RCS file: /cvsroot/rkward/rkward/configure,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** configure 14 Apr 2006 15:52:53 -0000 1.35
--- configure 16 Apr 2006 13:50:20 -0000 1.36
***************
*** 30751,30754 ****
--- 30751,30759 ----
+ #MIN_CONFIG(3)
+
+
+
+
Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** ChangeLog 14 Apr 2006 22:21:09 -0000 1.112
--- ChangeLog 16 Apr 2006 13:50:20 -0000 1.113
***************
*** 1,7 ****
! - giving back focus to the script editor after running line/selection/all.
! - rewording exit dialog box.
- show info message, if retrieving context help fails
- pressing Ctrl+C in the console resets a partial command, if any
! - adding syntax highlighting in the console
- configure: if not overriden, and $KDEDIR is not set, assume --prefix=`kde-config --prefix` instead of /usr/local/kde/
- remove some GUI clutter for Script File editor
--- 1,8 ----
! --- Version 0.3.5 - Apr-16-2006
! - give back focus to the script editor after running line/selection/all
! - reworded exit dialog box
- show info message, if retrieving context help fails
- pressing Ctrl+C in the console resets a partial command, if any
! - added syntax highlighting in the console
- configure: if not overriden, and $KDEDIR is not set, assume --prefix=`kde-config --prefix` instead of /usr/local/kde/
- remove some GUI clutter for Script File editor
Index: configure.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** configure.in 10 Apr 2006 21:37:01 -0000 1.29
--- configure.in 16 Apr 2006 13:50:20 -0000 1.30
***************
*** 67,70 ****
--- 67,81 ----
dnl AC_PROG_YACC dnl __kdevelop__
+ #MIN_CONFIG(3)
+
+ dnl PACKAGE set before
+
+ dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
+ dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
+ dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __kdevelop[exc]__
+
+ dnl KDE_NEED_FLEX dnl __kdevelop__
+ dnl AC_PROG_YACC dnl __kdevelop__
+
KDE_CREATE_SUBDIRSLIST
AC_CONFIG_FILES([ Makefile ])
Index: subdirs
===================================================================
RCS file: /cvsroot/rkward/rkward/subdirs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** subdirs 10 Apr 2006 21:37:01 -0000 1.12
--- subdirs 16 Apr 2006 13:50:20 -0000 1.13
***************
*** 3,4 ****
--- 3,5 ----
po
rkward
+ rkward-0.3.5
Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** TODO 12 Apr 2006 08:49:49 -0000 1.113
--- TODO 16 Apr 2006 13:50:20 -0000 1.114
***************
*** 64,68 ****
- well, on second thought, it might be better to rely more on RCommand::id () instead of pointers. Why? The id is unique (until integer overflow). The pointer may be reused after a delete -> potential problem when trying to cancel command which is actually already deleted (and potentially other cases)
- let's set this back for a while
- - active/disabled setting for RKPluginWidgets: 1) Move default implementation to RKPluginWidget-base class (make virtual for special needs). 2) rework mechanism, when switching to component infrastructure
API documentation:
--- 64,67 ----
- Previous message: [rkward-cvs] rkward/debian changelog,1.12,1.13
- Next message: [rkward-cvs] rkward configure,1.36,1.37 configure.files,1.10,1.11 configure.in,1.30,1.31 subdirs,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list