Timothy Pearson 12 years ago
commit b5d2c451fe

@ -219,7 +219,7 @@ yet).
Added first steps to create account balancing. Added first steps to create account balancing.
Changed from for to category and changed all relevant code. Changed from for to category and changed all relevant code.
Started to make the tabbed input box work. Started to make the tabbed input box work.
File format is well fucked up. File format is well messed up.
Tried to get the file format working again. Tried to get the file format working again.
Removed the option to set the sort type and removed all respective code. Removed the option to set the sort type and removed all respective code.
Added calendar-0.12 into the source tree rather than create my own DateValidator. Added calendar-0.12 into the source tree rather than create my own DateValidator.

@ -217,7 +217,7 @@ and is a network path to the session manager socket.
Path to the home directory for the current user. Path to the home directory for the current user.
.IP TDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.trinity
.lf 50 ../info/kmymoney2.kmymoney2.1 .lf 50 ../info/kmymoney2.kmymoney2.1
.SH AUTHOR .SH AUTHOR
.B KMyMoney .B KMyMoney

@ -533,8 +533,8 @@ protected:
TQString advCrDays() const { return (var(ADVCD));}; TQString advCrDays() const { return (var(ADVCD));};
TQString advCrRemindDays() const { return (var(ADVRD));}; TQString advCrRemindDays() const { return (var(ADVRD));};
TQString instanceCount() const { return (var(INSTC));}; TQString instanceCount() const { return (var(INSTC));};
TQString numOccurs() const { return (var(NUTQMOCC));}; TQString numOccurs() const { return (var(NUMOCC));};
TQString remOccurs() const { return (var(RETQMOCC));}; TQString remOccurs() const { return (var(REMOCC));};
TQString templId() const { return (var(TEMPLID));}; TQString templId() const { return (var(TEMPLID));};
TQDate startDate () const TQDate startDate () const
{TQDate x = TQDate(); return (m_vpStartDate == NULL ? x : m_vpStartDate->date());}; {TQDate x = TQDate(); return (m_vpStartDate == NULL ? x : m_vpStartDate->date());};
@ -552,7 +552,7 @@ private:
virtual void terminate(); virtual void terminate();
// data elements // data elements
enum ScheduleDataEls {NAME, ENABLED, AUTOC, AUTOCN, AUTOCD, ADVCD, ADVRD, INSTC, enum ScheduleDataEls {NAME, ENABLED, AUTOC, AUTOCN, AUTOCD, ADVCD, ADVRD, INSTC,
NUTQMOCC, RETQMOCC, TEMPLID, END_Schedule_DELS }; NUMOCC, REMOCC, TEMPLID, END_Schedule_DELS };
GncDate *m_vpStartDate, *m_vpLastDate, *m_vpEndDate; GncDate *m_vpStartDate, *m_vpLastDate, *m_vpEndDate;
GncFreqSpec *m_vpFreqSpec; GncFreqSpec *m_vpFreqSpec;
mutable TQPtrList<GncRecurrence> m_vpRecurrence; // gnc handles multiple occurrences mutable TQPtrList<GncRecurrence> m_vpRecurrence; // gnc handles multiple occurrences

@ -223,7 +223,7 @@ public slots: // PENDING(blackie) merge public slots into one section.
public: public:
// TQMOC_SKIP_BEGIN // MOC_SKIP_BEGIN
class KDCHART_EXPORT KDChartFrameSettings class KDCHART_EXPORT KDChartFrameSettings
{ {
// Q_OBJECT // Q_OBJECT
@ -379,7 +379,7 @@ public:
bool _addFrameHeightToLayout; bool _addFrameHeightToLayout;
}; };
// TQMOC_SKIP_END // MOC_SKIP_END
public slots: public slots:

@ -475,7 +475,7 @@ public slots:
public: public:
// TQMOC_SKIP_BEGIN // MOC_SKIP_BEGIN
/** /**
\ifnot v200 \ifnot v200
\deprecated Feature scheduled for future release, at present not implemented. \deprecated Feature scheduled for future release, at present not implemented.
@ -570,7 +570,7 @@ public:
KDFrameProfile _profile; KDFrameProfile _profile;
}; };
// TQMOC_SKIP_END // MOC_SKIP_END
public slots: public slots:
/** /**

Loading…
Cancel
Save