Warning, /sdk/kdesvn/ChangeLog is written in an unsupported language. File is not indexed.

0001 version 2.1.0:
0002     * Bug 409442 - Compile with Qt5.13
0003     * Bug 404734 - Don't crash on exit when log fill thread is still running
0004     * Bug 406425 - Enable 'Revert' action when a single directory with modified items is selected
0005     * Bug 401529 - Don't accept richtext in commit message dialog
0006     * Bug 327221 - Make buttons in sslprompt actually work
0007     * Bug 391804 - Display relative path (including name of the checkout) in the titlebar
0008     * Bug 372423 - Hide unchanged files resets folder and doesn’t hide all elements
0009     * Bug 377041 - Add buttons "Add" and "Remove" to context menu when multiple files are selected
0010     * Bug 383187 - KDED5 crash after right-click in Dolphin
0011     * Bug 375655 - Don't crash when the path contains a '@'
0012     * Fix compilation with FreeBSD
0013     * Fix adding a new property to a svn entry
0014     * Removed support for subversion 1.6 and below
0015     * Code cleanups:
0016         * use c++11 functionality - nullptr, range-based for loops, ...
0017         * use new-style connects where possible
0018         * replace deprecated Qt functions
0019         * set Qt5.9 as minimum allowed Qt version
0020 version 2.0.0:
0021     * Update to Qt5 / KF5 (completly KDELibs4Support free)
0022     * minimum required subversion version is now 1.5
0023     * update for subversion 1.7 API, added some 1.8 API functions
0024     * Bug 358626 - KDESVN crashes when trying to checkout a repo
0025     * remove a lot of unused code from libsvnqt library
0026 version 1.7.0:
0027     * Bug 322021 - Action and notification strings are not really translatable
0028     * Bug 322182 - kdesvn mangles options passed to external conflict resolver
0029     * Bug 323403 - Add "Revert" option to context menu for files
0030     * Bug 323712 - Subversion 1.6.x support
0031     * Bug 324158 - kdesvn crash when a directory name contains the at (@) symbol
0032     * Bug 325074, 330624 - kdesvn crashed when getting logs.
0033     * Bug 332863 - Wish: Please add an "Unselect all"-buttton to commit dialoge
0034     * Bug 340772 - Committing two moves together leads to out-of-date errors
0035     * Bug 357297 - kdesvn crash after entering password
0036     * Bug 358032 - Crash after closing KDESVN
0037     * ubuntu bug: 619249 tcp ports specified in urls are being ignored when using svn:https
0038     * speedup db insertions into log-cache
0039     * various code cleanups (krazy, cppcheck, preparation for KF5)
0040     * libsvnqt is no longer a public api
0041     * remove last pieces from Qt3support
0042     * don't show disabled actions in contextmenu
0043     * highlight trailing spaces in diff output on modified lines
0044     * fix filtering in commit dialog 
0045 
0046 version 1.6.0:
0047     * User may add (or remove) patterns to ignore recursive
0048     * greek translation
0049     * modified for working with subversion 1.7 interface
0050     * removed support for subversion less than version 1.5
0051     * revert commit in  working copy from within logwindow
0052     * fixed some problems with non canonical pathes and Urls which comes with subversion 1.7
0053     * re-added russian translation
0054 
0055 version 1.5.5:
0056     * fixed problems while updating view after a subversion update of working copy
0057     * KNotify progress messages of KIO operation may switched off
0058 
0059 version 1.5.4:
0060     * fixed problem ssh-askpass environment (ticket #805)
0061     * fixed problem switching encoding of blame/log dialog (ticket #804)
0062 
0063 version 1.5.3:
0064     * fixed a problem with some svn servers where version of server and svn-filesystem differs (ticket #765)
0065     * fixed wrong default depth for update in svnqt and frontend
0066 
0067 version 1.5.2:
0068     * Fixed an unicode translation error when open folders
0069     * german translation updated
0070     * minor ui tweaks fixed
0071     * fix build and install on cygwin/win32 (patch taken from ticket #761, tnx)
0072 
0073 version 1.5.1:
0074     * added remove action to left pane context menu
0075     * fixed UI problems which where hidden since the port to kde4
0076     * fixed wrong license information in header files of libsvnqt
0077     * workaround for KIO generating a lot of useless notification messages
0078     * Messages about background updates goes not into logwindow but into statusbar
0079 
0080 version 1.5.0:
0081     * fixed performance problems on remote repositories, all special infos are now retrieved in background
0082     * integrated missing merge parameters for subversion 1.5 or newer
0083     * KIO operations send notify messages to KDE notify system
0084     * user may setup a timed check for updates in repository and/or local modified items
0085     * some UI fixes
0086 
0087 version 1.4.1:
0088     * kdesvnaskpass checks if last given password were wrong and ignores stored pw in that case
0089     * fixed a buildproblem with qt < 4.5
0090     * fixed a crasher while update to new added items
0091 
0092 version 1.4.0:
0093     * integrated subversion 1.6 api
0094     * some speedups in subversion interface
0095     * drag&drop re-worked, now it works as expected
0096     * KIO interface can now import files via drag&drop. With option set it is able edit/overwrite files, too.
0097     * integrated first repository specific settings
0098     * Revisiontree may ignore path prefixes (done with repository settings)
0099     * logcache overview, user may delete entries for repositories, see, how many entries and how large them are.
0100     * various small bugfixes and enhancements
0101 
0102 version 1.3.2:
0103     * fixing crash when calling contextmenu in left panel. (#644,#643,#642,#639 and others)
0104     * fixed fontproblem in revision tree
0105     * fixed sorting error (#625)
0106 
0107 version 1.3.1:
0108     * fixed ui errors
0109     * fixed initial sort problem
0110     * inserted missing config option for not using the new left navigation tree
0111 
0112 version 1.3.0
0113     * log limit setup removed, fixed to 50, inside logdialog it is possible stepping for- and backwards
0114     * modified items may reverted from within commit dialog
0115     * integrated an extra navigation view (#99)
0116     * Fixed a problem with KIO module and KWallet
0117     * fixed/solved/workarounds for tickets #601 (resolve sometimes not working), #599 (icon size bug), #605 (slow logs),
0118       #613 (problems when a custom diff tool like colordiff is set for subversion)
0119 
0120 version 1.2.4
0121     * fix a small problem with (un-)ignore action
0122     * reduced debug output, changed default debugoutput area
0123     * fixed some smaller layout problems
0124     * fixed porting error (ssl-trust-dialog didn't ask the right questions)
0125 
0126 version 1.2.3
0127     * fix a potential crasher in svnqt wrapper libraries (by Andreas Richter)
0128     * fix some bug reports (#568, #584, #594)
0129     * renamed svnqt4 back to svnqt
0130 
0131 version 1.2.2
0132     * Icons get a short text in menubar
0133     * some fixes to shortcuts (Michael Biebl)
0134     * fixed a possible initialize problem
0135 
0136 version 1.2.1
0137     * complete port to kde4
0138 
0139 
0140 See older ChangeLog: http://kdesvn.alwins-world.de/browser/branches/rel_1_0/ChangeLog