OW2 Consortium

(file) Return to SyncForm.h CVS log (file) (dir) Up to [OW2-CVS] / sync4j / funambol / clients / outlook / UI / src

Diff for /sync4j/funambol/clients/outlook/UI/src/SyncForm.h between version 1.14 and 1.15

version 1.14, 2007/03/30 13:51:21 version 1.15, 2007/04/06 13:25:30
Line 75 
Line 75 
    DECLARE_MESSAGE_MAP()    DECLARE_MESSAGE_MAP()
  
 private: private:
       // true if the UI buttons are locked
     bool lockedUI;     bool lockedUI;
  
       // Buffers for source panes status labels
       CString contactsStatusLabel;
       CString calendarStatusLabel;
       CString tasksStatusLabel;
       CString notesStatusLabel;
   
       // Buffers for source panel titles (fixed)
       CString contactsLabel;
       CString calendarLabel;
       CString tasksLabel;
       CString notesLabel;
   
 public: public:
     CFont fontBold;     CFont fontBold;
     CFont fontNormal;     CFont fontNormal;
Line 108 
Line 121 
     int syncSourceContactState, syncSourceCalendarState;     int syncSourceContactState, syncSourceCalendarState;
     int syncSourceTaskState, syncSourceNoteState;     int syncSourceTaskState, syncSourceNoteState;
  
     // Used to avoid repainting the source labels during sync...  
     // Consider it a trick - temporary patch until I understand why labels are repainted  
     // when calling CAnimatedIcon::OnTimer() > SetIcon...  
     bool keepSourceLabels;  
   
  
     /**     /**
     * refresh UI info about a source     * refresh UI info about a source
Line 136 
Line 144 
     void unlockButtons();     void unlockButtons();
  
     // change UI status text for a source     // change UI status text for a source
     void changeContactsStatus(CString status);      void changeContactsStatus(CString& status);
     void changeCalendarStatus(CString status);      void changeCalendarStatus(CString& status);
     void changeTasksStatus(CString status);      void changeTasksStatus   (CString& status);
     void changeNotesStatus(CString status);      void changeNotesStatus   (CString& status);
  
     afx_msg LRESULT OnInitForm(WPARAM, LPARAM);     afx_msg LRESULT OnInitForm(WPARAM, LPARAM);
     afx_msg void OnBnClickedMainButSync();     afx_msg void OnBnClickedMainButSync();


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge