Branch: null

8bf92ab4 2011-03-25 17:14:43 tpearson
Import of revision 66 from svn.trinitydesktop.org
Please keep this in sync with the upstream SVN


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1225998 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A AUTHORS
A CMakeLists.txt
A COPYING
A ChangeLog
A ConfigureChecks.cmake
A HACKING
A INSTALL
A NEWS
A README
A connection.cpp
A connection.h
A dbus-qt.h
A dbus-qthread.cpp
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/libdbus-tqt-1-1c2.install
A debian/libdbus-tqt-1-dev.install
A debian/rules
A depcomp
A install-sh
A integrator.cpp
A integrator.h
A ltmain.sh
A message.cpp
A message.h
A missing
A qt3/Makefile.am
A qt3/Makefile.in
A server.cpp
A server.h
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..329b8d0
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,16 @@
+Olivier Andrieu <oliv__a@...>
+Philip Blundell <pb@...>
+Anders Carlsson <andersca@...>
+Kristian Hogsberg  <krh@...>
+Alex Larsson <alexl@...>
+Robert McQueen <robot101@...>
+Michael Meeks <michael@...>
+Seth Nickell <seth@...>
+John (J5) Palmieri <johnp@...>
+Havoc Pennington <hp@...>
+Harri Porten <porten@...>
+Matthew Rickard <mjricka@...>
+Zack Rusin <zack@...>
+Joe Shaw <joe@...>
+Colin Walters <walters@...>
+David Zeuthen <david@...>
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..17c76ea
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,82 @@
+#################################################
+#
+#  (C) 2010-2011 Serghei Amelian
+#  serghei (DOT) amelian (AT) gmail.com
+#
+#  Improvements and feedback are welcome
+#
+#  This file is released under GPL >= 2
+#
+#################################################
+
+project( dbus-tqt-1 )
+
+
+##### cmake setup ###############################
+
+cmake_minimum_required( VERSION 2.8 )
+
+include( FindPkgConfig )
+include( CheckCXXSourceCompiles )
+
+set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
+include( TDEMacros )
+include( ConfigureChecks.cmake )
+
+
+##### install paths setup #######################
+
+tde_setup_install_path( EXEC_INSTALL_PREFIX   "${CMAKE_INSTALL_PREFIX}" )
+tde_setup_install_path( LIB_INSTALL_DIR       "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" )
+tde_setup_install_path( INCLUDE_INSTALL_DIR   "${CMAKE_INSTALL_PREFIX}/include" )
+tde_setup_install_path( PKGCONFIG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig" )
+
+
+##### install headers ###########################
+
+install( FILES
+    dbus-qt.h message.h connection.h server.h
+  DESTINATION ${INCLUDE_INSTALL_DIR}/dbus-1.0/dbus )
+
+
+##### write pkgconfig file ######################
+
+# string( REGEX REPLACE "^${CMAKE_INSTALL_PREFIX}" "\${prefix}" PC_EXEC_PREFIX ${EXEC_INSTALL_PREFIX} )
+# string( REGEX REPLACE "^${CMAKE_INSTALL_PREFIX}" "\${prefix}" PC_INCLUDE_DIR ${INCLUDE_INSTALL_DIR} )
+# string( REGEX REPLACE "^${CMAKE_INSTALL_PREFIX}" "\${prefix}" PC_LIB_DIR ${LIB_INSTALL_DIR} )
+# configure_file( dbus-tqt.pc.cmake dbus-tqt.pc @ONLY )
+# install( FILES ${CMAKE_CURRENT_BINARY_DIR}/dbus-tqt.pc DESTINATION ${PKGCONFIG_INSTALL_DIR} )
+
+
+##### build setup ###############################
+
+set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include tqt.h" )
+set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" )
+
+add_definitions(
+  -DQT_THREAD_SUPPORT
+  ${TQT_CFLAGS_OTHER}
+)
+
+include_directories(
+  ${CMAKE_CURRENT_BINARY_DIR}
+  ${CMAKE_CURRENT_SOURCE_DIR}
+  ${TQT_INCLUDE_DIRS}
+  ${DBUS_INCLUDE_DIRS}
+)
+
+link_directories(
+  ${TQT_LIBRARY_DIRS}
+)
+
+
+##### dbus-tqt-1 (shared) #########################
+
+tde_add_library( dbus-tqt-1 SHARED AUTOMOC
+  SOURCES
+    dbus-qthread.cpp message.cpp connection.cpp
+    integrator.cpp server.cpp
+  VERSION 0.0.0
+  LINK ${TQT_LIBRARIES} ${DBUS_LIBRARIES}
+  DESTINATION ${LIB_INSTALL_DIR}
+)
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..bdc0831
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,551 @@
+D-BUS is licensed to you under your choice of the Academic Free
+License version 2.1, or the GNU General Public License version 2.
+Both licenses are included here. Some of the standalone binaries are
+under the GPL only; in particular, but not limited to,
+tools/dbus-cleanup-sockets.c and test/decode-gcov.c. Each source code
+file is marked with the proper copyright information.
+
+
+
+The Academic Free License
+v. 2.1
+
+This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
+
+Licensed under the Academic Free License version 2.1
+
+1) Grant of Copyright License. Licensor hereby grants You a
+world-wide, royalty-free, non-exclusive, perpetual, sublicenseable
+license to do the following:
+
+a) to reproduce the Original Work in copies;
+
+b) to prepare derivative works ("Derivative Works") based upon the Original Work;
+
+c) to distribute copies of the Original Work and Derivative Works to the public;
+
+d) to perform the Original Work publicly; and
+
+e) to display the Original Work publicly.
+
+2) Grant of Patent License. Licensor hereby grants You a world-wide,
+royalty-free, non-exclusive, perpetual, sublicenseable license, under
+patent claims owned or controlled by the Licensor that are embodied in
+the Original Work as furnished by the Licensor, to make, use, sell and
+offer for sale the Original Work and Derivative Works.
+
+3) Grant of Source Code License. The term "Source Code" means the
+preferred form of the Original Work for making modifications to it and
+all available documentation describing how to modify the Original
+Work. Licensor hereby agrees to provide a machine-readable copy of the
+Source Code of the Original Work along with each copy of the Original
+Work that Licensor distributes. Licensor reserves the right to satisfy
+this obligation by placing a machine-readable copy of the Source Code
+in an information repository reasonably calculated to permit
+inexpensive and convenient access by You for as long as Licensor
+continues to distribute the Original Work, and by publishing the
+address of that information repository in a notice immediately
+following the copyright notice that applies to the Original Work.
+
+4) Exclusions From License Grant. Neither the names of Licensor, nor
+the names of any contributors to the Original Work, nor any of their
+trademarks or service marks, may be used to endorse or promote
+products derived from this Original Work without express prior written
+permission of the Licensor. Nothing in this License shall be deemed to
+grant any rights to trademarks, copyrights, patents, trade secrets or
+any other intellectual property of Licensor except as expressly stated
+herein. No patent license is granted to make, use, sell or offer to
+sell embodiments of any patent claims other than the licensed claims
+defined in Section 2. No right is granted to the trademarks of
+Licensor even if such marks are included in the Original Work. Nothing
+in this License shall be interpreted to prohibit Licensor from
+licensing under different terms from this License any Original Work
+that Licensor otherwise would have a right to license.
+
+5) This section intentionally omitted.
+
+6) Attribution Rights. You must retain, in the Source Code of any
+Derivative Works that You create, all copyright, patent or trademark
+notices from the Source Code of the Original Work, as well as any
+notices of licensing and any descriptive text identified therein as an
+"Attribution Notice." You must cause the Source Code for any
+Derivative Works that You create to carry a prominent Attribution
+Notice reasonably calculated to inform recipients that You have
+modified the Original Work.
+
+7) Warranty of Provenance and Disclaimer of Warranty. Licensor
+warrants that the copyright in and to the Original Work and the patent
+rights granted herein by Licensor are owned by the Licensor or are
+sublicensed to You under the terms of this License with the permission
+of the contributor(s) of those copyrights and patent rights. Except as
+expressly stated in the immediately proceeding sentence, the Original
+Work is provided under this License on an "AS IS" BASIS and WITHOUT
+WARRANTY, either express or implied, including, without limitation,
+the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
+WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
+part of this License. No license to Original Work is granted hereunder
+except under this disclaimer.
+
+8) Limitation of Liability. Under no circumstances and under no legal
+theory, whether in tort (including negligence), contract, or
+otherwise, shall the Licensor be liable to any person for any direct,
+indirect, special, incidental, or consequential damages of any
+character arising as a result of this License or the use of the
+Original Work including, without limitation, damages for loss of
+goodwill, work stoppage, computer failure or malfunction, or any and
+all other commercial damages or losses. This limitation of liability
+shall not apply to liability for death or personal injury resulting
+from Licensor's negligence to the extent applicable law prohibits such
+limitation. Some jurisdictions do not allow the exclusion or
+limitation of incidental or consequential damages, so this exclusion
+and limitation may not apply to You.
+
+9) Acceptance and Termination. If You distribute copies of the
+Original Work or a Derivative Work, You must make a reasonable effort
+under the circumstances to obtain the express assent of recipients to
+the terms of this License. Nothing else but this License (or another
+written agreement between Licensor and You) grants You permission to
+create Derivative Works based upon the Original Work or to exercise
+any of the rights granted in Section 1 herein, and any attempt to do
+so except under the terms of this License (or another written
+agreement between Licensor and You) is expressly prohibited by
+U.S. copyright law, the equivalent laws of other countries, and by
+international treaty. Therefore, by exercising any of the rights
+granted to You in Section 1 herein, You indicate Your acceptance of
+this License and all of its terms and conditions.
+
+10) Termination for Patent Action. This License shall terminate
+automatically and You may no longer exercise any of the rights granted
+to You by this License as of the date You commence an action,
+including a cross-claim or counterclaim, against Licensor or any
+licensee alleging that the Original Work infringes a patent. This
+termination provision shall not apply for an action alleging patent
+infringement by combinations of the Original Work with other software
+or hardware.
+
+11) Jurisdiction, Venue and Governing Law. Any action or suit relating
+to this License may be brought only in the courts of a jurisdiction
+wherein the Licensor resides or in which Licensor conducts its primary
+business, and under the laws of that jurisdiction excluding its
+conflict-of-law provisions. The application of the United Nations
+Convention on Contracts for the International Sale of Goods is
+expressly excluded. Any use of the Original Work outside the scope of
+this License or after its termination shall be subject to the
 ** Diff limit reached (max: 250 lines) **
e07aec64 2011-03-25 17:15:15 tpearson
Delete accidentally committed debian directory


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1225999 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
R debian/changelog
R debian/compat
R debian/control
R debian/copyright
R debian/libdbus-tqt-1-1c2.install
R debian/libdbus-tqt-1-dev.install
R debian/rules
 ** Diff limit reached (max: 250 lines) **
a35e452b 2011-03-25 17:17:32 tpearson
Sync to revision 67 of upstream dbus-tqt source


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1226000 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
R qt3/Makefile.am
R qt3/Makefile.in
 ** Diff limit reached (max: 250 lines) **
e2550740 2011-03-26 15:44:56 tpearson
Link cmake directory to Trinity modifiable shared cmake SVN folder


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1226118 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
 ** Diff limit reached (max: 250 lines) **
06163f6e 2011-05-03 18:52:55 samelian
[dependencies/dbus-tqt] generate dbus-tqt.pc

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1230318 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M CMakeLists.txt
M ConfigureChecks.cmake
 ** Diff limit reached (max: 250 lines) **
f1f8cd5c 2011-05-03 18:53:28 samelian
[dependencies/dbus-tqt] added dbus-tqt.pc.cmake

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1230319 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A dbus-tqt.pc.cmake
 ** Diff limit reached (max: 250 lines) **
be20d565 2011-07-08 21:23:29 tpearson
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M ChangeLog
 ** Diff limit reached (max: 250 lines) **
e7d09d4e 2011-07-22 15:44:36 tpearson
dbus-tqt: pkgconfig fixes
Thanks to "Nix" for the patch!


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1242783 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M dbus-tqt.pc.cmake
 ** Diff limit reached (max: 250 lines) **
9647cd2e 2011-08-05 12:12:16 tpearson
Fix missing Q_OBJECT macros


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M dbus-qt.h
 ** Diff limit reached (max: 250 lines) **
8f9c3391 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/dependencies/dbus-tqt@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M COPYING
M ChangeLog
M INSTALL
M NEWS
M depcomp
M install-sh
M ltmain.sh
M missing
 ** Diff limit reached (max: 250 lines) **
e271940e 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/dependencies/dbus-tqt@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M ChangeLog
M connection.cpp
M connection.h
M dbus-qt.h
M integrator.cpp
M integrator.h
M ltmain.sh
M server.cpp
M server.h
 ** Diff limit reached (max: 250 lines) **
442ff893 2011-08-24 13:19:20 tpearson
Fix no return in nonvoid function errors within dbus-tqt


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1249343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M connection.cpp
M message.cpp
 ** Diff limit reached (max: 250 lines) **
83d5cd62 2011-11-04 14:42:28 Timothy Pearson
Add common directories
A .gitmodules
A admin
A cmake
 ** Diff limit reached (max: 250 lines) **
83a2c2f5 2011-11-04 16:15:19 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
2f597d57 2011-11-05 22:32:43 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0f0a03d0 2011-11-06 02:24:01 Timothy Pearson
Additional kde to tde renaming
M ChangeLog
 ** Diff limit reached (max: 250 lines) **
14c626da 2011-11-06 02:53:25 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
237a4649 2011-11-06 02:53:26 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
326b4b30 2011-11-06 17:06:02 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
50750518 2011-11-06 22:12:40 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
267ee10e 2011-11-08 01:53:50 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
3ae18f2e 2011-11-16 13:44:23 Timothy Pearson
Additional renaming of kde to tde
M ChangeLog
 ** Diff limit reached (max: 250 lines) **
5ce62c5e 2011-11-16 14:26:14 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8a9fae85 2011-11-16 14:26:15 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
454b78f0 2011-11-18 01:38:46 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b440e31d 2011-11-26 13:53:58 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f4a37ea8 2011-12-03 22:32:40 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b5bead69 2011-12-07 19:45:28 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d8bd2484 2011-12-15 15:34:27 Timothy Pearson
Rename a number of old tq methods that are no longer tq specific
M ChangeLog
M INSTALL
M NEWS
M ltmain.sh
 ** Diff limit reached (max: 250 lines) **
eca10f4f 2011-12-16 09:57:57 Timothy Pearson
Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit d8bd2484b5bf510df6f4519031fdf3b999e89da1.
M ChangeLog
M INSTALL
M NEWS
M ltmain.sh
 ** Diff limit reached (max: 250 lines) **
5eb7eb8a 2011-12-18 18:15:43 Timothy Pearson
Rename old tq methods that no longer need a unique name
M ChangeLog
 ** Diff limit reached (max: 250 lines) **
de729f7e 2011-12-19 11:41:31 Timothy Pearson
Remove additional unneeded tq method conversions
M ChangeLog
M NEWS
 ** Diff limit reached (max: 250 lines) **
3f7e9604 2011-12-21 14:07:45 Timothy Pearson
Rename obsolete tq methods to standard names
M ChangeLog
M INSTALL
M ltmain.sh
 ** Diff limit reached (max: 250 lines) **
e0a4a63d 2011-12-31 23:22:34 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d7795a32 2012-01-02 11:23:37 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
95e1ae30 2012-01-20 01:10:42 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
e13173b4 2012-02-01 16:18:19 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
99411078 2012-02-02 03:08:36 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
09fb5f0e 2012-02-02 13:36:02 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
cec6d34f 2012-02-07 19:17:20 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
6c6a0492 2012-02-10 12:54:15 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f1ebefad 2012-02-11 13:46:43 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f886fba9 2012-02-11 13:46:44 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
cc9eb6f8 2012-02-12 16:44:52 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
29b24ca9 2012-02-14 21:40:31 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8e81e6dc 2012-02-16 16:20:45 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
884c85c3 2012-02-17 16:02:11 Timothy Pearson
Remove spurious TQ_OBJECT instances
M connection.h
M dbus-qt.h
M integrator.h
M server.h
 ** Diff limit reached (max: 250 lines) **
9b2d9d88 2012-02-19 15:04:40 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
798000b9 2012-02-25 16:48:27 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
a32f7a06 2012-02-26 14:24:21 Timothy Pearson
Rename kde-config to tde-config
M ChangeLog
 ** Diff limit reached (max: 250 lines) **
cc8a3312 2012-02-26 15:31:25 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0a8d314f 2012-02-26 15:31:26 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
bdf836db 2012-03-01 13:23:21 Timothy Pearson
Rename additional global TQt functions
M connection.cpp
M message.cpp
 ** Diff limit reached (max: 250 lines) **
ae9a0eb6 2012-03-05 23:51:43 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
772c4d4c 2012-03-06 12:11:51 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0fab0ca2 2012-03-13 02:34:38 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5405ead0 2012-03-26 15:41:33 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b9478bc6 2012-04-11 00:27:03 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c5b668d9 2012-04-11 00:27:05 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
06a03128 2012-04-14 17:15:05 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
75559261 2012-05-19 02:01:32 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
977b6e83 2012-06-08 17:00:38 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7ea5484b 2012-06-08 17:00:39 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
4107c46f 2012-06-12 20:20:04 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
cd5a2340 2012-06-14 01:36:01 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
8d5cb6b3 2012-06-15 11:26:41 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
3248b927 2012-06-19 19:21:47 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f4576581 2012-06-21 19:57:56 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
2d40a04a 2012-08-07 04:42:35 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
bea3e1d8 2012-09-10 01:10:56 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f7aa568e 2012-09-14 21:58:39 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
1c58f5a1 2012-10-21 15:00:34 Darrell Anderson
Fix inadvertent tq changes.
M ChangeLog
M INSTALL
M NEWS
M README
 ** Diff limit reached (max: 250 lines) **
a3b4775b 2012-11-20 03:12:24 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fc8c5a32 2012-11-20 03:12:29 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
44293762 2012-11-27 12:00:31 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
da80a5c0 2012-11-27 12:00:35 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
026a1a0f 2013-01-20 01:44:03 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0e8ef182 2013-01-22 23:40:01 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a02d2d0b 2013-01-26 14:22:49 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b859cc7c 2013-01-27 04:13:19 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8297fba1 2013-01-27 04:13:22 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0a4f2e9b 2013-01-27 20:59:14 Timothy Pearson
Rename kiobuffer and KHTML
M cmake
 ** Diff limit reached (max: 250 lines) **
8330b417 2013-01-27 21:39:10 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
62f8ec9d 2013-01-30 02:41:13 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
6ec7b926 2013-02-11 04:08:17 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c8ac52c0 2013-02-15 23:12:20 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7a625309 2013-02-15 23:12:23 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0df2b046 2013-02-16 01:06:03 Timothy Pearson
Fix build system references to kabc
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
141272be 2013-02-16 02:58:25 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
38525692 2013-02-16 02:58:26 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
882fced9 2013-02-16 12:40:16 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ec546d39 2013-02-18 16:24:54 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
732b7773 2013-02-19 00:02:14 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c2ac132d 2013-02-20 18:02:16 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0a240325 2013-02-21 14:50:05 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
10125f7c 2013-02-21 14:50:09 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
bfbe200e 2013-04-18 19:45:57 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a3ef5a74 2013-05-23 21:13:25 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
85afafe4 2013-08-27 18:13:11 Slávek Banko
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d189e831 2013-08-29 18:27:45 Slávek Banko
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e33067e4 2013-09-03 12:58:53 Slávek Banko
Additional k => tde renaming and fixes
M ChangeLog
M admin
 ** Diff limit reached (max: 250 lines) **
d995b2a1 2013-09-15 08:48:45 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7652f269 2013-09-15 08:48:46 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
058bf598 2013-09-30 15:08:08 Darrell Anderson
Update VERSION in root CMakeLists.txt.
This partially resolves bug report 1595.
M CMakeLists.txt
 ** Diff limit reached (max: 250 lines) **
ae490d13 2013-12-23 05:56:53 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
6c2524b2 2013-12-23 05:56:56 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d198abb5 2014-03-27 03:55:00 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0fbc08fc 2014-03-27 03:55:02 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
dfc819c0 2014-03-28 18:36:36 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
41e0f175 2014-04-16 23:51:15 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c00dac73 2014-05-26 19:54:56 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
bc50efff 2014-09-14 12:42:16 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
e46dcf7d 2014-09-24 12:10:51 Slávek Banko
Fix remaining renaming knewstuff
M admin
 ** Diff limit reached (max: 250 lines) **
bd28cd3a 2014-09-28 21:37:53 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
55421747 2014-09-29 11:43:10 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
122fe48d 2014-10-12 11:11:28 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f737d752 2014-10-13 17:16:29 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
fc1ecd47 2014-10-14 13:15:10 Automated System
Reset submodule main/dependencies/dbus-tqt/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
db0c6f9f 2014-10-19 23:01:26 Automated System
Reset submodule main/dependencies/dbus-tqt/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **