59 commits found for author ervin.
Mostly active for:   kdelibs   kdebase   kdebase 3.5   kdelibs 3.5

TimeProjectRevisionAuthorRepliesMessageFriday, 01. September 2006
07:12kdebase579520ervin23186Allow to be accessible on D-Bus.


TimeProjectRevisionAuthorRepliesMessageWednesday, 30. August 2006
17:14kdebase578955ervin0Make it compile again. CCMAIL: tokoe@kde.org


TimeProjectRevisionAuthorRepliesMessageMonday, 07. August 2006
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.
17:31kdelibs570767ervin0Send given arguments to the unique instance of the app. That restores the previous behavior, it somehow got broken during D-Bus porting.


TimeProjectRevisionAuthorRepliesMessageSunday, 06. August 2006
10:55kdebase 3.5570281ervin0Properly disconnect DCOP signals in the medianotifier when unloaded. Avoids to have two notification dialogs when it's reloaded. CCMAIL: trueg@k3b.org


TimeProjectRevisionAuthorRepliesMessageMonday, 31. July 2006
17:13kdebase 3.5568272ervin0Adding a comment in kdeeject for curious people... It seems that it's a bug in 'eject' itself introduced between 2.0.13 and 2.1.x. Using 2.0.x or 2.1.5 it works as expected. CCBUG:131540


TimeProjectRevisionAuthorRepliesMessageWednesday, 19. July 2006
16:34kdebase564238ervin0Ported remote and system menuext.
07:57kdebase564070ervin0Die QDBusReply::isError()! Die!!!
07:54kdebase564065ervin0Use !QDBusReply::isValid() instead of QDBusReply::isError()
07:38kdebase564056ervin0Use QDBusReply::isValid() instead of QDBusReply::isSuccess()


TimeProjectRevisionAuthorRepliesMessageThursday, 06. July 2006
15:05kdelibs559088ervin0Oops, forgot to write a proper dtor. My bad.
15:04kdelibs559087ervin0Re-Add the showErrorDialog(), but marked as deprecated, to make migration easier.
14:22kdelibs559064ervin0Die! Klauncher, die!!! (Be a bit more persuasive on exit to avoid crashes)
13:24kdelibs559016ervin0Avoid warning. SVN_SILENT
12:51kdebase559003ervin0Don't use KToolInvocation to avoid kdeinit to be started too early in the process.
08:06kdebase558861ervin0Port konqy preloader to D-BUS.


TimeProjectRevisionAuthorRepliesMessageWednesday, 05. July 2006
23:15kdebase558757ervin0Tired of black windows? Try Plastique today! And make your life colorful!!
22:19kdebase558736ervin0No more KActiveLabel, QLabel is used instead.
13:27kdelibs558482ervin0Oops, better return the subjob list as a const ref.
12:37kdelibs558448ervin0Add subjob handling thanks to KCompositeJob. KIO::Job is now inheriting from KCompositeJob. Added a few fixes for progress handling, jobtest passes again.


TimeProjectRevisionAuthorRepliesMessageTuesday, 04. July 2006
22:05kdelibs558214ervin0First phase of the GUI/non-GUI split in KIO. It provides some facilities for UI handling in KJob which are then used and overriden in KIO. We now have "UI delegates" that contain all the needed UI logic. Incomiiing!


TimeProjectRevisionAuthorRepliesMessageSunday, 02. July 2006
00:50kdelibs556968ervin0Comment out the missing include to make it compile.
00:16kdelibs556960ervin0Make it build with the Qt 4.2 DBus bindings.
00:10kdelibs556959ervin0This interface didn't get exported but it's used outside of kio. Workaround it for now, but we'll have to find a real solution. CCMAIL: thiago@kde.org CCMAIL: harry@kdevelop.org


TimeProjectRevisionAuthorRepliesMessageSaturday, 01. July 2006
22:17kdelibs556921ervin0Fix use of QDBusInterface in this test.
22:16kdelibs556920ervin0Fix typo. SVN_SILENT


TimeProjectRevisionAuthorRepliesMessageMonday, 26. June 2006
19:24kdelibs555237ervin0Improve KJob::kill() method. Apply the changes to KIO::Job.


TimeProjectRevisionAuthorRepliesMessageThursday, 15. June 2006
22:13kdebase 3.5551890ervin0It seems that letting "eject" handling the unmount doesn't introduce undesired side-effects. So let's do it this way, to avoid error on unmount for supermounted devices. BUG: 116209
21:37kdebase 3.5551884ervin0Avoid to leak devices lists. Thanks for pointing this. BUG: 117623
21:30kdebase 3.5551883ervin0Filesystem typ "fdescfs" is now blacklisted. That should be enough to fix this one. Please reopen if it's still broken. BUG: 128754


TimeProjectRevisionAuthorRepliesMessageMonday, 12. June 2006
10:31kdebase 3.5550578ervin0Merge coolo's branch, it contains quite some fixes and interesting features. It'll be available in KDE 3.5.4, couldn't be committed before, but thanks to the partial feature unfreeze... FEATURE: BUG: 50185 BUG: 105482 BUG: 108823 BUG: 114854 BUG: 120619 BUG: 121833 BUG: 127788 CCMAIL: coolo@kde.org


TimeProjectRevisionAuthorRepliesMessageMonday, 01. May 2006
13:50kdelibs536140ervin0Add synchronous interface to KJob (namely KJob::exec()).


TimeProjectRevisionAuthorRepliesMessageSunday, 30. April 2006
16:03kdelibs535859ervin0Add a few unit tests to KJob.


TimeProjectRevisionAuthorRepliesMessageWednesday, 26. April 2006
11:01kdebase534064ervin5843Finishing the port to KJob signals. Fixing some warning() and infoMessage() connections. CCMAIL: pascal.letourneau@kdemail.net


TimeProjectRevisionAuthorRepliesMessageWednesday, 19. April 2006
16:52kdelibs531622ervin0Introducing KJob as announced earlier on list.


TimeProjectRevisionAuthorRepliesMessageThursday, 05. January 2006
11:19kdelibs494497ervin11Installing qttest_kde.h, we surely want unit tests outside of kdelibs. ;-)


TimeProjectRevisionAuthorRepliesMessageTuesday, 22. November 2005
17:12kdelibs482356ervin0When we receive a redirect from one of the job used for forwarding, we must stop it immediately, since a ioslave is not supposed to redirect twice (which might happen if the job keeps running). Thanks to Michael Brade for spotting the problem. (forwardporting to trunk) BUG: 111939
17:12kdelibs 3.5482355ervin0When we receive a redirect from one of the job used for forwarding, we must stop it immediately, since a ioslave is not supposed to redirect twice (which might happen if the job keeps running). Thanks to Michael Brade for spotting the problem. CCBUG: 111939


TimeProjectRevisionAuthorRepliesMessageSunday, 20. November 2005
18:03kdebase 3.5481828ervin0Fully reload the mediamanager and notify FilesAdded when the settings change. Otherwise we loose the ability to get events from HAL. It seems that it comes from a bug in the unmaintained Qt3 DBUS binding and its event-loop integration. BUG: 116537


TimeProjectRevisionAuthorRepliesMessageThursday, 27. October 2005
05:22kdebase474686ervin2Cleaning up the Qt4 port, removing some depends on Qt3Support. Thanks to Dave Rowe for the patches. CCMAIL: dave@roweware.com --Cette ligne, et les suivantes ci-dessous, seront ignorées-- M media/medianotifier/medianotifier.cpp M media/medianotifier/medianotifier.h M media/medianotifier/notificationdialog.cpp M media/mediaimpl.cpp M media/kio_media.cpp M media/mediamanager/linuxcdpolling.h M media/mediamanager/linuxcdpolling.cpp


TimeProjectRevisionAuthorRepliesMessageWednesday, 26. October 2005
18:20kdebase474561ervin0Currently, we can't open a blank CD/DVD using media:/. Moreover there's no need to popup the dialog when only the "do nothing" action can be proposed. (forward port from 3.5)
18:19kdebase 3.5474560ervin0Currently, we can't open a blank CD/DVD using media:/. Moreover there's no need to popup the dialog when only the "do nothing" action can be proposed.
17:56kdebase474555ervin0Notify for _each_ mountpoint, not the first one that match the file. Otherwise we basically end up notifying for "/" only... (forward port from 3.5) BUG: 111094
17:55kdebase 3.5474554ervin0Notify for _each_ mountpoint, not the first one that match the file. Otherwise we basically end up notifying for "/" only... CCBUG: 111094
06:22kdebase474359ervin30Improve the redirection. Now we're able to redirect even if we have trailing directory information. For example remote:/Server/foo/bar will correctly redirect to protocol://server.url/foo/bar now. (forward port from 3.5) BUG:109957
06:22kdebase 3.5474358ervin0Improve the redirection. Now we're able to redirect even if we have trailing directory information. For example remote:/Server/foo/bar will correctly redirect to protocol://server.url/foo/bar now. CCBUG:109957


TimeProjectRevisionAuthorRepliesMessageTuesday, 25. October 2005
16:16kdebase474168ervin0Don't claim the HAL device list, if we failed to initialize correctly the HAL context. Leads to a crash on some install (depends where the initialization stage stopped). (forward port from 3.5) BUG:113194
16:12kdebase 3.5474165ervin0Don't claim the HAL device list, if we failed to initialize correctly the HAL context. Leads to a crash on some install (depends where the initialization stage stopped). CCBUG:113194


TimeProjectRevisionAuthorRepliesMessageSaturday, 22. October 2005
11:08kdebase472994ervin0Allow non square trash button. (forward port) BUG:112790
11:02kdebase 3.5472992ervin0Allow non square trash button. CCBUG: 112790


TimeProjectRevisionAuthorRepliesMessageMonday, 26. September 2005
21:23kdelibs464311ervin5529We have to plan a refresh of an item if it uses UDS_LOCAL_PATH. Thanks to dfaure for the patch. (forward port) BUG:110932