Warning, /network/ktp-filetransfer-handler/NEWS is written in an unsupported language. File is not indexed.
0001 kde-telepathy filetransfer-handler (UNRELEASED) 0.7.0 0002 ===================================================== 0003 0004 * Add 'Always Ask' option for filetransfer destination directory 0005 (dvratil) 0006 0007 kde-telepathy filetransfer-handler (2013-08-07) 0.6.3 0008 ===================================================== 0009 0010 --- 0011 0012 kde-telepathy filetransfer-handler (2013-05-20) 0.6.2 0013 ===================================================== 0014 0015 --- 0016 0017 kde-telepathy filetransfer-handler (2012-08-25) 0.6.1 0018 ===================================================== 0019 0020 --- 0021 0022 kde-telepathy filetransfer-handler (2012-04-01) 0.6.0 0023 ===================================================== 0024 0025 * Update CMake policy (d_ed) 0026 0027 kde-telepathy filetransfer-handler (2013-02-17) 0.5.3 0028 ===================================================== 0029 0030 * Do not delete the old file when the sender cancel the transfer and you 0031 are in the rename dialog (ascarpino) 0032 * Be sure the part file exists (ascarpino) 0033 * Fix call to non-existent signal (ascarpino) 0034 0035 kde-telepathy filetransfer-handler (2012-12-17) 0.5.2 0036 ===================================================== 0037 0038 * Cleanup cmake stuff (drdanz) 0039 * Update homepage (drdanz) 0040 0041 kde-telepathy filetransfer-handler (2012-10-05) 0.5.1 0042 ===================================================== 0043 0044 --- 0045 0046 kde-telepathy filetransfer-handler (2012-08-25) 0.5.0 0047 ===================================================== 0048 0049 --- 0050 0051 kde-telepathy filetransfer-handler (2012-07-25) 0.4.1 0052 ===================================================== 0053 0054 * Do not translate string for MC (drdanz) 0055 * Do not set context error if URI is not set for outgoing ft channels (drdanz) 0056 * Use Tp::SharedPtr::qObjectCast instead of dynamicCast (drdanz) 0057 * Return after context finishes with error (drdanz) 0058 * Do not assert that channels.size() == 1 (drdanz) 0059 0060 kde-telepathy filetransfer-handler (2012-06-04) 0.4.0 0061 ===================================================== 0062 0063 * Bump TelepathyQt4 required version to 0.9.1 (drdanz) 0064 * Fix error name (drdanz) 0065 * Normalize signal/slot signatures (mck182) 0066 * Set version in using CMake instead of hardcoding in main.cpp (drdanz) 0067 0068 kde-telepathy filetransfer-handler (2012-01-25) 0.3.0 0069 ===================================================== 0070 0071 * Port to new KTelepathy internal library (drf__) 0072 * Port to TelepathyQt4 0.9 (drf__) 0073 * Unregister jobs when killed (drdanz) 0074 * Do not set error when user kills the jobs, set it on file transfer cancelled 0075 instead (drdanz) 0076 * Support resuming file transfer (drdanz) 0077 * Non modal rename dialog (drdanz/xerdomii) 0078 * Less unuseful asynchronous calls (drdanz) 0079 * Update names according to the new scheme (alin) 0080 0081 kde-telepathy filetransfer-handler (2011-11-18) 0.2.0 0082 ===================================================== 0083 0084 * Do not exit if setUri fails (drdanz) 0085 * Increment initial timeout time (drdanz/d_ed) 0086 * Exit File Transfer Handler if DBus name is already taken (drdanz) 0087 * Install DBus activated binary in libexec (drdanz) 0088 * Use KTp::TelepathyHandlerApplication instead of KApplication (drdanz) 0089 * Enable KDebug DBus interface for TelepathyHandlerApplication if debug is 0090 enabled (drdanz) 0091 * Make FileTransferJobs killable (drdanz) 0092 * Show a progressbar for the file transferred (drdanz) 0093 * Let the jobs register by themselves (drdanz) 0094 * Add a description for the KJob (drdanz) 0095 * Handle other states in incoming file transfer (drdanz) 0096 * Don't use event loop for methods that don't need it (drdanz) 0097 * Redirect Telepathy-Qt4 output to KDebug (drdanz) 0098 * Bump TelepathyQt4 min version to 0.7.3 (drdanz) 0099 * Use common submodule (drdanz) 0100 * Rename DBus services, fix .client and .service files (drdanz) 0101 0102 kde-telepathy filetransfer-handler (2011-07-27) 0.1.0 0103 ====================================================== 0104 0105 * Update FindTelepathyQt4.cmake and search for Tp-Qt4 >= 0.7.1 (drdanz) 0106 * Better error handling (drdanz) 0107 * Don't exit when the last window is closed (drdanz) 0108 * Use KUrl::isLocalFile() instead of comparing scheme (drdanz) 0109 * Make ft-handler a KApplication instead of a KUniqueApplication (drdanz/d_ed) 0110 0111 kde-telepathy filetransfer-handler (2011-06-08) UNRELEASED 0112 =========================================================== 0113 0114 * Add --debug and --persist command line options (drdanz) 0115 * Exit after 2 seconds if no channels are received (drdanz) 0116 * Show an overwrite/rename dialog on incoming file transfers if the file 0117 already exists. (drdanz) 0118 * Don't stop the jobs before the file transfer has actually finished (gkiagia) 0119 0120 kde-telepathy filetransfer-handler (2011-06-06) UNRELEASED 0121 =========================================================== 0122 0123 First real commit 0124 0125 This is the KDE Telepathy file transfer handler 0126 0127 WARNING: At the moment it just works for incoming file transfers and will 0128 overwrite any file in the $HOME/Download directory which has the same 0129 name as the file that you are receiving, so please ensure that you 0130 don't have any valuable file there. 0131 0132 You can modify the download directory by adding in your 0133 .kde/share/config/ktelepathyrc file in the section [File Transfers] the 0134 variable downloadDirectory 0135 0136 [File Transfers] 0137 downloadDirectory=<download path>