Feed Advanced Search

Aug 8 2017

chehrlic committed R220:10d1ac39a383: Add 'Add selected files' and 'Remove select files' to context menu when… (authored by chehrlic).
Add 'Add selected files' and 'Remove select files' to context menu when…
Aug 8 2017, 10:10 AM
chehrlic committed R220:bed99d175d99: cppcheck fixes - remove copy ctor (when there is no assigment op and the… (authored by chehrlic).
cppcheck fixes - remove copy ctor (when there is no assigment op and the…
Aug 8 2017, 9:01 AM
chehrlic committed R220:7a5afcda4ad9: cleanup - remove DiffOptionsData (authored by chehrlic).
cleanup - remove DiffOptionsData
Aug 8 2017, 9:01 AM
chehrlic committed R220:d121ab035e0a: honor KPasswordDialog::keepPassword() (authored by chehrlic).
honor KPasswordDialog::keepPassword()
Aug 8 2017, 9:01 AM
chehrlic committed R220:a17c03d761ab: Code cleanup - make CommitActionEntry a simple struct (authored by chehrlic).
Code cleanup - make CommitActionEntry a simple struct
Aug 8 2017, 9:01 AM
chehrlic committed R220:b89e367263ff: Fix memleak in DiffData (with subversion >= 1.8), found by cppcheck (authored by chehrlic).
Fix memleak in DiffData (with subversion >= 1.8), found by cppcheck
Aug 8 2017, 9:01 AM
chehrlic committed R220:2df74c7c9b40: Compile with QT_NO_CAST_FROM_ASCII, fix extracting metaMap data which was… (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII, fix extracting metaMap data which was…
Aug 8 2017, 9:01 AM
chehrlic committed R220:1d6792582663: Compile with QT_NO_CAST_FROM_ASCII, SvnLogDlgImp, SvnItemModel, SvnActions (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII, SvnLogDlgImp, SvnItemModel, SvnActions
Aug 8 2017, 9:01 AM
chehrlic committed R220:a57acf47b5f7: Compile with QT_NO_CAST_FROM_ASCII (loadIcon, EditPropsDlg) (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII (loadIcon, EditPropsDlg)
Aug 8 2017, 9:01 AM
chehrlic committed R220:e9fcea5678e9: Cleanup svn::LogChangePathEntry (authored by chehrlic).
Cleanup svn::LogChangePathEntry
Aug 8 2017, 9:01 AM
chehrlic committed R220:88a2df77eac0: Compile with QT_NO_CAST_FROM_ASCII (logmodel) (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII (logmodel)
Aug 8 2017, 9:01 AM

Aug 7 2017

chehrlic committed R220:5f770d08a9b3: Compile with QT_NO_CAST_FROM_ASCII (add_action(), action(), enableAction()) (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII (add_action(), action(), enableAction())
Aug 7 2017, 8:47 AM
chehrlic committed R220:bc5497d25394: Compile with QT_NO_CAST_FROM_ASCII (QString::operator ==()) (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII (QString::operator ==())
Aug 7 2017, 8:47 AM
chehrlic committed R220:63886e0c23ba: Compile with QT_NO_CAST_FROM_ASCII (QString::compare(), QIcon::fromTheme()) (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII (QString::compare(), QIcon::fromTheme())
Aug 7 2017, 8:47 AM
chehrlic committed R220:b7d2b30b29f2: Compile with QT_NO_CAST_FROM_ASCII (QLatin1Char) (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII (QLatin1Char)
Aug 7 2017, 8:20 AM
chehrlic committed R220:db89191eeba0: QString::split() -> QString::splitRef() (authored by chehrlic).
QString::split() -> QString::splitRef()
Aug 7 2017, 8:20 AM
chehrlic committed R220:1d3c652e1a53: QString::indexOf() -> QString::contains() for better readability (authored by chehrlic).
QString::indexOf() -> QString::contains() for better readability
Aug 7 2017, 8:20 AM
chehrlic committed R220:f4ef5e9de5a1: Compile with QT_NO_CAST_FROM_ASCII (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII
Aug 7 2017, 8:20 AM
chehrlic committed R220:c27895a39a80: Compile with QT_NO_CAST_FROM_ASCII (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII
Aug 7 2017, 8:20 AM
chehrlic committed R220:ef430d1003c6: Compile with QT_NO_CAST_FROM_ASCII (authored by chehrlic).
Compile with QT_NO_CAST_FROM_ASCII
Aug 7 2017, 8:20 AM
chehrlic committed R220:eeaffa647386: Remove unused setting 'locale_is_casesensitive' (authored by chehrlic).
Remove unused setting 'locale_is_casesensitive'
Aug 7 2017, 8:20 AM

Aug 6 2017

chehrlic committed R220:2879935231fe: Remove throw specifier (deprecated with c++11) (authored by chehrlic).
Remove throw specifier (deprecated with c++11)
Aug 6 2017, 12:13 PM
chehrlic committed R220:922b9ff8d938: Remove support for subversion < 1.7 (subversion 1.7 was released 6 years ago) (authored by chehrlic).
Remove support for subversion < 1.7 (subversion 1.7 was released 6 years ago)
Aug 6 2017, 12:13 PM
chehrlic committed R220:f8030100249e: Don't pass an empty path to svn - could occur when '/' was checked with… (authored by chehrlic).
Don't pass an empty path to svn - could occur when '/' was checked with…
Aug 6 2017, 9:20 AM
chehrlic committed R220:7ec55375e0b3: Remove throw specifier (deprecated with c++11) (authored by chehrlic).
Remove throw specifier (deprecated with c++11)
Aug 6 2017, 8:31 AM
chehrlic committed R220:8255e3db43f7: Min required Qt version is now 5.6.0 (authored by chehrlic).
Min required Qt version is now 5.6.0
Aug 6 2017, 8:31 AM
chehrlic committed R220:d783e34a9832: sync QUrl::adjusted() -> use QUrl::StripTrailingSlash|QUrl… (authored by chehrlic).
sync QUrl::adjusted() -> use QUrl::StripTrailingSlash|QUrl…
Aug 6 2017, 8:31 AM
chehrlic committed R220:c1aa8414c53c: Replace some deprecated functions, remove unused var (authored by chehrlic).
Replace some deprecated functions, remove unused var
Aug 6 2017, 8:31 AM

Jul 19 2017

chehrlic committed R183:62796800cd88: Need a description field, although it can be empty (not null\!). Why is it… (authored by chehrlic).
Need a description field, although it can be empty (not null\!). Why is it…
Jul 19 2017, 1:43 PM

Jul 17 2017

chehrlic committed R183:14e546999384: Add poppler 0.56 (authored by chehrlic).
Add poppler 0.56
Jul 17 2017, 6:03 PM

Jul 16 2017

chehrlic committed R183:6f1a93ee6784: Log4qt release 1.4.1 (authored by Andreas Bacher <andi.bacher@gmx.at>).
Log4qt release 1.4.1
Jul 16 2017, 6:07 PM
chehrlic committed R183:07a9e9b56528: Log4qt release 1.4.1 (authored by Andreas Bacher <andi.bacher@gmx.at>).
Log4qt release 1.4.1
Jul 16 2017, 6:07 PM

Feb 27 2017

chehrlic committed R220:921e6f656a26: Bug 375655 - KDESVN related crash perhaps while right-clicking in Dolphin This… (authored by chehrlic).
Bug 375655 - KDESVN related crash perhaps while right-clicking in Dolphin This…
Feb 27 2017, 6:56 PM

Feb 26 2017

chehrlic accepted D4356: Fix UI string: remove placeholders for arguments.
Feb 26 2017, 7:30 PM · Subversion Client (KDE SVN), Localization

Dec 20 2016

chehrlic committed R220:616737e86fa9: Fix D3692 - KUrlRequester already has a clear button, no need to add another one (authored by chehrlic).
Fix D3692 - KUrlRequester already has a clear button, no need to add another one
Dec 20 2016, 9:09 AM
chehrlic closed D3692: Remove redundant clear button.
Dec 20 2016, 8:17 AM
chehrlic accepted D3692: Remove redundant clear button.

You're correct - looks like KUrlRequester from KDE4 did not had a clear button :)
Tried to auto-close this but maybe found not the correct keywords - the documentation at https://secure.phabricator.com/T5132 does not mention differential tasks at all ...

Dec 20 2016, 8:17 AM

Dec 10 2016

chehrlic committed R220:9ffc2992a5e6: Update ChangeLog for 2.0.0 (authored by chehrlic).
Update ChangeLog for 2.0.0
Dec 10 2016, 2:03 PM

Dec 4 2016

chehrlic committed R74:012dcb71a8b2: QStringRef also has (since Qt5.1) a trimmed() function. This can be used to… (authored by chehrlic).
QStringRef also has (since Qt5.1) a trimmed() function. This can be used to…
Dec 4 2016, 5:08 PM

Nov 24 2016

chehrlic committed R49:88a6e6444341: QString::null -> QString() REVIEW: 129551 (authored by chehrlic).
QString::null -> QString() REVIEW: 129551
Nov 24 2016, 4:27 PM
chehrlic committed R49:3306cb3eb006: qSort/qStableSort/qLowerBound -> std::sort/stable_sort/lower_bound REVIEW… (authored by chehrlic).
qSort/qStableSort/qLowerBound -> std::sort/stable_sort/lower_bound REVIEW…
Nov 24 2016, 6:20 AM

Nov 23 2016

chehrlic committed R49:b80aeb816a29: const char* name -> const QString& name where needed, otherwise completly… (authored by chehrlic).
const char* name -> const QString& name where needed, otherwise completly…
Nov 23 2016, 7:23 PM
chehrlic committed R49:73340dcd3479: QByteArray -> QString conversion via QString::fromLocal8Bit() REVIEW: 129536 (authored by chehrlic).
QByteArray -> QString conversion via QString::fromLocal8Bit() REVIEW: 129536
Nov 23 2016, 7:22 PM
chehrlic committed R49:18ce136fa70d: CMake cleanup REVIEW: 129534 (authored by chehrlic).
CMake cleanup REVIEW: 129534
Nov 23 2016, 7:22 PM

Nov 22 2016

chehrlic committed R49:e714dc5d0bbc: CLazy warnings-- REVIEW: 129429 (authored by chehrlic).
CLazy warnings-- REVIEW: 129429
Nov 22 2016, 8:35 PM

Nov 21 2016

chehrlic committed R49:81e6aa6e77fe: Remove useless QString() -> directly use QString() REVIEW: 129431 (authored by chehrlic).
Remove useless QString() -> directly use QString() REVIEW: 129431
Nov 21 2016, 6:45 PM
chehrlic committed R49:5485d86cc349: KDE runtime warnings-- (Use KActionCollaction::setDefaultShortcut instead… (authored by chehrlic).
KDE runtime warnings-- (Use KActionCollaction::setDefaultShortcut instead…
Nov 21 2016, 6:42 PM

Nov 18 2016

chehrlic committed R49:43af8ae96026: CMake++ (fixed typo: dumpselectionbaseui -> dumpselectionbase.ui) (authored by chehrlic).
CMake++ (fixed typo: dumpselectionbaseui -> dumpselectionbase.ui)
Nov 18 2016, 7:40 PM

Nov 13 2016

chehrlic committed R220:d6724b71a497: Make sure to pass a valid url to QUrl ctor on restart - leftover from KUrl ->… (authored by chehrlic).
Make sure to pass a valid url to QUrl ctor on restart - leftover from KUrl ->…
Nov 13 2016, 1:49 PM

Oct 24 2016

chehrlic committed R220:d332ab6917bb: Prepare for 2.0.0 release (authored by chehrlic).
Prepare for 2.0.0 release
Oct 24 2016, 7:41 PM
chehrlic committed R220:858703b96b13: Fix crash when adding a new property - using PropertyListViewItem::setFoo()… (authored by chehrlic).
Fix crash when adding a new property - using PropertyListViewItem::setFoo()…
Oct 24 2016, 7:41 PM
chehrlic committed R220:ed903052cf90: Move sub2qt helper functions to static functions in svn::Targets (authored by chehrlic).
Move sub2qt helper functions to static functions in svn::Targets
Oct 24 2016, 7:41 PM
chehrlic committed R220:24f059676fef: Set minimum size for icons in treeview to 12 (authored by chehrlic).
Set minimum size for icons in treeview to 12
Oct 24 2016, 7:41 PM

Sep 10 2016

chehrlic committed R172:fae1d0d264a8: backport from trunk to find ical headers on windows libical headers are in… (authored by chehrlic).
backport from trunk to find ical headers on windows libical headers are in…
Sep 10 2016, 6:25 AM
chehrlic committed R172:1f19d6d74e1e: win32 compile++ (authored by chehrlic).
win32 compile++
Sep 10 2016, 6:19 AM
chehrlic committed R172:6f38759edb90: win32 link++ (authored by chehrlic).
win32 link++
Sep 10 2016, 6:16 AM
chehrlic committed R172:0b5575ceb864: msvc compile++ (authored by chehrlic).
msvc compile++
Sep 10 2016, 6:16 AM
chehrlic committed R172:7f5af8fee37d: fix operator (authored by chehrlic).
fix operator
Sep 10 2016, 6:16 AM
chehrlic committed R173:fae1d0d264a8: backport from trunk to find ical headers on windows libical headers are in… (authored by chehrlic).
backport from trunk to find ical headers on windows libical headers are in…
Sep 10 2016, 6:15 AM
chehrlic committed R172:d05d3a1c80a0: make sure ${CMAKE_BINARY_DIR}/kcal/libical/src/libical/ exists before creating… (authored by chehrlic).
make sure ${CMAKE_BINARY_DIR}/kcal/libical/src/libical/ exists before creating…
Sep 10 2016, 6:12 AM
chehrlic committed R172:8db280b85c71: win32 compile++ (see also http://www.cmake.org/pipermail/cmake/2008-June/022380. (authored by chehrlic).
win32 compile++ (see also http://www.cmake.org/pipermail/cmake/2008-June/022380.
Sep 10 2016, 6:11 AM
chehrlic committed R172:5e7149ecfbad: boost is a hard dependency - make it required (doesn't work with current… (authored by chehrlic).
boost is a hard dependency - make it required (doesn't work with current…
Sep 10 2016, 6:10 AM
chehrlic committed R173:1f19d6d74e1e: win32 compile++ (authored by chehrlic).
win32 compile++
Sep 10 2016, 6:09 AM
chehrlic committed R172:958742c945f9: msvc compile++ - do you really need uppercase enums? (authored by chehrlic).
msvc compile++ - do you really need uppercase enums?
Sep 10 2016, 6:07 AM
chehrlic committed R172:f2d64dc100b8: make kdepimlibs work with 4.0 (authored by chehrlic).
make kdepimlibs work with 4.0
Sep 10 2016, 6:07 AM
chehrlic committed R172:83c9d8136ab9: LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS (authored by chehrlic).
LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS
Sep 10 2016, 6:07 AM
chehrlic committed R173:0b5575ceb864: msvc compile++ (authored by chehrlic).
msvc compile++
Sep 10 2016, 6:06 AM
chehrlic committed R173:6f38759edb90: win32 link++ (authored by chehrlic).
win32 link++
Sep 10 2016, 6:06 AM
chehrlic committed R173:7f5af8fee37d: fix operator (authored by chehrlic).
fix operator
Sep 10 2016, 6:06 AM
chehrlic committed R172:3111e74fcba9: fix for win32 - now win32 specific (authored by chehrlic).
fix for win32 - now win32 specific
Sep 10 2016, 6:05 AM
chehrlic committed R172:6a2173fb9e9a: revert my last change - I really should do 'svn up' more often for kdepimlibs. (authored by chehrlic).
revert my last change - I really should do 'svn up' more often for kdepimlibs.
Sep 10 2016, 6:05 AM
chehrlic committed R172:e50bf3183036: disable gpgme++ and gpgme for win32 - gpgme-qt is not public available anywhere. (authored by chehrlic).
disable gpgme++ and gpgme for win32 - gpgme-qt is not public available anywhere.
Sep 10 2016, 6:05 AM
chehrlic committed R172:df31a8cb32e9: msvc link++ (authored by chehrlic).
msvc link++
Sep 10 2016, 6:03 AM
chehrlic committed R172:080e66cccaad: david is right - msvc gave me an error there too but just because the second… (authored by chehrlic).
david is right - msvc gave me an error there too but just because the second…
Sep 10 2016, 6:03 AM
chehrlic committed R172:f852cebbe732: looks like I better should go to bed... compile++ (authored by chehrlic).
looks like I better should go to bed... compile++
Sep 10 2016, 6:03 AM
chehrlic committed R172:72781812d686: win32/msvc compile++ (authored by chehrlic).
win32/msvc compile++
Sep 10 2016, 6:03 AM
chehrlic committed R172:783570830147: fix copy operators (authored by chehrlic).
fix copy operators
Sep 10 2016, 6:03 AM
chehrlic committed R172:437f19e45685: cmake warnings-- (authored by chehrlic).
cmake warnings--
Sep 10 2016, 6:02 AM
chehrlic committed R173:d05d3a1c80a0: make sure ${CMAKE_BINARY_DIR}/kcal/libical/src/libical/ exists before creating… (authored by chehrlic).
make sure ${CMAKE_BINARY_DIR}/kcal/libical/src/libical/ exists before creating…
Sep 10 2016, 6:01 AM
chehrlic committed R172:a5253d1e1f3a: msvc warnings/errors-- (authored by chehrlic).
msvc warnings/errors--
Sep 10 2016, 6:01 AM
chehrlic committed R173:8db280b85c71: win32 compile++ (see also http://www.cmake.org/pipermail/cmake/2008-June/022380. (authored by chehrlic).
win32 compile++ (see also http://www.cmake.org/pipermail/cmake/2008-June/022380.
Sep 10 2016, 6:01 AM
chehrlic committed R172:421bade3f469: correct override (authored by chehrlic).
correct override
Sep 10 2016, 6:00 AM
chehrlic committed R172:6b2a63b7dd26: warnings-- (authored by chehrlic).
warnings--
Sep 10 2016, 6:00 AM
chehrlic committed R172:f073450dbfc5: msvc compile++ - hope that's the correct place for the deprecated macro here (authored by chehrlic).
msvc compile++ - hope that's the correct place for the deprecated macro here
Sep 10 2016, 6:00 AM
chehrlic committed R173:5e7149ecfbad: boost is a hard dependency - make it required (doesn't work with current… (authored by chehrlic).
boost is a hard dependency - make it required (doesn't work with current…
Sep 10 2016, 6:00 AM
chehrlic committed R172:8e6b797e70a5: (temporary) fix for win32/msvc (authored by chehrlic).
(temporary) fix for win32/msvc
Sep 10 2016, 5:59 AM
chehrlic committed R172:f5761b974f08: !(K_GLOBAL_STATIC) does not work (authored by chehrlic).
!(K_GLOBAL_STATIC) does not work
Sep 10 2016, 5:59 AM
chehrlic committed R172:43b19ced0f2e: startup check (authored by chehrlic).
startup check
Sep 10 2016, 5:58 AM
chehrlic committed R172:41e09fa0412f: win32 compile/wanrings-- (authored by chehrlic).
win32 compile/wanrings--
Sep 10 2016, 5:58 AM
chehrlic committed R172:f8fbbcda0d11: kleo is using k3process :( (authored by chehrlic).
kleo is using k3process :(
Sep 10 2016, 5:58 AM
chehrlic committed R172:5930292bf764: k3process-- (authored by chehrlic).
k3process--
Sep 10 2016, 5:58 AM
chehrlic committed R172:45210e5562ba: win32 compile/warnings-- (authored by chehrlic).
win32 compile/warnings--
Sep 10 2016, 5:58 AM
chehrlic committed R172:82651eb6a802: msvc warnings-- (authored by chehrlic).
msvc warnings--
Sep 10 2016, 5:58 AM
chehrlic committed R172:77fd811cb94f: add some library search names (authored by chehrlic).
add some library search names
Sep 10 2016, 5:58 AM
chehrlic committed R172:7152b018ee53: msvc warnings-- (authored by chehrlic).
msvc warnings--
Sep 10 2016, 5:58 AM
chehrlic committed R172:f611d623f8ae: removed unused include (authored by chehrlic).
removed unused include
Sep 10 2016, 5:58 AM
chehrlic committed R172:08da52c9a049: uninline some functions to fix compile problems with msvc (authored by chehrlic).
uninline some functions to fix compile problems with msvc
Sep 10 2016, 5:58 AM
chehrlic committed R172:2d5c945da997: fix export macro (win32) (authored by chehrlic).
fix export macro (win32)
Sep 10 2016, 5:58 AM
chehrlic committed R172:0e66824d3242: SEEK_foo is in stdio.h (authored by chehrlic).
SEEK_foo is in stdio.h
Sep 10 2016, 5:58 AM
chehrlic committed R173:958742c945f9: msvc compile++ - do you really need uppercase enums? (authored by chehrlic).
msvc compile++ - do you really need uppercase enums?
Sep 10 2016, 5:58 AM