~ubuntu-branches/ubuntu/hardy/kdepim/hardy-proposed

« back to all changes in this revision

Viewing changes to korganizer/calendarview.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Wenning
  • Date: 2008-11-18 13:39:44 UTC
  • mfrom: (82.1.1 hardy-updates)
  • Revision ID: james.westby@ubuntu.com-20081118133944-py2nova33va86lf9
Tags: 4:3.5.10-0ubuntu1~hardy3
* Add kubuntu_17_upstream_r860376.diff which fixed a pointer problem
  in korganizer leading to objects being lost.
* Add kubuntu_18_upstream_r857911.diff to make sure that the inbox
  folder doesn't stay hidden if content is added.
  - See http://bugs.kde.org/show_bug.cgi?id=168544
* Add kubuntu_19_fix_gcal_crash.diff which fixes problems with remote
  resources crashing kontact, most notably when using GCal. (LP: #286905)
* Add kubuntu_20_upstream_r882942.diff which prevents incidence loss
  under certain conditions as the UID map wasn't being reloaded.
* Add kubuntu_21_upstream_r882976.diff to prevent KMail crashing
  due to certain malicious base64-encoded mail parts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
    /** Create a read-only viewer dialog for the supplied incidence. It calls the correct showXXX method*/
288
288
    void showIncidence( Incidence * );
289
289
    /** Create an editor for the supplied incidence. It calls the correct editXXX method*/
290
 
    bool editIncidence( Incidence * );
 
290
    bool editIncidence( Incidence *incidence, bool isCounter = false );
291
291
    /**
292
292
      Delete the supplied incidence. It calls the correct deleteXXX method
293
293
      @param force If true, all recurrences and sub-todos (if applicable) will be
302
302
      Copies the selected incidence using the edit_copy() method
303
303
    */
304
304
    void copyIncidence( Incidence *);
 
305
    /**
 
306
      Pastes the curren incidence using the edit_paste() method
 
307
    */
 
308
    void pasteIncidence();
 
309
 
305
310
    /** Delete the supplied todo and all sub-todos */
306
311
    void deleteSubTodosIncidence ( Todo *todo );
307
312
    /**
517
522
    void addIncidenceOn( Incidence *, const QDate & );
518
523
    void moveIncidenceTo( Incidence *, const QDate & );
519
524
    void filterActivated( int filterNum );
 
525
 
 
526
    void resourcesChanged();
 
527
 
520
528
  protected slots:
521
529
    /** Select a view or adapt the current view to display the specified dates. */
522
530
    void showDates( const KCal::DateList & );