Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit d8bd2484b5.
pull/1/head
Timothy Pearson 13 years ago
parent d8bd2484b5
commit eca10f4f7f

@ -281,7 +281,7 @@
interface is valid (since we don't return a null pointer
anymore) (r534099)
* qt/qdbusinterface_p.h: Don't crash if metaObject is 0
* qt/qdbusinterface_p.h: Don't crash if tqmetaObject is 0
(r534101)
* qt/qdbusinternalfilters.cpp: Decouple the introspection
@ -1286,13 +1286,13 @@
2005-10-24 Robert McQueen <robot101@debian.org>
* python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
derive from unicode instead of str, and encode/decode UTF-8 when
derive from tqunicode instead of str, and encode/decode UTF-8 when
marshalling/unmarshalling bus messages
* python/introspect_parser.py: encode introspection data as UTF-8
before passing the buffer into libxml2
* test/python/test-client.py: add unicode test strings
* test/python/test-client.py: add tqunicode test strings
* test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
ignore generated python test files
@ -1404,7 +1404,7 @@
(MessageIter::append_strict): new method for appending values strictly
using the passed in signature instead of guessing at the type
(MessageItter:: append_dict, append_struct, append_array): use
signatures to marshal children if the signature is available
signatures to marshal tqchildren if the signature is available
* python/exceptions.py (IntrospectionParserException): new exception
@ -1568,7 +1568,7 @@
- do a binary search in the tree
- insert a new child at the right place directly, no need for
qsort anymore
- do the "double alloc" thing when allocating children
- do the "double alloc" thing when allocating tqchildren
2005-08-31 John (J5) Palmieri <johnp@redhat.com>
@ -3669,7 +3669,7 @@
* dbus/dbus-string.c (copy): change a memcpy to memmove due to
possible overlap, fix from Daniel Reed
(fixup_alignment): fix signedness warnings
(fixup_tqalignment): fix signedness warnings
(_dbus_string_append_unichar): ditto
2005-04-09 Havoc Pennington <hp@redhat.com>
@ -4655,7 +4655,7 @@
revert to previous behavior where the signal handler must get the
argument list from the message. This is to help port applications
like HAL that have a tendancy to send variable length argument lists.
self._match_rule_to_receivers is now a dict of dicts.
self._match_rule_to_tqreceivers is now a dict of dicts.
(Bus::remove_signal_receiver): pop handler off the dict intead of
removing it from a list
(Bus::_signal_func): change signal handlers so that interface,
@ -5297,7 +5297,7 @@
* dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
fix handling of case where p == end
* doc/TODO: remove the dbus_bool_t item and variant alignment items
* doc/TODO: remove the dbus_bool_t item and variant tqalignment items
2005-01-17 Havoc Pennington <hp@redhat.com>
@ -5434,7 +5434,7 @@
thorough.
* qt/message.cpp: port to the new message args API
(operator<<): use str.utf8() rather than str.unicode()
(operator<<): use str.utf8() rather than str.tqunicode()
(pretty sure this is right from the Qt docs?)
* glib/dbus-gvalue.c: port to the new message args API
@ -5527,7 +5527,7 @@
* dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
floating point
* dbus/dbus-string.c (_dbus_string_insert_alignment): new function
* dbus/dbus-string.c (_dbus_string_insert_tqalignment): new function
2005-01-02 Havoc Pennington <hp@redhat.com>
@ -6408,7 +6408,7 @@
* dbus/dbus-transport-unix.c (do_reading):
_dbus_transport_queue_messages return value is of type
dbus_bool_t, not DBusDispatchStatus.
dbus_bool_t, not DBusDispatchtqStatus.
2004-07-19 David Zeuthen <david@fubar.dk>
@ -6890,7 +6890,7 @@
* dbus/dbus-object-tree.c
(_dbus_object_tree_list_registered_unlock, lookup_subtree): return
children even if the requested path isn't registered.
tqchildren even if the requested path isn't registered.
(object_tree_test_iteration): test object_tree_list_registered.
* configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
@ -7876,7 +7876,7 @@
distinguished from padding by the fact that zero is not
a valid field name.
* doc/TODO: remove re-alignment item and add item to doc
* doc/TODO: remove re-tqalignment item and add item to doc
the OBJECT_PATH type.
* dbus/dbus-message.c:
@ -7925,7 +7925,7 @@
* test/break-loader.c: (randomly_add_one_byte): upd. for
insert_byte change.
* test/data/invalid-messages/bad-header-field-alignment.message:
* test/data/invalid-messages/bad-header-field-tqalignment.message:
new test case.
* test/data/valid-messages/unknown-header-field.message: shove
@ -8080,7 +8080,7 @@
* dbus/dbus-protocol.h: update to reflect the spec.
* doc/TODO: add item to remove the 4 byte alignment requirement.
* doc/TODO: add item to remove the 4 byte tqalignment requirement.
* dbus/dbus-message.c: Remove the code to generalise the
header/body length and serial number header fields as named
@ -9748,12 +9748,12 @@
allowing us to fix up main loop usage
(_dbus_connection_last_unref): free all the various function
user data
(dbus_connection_dispatch): call the DispatchStatusFunction
(dbus_connection_dispatch): call the DispatchtqStatusFunction
whenever this function returns
(dbus_connection_handle_watch): call DispatchStatusFunction
(dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
(reply_handler_timeout): call DispatchStatusFunction
(dbus_connection_flush): call DispatchStatusFunction
(dbus_connection_handle_watch): call DispatchtqStatusFunction
(dbus_connection_send_with_reply_and_block): call DispatchtqStatusFunction
(reply_handler_timeout): call DispatchtqStatusFunction
(dbus_connection_flush): call DispatchtqStatusFunction
2003-04-09 Havoc Pennington <hp@redhat.com>
@ -10337,7 +10337,7 @@
link-oriented stack routines
(alloc_link): free the mempool if the first alloc from it fails
* dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
* dbus/dbus-mempool.c (struct DBusMemBlock): fix tqalignment issue
* dbus/dbus-string.c (UNICODE_VALID): sync new version of this
from GLib
@ -10794,7 +10794,7 @@
disconnect the connection, just be sure there are no side
effects.
* dbus/dbus-string.c (undo_alignment): unbreak this
* dbus/dbus-string.c (undo_tqalignment): unbreak this
* dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
leaking
@ -11180,7 +11180,7 @@
* dbus/dbus-message-builder.c (_dbus_message_data_load): add
optional value to "ALIGN" command which is what to fill the
alignment with.
tqalignment with.
* test/data/valid-messages/no-padding.message: add regression
test for the message padding problem
@ -11233,7 +11233,7 @@
* dbus/dbus-string.c (_dbus_string_free): apply align offset
when freeing the string
(_dbus_string_steal_data): fix for align offset
(undo_alignment): new function
(undo_tqalignment): new function
2003-02-26 Havoc Pennington <hp@redhat.com>
@ -11242,7 +11242,7 @@
* dbus/dbus-string.c (_dbus_string_init): clamp max length to
leave room for align_offset and nul byte
(fixup_alignment): function to track an align_offset and
(fixup_tqalignment): function to track an align_offset and
ensure real->str is aligned
(DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
to allow a nul byte plus align offset
@ -11778,7 +11778,7 @@
Add a few errors and make dbus_set_error void.
* dbus/dbus-sysdeps.c:
(_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
(_dbus_errno_to_string), (close_and_tqinvalidate), (make_pipe),
(write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
* dbus/dbus-sysdeps.h:
Add _dbus_spawn_async.

@ -207,7 +207,7 @@ give `configure' the option `--exec-prefix=PATH', the package will use
PATH as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.
In addition, if you use an unusual directory layout you can give
In addition, if you use an unusual directory tqlayout you can give
options like `--bindir=PATH' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.

@ -105,7 +105,7 @@ D-BUS 0.36.2 (29 August 2005)
D-BUS 0.36.1 (24 August 2005)
===
- Python Bindings:
- fixed to work with hal-device-manager
- fixed to work with hal-tqdevice-manager
- For 64bit builds everything is installed to lib64/python2.4/
since Python can't handle multilib
@ -120,7 +120,7 @@ D-BUS 0.36 (23 August 2005)
typecasting
- Variant type has been added
- Dictionaries, Variants and Arrays can all be passed the signiture or
type(s) of their children
type(s) of their tqchildren
- the optional timeout= keyword has been added when making method calls
- match on args has been implemented
- a .pth file has been added for dealing with libraries and python files

@ -1590,7 +1590,7 @@ EOF
continue
;;
# Tru64 UNIX uses -model [arg] to determine the layout of C++
# Tru64 UNIX uses -model [arg] to determine the tqlayout of C++
# classes, name mangling, and exception handling.
-model)
compile_command="$compile_command $arg"

Loading…
Cancel
Save