Branch: r14.0.x

ec0343ea 2010-02-15 12:16:33 tpearson
Added KDE3 version of kcpuload


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1090658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A Makefile.am
A Makefile.am.in
A Makefile.cvs
A acinclude.m4
A aclocal.m4
A config.h.in
A configure.files
A configure.in
A configure.in.in
A doc/Makefile.am
A doc/kcpuload/Makefile.am
A doc/kcpuload/index.docbook
A kcpuload/AUTHORS
A kcpuload/COPYING
A kcpuload/ChangeLog
A kcpuload/INSTALL
A kcpuload/Makefile.am
A kcpuload/README
A kcpuload/TODO
A kcpuload/icons/Makefile.am
A kcpuload/icons/hi16-action-bars.png
A kcpuload/icons/hi16-action-barson.png
A kcpuload/icons/hi16-action-color.png
A kcpuload/icons/hi16-action-color0.png
A kcpuload/icons/hi16-action-color1.png
A kcpuload/icons/hi16-action-grid.png
A kcpuload/icons/hi16-action-gridon.png
A kcpuload/icons/hi16-action-labels.png
A kcpuload/icons/hi16-action-labelson.png
A kcpuload/icons/hi16-action-lines.png
A kcpuload/icons/hi16-action-lineson.png
A kcpuload/icons/hi16-action-shaded.png
A kcpuload/icons/hi16-action-shadedon.png
A kcpuload/icons/hi16-action-smp.png
A kcpuload/icons/hi16-action-smpon.png
A kcpuload/icons/hi16-action-soft.png
A kcpuload/icons/hi16-action-softon.png
A kcpuload/icons/hi16-action-speedarrow.png
A kcpuload/icons/hi16-action-split.png
A kcpuload/icons/hi16-action-spliton.png
A kcpuload/kcpuload/Makefile.am
A kcpuload/kcpuload/cr16-app-kcpuload.png
A kcpuload/kcpuload/cr32-app-kcpuload.png
A kcpuload/kcpuload/cr48-app-kcpuload.png
A kcpuload/kcpuload/icontoggleaction.cpp
A kcpuload/kcpuload/icontoggleaction.h
A kcpuload/kcpuload/kcpudock.cpp
A kcpuload/kcpuload/kcpudock.h
A kcpuload/kcpuload/kcpuload.cpp
A kcpuload/kcpuload/kcpuload.desktop
A kcpuload/kcpuload/kcpuload.h
A kcpuload/kcpuload/kcpuproc.cpp
A kcpuload/kcpuload/kcpuproc.h
A kcpuload/kcpuload/lo16-app-kcpuload.png
A kcpuload/kcpuload/lo32-app-kcpuload.png
A kcpuload/kcpuload/main.cpp
A kcpuload/kcpuload/speeddialog.cpp
A kcpuload/kcpuload/speeddialog.h
A kcpuload/kcpuload/statdock.cpp
A kcpuload/kcpuload/statdock.h
A kcpuload/kcpuload/statpopup.cpp
A kcpuload/kcpuload/statpopup.h
A patch-stamp
A stamp-h.in
A subdirs
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..5d9bf01
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,29 @@
+AUTOMAKE_OPTIONS = foreign 1.5
+
+install-data-local:
+	@echo ""
+	@echo ""
+	@echo ""
+	@echo "*************** Important *************************"
+	@echo ""
+	@echo " Add "$(bindir)" to your PATH"
+	@echo ""
+	@echo " Please report bugs with our web form at"
+	@echo " http://bugs.kde.org."
+	@echo ""
+	@echo " Stephan Kulow <coolo@...> and all the KDE"
+	@echo " developers wish you fun with the KDE."
+	@echo "****************************************************"
+	@echo ""
+
+$(top_srcdir)/acinclude.m4: $(shell find . -name acinclude.m4.in) $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
+	@cd $(top_srcdir) && cat $^ > acinclude.m4;
+
+$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && sed -e "s%^%\$(top_srcdir)/%" $(top_srcdir)/configure.files) $(top_srcdir)/subdirs
+	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
+$(top_srcdir)/subdirs:
+	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
+$(top_srcdir)/configure.files:
+	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
+
+SUBDIRS=$(TOPSUBDIRS)
diff --git a/Makefile.am.in b/Makefile.am.in
new file mode 100644
index 0000000..85ff111
--- /dev/null
+++ b/Makefile.am.in
@@ -0,0 +1,28 @@
+AUTOMAKE_OPTIONS = foreign 1.5
+
+install-data-local:
+	@echo ""
+	@echo ""
+	@echo ""
+	@echo "*************** Important *************************"
+	@echo ""
+	@echo " Add "$(bindir)" to your PATH"
+	@echo ""
+	@echo " Please report bugs with our web form at"
+	@echo " http://bugs.kde.org."
+	@echo ""
+	@echo " Stephan Kulow <coolo@...> and all the KDE"
+	@echo " developers wish you fun with the KDE."
+	@echo "****************************************************"
+	@echo ""
+
+$(top_srcdir)/acinclude.m4: $(shell find . -name acinclude.m4.in) $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
+	@cd $(top_srcdir) && cat $^ > acinclude.m4;
+
+$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && sed -e "s%^%\$(top_srcdir)/%" $(top_srcdir)/configure.files) $(top_srcdir)/subdirs
+	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
+$(top_srcdir)/subdirs:
+	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
+$(top_srcdir)/configure.files:
+	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
+
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 0000000..be59a86
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,14 @@
+all: 
+	@echo "This Makefile is only for the CVS repository"
+	@echo "This will be deleted before making the distribution"
+	@echo ""
+	@if test ! -d admin; then \
+	   echo "Please recheckout this module!" ;\
+	   echo "for cvs: use checkout once and after that update again" ;\
+	   echo "for cvsup: checkout kde-common from cvsup and" ;\
+	   echo "   link kde-common/admin to ./admin" ;\
+	   exit 1 ;\
+	fi
+	$(MAKE) -f admin/Makefile.common cvs
+
+.SILENT:
diff --git a/acinclude.m4 b/acinclude.m4
new file mode 100644
index 0000000..7ac4e5e
--- /dev/null
+++ b/acinclude.m4
@@ -0,0 +1,10743 @@
+##   -*- autoconf -*-
+
+dnl    This file is part of the KDE libraries/packages
+dnl    Copyright (C) 1997 Janos Farkas (chexum@...)
+dnl              (C) 1997,98,99 Stephan Kulow (coolo@...)
+
+dnl    This file is free software; you can redistribute it and/or
+dnl    modify it under the terms of the GNU Library General Public
+dnl    License as published by the Free Software Foundation; either
+dnl    version 2 of the License, or (at your option) any later version.
+
+dnl    This library is distributed in the hope that it will be useful,
+dnl    but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+dnl    Library General Public License for more details.
+
+dnl    You should have received a copy of the GNU Library General Public License
+dnl    along with this library; see the file COPYING.LIB.  If not, write to
+dnl    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl    Boston, MA 02110-1301, USA.
+
+dnl IMPORTANT NOTE:
+dnl Please do not modify this file unless you expect your modifications to be
+dnl carried into every other module in the repository. 
+dnl
+dnl Single-module modifications are best placed in configure.in for kdelibs
+dnl and kdebase or configure.in.in if present.
+
+dnl ------------------------------------------------------------------------
+dnl Forward compatibility macros (make autoconf 2.13 look like 2.50),
+dnl thanks to Raja R Harinath.
+dnl ------------------------------------------------------------------------
+dnl
+ifdef([_AC_PATH_X_XMKMF],[],
+   [AC_DEFUN([_AC_PATH_X_XMKMF],[AC_PATH_X_XMKMF])])
+ifdef([AC_OUTPUT_SUBDIRS],[],
+   [AC_DEFUN([AC_OUTPUT_SUBDIRS],[subdirs=$1; _AC_OUTPUT_SUBDIRS])])
+
+# KDE_PATH_X_DIRECT
+dnl Internal subroutine of AC_PATH_X.
+dnl Set ac_x_includes and/or ac_x_libraries.
+AC_DEFUN(KDE_PATH_X_DIRECT,
+[
+AC_REQUIRE([KDE_CHECK_LIB64])
+
+if test "$ac_x_includes" = NO; then
+  # Guess where to find include files, by looking for this one X11 .h file.
+  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
+
+  # First, try using that file with no special directory specified.
+AC_TRY_CPP([#include <$x_direct_test_include>],
+[# We can compile using X headers with no special include directory.
+ac_x_includes=],
+[# Look for the header file in a standard set of common directories.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+  for ac_dir in               \
+    /usr/X11/include          \
+    /usr/X11R6/include        \
+    /usr/X11R5/include        \
+    /usr/X11R4/include        \
+                              \
+    /usr/include/X11          \
+    /usr/include/X11R6        \
+    /usr/include/X11R5        \
+    /usr/include/X11R4        \
+                              \
+    /usr/local/X11/include    \
+    /usr/local/X11R6/include  \
+    /usr/local/X11R5/include  \
+    /usr/local/X11R4/include  \
+                              \
+    /usr/local/include/X11    \
+    /usr/local/include/X11R6  \
+    /usr/local/include/X11R5  \
+    /usr/local/include/X11R4  \
+                              \
+    /usr/X386/include         \
+    /usr/x386/include         \
+    /usr/XFree86/include/X11  \
+                              \
+    /usr/include              \
+    /usr/local/include        \
+    /usr/unsupported/include  \
+    /usr/athena/include       \
+    /usr/local/x11r5/include  \
+    /usr/lpp/Xamples/include  \
+                              \
+    /usr/openwin/include      \
+    /usr/openwin/share/include \
+    ; \
+  do
+    if test -r "$ac_dir/$x_direct_test_include"; then
+      ac_x_includes=$ac_dir
+      break
+    fi
+  done])
+fi # $ac_x_includes = NO
+
+if test "$ac_x_libraries" = NO; then
+  # Check for the libraries.
+
+  test -z "$x_direct_test_library" && x_direct_test_library=Xt
+  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
+
+  # See if we find them without any special options.
+  # Don't add to $LIBS permanently.
+  ac_save_LIBS="$LIBS"
+  LIBS="-l$x_direct_test_library $LIBS"
+AC_TRY_LINK(, [${x_direct_test_function}()],
+[LIBS="$ac_save_LIBS"
+# We can link X programs with no special library path.
+ac_x_libraries=],
+[LIBS="$ac_save_LIBS"
+# First see if replacing the include by lib works.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
+    /usr/X11/lib${kdelibsuff}           \
+    /usr/X11R6/lib${kdelibsuff}         \
+    /usr/X11R5/lib${kdelibsuff}         \
+    /usr/X11R4/lib${kdelibsuff}         \
+                                        \
+    /usr/lib${kdelibsuff}/X11           \
+    /usr/lib${kdelibsuff}/X11R6         \
+    /usr/lib${kdelibsuff}/X11R5         \
+    /usr/lib${kdelibsuff}/X11R4         \
+                                        \
+    /usr/local/X11/lib${kdelibsuff}     \
+    /usr/local/X11R6/lib${kdelibsuff}   \
+    /usr/local/X11R5/lib${kdelibsuff}   \
+    /usr/local/X11R4/lib${kdelibsuff}   \
+                                        \
+    /usr/local/lib${kdelibsuff}/X11     \
+    /usr/local/lib${kdelibsuff}/X11R6   \
+    /usr/local/lib${kdelibsuff}/X11R5   \
+    /usr/local/lib${kdelibsuff}/X11R4   \
+                                        \
+    /usr/X386/lib${kdelibsuff}          \
+    /usr/x386/lib${kdelibsuff}          \
+    /usr/XFree86/lib${kdelibsuff}/X11   \
+                                        \
+    /usr/lib${kdelibsuff}               \
+    /usr/local/lib${kdelibsuff}         \
+    /usr/unsupported/lib${kdelibsuff}   \
+    /usr/athena/lib${kdelibsuff}        \
+    /usr/local/x11r5/lib${kdelibsuff}   \
+    /usr/lpp/Xamples/lib${kdelibsuff}   \
+    /lib/usr/lib${kdelibsuff}/X11       \
+                                        \
+    /usr/openwin/lib${kdelibsuff}       \
+    /usr/openwin/share/lib${kdelibsuff} \
+    ; \
+do
+dnl Don't even attempt the hair of trying to link an X program!
+  for ac_extension in a so sl; do
+    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
 ** Diff limit reached (max: 250 lines) **
6976d641 2010-03-23 18:50:02 tpearson
Fixed images


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1106823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M kcpuload/icons/hi16-action-bars.png
M kcpuload/icons/hi16-action-barson.png
M kcpuload/icons/hi16-action-color.png
M kcpuload/icons/hi16-action-color0.png
M kcpuload/icons/hi16-action-color1.png
M kcpuload/icons/hi16-action-grid.png
M kcpuload/icons/hi16-action-gridon.png
M kcpuload/icons/hi16-action-labels.png
M kcpuload/icons/hi16-action-labelson.png
M kcpuload/icons/hi16-action-lines.png
M kcpuload/icons/hi16-action-lineson.png
M kcpuload/icons/hi16-action-shaded.png
M kcpuload/icons/hi16-action-shadedon.png
M kcpuload/icons/hi16-action-smp.png
M kcpuload/icons/hi16-action-smpon.png
M kcpuload/icons/hi16-action-soft.png
M kcpuload/icons/hi16-action-softon.png
M kcpuload/icons/hi16-action-speedarrow.png
M kcpuload/icons/hi16-action-split.png
M kcpuload/icons/hi16-action-spliton.png
M kcpuload/kcpuload/cr16-app-kcpuload.png
M kcpuload/kcpuload/cr32-app-kcpuload.png
M kcpuload/kcpuload/cr48-app-kcpuload.png
M kcpuload/kcpuload/lo16-app-kcpuload.png
M kcpuload/kcpuload/lo32-app-kcpuload.png
 ** Diff limit reached (max: 250 lines) **
ed82ec1b 2010-05-09 22:08:23 tpearson
Part of batch commit to enable true tasktray resize support for Trinity applications


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1124766 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M kcpuload/kcpuload/statdock.cpp
M kcpuload/kcpuload/statdock.h
 ** Diff limit reached (max: 250 lines) **
57ae0fd1 2010-05-10 01:28:35 tpearson
Added a couple pixels of black above the maximum displayable value for better look-n-feel


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1124822 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M kcpuload/kcpuload/statdock.cpp
 ** Diff limit reached (max: 250 lines) **
c2ac333e 2011-05-29 20:22:50 tpearson
TQt4 convert kcpuload
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1234190 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M kcpuload/kcpuload/icontoggleaction.cpp
M kcpuload/kcpuload/icontoggleaction.h
M kcpuload/kcpuload/kcpudock.cpp
M kcpuload/kcpuload/kcpudock.h
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/kcpuload.h
M kcpuload/kcpuload/kcpuproc.h
M kcpuload/kcpuload/speeddialog.cpp
M kcpuload/kcpuload/speeddialog.h
M kcpuload/kcpuload/statdock.cpp
M kcpuload/kcpuload/statdock.h
M kcpuload/kcpuload/statpopup.cpp
M kcpuload/kcpuload/statpopup.h
 ** Diff limit reached (max: 250 lines) **
5188f17b 2011-08-10 01:08:18 tpearson
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M kcpuload/kcpuload/kcpuload.cpp
 ** Diff limit reached (max: 250 lines) **
11ca4665 2011-08-10 17:19:39 tpearson
rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M kcpuload/kcpuload/icontoggleaction.cpp
M kcpuload/kcpuload/icontoggleaction.h
M kcpuload/kcpuload/kcpudock.cpp
M kcpuload/kcpuload/kcpudock.h
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/kcpuload.h
M kcpuload/kcpuload/speeddialog.cpp
M kcpuload/kcpuload/speeddialog.h
M kcpuload/kcpuload/statdock.cpp
M kcpuload/kcpuload/statdock.h
M kcpuload/kcpuload/statpopup.cpp
M kcpuload/kcpuload/statpopup.h
 ** Diff limit reached (max: 250 lines) **
cf14ccfe 2011-08-20 20:43:11 tpearson
Convert remaining references to kde3 (e.g. in paths) to trinity


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
36068f18 2011-10-10 15:45:10 tpearson
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M kcpuload/kcpuload/Makefile.am
 ** Diff limit reached (max: 250 lines) **
a15d8d8e 2011-11-04 16:45:21 Timothy Pearson
Added common directories
A .gitmodules
A admin
A cmake
 ** Diff limit reached (max: 250 lines) **
e977377e 2011-11-05 21:46:05 Timothy Pearson
Rename kde libraries to tde
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
d40084b8 2011-11-05 22:02:33 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
282d5ce9 2011-11-06 02:18:49 Timothy Pearson
Additional kde to tde renaming
M acinclude.m4
M aclocal.m4
M kcpuload/kcpuload/Makefile.am
 ** Diff limit reached (max: 250 lines) **
4f0f456d 2011-11-06 03:04:04 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b600b61f 2011-11-06 03:04:05 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
dc2c38a5 2011-11-06 16:14:05 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
e16694ee 2011-11-06 21:33:05 Timothy Pearson
Rename additional instances of KDE to TDE
M acinclude.m4
M aclocal.m4
M kcpuload/kcpuload/Makefile.am
 ** Diff limit reached (max: 250 lines) **
b54a1c94 2011-11-06 22:24:01 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
dee57b4b 2011-11-07 20:15:40 Timothy Pearson
Rename kwin to twin (part 1 of 2)
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
88e4727e 2011-11-08 02:13:55 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
4fa6d6fd 2011-11-16 13:38:29 Timothy Pearson
Additional renaming of kde to tde
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
bab3bc9b 2011-11-16 13:59:54 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
cf2c95b1 2011-11-16 13:59:55 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
28cbc13e 2011-11-18 02:02:57 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8606aad2 2011-11-26 14:46:19 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7aa4ae64 2011-12-03 23:24:07 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ca8bd234 2011-12-07 18:49:18 Timothy Pearson
Rename KDEHOME and KDEDIR
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
7881e88b 2011-12-07 20:48:53 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d067f88e 2011-12-15 15:30:13 Timothy Pearson
Rename a number of old tq methods that are no longer tq specific
M kcpuload/kcpuload/kcpudock.cpp
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/statdock.cpp
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
c5be1ff9 2011-12-16 09:56:02 Timothy Pearson
Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit d067f88edb90a046f0ce07501bc401492630ff02.
M kcpuload/kcpuload/kcpudock.cpp
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/statdock.cpp
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
cff8b505 2011-12-18 18:09:29 Timothy Pearson
Rename old tq methods that no longer need a unique name
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
bebb5662 2011-12-19 11:36:16 Timothy Pearson
Remove additional unneeded tq method conversions
M kcpuload/kcpuload/kcpudock.cpp
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/statdock.cpp
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
56404f76 2012-01-01 00:25:11 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
eea1f7ed 2012-01-02 12:16:58 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2046b230 2012-01-20 02:13:40 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f22fd80a 2012-02-01 17:17:07 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
866a050f 2012-02-02 04:04:31 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
464c56d1 2012-02-02 14:34:51 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f86d3fb9 2012-02-07 18:13:14 Timothy Pearson
Rename include subdirectory to tde
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
c72802c7 2012-02-07 19:40:40 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e153711c 2012-02-10 13:41:34 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ce227a25 2012-02-11 14:34:27 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f8ab93b2 2012-02-11 14:34:29 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
7e8261eb 2012-02-12 17:31:12 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
fde5ea05 2012-02-14 21:07:47 Timothy Pearson
Update various qt function definitions and static methods for tqt3
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
b9432335 2012-02-14 22:02:00 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
50ec8ba6 2012-02-16 17:54:13 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
9f47b6c6 2012-02-17 15:59:28 Timothy Pearson
Remove spurious TQ_OBJECT instances
M kcpuload/kcpuload/icontoggleaction.h
M kcpuload/kcpuload/kcpuload.h
M kcpuload/kcpuload/speeddialog.h
M kcpuload/kcpuload/statdock.h
M kcpuload/kcpuload/statpopup.h
 ** Diff limit reached (max: 250 lines) **
f67d8d9b 2012-02-19 16:23:25 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
a7c1ba3a 2012-02-25 17:42:48 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f87dda72 2012-02-26 14:16:42 Timothy Pearson
Rename kde-config to tde-config
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
e625ad1d 2012-02-26 15:57:38 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ba6320db 2012-02-26 15:57:39 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
4ccb863b 2012-03-03 02:30:56 Timothy Pearson
Update docbook header per Darrell's instructions
M doc/kcpuload/index.docbook
 ** Diff limit reached (max: 250 lines) **
a4f231bb 2012-03-06 00:46:52 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ccb7cb78 2012-03-06 13:06:16 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2863440d 2012-03-13 03:30:28 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
92575df7 2012-03-26 16:35:47 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fece6fa1 2012-04-10 23:19:24 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
09a90512 2012-04-10 23:19:26 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
df87915c 2012-04-11 11:25:06 Darrell Anderson
Update HTML install path references.
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
dc943e11 2012-04-14 18:06:59 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
48ac1cc2 2012-05-10 16:16:00 Darrell Anderson
Branding cleanup: I18N_NOOP KDE -> TDE.
M kcpuload/kcpuload/main.cpp
 ** Diff limit reached (max: 250 lines) **
6c70cf66 2012-05-19 02:55:49 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
188d23eb 2012-06-08 16:42:05 Darrell Anderson
Update XDG information in support of bug report 892.
M kcpuload/kcpuload/kcpuload.desktop
 ** Diff limit reached (max: 250 lines) **
deb78529 2012-06-08 17:28:17 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ff5ad017 2012-06-08 17:28:19 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
a12cce8e 2012-06-12 17:58:47 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
548708c3 2012-06-14 02:31:53 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
17f24f77 2012-06-15 09:23:57 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
21f93f95 2012-06-19 17:18:38 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
59109980 2012-06-21 20:55:15 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7e27f676 2012-06-27 12:59:38 Darrell Anderson
Branding: KDE panel->TDE panel.
M doc/kcpuload/index.docbook
M kcpuload/README
 ** Diff limit reached (max: 250 lines) **
a4d67c2e 2012-08-07 02:42:11 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
6754afc7 2012-09-10 02:13:24 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
3470f811 2012-09-14 23:00:12 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
bb32a9fc 2012-10-26 15:30:46 Darrell Anderson
Add automake support for --enable-gcc-hidden-visibility.
M configure.in.in
 ** Diff limit reached (max: 250 lines) **
fc47a009 2012-11-20 05:42:43 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e84946b7 2012-11-20 05:42:46 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
b61d78e8 2012-11-27 05:35:34 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
9bf339d4 2012-11-27 05:35:37 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
3e04b3fa 2013-01-19 18:46:26 Timothy Pearson
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
M kcpuload/kcpuload/main.cpp
 ** Diff limit reached (max: 250 lines) **
bb058ce6 2013-01-19 23:54:39 Timothy Pearson
Rename KApplication to TDEApplication to avoid conflicts with KDE4
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
10086108 2013-01-20 02:49:27 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
297ae530 2013-01-22 19:52:21 Timothy Pearson
Rename KInstance and KAboutData to avoid conflicts with KDE4
M kcpuload/kcpuload/main.cpp
 ** Diff limit reached (max: 250 lines) **
145eccb8 2013-01-22 21:25:55 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
67799121 2013-01-24 13:20:13 Timothy Pearson
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
7ea38388 2013-01-25 00:07:15 Timothy Pearson
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
M kcpuload/kcpuload/statpopup.h
 ** Diff limit reached (max: 250 lines) **
2d8970fd 2013-01-26 13:08:40 Timothy Pearson
Rename a number of libraries and executables to avoid conflicts with KDE4
M acinclude.m4
M aclocal.m4
M kcpuload/kcpuload/Makefile.am
 ** Diff limit reached (max: 250 lines) **
decb749f 2013-01-26 15:24:41 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d4f473cf 2013-01-27 00:52:42 Timothy Pearson
Rename a number of libraries and executables to avoid conflicts with KDE4
M acinclude.m4
M aclocal.m4
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
16568198 2013-01-27 02:00:54 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8b32eea2 2013-01-27 02:00:56 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
bf3e92bf 2013-01-27 20:55:50 Timothy Pearson
Rename kiobuffer and KHTML
M acinclude.m4
M aclocal.m4
M cmake
 ** Diff limit reached (max: 250 lines) **
6f1cb85c 2013-01-28 09:23:16 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c846d51a 2013-01-28 10:22:20 Timothy Pearson
Fix up remaining references to -lkio
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
e057a15c 2013-01-29 23:20:26 Timothy Pearson
Rename a few build variables for overall consistency
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
4d4b4d89 2013-01-30 00:34:15 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
05dbfd2d 2013-02-01 14:59:59 Timothy Pearson
Rename a number of classes to enhance compatibility with KDE4
M kcpuload/kcpuload/icontoggleaction.cpp
M kcpuload/kcpuload/icontoggleaction.h
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/kcpuload.h
M kcpuload/kcpuload/statpopup.cpp
M kcpuload/kcpuload/statpopup.h
 ** Diff limit reached (max: 250 lines) **
64a133c0 2013-02-01 23:10:56 Timothy Pearson
Rename many classes and header files to avoid conflicts with KDE4
M kcpuload/kcpuload/icontoggleaction.h
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
e426d16b 2013-02-11 05:14:27 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d9e1a7f6 2013-02-14 17:04:49 Timothy Pearson
Rename common header files for consistency with class renaming
M kcpuload/kcpuload/main.cpp
 ** Diff limit reached (max: 250 lines) **
4caa59ee 2013-02-15 21:45:44 Timothy Pearson
Rename additional header files to avoid conflicts with KDE4
M kcpuload/kcpuload/kcpudock.cpp
M kcpuload/kcpuload/kcpuload.cpp
M kcpuload/kcpuload/main.cpp
M kcpuload/kcpuload/speeddialog.cpp
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
ee46d56d 2013-02-16 00:22:24 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
eca1e13a 2013-02-16 00:22:27 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
3aa010d1 2013-02-16 13:49:18 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0cd089e6 2013-02-17 22:44:58 Timothy Pearson
Fix references to lkabc
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
de88a220 2013-02-18 14:08:15 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d24dfcc3 2013-02-19 01:05:56 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8e62d2f9 2013-02-20 16:13:39 Timothy Pearson
Rename KABC namespace
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
6f899622 2013-02-20 18:58:16 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
569a9036 2013-02-21 15:09:37 Timothy Pearson
Second part of prior commit
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
1d1d0de4 2013-04-18 17:45:47 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
96009009 2013-04-18 17:52:46 Darrell Anderson
Update files and references in support of bug report 1446.
M acinclude.m4
M aclocal.m4
M admin
 ** Diff limit reached (max: 250 lines) **
b1784728 2013-04-18 20:33:34 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f5dbfff2 2013-05-23 18:38:55 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c19a7ebf 2013-08-27 15:33:20 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
3f524074 2013-08-29 18:34:12 Slávek Banko
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
228c49c7 2013-09-03 12:56:58 Slávek Banko
Additional k => tde renaming and fixes
M acinclude.m4
M aclocal.m4
M admin
M kcpuload/kcpuload/Makefile.am
 ** Diff limit reached (max: 250 lines) **
9c57d502 2013-09-15 06:07:35 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
bde237f5 2013-09-15 06:07:39 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
36723eb4 2013-12-23 06:09:01 Slávek Banko
Rename kdewidgets => tdewidgets
M acinclude.m4
M aclocal.m4
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
2cc016e8 2014-03-27 04:40:44 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f72022a6 2014-03-27 04:40:46 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
66eab6c5 2014-03-28 19:54:20 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0ea295b7 2014-04-17 01:13:57 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c7b4d49c 2014-05-26 20:33:37 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
92481eda 2014-09-14 16:06:53 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
9246cea6 2014-09-24 12:13:41 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
bf40db43 2014-09-28 22:07:21 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5ed0c336 2014-09-29 10:34:40 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
c391cad1 2014-10-11 17:19:17 Timothy Pearson
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
M kcpuload/kcpuload/kcpuload.desktop
 ** Diff limit reached (max: 250 lines) **
6f816cce 2014-10-12 11:41:03 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
eb7c9e6e 2014-10-13 15:43:44 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M kcpuload/kcpuload/statpopup.cpp
 ** Diff limit reached (max: 250 lines) **
5e167920 2014-10-13 17:44:32 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
08a3d351 2014-10-14 12:08:06 Automated System
Reset submodule main/applications/kcpuload/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
3019db86 2014-10-19 21:54:03 Automated System
Reset submodule main/applications/kcpuload/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **