Summary: | Export HTML with every save not working | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Carles Pina i Estany <carles> |
Component: | html export | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/6a8fae7f154d053ec9acd8399f823cbf88a3cb5a | Version Fixed In: | 4.8.5 |
Sentry Crash Report: |
Description
Carles Pina i Estany
2012-06-27 22:40:44 UTC
Git commit 029114107b8ef26f654ae7c2cfa0005b1072d206 by Allen Winter. Committed on 30/06/2012 at 00:50. Pushed by winterz into branch 'master'. Fix a broken signal/slot connection in KPrefsWidDuration(). This was effectively blocking the KOrganizer HTML autoexport from ever being run. Also don't continually blast the user with prompt and info dialogs when in autoexport mode. ...and a few other nice things for the UI experience. MERGE: 4.8,4.9 FIXED-IN: 4.8.5 M +42 -9 korganizer/actionmanager.cpp M +12 -1 korganizer/actionmanager.h M +22 -5 korganizer/htmlexportjob.cpp M +12 -3 korganizer/htmlexportjob.h M +1 -1 libkdepim/kprefsdialog.cpp http://commits.kde.org/kdepim/029114107b8ef26f654ae7c2cfa0005b1072d206 Git commit 9ac33235e64fa06742e598a4392dbe08df6d5210 by Allen Winter. Committed on 30/06/2012 at 00:50. Pushed by winterz into branch 'KDE/4.9'. Fix a broken signal/slot connection in KPrefsWidDuration(). This was effectively blocking the KOrganizer HTML autoexport from ever being run. Also don't continually blast the user with prompt and info dialogs when in autoexport mode. ...and a few other nice things for the UI experience. MERGE: 4.8,4.9 FIXED-IN: 4.8.5 (cherry picked from commit 029114107b8ef26f654ae7c2cfa0005b1072d206) M +42 -9 korganizer/actionmanager.cpp M +12 -1 korganizer/actionmanager.h M +22 -5 korganizer/htmlexportjob.cpp M +12 -3 korganizer/htmlexportjob.h M +1 -1 libkdepim/kprefsdialog.cpp http://commits.kde.org/kdepim/9ac33235e64fa06742e598a4392dbe08df6d5210 Git commit 6a8fae7f154d053ec9acd8399f823cbf88a3cb5a by Allen Winter. Committed on 30/06/2012 at 00:50. Pushed by winterz into branch 'KDE/4.8'. Fix a broken signal/slot connection in KPrefsWidDuration(). This was effectively blocking the KOrganizer HTML autoexport from ever being run. Also don't continually blast the user with prompt and info dialogs when in autoexport mode. ...and a few other nice things for the UI experience. MERGE: 4.8,4.9 FIXED-IN: 4.8.5 (cherry picked from commit 029114107b8ef26f654ae7c2cfa0005b1072d206) (cherry picked from commit 9ac33235e64fa06742e598a4392dbe08df6d5210) Conflicts: korganizer/htmlexportjob.h M +42 -9 korganizer/actionmanager.cpp M +12 -1 korganizer/actionmanager.h M +22 -5 korganizer/htmlexportjob.cpp M +10 -1 korganizer/htmlexportjob.h M +1 -1 libkdepim/kprefsdialog.cpp http://commits.kde.org/kdepim/6a8fae7f154d053ec9acd8399f823cbf88a3cb5a |