[rkward-cvs] SF.net SVN: rkward: [2238] branches/KDE4_port
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Nov 18 18:40:40 UTC 2007
Revision: 2238
http://rkward.svn.sourceforge.net/rkward/?rev=2238&view=rev
Author: tfry
Date: 2007-11-18 10:40:40 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
Install .desktop file, and a bit of bookkeeping
Modified Paths:
--------------
branches/KDE4_port/TODO_KDE4
branches/KDE4_port/rkward/CMakeLists.txt
Modified: branches/KDE4_port/TODO_KDE4
===================================================================
--- branches/KDE4_port/TODO_KDE4 2007-11-18 18:32:15 UTC (rev 2237)
+++ branches/KDE4_port/TODO_KDE4 2007-11-18 18:40:40 UTC (rev 2238)
@@ -1,9 +1,6 @@
**CMake**
- message extraction
- po file handling
-- handbook installation
-- icons
-- rkward.desktop
- use Configure-File-Makro for wrapperscript
- test
- configuration
@@ -39,13 +36,9 @@
- does it reload all changed images?
rkwindowcatcher
- - does it work?
- does the "set fixed size" dialog work?
- does the "copy device to R object" dialog work?
-rkloadlibsdialog:
- - does it work?
-
rkradio:
- does disabling single options work (in plugins)?
@@ -54,8 +47,6 @@
+ When going to a specific page programmitcally, e.g. "Plugins" and "R-Pacakges" text on the left panel remain selected
- likely bug in KDE libs
-data editor:
-
rklocalesupport:
- does locale switching / detection work? Does Qt have something, yet?
Modified: branches/KDE4_port/rkward/CMakeLists.txt
===================================================================
--- branches/KDE4_port/rkward/CMakeLists.txt 2007-11-18 18:32:15 UTC (rev 2237)
+++ branches/KDE4_port/rkward/CMakeLists.txt 2007-11-18 18:40:40 UTC (rev 2238)
@@ -61,21 +61,4 @@
INSTALL(TARGETS rkward.bin DESTINATION ${BIN_INSTALL_DIR})
INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/rkward DESTINATION ${BIN_INSTALL_DIR})
-# TODO:
-#INSTALL(FILES rkward.desktop DESTINATION ${XDG_APPS_DIR})
-# icons?!
-
-# TODO:
-#install-data-local:
-# $(mkinstalldirs) $(kde_appsdir)/Applications/
-# $(INSTALL_DATA) $(srcdir)/rkward.desktop $(kde_appsdir)/Applications/rkward.desktop
-# $(mkinstalldirs) $(kde_icondir)/locolor/32x32/apps/
-# $(INSTALL_DATA) $(srcdir)/lo32-app-rkward.png $(kde_icondir)/locolor/32x32/apps/rkward.png
-# $(mkinstalldirs) $(kde_icondir)/locolor/16x16/apps/
-# $(INSTALL_DATA) $(srcdir)/lo16-app-rkward.png $(kde_icondir)/locolor/16x16/apps/rkward.png
-#
-#uninstall-local:
-# -rm -f $(kde_appsdir)/Applications/rkward.desktop
-# -rm -f $(kde_icondir)/locolor/32x32/apps/rkward.png
-# -rm -f $(kde_icondir)/locolor/16x16/apps/rkward.png
-#
+INSTALL(FILES rkward.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list