Initial Commit. The packaging still does not work properly.
authorNaresh Mehta <nareshtechs@gmail.com>
Thu, 8 Jul 2010 03:31:41 +0000 (05:31 +0200)
committerNaresh Mehta <nareshtechs@gmail.com>
Thu, 8 Jul 2010 03:31:41 +0000 (05:31 +0200)
commit6f0e06a23515e795b75e08161487d60c9fc4f933
treef1a7ecb4c165da49c373d33de4b2e79fc338e309
parent8cdf509abbdb8654def1e0df79e1f607e9a41807
Initial Commit. The packaging still does not work properly.
new file:   Makefile
new file:   addprofile.cpp
new file:   addprofile.h
new file:   addprofile.ui
new file:   addstep.cpp
new file:   addstep.h
new file:   addstep.ui
new file:   build-stamp
new file:   cfConfig.xml
new file:   config.cpp
new file:   config.h
new file:   config.xml
new file:   configure-stamp
new file:   confmanager.cpp
new file:   confmanager.h
new file:   confmgr
new file:   confmgr.pro
new file:   confmgr.pro.user
new file:   dbusutility.cpp
new file:   dbusutility.h
new file:   debian/README.Debian
new file:   debian/changelog
new file:   debian/compat
new file:   debian/confmgr-default.ex
new file:   debian/confmgr.doc-base.EX
new file:   debian/confmgr/DEBIAN/control
new file:   debian/confmgr/DEBIAN/md5sums
new file:   debian/confmgr/usr/share/doc/confmgr/README.Debian
new file:   debian/confmgr/usr/share/doc/confmgr/changelog.Debian.gz
new file:   debian/confmgr/usr/share/doc/confmgr/copyright
new file:   debian/control
new file:   debian/copyright
new file:   debian/cron.d.ex
new file:   debian/dirs
new file:   debian/docs
new file:   debian/emacsen-install.ex
new file:   debian/emacsen-remove.ex
new file:   debian/emacsen-startup.ex
new file:   debian/files
new file:   debian/init.d.ex
new file:   debian/manpage.1.ex
new file:   debian/manpage.sgml.ex
new file:   debian/manpage.xml.ex
new file:   debian/menu.ex
new file:   debian/postinst.ex
new file:   debian/postrm.ex
new file:   debian/preinst.ex
new file:   debian/prerm.ex
new file:   debian/rules
new file:   debian/watch.ex
new file:   main.cpp
new file:   mainwindow.cpp
new file:   mainwindow.h
new file:   mainwindow.ui
new file:   profile.cpp
new file:   profile.h
new file:   src/Makefile
new file:   src/addprofile.cpp
new file:   src/addprofile.h
new file:   src/addprofile.ui
new file:   src/addstep.cpp
new file:   src/addstep.h
new file:   src/addstep.ui
new file:   src/cfConfig.xml
new file:   src/config.cpp
new file:   src/config.h
new file:   src/config.xml
new file:   src/confmanager.cpp
new file:   src/confmanager.h
new file:   src/confmgr.pro
new file:   src/confmgr.pro.user
new file:   src/dbusutility.cpp
new file:   src/dbusutility.h
new file:   src/main.cpp
new file:   src/mainwindow.cpp
new file:   src/mainwindow.h
new file:   src/mainwindow.ui
new file:   src/profile.cpp
new file:   src/profile.h
new file:   src/src.pro
new file:   src/xmlutil.cpp
new file:   src/xmlutil.h
new file:   xmlutil.cpp
new file:   xmlutil.h
84 files changed:
Makefile [new file with mode: 0644]
addprofile.cpp [new file with mode: 0644]
addprofile.h [new file with mode: 0644]
addprofile.ui [new file with mode: 0644]
addstep.cpp [new file with mode: 0644]
addstep.h [new file with mode: 0644]
addstep.ui [new file with mode: 0644]
build-stamp [new file with mode: 0644]
cfConfig.xml [new file with mode: 0644]
config.cpp [new file with mode: 0644]
config.h [new file with mode: 0644]
config.xml [new file with mode: 0644]
configure-stamp [new file with mode: 0644]
confmanager.cpp [new file with mode: 0644]
confmanager.h [new file with mode: 0644]
confmgr [new file with mode: 0755]
confmgr.pro [new file with mode: 0644]
confmgr.pro.user [new file with mode: 0644]
dbusutility.cpp [new file with mode: 0644]
dbusutility.h [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/confmgr-default.ex [new file with mode: 0644]
debian/confmgr.doc-base.EX [new file with mode: 0644]
debian/confmgr/DEBIAN/control [new file with mode: 0644]
debian/confmgr/DEBIAN/md5sums [new file with mode: 0644]
debian/confmgr/usr/share/doc/confmgr/README.Debian [new file with mode: 0644]
debian/confmgr/usr/share/doc/confmgr/changelog.Debian.gz [new file with mode: 0644]
debian/confmgr/usr/share/doc/confmgr/copyright [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/cron.d.ex [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/emacsen-install.ex [new file with mode: 0644]
debian/emacsen-remove.ex [new file with mode: 0644]
debian/emacsen-startup.ex [new file with mode: 0644]
debian/files [new file with mode: 0644]
debian/init.d.ex [new file with mode: 0644]
debian/manpage.1.ex [new file with mode: 0644]
debian/manpage.sgml.ex [new file with mode: 0644]
debian/manpage.xml.ex [new file with mode: 0644]
debian/menu.ex [new file with mode: 0644]
debian/postinst.ex [new file with mode: 0644]
debian/postrm.ex [new file with mode: 0644]
debian/preinst.ex [new file with mode: 0644]
debian/prerm.ex [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch.ex [new file with mode: 0644]
main.cpp [new file with mode: 0644]
mainwindow.cpp [new file with mode: 0644]
mainwindow.h [new file with mode: 0644]
mainwindow.ui [new file with mode: 0644]
profile.cpp [new file with mode: 0644]
profile.h [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/addprofile.cpp [new file with mode: 0644]
src/addprofile.h [new file with mode: 0644]
src/addprofile.ui [new file with mode: 0644]
src/addstep.cpp [new file with mode: 0644]
src/addstep.h [new file with mode: 0644]
src/addstep.ui [new file with mode: 0644]
src/cfConfig.xml [new file with mode: 0644]
src/config.cpp [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src/config.xml [new file with mode: 0644]
src/confmanager.cpp [new file with mode: 0644]
src/confmanager.h [new file with mode: 0644]
src/confmgr.pro [new file with mode: 0644]
src/confmgr.pro.user [new file with mode: 0644]
src/dbusutility.cpp [new file with mode: 0644]
src/dbusutility.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/mainwindow.cpp [new file with mode: 0644]
src/mainwindow.h [new file with mode: 0644]
src/mainwindow.ui [new file with mode: 0644]
src/profile.cpp [new file with mode: 0644]
src/profile.h [new file with mode: 0644]
src/src.pro [new file with mode: 0644]
src/xmlutil.cpp [new file with mode: 0644]
src/xmlutil.h [new file with mode: 0644]
xmlutil.cpp [new file with mode: 0644]
xmlutil.h [new file with mode: 0644]