[rkward-cvs] rkward TODO,1.85,1.86 configure,1.25,1.26 configure.in,1.25,1.26 configure.in.in,1.14,1.15
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Fri Oct 21 15:23:38 UTC 2005
- Previous message: [rkward-cvs] rkward/rkward/windows detachedwindowcontainer.cpp,NONE,1.1 detachedwindowcontainer.h,NONE,1.1 Makefile.am,1.8,1.9 rkcommandeditorwindow.cpp,1.24,1.25 rkcommandeditorwindow.h,1.17,1.18
- Next message: [rkward-cvs] rkward/rkward rkeditormanager.cpp,1.12,1.13 rkeditormanager.h,1.7,1.8 rkward.cpp,1.110,1.111
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10370
Modified Files:
TODO configure configure.in configure.in.in
Log Message:
Make windows detachable. Some more work needs to be done, but basically functioning
Index: configure
===================================================================
RCS file: /cvsroot/rkward/rkward/configure,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** configure 2 Oct 2005 15:21:59 -0000 1.25
--- configure 21 Oct 2005 15:23:35 -0000 1.26
***************
*** 1900,1904 ****
# Define the identity of the package.
PACKAGE=rkward
! VERSION=0.3.3
--- 1900,1904 ----
# Define the identity of the package.
PACKAGE=rkward
! VERSION=0.3.4
Index: configure.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** configure.in 2 Oct 2005 15:22:00 -0000 1.25
--- configure.in 21 Oct 2005 15:23:35 -0000 1.26
***************
*** 37,41 ****
dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.3) dnl searches for some needed programs
KDE_SET_PREFIX
--- 37,41 ----
dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.4) dnl searches for some needed programs
KDE_SET_PREFIX
Index: configure.in.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** configure.in.in 29 Sep 2005 13:24:48 -0000 1.14
--- configure.in.in 21 Oct 2005 15:23:35 -0000 1.15
***************
*** 1,5 ****
#MIN_CONFIG(3)
! AM_INIT_AUTOMAKE(rkward,0.3.3)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
--- 1,5 ----
#MIN_CONFIG(3)
! AM_INIT_AUTOMAKE(rkward,0.3.4)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** TODO 20 Oct 2005 20:58:40 -0000 1.85
--- TODO 21 Oct 2005 15:23:35 -0000 1.86
***************
*** 1,4 ****
--- 1,5 ----
The following list of TODO-items is NOT complete!
Also, plans change frequently. If something is listed for a specific release, that's no more than a rough plan.
+ All in all, this TODO list is mostly for internal purposes, and many parts may not necessarily be intellegible to anybody but the authors.
Little annoying stuff:
***************
*** 14,17 ****
--- 15,22 ----
- probably the only clean solution to placing plugins in the GUI is to use KXMLGUI here, too. RKComponentHandle would be a KAction subclass. .pluginmap-files would contain a portion that essentially looks like an .rc file.
+ - Detaching:
+ - create .rc file, allow reattaching
+ - integrate into loop in queryClose
+
Configuration options to add:
- additional console options:
- Previous message: [rkward-cvs] rkward/rkward/windows detachedwindowcontainer.cpp,NONE,1.1 detachedwindowcontainer.h,NONE,1.1 Makefile.am,1.8,1.9 rkcommandeditorwindow.cpp,1.24,1.25 rkcommandeditorwindow.h,1.17,1.18
- Next message: [rkward-cvs] rkward/rkward rkeditormanager.cpp,1.12,1.13 rkeditormanager.h,1.7,1.8 rkward.cpp,1.110,1.111
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list