author | zautrix <zautrix> | 2005-02-07 22:39:50 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-07 22:39:50 (UTC) |
commit | 9927a063f34bb826a4b5f7f7029308c9c66acbce (patch) (unidiff) | |
tree | 740386010794c8f5d50b92d49146642709a52e67 | |
parent | d7a005e6c1a27d1084f30b940d54291a8d660f0e (diff) | |
download | kdepimpi-9927a063f34bb826a4b5f7f7029308c9c66acbce.zip kdepimpi-9927a063f34bb826a4b5f7f7029308c9c66acbce.tar.gz kdepimpi-9927a063f34bb826a4b5f7f7029308c9c66acbce.tar.bz2 |
fihix
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 4 | ||||
-rw-r--r-- | desktop/rpm/kdepim_rpm | 2 | ||||
-rw-r--r-- | korganizer/komonthview.cpp | 20 | ||||
-rw-r--r-- | korganizer/komonthview.h | 3 | ||||
-rw-r--r-- | korganizer/koviewmanager.cpp | 4 | ||||
-rw-r--r-- | version | 2 |
6 files changed, 22 insertions, 13 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 6945864..65bb075 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,194 +1,198 @@ | |||
1 | Info about the changes in new versions of KDE-Pim/Pi | 1 | Info about the changes in new versions of KDE-Pim/Pi |
2 | 2 | ||
3 | ********** VERSION 2.0.5 ************ | ||
4 | |||
5 | Bugfixes in KO/Pi. | ||
6 | |||
3 | ********** VERSION 2.0.4 ************ | 7 | ********** VERSION 2.0.4 ************ |
4 | 8 | ||
5 | KO/Pi: | 9 | KO/Pi: |
6 | Fixed problem loading translations for summary/location edit boxes in event/todo editor. | 10 | Fixed problem loading translations for summary/location edit boxes in event/todo editor. |
7 | 11 | ||
8 | Added a general "select week number" to the toolbar. | 12 | Added a general "select week number" to the toolbar. |
9 | 13 | ||
10 | Fixed some small problem of the new features introduced in version 2.0.3. | 14 | Fixed some small problem of the new features introduced in version 2.0.3. |
11 | 15 | ||
12 | Made it possible to specify one specific category as category color, | 16 | Made it possible to specify one specific category as category color, |
13 | if more than one categories are selected. | 17 | if more than one categories are selected. |
14 | 18 | ||
15 | Fixed a bug in saving colors for categories with non-ascii characters. | 19 | Fixed a bug in saving colors for categories with non-ascii characters. |
16 | (Like, e.g. German Umlauts). | 20 | (Like, e.g. German Umlauts). |
17 | Propably you have to set your colors again for those categories. | 21 | Propably you have to set your colors again for those categories. |
18 | 22 | ||
19 | 23 | ||
20 | ********** VERSION 2.0.3 ************ | 24 | ********** VERSION 2.0.3 ************ |
21 | 25 | ||
22 | KO/Pi: | 26 | KO/Pi: |
23 | Added feature for changing alarm settings for many items at once: | 27 | Added feature for changing alarm settings for many items at once: |
24 | Open list view (or search dialog), select the desired items and choose in | 28 | Open list view (or search dialog), select the desired items and choose in |
25 | the popup menu: Set alarm for selected... | 29 | the popup menu: Set alarm for selected... |
26 | 30 | ||
27 | Added to the event/todo viewer the option to send an email to | 31 | Added to the event/todo viewer the option to send an email to |
28 | all attendees or all selected (with RSVP) attendees. | 32 | all attendees or all selected (with RSVP) attendees. |
29 | 33 | ||
30 | Made the week-month mode changing in month view faster. | 34 | Made the week-month mode changing in month view faster. |
31 | 35 | ||
32 | Made month view better useable with keyboard. | 36 | Made month view better useable with keyboard. |
33 | Now TAB key jumps to next cell with an event/todo. | 37 | Now TAB key jumps to next cell with an event/todo. |
34 | Scroll in cell with coursor keys, scroll in time (next week) with | 38 | Scroll in cell with coursor keys, scroll in time (next week) with |
35 | Shift/Control + coursorkeys. | 39 | Shift/Control + coursorkeys. |
36 | 40 | ||
37 | Fixed bug that the todo view flat mode was reset after first view update. | 41 | Fixed bug that the todo view flat mode was reset after first view update. |
38 | 42 | ||
39 | If a todo is displayed closed in the todo view, | 43 | If a todo is displayed closed in the todo view, |
40 | it is now displayed in overdue/due today color depending on the subtodos overdue/due today properties. | 44 | it is now displayed in overdue/due today color depending on the subtodos overdue/due today properties. |
41 | 45 | ||
42 | Added info about the numbers of years to the caption (title) information about a birthday event. | 46 | Added info about the numbers of years to the caption (title) information about a birthday event. |
43 | 47 | ||
44 | Made completion date in todo editor editable. | 48 | Made completion date in todo editor editable. |
45 | 49 | ||
46 | Added possibility to save/load templates for journals. | 50 | Added possibility to save/load templates for journals. |
47 | (Which is just a simple "save text to file" or "insert text from file". | 51 | (Which is just a simple "save text to file" or "insert text from file". |
48 | 52 | ||
49 | ********** VERSION 2.0.2 ************ | 53 | ********** VERSION 2.0.2 ************ |
50 | 54 | ||
51 | KO/Pi: | 55 | KO/Pi: |
52 | Fixed the layout problem of the day label buttons | 56 | Fixed the layout problem of the day label buttons |
53 | of the agenda view introduced in version 2.0.1. | 57 | of the agenda view introduced in version 2.0.1. |
54 | 58 | ||
55 | Added WhatsThis support for the todo view and the list view. | 59 | Added WhatsThis support for the todo view and the list view. |
56 | 60 | ||
57 | Added a quite useful feature to the montview. | 61 | Added a quite useful feature to the montview. |
58 | Just click on the week numbers on the left. | 62 | Just click on the week numbers on the left. |
59 | And in the top right corner of month view/agenda view | 63 | And in the top right corner of month view/agenda view |
60 | there is now a "week number quick selector". | 64 | there is now a "week number quick selector". |
61 | (Click on the black triangle). | 65 | (Click on the black triangle). |
62 | 66 | ||
63 | Made the quite difficult timezone change in KO/Pi easy. | 67 | Made the quite difficult timezone change in KO/Pi easy. |
64 | 68 | ||
65 | OM/Pi: | 69 | OM/Pi: |
66 | Fixed too small icons on desktop. | 70 | Fixed too small icons on desktop. |
67 | Fixed non visible icons in mainwindow on Z with fastload enabled. | 71 | Fixed non visible icons in mainwindow on Z with fastload enabled. |
68 | Added signature file setting to smtp account config. | 72 | Added signature file setting to smtp account config. |
69 | And the signature can be edited and saved in the edit mail dialog. | 73 | And the signature can be edited and saved in the edit mail dialog. |
70 | That does mean: | 74 | That does mean: |
71 | Simply edit the signature for the selected smtp account in the | 75 | Simply edit the signature for the selected smtp account in the |
72 | edit new mail dialog and press the "save signature" button there. | 76 | edit new mail dialog and press the "save signature" button there. |
73 | Then the signature is saved to the file specified in the smtp account settings. | 77 | Then the signature is saved to the file specified in the smtp account settings. |
74 | If there is no file specified, it is saved automatically to the file | 78 | If there is no file specified, it is saved automatically to the file |
75 | kdepim/apps/kopiemail/<accountname>.sig. | 79 | kdepim/apps/kopiemail/<accountname>.sig. |
76 | 80 | ||
77 | 81 | ||
78 | 82 | ||
79 | ********** VERSION 2.0.1 ************ | 83 | ********** VERSION 2.0.1 ************ |
80 | 84 | ||
81 | Oooops ... I forgot to test on the Zaurus 5500 ... | 85 | Oooops ... I forgot to test on the Zaurus 5500 ... |
82 | 86 | ||
83 | Fixed many problems of new (english) strings (and german translations) | 87 | Fixed many problems of new (english) strings (and german translations) |
84 | introduced in the latest versions, where the text was not fitting on the | 88 | introduced in the latest versions, where the text was not fitting on the |
85 | 240x320 display of the Zaurus 5500. | 89 | 240x320 display of the Zaurus 5500. |
86 | 90 | ||
87 | KO/Pi: | 91 | KO/Pi: |
88 | Added a popup menu ( press pen and hold to get popup ) to the agenda view | 92 | Added a popup menu ( press pen and hold to get popup ) to the agenda view |
89 | with many useful items (add event/todo, show next week, two weeks, month, journal). | 93 | with many useful items (add event/todo, show next week, two weeks, month, journal). |
90 | 94 | ||
91 | Added items to the todolist popup menu for: | 95 | Added items to the todolist popup menu for: |
92 | Display all opened, all closed or all todos flat. | 96 | Display all opened, all closed or all todos flat. |
93 | The "flat" view makes is possible to sort all todos after ,e.g., prio or date. | 97 | The "flat" view makes is possible to sort all todos after ,e.g., prio or date. |
94 | Made the reparenting of todos on the desktop possible via Drag&Drop. | 98 | Made the reparenting of todos on the desktop possible via Drag&Drop. |
95 | Fixed several bugs in setting the completed datetime for todos. | 99 | Fixed several bugs in setting the completed datetime for todos. |
96 | Added info about completed datetime of todos to the todo viewer. | 100 | Added info about completed datetime of todos to the todo viewer. |
97 | Now displaying a completed todo (with completed datetime set) in the agenda view | 101 | Now displaying a completed todo (with completed datetime set) in the agenda view |
98 | at the time of the completion. Such that now it is possible to see in the agenda view | 102 | at the time of the completion. Such that now it is possible to see in the agenda view |
99 | when what todo was completed. | 103 | when what todo was completed. |
100 | Fixed behaviour of automatic setting completion of todos with sub-todos/parent todos. | 104 | Fixed behaviour of automatic setting completion of todos with sub-todos/parent todos. |
101 | Now the behaviour is: | 105 | Now the behaviour is: |
102 | Setting a parent to complete sets all (sub)childs to complete. | 106 | Setting a parent to complete sets all (sub)childs to complete. |
103 | Setting a parent to uncomplete does not change the childs. | 107 | Setting a parent to uncomplete does not change the childs. |
104 | Setting a child to uncomplete sets all parent to uncomplete. | 108 | Setting a child to uncomplete sets all parent to uncomplete. |
105 | Setting a child to complete does not change the parents. | 109 | Setting a child to complete does not change the parents. |
106 | 110 | ||
107 | Smart updating and double buffering of the daymatrix. | 111 | Smart updating and double buffering of the daymatrix. |
108 | Showing holidays in the day matrix. | 112 | Showing holidays in the day matrix. |
109 | Many other small performance updates. | 113 | Many other small performance updates. |
110 | 114 | ||
111 | Made day labels in agenda clickable. By clicking a label, the day is displayed in single day mode. | 115 | Made day labels in agenda clickable. By clicking a label, the day is displayed in single day mode. |
112 | 116 | ||
113 | Now the translation file usertranslation.txt is supposed to be in utf8 format. | 117 | Now the translation file usertranslation.txt is supposed to be in utf8 format. |
114 | If you want to translate a language from western europe, just change the germantranslation.txt file. Please read the updated Usertranslation HowTo in KO/Pi Help menu. | 118 | If you want to translate a language from western europe, just change the germantranslation.txt file. Please read the updated Usertranslation HowTo in KO/Pi Help menu. |
115 | 119 | ||
116 | 120 | ||
117 | ********** VERSION 2.0.0 ************ | 121 | ********** VERSION 2.0.0 ************ |
118 | 122 | ||
119 | Stable release 2.0.0! | 123 | Stable release 2.0.0! |
120 | 124 | ||
121 | KO/Pi: | 125 | KO/Pi: |
122 | Fixed problem in edit dialog recreation at startup. | 126 | Fixed problem in edit dialog recreation at startup. |
123 | Made "toggle view*" menu items enabled context sensitive. | 127 | Made "toggle view*" menu items enabled context sensitive. |
124 | Changed agenda size menu to items 1-10. | 128 | Changed agenda size menu to items 1-10. |
125 | Made it possible to change agenda size quickly by pressing mouse on timelabels in agenda view and move mouse up/down. | 129 | Made it possible to change agenda size quickly by pressing mouse on timelabels in agenda view and move mouse up/down. |
126 | Usebility enhancements in the KO/Pi menus. | 130 | Usebility enhancements in the KO/Pi menus. |
127 | Birthday import now adds year to summary. | 131 | Birthday import now adds year to summary. |
128 | What's Next view shows age in years for birthday. | 132 | What's Next view shows age in years for birthday. |
129 | 133 | ||
130 | OM/Pi: | 134 | OM/Pi: |
131 | Added three info lines to display subject, from and to of selected mails. | 135 | Added three info lines to display subject, from and to of selected mails. |
132 | 136 | ||
133 | KA/Pi: | 137 | KA/Pi: |
134 | Fixed jump bar behaviour on Zaurus. | 138 | Fixed jump bar behaviour on Zaurus. |
135 | Now KA/Pi search field supports searching for a range of starting characters. | 139 | Now KA/Pi search field supports searching for a range of starting characters. |
136 | E.g. to search for all contact beginning with b to n, type | 140 | E.g. to search for all contact beginning with b to n, type |
137 | b-n | 141 | b-n |
138 | in the search field. | 142 | in the search field. |
139 | 143 | ||
140 | ********** VERSION 1.9.20 ************ | 144 | ********** VERSION 1.9.20 ************ |
141 | 145 | ||
142 | KO/Pi: | 146 | KO/Pi: |
143 | Added for the "dislplay one day" agenda mode | 147 | Added for the "dislplay one day" agenda mode |
144 | info in the caption and in the day lables: | 148 | info in the caption and in the day lables: |
145 | Now it is displayed, if the selected day is from "day before yesterday" | 149 | Now it is displayed, if the selected day is from "day before yesterday" |
146 | to "day after tomorrow". | 150 | to "day after tomorrow". |
147 | Made it possible to delete a Todo, which has sub-todos. | 151 | Made it possible to delete a Todo, which has sub-todos. |
148 | Fixed two small problems in the todo view. | 152 | Fixed two small problems in the todo view. |
149 | Added missing German translation for filter edit and print dialog. | 153 | Added missing German translation for filter edit and print dialog. |
150 | Made search dialog closeable by cancel key. | 154 | Made search dialog closeable by cancel key. |
151 | 155 | ||
152 | Made it possible to select in the date picker the (ligt grey ) | 156 | Made it possible to select in the date picker the (ligt grey ) |
153 | dates of the prev./next month with the mouse. | 157 | dates of the prev./next month with the mouse. |
154 | 158 | ||
155 | OM/Pi: | 159 | OM/Pi: |
156 | "Delete mail" icon in main window now deletes all selected mails. | 160 | "Delete mail" icon in main window now deletes all selected mails. |
157 | Fixed the problem, that the state flag of imap mails was ignored. | 161 | Fixed the problem, that the state flag of imap mails was ignored. |
158 | Now mails with "FLAG_SEEN" on the imap server get no icon in the list view | 162 | Now mails with "FLAG_SEEN" on the imap server get no icon in the list view |
159 | to indecate that they are already seen. | 163 | to indecate that they are already seen. |
160 | Fixed the problem that the body of some mails was not displayed in the | 164 | Fixed the problem that the body of some mails was not displayed in the |
161 | mail viewer when fetching them from the imap server directly to read them. | 165 | mail viewer when fetching them from the imap server directly to read them. |
162 | Made it (configurable) possible to show the "To:" field in the list view. | 166 | Made it (configurable) possible to show the "To:" field in the list view. |
163 | Added to the mail viewer the option "View Source" to make it possible to see the raw mail data. | 167 | Added to the mail viewer the option "View Source" to make it possible to see the raw mail data. |
164 | Added a "Download Mail" button to the mail viewer to quickly download the viewed mail to the | 168 | Added a "Download Mail" button to the mail viewer to quickly download the viewed mail to the |
165 | local storage folder (specified in account settings) of the account of the mail. | 169 | local storage folder (specified in account settings) of the account of the mail. |
166 | Removed some memory leaks in OM/Pi. | 170 | Removed some memory leaks in OM/Pi. |
167 | 171 | ||
168 | 172 | ||
169 | ********** VERSION 1.9.19 ************ | 173 | ********** VERSION 1.9.19 ************ |
170 | 174 | ||
171 | Added a lot of missing translations to KA/Pi, | 175 | Added a lot of missing translations to KA/Pi, |
172 | Added some missing translations to KO/Pi and OM/Pi. | 176 | Added some missing translations to KO/Pi and OM/Pi. |
173 | 177 | ||
174 | Fixed some minor problems in KA/Pi + KO/Pi. | 178 | Fixed some minor problems in KA/Pi + KO/Pi. |
175 | 179 | ||
176 | Fixed a crash when closing PwM/Pi. | 180 | Fixed a crash when closing PwM/Pi. |
177 | Added German translation for PwM/Pi. | 181 | Added German translation for PwM/Pi. |
178 | 182 | ||
179 | Made view change and Month View update faster in KO/Pi. | 183 | Made view change and Month View update faster in KO/Pi. |
180 | 184 | ||
181 | 185 | ||
182 | ********** VERSION 1.9.18 ************ | 186 | ********** VERSION 1.9.18 ************ |
183 | 187 | ||
184 | FYI: The VERSION 1.9.17 was a testing release only. | 188 | FYI: The VERSION 1.9.17 was a testing release only. |
185 | Please read the changelog of VERSION 1.9.17 as well. | 189 | Please read the changelog of VERSION 1.9.17 as well. |
186 | 190 | ||
187 | Cleaned up the syncing config dialog. | 191 | Cleaned up the syncing config dialog. |
188 | Added sync config options for date range for events. | 192 | Added sync config options for date range for events. |
189 | Added sync config options for filters on incoming data. | 193 | Added sync config options for filters on incoming data. |
190 | Added sync config options for filters on outgoing data. | 194 | Added sync config options for filters on outgoing data. |
191 | Please read the updated SyncHowTo about the new filter settings. | 195 | Please read the updated SyncHowTo about the new filter settings. |
192 | These filter settings make it now possible to sync with shared | 196 | These filter settings make it now possible to sync with shared |
193 | calendars without writing back private or confidential data | 197 | calendars without writing back private or confidential data |
194 | (via the outgoing filters). | 198 | (via the outgoing filters). |
diff --git a/desktop/rpm/kdepim_rpm b/desktop/rpm/kdepim_rpm index 04c6aa1..4c53aac 100644 --- a/desktop/rpm/kdepim_rpm +++ b/desktop/rpm/kdepim_rpm | |||
@@ -1,84 +1,84 @@ | |||
1 | Summary: A collection of PIM programs | 1 | Summary: A collection of PIM programs |
2 | Name: KDE-Pim-Pi | 2 | Name: KDE-Pim-Pi |
3 | Version: 2.0.4 | 3 | Version: 2.0.5 |
4 | Release: SuSE_9.2 | 4 | Release: SuSE_9.2 |
5 | Copyright:GPL | 5 | Copyright:GPL |
6 | Group: Productivity/Pim | 6 | Group: Productivity/Pim |
7 | Source:http://sourceforge.net/projects/kdepimpi/ | 7 | Source:http://sourceforge.net/projects/kdepimpi/ |
8 | URL:http://sourceforge.net/projects/kdepimpi/ | 8 | URL:http://sourceforge.net/projects/kdepimpi/ |
9 | Packager: zautrix | 9 | Packager: zautrix |
10 | 10 | ||
11 | %description | 11 | %description |
12 | This package contains the platform-independent PIM programs from | 12 | This package contains the platform-independent PIM programs from |
13 | www.pi-sync.net, compiled for SuSE 9.2: | 13 | www.pi-sync.net, compiled for SuSE 9.2: |
14 | KTimeTacker/Pi | 14 | KTimeTacker/Pi |
15 | KPhone/Pi | 15 | KPhone/Pi |
16 | KAddressbook/Pi | 16 | KAddressbook/Pi |
17 | KOrganizer/Pi | 17 | KOrganizer/Pi |
18 | PasswordManager/Pi | 18 | PasswordManager/Pi |
19 | KOPieMail/Pi | 19 | KOPieMail/Pi |
20 | 20 | ||
21 | These applications do not need anything from the KDE-desktop | 21 | These applications do not need anything from the KDE-desktop |
22 | at all to run on Linux. However, there is a dependency from | 22 | at all to run on Linux. However, there is a dependency from |
23 | two KDE libs, because a small command line program is included | 23 | two KDE libs, because a small command line program is included |
24 | to make it possible to sync with the KDE-desktop applications. | 24 | to make it possible to sync with the KDE-desktop applications. |
25 | 25 | ||
26 | These applications are independent from the KDE-desktop | 26 | These applications are independent from the KDE-desktop |
27 | environment. That means, nothing of your existing | 27 | environment. That means, nothing of your existing |
28 | KDE-desktop setup will be changed, or any data | 28 | KDE-desktop setup will be changed, or any data |
29 | (calendar-addressbook) used by the KDE-desktop | 29 | (calendar-addressbook) used by the KDE-desktop |
30 | applications will be changed or accessed. | 30 | applications will be changed or accessed. |
31 | These applications stores their data and config in | 31 | These applications stores their data and config in |
32 | $HOME/kdepim/ | 32 | $HOME/kdepim/ |
33 | However, because the same file format is used, | 33 | However, because the same file format is used, |
34 | an easy exchange of data with the KDE-desktop | 34 | an easy exchange of data with the KDE-desktop |
35 | is possible. | 35 | is possible. |
36 | A small command line program is included | 36 | A small command line program is included |
37 | to make it possible to sync with the KDE-desktop applications. | 37 | to make it possible to sync with the KDE-desktop applications. |
38 | You do not need to call this program from the commandline, | 38 | You do not need to call this program from the commandline, |
39 | it is called from the KDE-Pim/Pi apps when you choose there: | 39 | it is called from the KDE-Pim/Pi apps when you choose there: |
40 | Sync with KDE_Desktop. | 40 | Sync with KDE_Desktop. |
41 | If something is going wrong, please start the | 41 | If something is going wrong, please start the |
42 | KDE-Pim/Pi program itself from the console to get detailed output. | 42 | KDE-Pim/Pi program itself from the console to get detailed output. |
43 | 43 | ||
44 | After installation, you should have a | 44 | After installation, you should have a |
45 | PIM-pi | 45 | PIM-pi |
46 | folder in your KDE start menu, where you can | 46 | folder in your KDE start menu, where you can |
47 | start the applications from. | 47 | start the applications from. |
48 | 48 | ||
49 | These programs makes it possible to sync your Zaurus easily | 49 | These programs makes it possible to sync your Zaurus easily |
50 | (with the KDE-Pim/Pi programs running on the Zaurus) | 50 | (with the KDE-Pim/Pi programs running on the Zaurus) |
51 | with the KDE-desktop calendar/addressbook data. | 51 | with the KDE-desktop calendar/addressbook data. |
52 | If you want to use that, you have to update your | 52 | If you want to use that, you have to update your |
53 | KDE-desktop to version 3.3.0 or higher. | 53 | KDE-desktop to version 3.3.0 or higher. |
54 | SuSE 9.2 contains KDE 3.3.0 such that no update is needed. | 54 | SuSE 9.2 contains KDE 3.3.0 such that no update is needed. |
55 | Actually - after the (non difficult) configuration is set up - | 55 | Actually - after the (non difficult) configuration is set up - |
56 | with two mouseklicks on the Zaurus, | 56 | with two mouseklicks on the Zaurus, |
57 | the Zaurus syncs with the corresponding KDE-Pim/Pi | 57 | the Zaurus syncs with the corresponding KDE-Pim/Pi |
58 | program on the Linux Desktop which syncs automatically | 58 | program on the Linux Desktop which syncs automatically |
59 | with the KDE-desktop data. | 59 | with the KDE-desktop data. |
60 | 60 | ||
61 | If you want to use the KDE-desktop calendar/addressbook applications, | 61 | If you want to use the KDE-desktop calendar/addressbook applications, |
62 | just install these apps in this package and use them as a syncing tool for the | 62 | just install these apps in this package and use them as a syncing tool for the |
63 | Zaurus <-> KDE-desktop sync. | 63 | Zaurus <-> KDE-desktop sync. |
64 | The sync requires a network connection from your Zaurus to | 64 | The sync requires a network connection from your Zaurus to |
65 | the PC. A detailed Sync HowTo is available in the | 65 | the PC. A detailed Sync HowTo is available in the |
66 | Help menu of the applications. | 66 | Help menu of the applications. |
67 | 67 | ||
68 | These applications makes it also possible, that you can sync | 68 | These applications makes it also possible, that you can sync |
69 | (or just export the data to) your mobile phone with your | 69 | (or just export the data to) your mobile phone with your |
70 | data of the KDE-desktop calendar/addressbook applications. | 70 | data of the KDE-desktop calendar/addressbook applications. |
71 | This is tested and working for Nokia mobile phones, | 71 | This is tested and working for Nokia mobile phones, |
72 | it may work with others as well. | 72 | it may work with others as well. |
73 | (More info about that: -> Sync HowTo) | 73 | (More info about that: -> Sync HowTo) |
74 | 74 | ||
75 | NOTE: | 75 | NOTE: |
76 | When using SuSE 9.1 you have to update your KDE to 3.3.x | 76 | When using SuSE 9.1 you have to update your KDE to 3.3.x |
77 | and you have to make an online update in SuSE 9.1 to make it | 77 | and you have to make an online update in SuSE 9.1 to make it |
78 | possible to get the infrared connection working, such that | 78 | possible to get the infrared connection working, such that |
79 | you can sync your (Nokia) mobile phone via infrared. | 79 | you can sync your (Nokia) mobile phone via infrared. |
80 | 80 | ||
81 | %files | 81 | %files |
82 | /opt/kde3/share/applnk/PIM-pi/ | 82 | /opt/kde3/share/applnk/PIM-pi/ |
83 | /opt/kdepimpi/ | 83 | /opt/kdepimpi/ |
84 | /usr/lib/libmicro* | 84 | /usr/lib/libmicro* |
diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp index 9b9e164..6ae4c6f 100644 --- a/korganizer/komonthview.cpp +++ b/korganizer/komonthview.cpp | |||
@@ -601,998 +601,1000 @@ void MonthViewCell::finishUpdateCell() | |||
601 | text += QString::number( KOGlobals::self()->calendarSystem()->day(mDate) ); | 601 | text += QString::number( KOGlobals::self()->calendarSystem()->day(mDate) ); |
602 | } else { | 602 | } else { |
603 | mLabel->resize( mLabelSize ); | 603 | mLabel->resize( mLabelSize ); |
604 | text += QString::number( KOGlobals::self()->calendarSystem()->day(mDate) ); | 604 | text += QString::number( KOGlobals::self()->calendarSystem()->day(mDate) ); |
605 | } | 605 | } |
606 | 606 | ||
607 | mLabel->setText( text ); | 607 | mLabel->setText( text ); |
608 | resizeEvent( 0 ); | 608 | resizeEvent( 0 ); |
609 | } | 609 | } |
610 | void MonthViewCell::updateCell() | 610 | void MonthViewCell::updateCell() |
611 | { | 611 | { |
612 | qDebug("MonthViewCell::updateCell() "); | 612 | qDebug("MonthViewCell::updateCell() "); |
613 | if ( !mMonthView->isUpdatePossible() ) | 613 | if ( !mMonthView->isUpdatePossible() ) |
614 | return; | 614 | return; |
615 | startUpdateCell(); | 615 | startUpdateCell(); |
616 | //mLabel->setMaximumWidth( width() - mItemList->lineWidth()*2); | 616 | //mLabel->setMaximumWidth( width() - mItemList->lineWidth()*2); |
617 | QPtrList<Event> events = mMonthView->calendar()->events( mDate, true ); | 617 | QPtrList<Event> events = mMonthView->calendar()->events( mDate, true ); |
618 | Event *event; | 618 | Event *event; |
619 | for( event = events.first(); event; event = events.next() ) { // for event | 619 | for( event = events.first(); event; event = events.next() ) { // for event |
620 | insertEvent(event); | 620 | insertEvent(event); |
621 | } | 621 | } |
622 | // insert due todos | 622 | // insert due todos |
623 | QPtrList<Todo> todos = mMonthView->calendar()->todos( mDate ); | 623 | QPtrList<Todo> todos = mMonthView->calendar()->todos( mDate ); |
624 | Todo *todo; | 624 | Todo *todo; |
625 | for(todo = todos.first(); todo; todo = todos.next()) { | 625 | for(todo = todos.first(); todo; todo = todos.next()) { |
626 | insertTodo( todo ); | 626 | insertTodo( todo ); |
627 | } | 627 | } |
628 | finishUpdateCell(); | 628 | finishUpdateCell(); |
629 | // if ( isVisible()) | 629 | // if ( isVisible()) |
630 | //qApp->processEvents(); | 630 | //qApp->processEvents(); |
631 | } | 631 | } |
632 | 632 | ||
633 | void MonthViewCell::updateConfig( bool bigFont ) // = false | 633 | void MonthViewCell::updateConfig( bool bigFont ) // = false |
634 | { | 634 | { |
635 | 635 | ||
636 | if ( bigFont ) { | 636 | if ( bigFont ) { |
637 | QFont fo = KOPrefs::instance()->mMonthViewFont; | 637 | QFont fo = KOPrefs::instance()->mMonthViewFont; |
638 | int ps = fo.pointSize() + 2; | 638 | int ps = fo.pointSize() + 2; |
639 | if ( ps < 18 ) | 639 | if ( ps < 18 ) |
640 | ps += 2; | 640 | ps += 2; |
641 | fo.setPointSize( ps ); | 641 | fo.setPointSize( ps ); |
642 | setFont( fo ); | 642 | setFont( fo ); |
643 | } else | 643 | } else |
644 | setFont( KOPrefs::instance()->mMonthViewFont ); | 644 | setFont( KOPrefs::instance()->mMonthViewFont ); |
645 | 645 | ||
646 | QFontMetrics fm( font() ); | 646 | QFontMetrics fm( font() ); |
647 | mLabelSize = fm.size( 0, "30" ) + QSize( 4, 2 ); | 647 | mLabelSize = fm.size( 0, "30" ) + QSize( 4, 2 ); |
648 | mLabelBigSize = fm.size( 0, "Mag 30" ) + QSize( 2, 2 ); | 648 | mLabelBigSize = fm.size( 0, "Mag 30" ) + QSize( 2, 2 ); |
649 | mHolidayPalette = mStandardPalette; | 649 | mHolidayPalette = mStandardPalette; |
650 | mPrimaryPalette = mStandardPalette; | 650 | mPrimaryPalette = mStandardPalette; |
651 | mNonPrimaryPalette = mStandardPalette; | 651 | mNonPrimaryPalette = mStandardPalette; |
652 | if ( KOPrefs::instance()->mMonthViewUsesDayColors ) { | 652 | if ( KOPrefs::instance()->mMonthViewUsesDayColors ) { |
653 | mHolidayPalette.setColor(QColorGroup::Base, KOPrefs::instance()->mMonthViewHolidayColor ); | 653 | mHolidayPalette.setColor(QColorGroup::Base, KOPrefs::instance()->mMonthViewHolidayColor ); |
654 | mHolidayPalette.setColor(QColorGroup::Background, KOPrefs::instance()->mMonthViewHolidayColor ); | 654 | mHolidayPalette.setColor(QColorGroup::Background, KOPrefs::instance()->mMonthViewHolidayColor ); |
655 | mHolidayPalette.setColor(QColorGroup::Foreground, KOPrefs::instance()->mMonthViewHolidayColor.dark()); | 655 | mHolidayPalette.setColor(QColorGroup::Foreground, KOPrefs::instance()->mMonthViewHolidayColor.dark()); |
656 | mPrimaryPalette.setColor(QColorGroup::Foreground,KOPrefs::instance()->mMonthViewOddColor.dark()); | 656 | mPrimaryPalette.setColor(QColorGroup::Foreground,KOPrefs::instance()->mMonthViewOddColor.dark()); |
657 | mPrimaryPalette.setColor(QColorGroup::Base,KOPrefs::instance()->mMonthViewOddColor); | 657 | mPrimaryPalette.setColor(QColorGroup::Base,KOPrefs::instance()->mMonthViewOddColor); |
658 | mPrimaryPalette.setColor(QColorGroup::Background,KOPrefs::instance()->mMonthViewOddColor); | 658 | mPrimaryPalette.setColor(QColorGroup::Background,KOPrefs::instance()->mMonthViewOddColor); |
659 | mNonPrimaryPalette.setColor(QColorGroup::Foreground,KOPrefs::instance()->mMonthViewEvenColor.dark()); | 659 | mNonPrimaryPalette.setColor(QColorGroup::Foreground,KOPrefs::instance()->mMonthViewEvenColor.dark()); |
660 | mNonPrimaryPalette.setColor(QColorGroup::Base,KOPrefs::instance()->mMonthViewEvenColor); | 660 | mNonPrimaryPalette.setColor(QColorGroup::Base,KOPrefs::instance()->mMonthViewEvenColor); |
661 | mNonPrimaryPalette.setColor(QColorGroup::Background,KOPrefs::instance()->mMonthViewEvenColor); | 661 | mNonPrimaryPalette.setColor(QColorGroup::Background,KOPrefs::instance()->mMonthViewEvenColor); |
662 | } | 662 | } |
663 | //updateCell(); | 663 | //updateCell(); |
664 | } | 664 | } |
665 | 665 | ||
666 | void MonthViewCell::enableScrollBars( bool enabled ) | 666 | void MonthViewCell::enableScrollBars( bool enabled ) |
667 | { | 667 | { |
668 | if ( enabled ) { | 668 | if ( enabled ) { |
669 | mItemList->setVScrollBarMode(QScrollView::Auto); | 669 | mItemList->setVScrollBarMode(QScrollView::Auto); |
670 | mItemList->setHScrollBarMode(QScrollView::Auto); | 670 | mItemList->setHScrollBarMode(QScrollView::Auto); |
671 | } else { | 671 | } else { |
672 | mItemList->setVScrollBarMode(QScrollView::AlwaysOff); | 672 | mItemList->setVScrollBarMode(QScrollView::AlwaysOff); |
673 | mItemList->setHScrollBarMode(QScrollView::AlwaysOff); | 673 | mItemList->setHScrollBarMode(QScrollView::AlwaysOff); |
674 | } | 674 | } |
675 | } | 675 | } |
676 | 676 | ||
677 | Incidence *MonthViewCell::selectedIncidence() | 677 | Incidence *MonthViewCell::selectedIncidence() |
678 | { | 678 | { |
679 | int index = mItemList->currentItem(); | 679 | int index = mItemList->currentItem(); |
680 | if ( index < 0 ) return 0; | 680 | if ( index < 0 ) return 0; |
681 | 681 | ||
682 | MonthViewItem *item = | 682 | MonthViewItem *item = |
683 | static_cast<MonthViewItem *>( mItemList->item( index ) ); | 683 | static_cast<MonthViewItem *>( mItemList->item( index ) ); |
684 | 684 | ||
685 | if ( !item ) return 0; | 685 | if ( !item ) return 0; |
686 | 686 | ||
687 | return item->incidence(); | 687 | return item->incidence(); |
688 | } | 688 | } |
689 | 689 | ||
690 | QDate MonthViewCell::selectedIncidenceDate() | 690 | QDate MonthViewCell::selectedIncidenceDate() |
691 | { | 691 | { |
692 | QDate qd; | 692 | QDate qd; |
693 | int index = mItemList->currentItem(); | 693 | int index = mItemList->currentItem(); |
694 | if ( index < 0 ) return qd; | 694 | if ( index < 0 ) return qd; |
695 | 695 | ||
696 | MonthViewItem *item = | 696 | MonthViewItem *item = |
697 | static_cast<MonthViewItem *>( mItemList->item( index ) ); | 697 | static_cast<MonthViewItem *>( mItemList->item( index ) ); |
698 | 698 | ||
699 | if ( !item ) return qd; | 699 | if ( !item ) return qd; |
700 | 700 | ||
701 | return item->incidenceDate(); | 701 | return item->incidenceDate(); |
702 | } | 702 | } |
703 | 703 | ||
704 | void MonthViewCell::deselect() | 704 | void MonthViewCell::deselect() |
705 | { | 705 | { |
706 | mItemList->clearSelection(); | 706 | mItemList->clearSelection(); |
707 | enableScrollBars( false ); | 707 | enableScrollBars( false ); |
708 | // updateCell(); | 708 | // updateCell(); |
709 | } | 709 | } |
710 | void MonthViewCell::select() | 710 | void MonthViewCell::select() |
711 | { | 711 | { |
712 | ;// updateCell(); | 712 | ;// updateCell(); |
713 | } | 713 | } |
714 | 714 | ||
715 | void MonthViewCell::resizeEvent ( QResizeEvent * ) | 715 | void MonthViewCell::resizeEvent ( QResizeEvent * ) |
716 | { | 716 | { |
717 | if ( !mMonthView->isUpdatePossible() ) | 717 | if ( !mMonthView->isUpdatePossible() ) |
718 | return; | 718 | return; |
719 | 719 | ||
720 | int size = height() - mLabel->height() - 2; | 720 | int size = height() - mLabel->height() - 2; |
721 | if ( size > 0 ) | 721 | if ( size > 0 ) |
722 | mItemList->verticalScrollBar()->setMaximumHeight( size ); | 722 | mItemList->verticalScrollBar()->setMaximumHeight( size ); |
723 | size = width() - mLabel->width() -2; | 723 | size = width() - mLabel->width() -2; |
724 | if ( size > 0 ) | 724 | if ( size > 0 ) |
725 | mItemList->horizontalScrollBar()->setMaximumWidth( size ); | 725 | mItemList->horizontalScrollBar()->setMaximumWidth( size ); |
726 | mLabel->move( width()-mItemList->lineWidth() - mLabel->width(), height()-mItemList->lineWidth() - mLabel->height() ); | 726 | mLabel->move( width()-mItemList->lineWidth() - mLabel->width(), height()-mItemList->lineWidth() - mLabel->height() ); |
727 | //mLabel->setMaximumWidth( width() - mItemList->lineWidth()*2); | 727 | //mLabel->setMaximumWidth( width() - mItemList->lineWidth()*2); |
728 | } | 728 | } |
729 | 729 | ||
730 | void MonthViewCell::defaultAction( QListBoxItem *item ) | 730 | void MonthViewCell::defaultAction( QListBoxItem *item ) |
731 | { | 731 | { |
732 | if ( !item ) return; | 732 | if ( !item ) return; |
733 | 733 | ||
734 | MonthViewItem *eventItem = static_cast<MonthViewItem *>( item ); | 734 | MonthViewItem *eventItem = static_cast<MonthViewItem *>( item ); |
735 | Incidence *incidence = eventItem->incidence(); | 735 | Incidence *incidence = eventItem->incidence(); |
736 | if ( incidence ) mMonthView->defaultAction( incidence ); | 736 | if ( incidence ) mMonthView->defaultAction( incidence ); |
737 | } | 737 | } |
738 | void MonthViewCell::showDay() | 738 | void MonthViewCell::showDay() |
739 | { | 739 | { |
740 | emit showDaySignal( date() ); | 740 | emit showDaySignal( date() ); |
741 | } | 741 | } |
742 | void MonthViewCell::newEvent() | 742 | void MonthViewCell::newEvent() |
743 | { | 743 | { |
744 | QDateTime dt( date(), QTime( KOPrefs::instance()->mStartTime, 0 ) ); | 744 | QDateTime dt( date(), QTime( KOPrefs::instance()->mStartTime, 0 ) ); |
745 | emit newEventSignal( dt ); | 745 | emit newEventSignal( dt ); |
746 | } | 746 | } |
747 | void MonthViewCell::cellClicked( QListBoxItem *item ) | 747 | void MonthViewCell::cellClicked( QListBoxItem *item ) |
748 | { | 748 | { |
749 | static QListBoxItem * lastClicked = 0; | 749 | static QListBoxItem * lastClicked = 0; |
750 | if ( item == 0 ) { | 750 | if ( item == 0 ) { |
751 | QDateTime dt( date(), QTime( KOPrefs::instance()->mStartTime, 0 ) ); | 751 | QDateTime dt( date(), QTime( KOPrefs::instance()->mStartTime, 0 ) ); |
752 | emit newEventSignal( dt ); | 752 | emit newEventSignal( dt ); |
753 | return; | 753 | return; |
754 | } | 754 | } |
755 | /* | 755 | /* |
756 | if ( lastClicked ) | 756 | if ( lastClicked ) |
757 | if ( ! item ) { | 757 | if ( ! item ) { |
758 | if ( lastClicked->listBox() != item->listBox() ) | 758 | if ( lastClicked->listBox() != item->listBox() ) |
759 | lastClicked->listBox()->clearSelection(); | 759 | lastClicked->listBox()->clearSelection(); |
760 | } | 760 | } |
761 | */ | 761 | */ |
762 | 762 | ||
763 | mMonthView->setSelectedCell( this ); | 763 | mMonthView->setSelectedCell( this ); |
764 | if( KOPrefs::instance()->mEnableMonthScroll || KOPrefs::instance()->mMonthViewWeek ) enableScrollBars( true ); | 764 | if( KOPrefs::instance()->mEnableMonthScroll || KOPrefs::instance()->mMonthViewWeek ) enableScrollBars( true ); |
765 | select(); | 765 | select(); |
766 | } | 766 | } |
767 | 767 | ||
768 | void MonthViewCell::contextMenu( QListBoxItem *item ) | 768 | void MonthViewCell::contextMenu( QListBoxItem *item ) |
769 | { | 769 | { |
770 | if ( !item ) return; | 770 | if ( !item ) return; |
771 | 771 | ||
772 | MonthViewItem *eventItem = static_cast<MonthViewItem *>( item ); | 772 | MonthViewItem *eventItem = static_cast<MonthViewItem *>( item ); |
773 | Incidence *incidence = eventItem->incidence(); | 773 | Incidence *incidence = eventItem->incidence(); |
774 | if ( incidence ) mMonthView->showContextMenu( incidence ); | 774 | if ( incidence ) mMonthView->showContextMenu( incidence ); |
775 | } | 775 | } |
776 | 776 | ||
777 | void MonthViewCell::selection( QListBoxItem *item ) | 777 | void MonthViewCell::selection( QListBoxItem *item ) |
778 | { | 778 | { |
779 | if ( !item ) return; | 779 | if ( !item ) return; |
780 | 780 | ||
781 | mMonthView->setSelectedCell( this ); | 781 | mMonthView->setSelectedCell( this ); |
782 | } | 782 | } |
783 | 783 | ||
784 | 784 | ||
785 | // ******************************************************************************* | 785 | // ******************************************************************************* |
786 | // ******************************************************************************* | 786 | // ******************************************************************************* |
787 | // ******************************************************************************* | 787 | // ******************************************************************************* |
788 | 788 | ||
789 | 789 | ||
790 | KOMonthView::KOMonthView(Calendar *calendar, QWidget *parent, const char *name) | 790 | KOMonthView::KOMonthView(Calendar *calendar, QWidget *parent, const char *name) |
791 | : KOEventView( calendar, parent, name ), | 791 | : KOEventView( calendar, parent, name ), |
792 | mDaysPerWeek( 7 ), mNumWeeks( 6 ), mNumCells( mDaysPerWeek * mNumWeeks ), | 792 | mDaysPerWeek( 7 ), mNumWeeks( 6 ), mNumCells( mDaysPerWeek * mNumWeeks ), |
793 | mShortDayLabels( false ), mWidthLongDayLabel( 0 ), mSelectedCell( 0 ) | 793 | mWidthLongDayLabel( 0 ), mSelectedCell( 0 ) |
794 | { | 794 | { |
795 | mShortDayLabelsM = false; | ||
796 | mShortDayLabelsW = false; | ||
795 | skipResize = false; | 797 | skipResize = false; |
796 | clPending = true; | 798 | clPending = true; |
797 | mNavigatorBar = new NavigatorBar( QDate::currentDate(), this, "useBigPixmaps" ); | 799 | mNavigatorBar = new NavigatorBar( QDate::currentDate(), this, "useBigPixmaps" ); |
798 | mWidStack = new QWidgetStack( this ); | 800 | mWidStack = new QWidgetStack( this ); |
799 | QVBoxLayout* hb = new QVBoxLayout( this ); | 801 | QVBoxLayout* hb = new QVBoxLayout( this ); |
800 | mMonthView = new QWidget( mWidStack ); | 802 | mMonthView = new QWidget( mWidStack ); |
801 | mWeekView = new QWidget( mWidStack ); | 803 | mWeekView = new QWidget( mWidStack ); |
802 | #if QT_VERSION >= 0x030000 | 804 | #if QT_VERSION >= 0x030000 |
803 | mWidStack->addWidget(mMonthView ); | 805 | mWidStack->addWidget(mMonthView ); |
804 | mWidStack->addWidget(mWeekView ); | 806 | mWidStack->addWidget(mWeekView ); |
805 | #else | 807 | #else |
806 | mWidStack->addWidget( mMonthView, 1 ); | 808 | mWidStack->addWidget( mMonthView, 1 ); |
807 | mWidStack->addWidget( mWeekView , 1 ); | 809 | mWidStack->addWidget( mWeekView , 1 ); |
808 | #endif | 810 | #endif |
809 | hb->addWidget( mNavigatorBar ); | 811 | hb->addWidget( mNavigatorBar ); |
810 | hb->addWidget( mWidStack ); | 812 | hb->addWidget( mWidStack ); |
811 | mWeekStartsMonday = KGlobal::locale()->weekStartsMonday(); | 813 | mWeekStartsMonday = KGlobal::locale()->weekStartsMonday(); |
812 | mShowWeekView = KOPrefs::instance()->mMonthViewWeek; | 814 | mShowWeekView = KOPrefs::instance()->mMonthViewWeek; |
813 | if ( mShowWeekView ) | 815 | if ( mShowWeekView ) |
814 | mWeekStartsMonday = true; | 816 | mWeekStartsMonday = true; |
815 | updatePossible = false; | 817 | updatePossible = false; |
816 | //updatePossible = true; | 818 | //updatePossible = true; |
817 | mCells.setAutoDelete( true ); | 819 | mCells.setAutoDelete( true ); |
818 | mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ; | 820 | mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ; |
819 | mDayLabels.resize( mDaysPerWeek ); | 821 | mDayLabels.resize( mDaysPerWeek ); |
820 | mDayLabelsW.resize( mDaysPerWeek ); | 822 | mDayLabelsW.resize( mDaysPerWeek ); |
821 | QFont bfont = font(); | 823 | QFont bfont = font(); |
822 | if ( QApplication::desktop()->width() < 650 ) { | 824 | if ( QApplication::desktop()->width() < 650 ) { |
823 | bfont.setPointSize( bfont.pointSize() - 2 ); | 825 | bfont.setPointSize( bfont.pointSize() - 2 ); |
824 | } | 826 | } |
825 | bfont.setBold( true ); | 827 | bfont.setBold( true ); |
826 | int i; | 828 | int i; |
827 | 829 | ||
828 | for( i = 0; i < mDaysPerWeek; i++ ) { | 830 | for( i = 0; i < mDaysPerWeek; i++ ) { |
829 | QLabel *label = new QLabel( mMonthView ); | 831 | QLabel *label = new QLabel( mMonthView ); |
830 | label->setFont(bfont); | 832 | label->setFont(bfont); |
831 | label->setFrameStyle(QFrame::Panel|QFrame::Raised); | 833 | label->setFrameStyle(QFrame::Panel|QFrame::Raised); |
832 | label->setLineWidth(1); | 834 | label->setLineWidth(1); |
833 | label->setAlignment(AlignCenter); | 835 | label->setAlignment(AlignCenter); |
834 | mDayLabels.insert( i, label ); | 836 | mDayLabels.insert( i, label ); |
835 | label = new QLabel( mWeekView ); | 837 | label = new QLabel( mWeekView ); |
836 | label->setFont(bfont); | 838 | label->setFont(bfont); |
837 | label->setFrameStyle(QFrame::Panel|QFrame::Raised); | 839 | label->setFrameStyle(QFrame::Panel|QFrame::Raised); |
838 | label->setLineWidth(1); | 840 | label->setLineWidth(1); |
839 | label->setAlignment(AlignCenter); | 841 | label->setAlignment(AlignCenter); |
840 | mDayLabelsW.insert( i, label ); | 842 | mDayLabelsW.insert( i, label ); |
841 | } | 843 | } |
842 | 844 | ||
843 | bfont.setBold( false ); | 845 | bfont.setBold( false ); |
844 | mWeekLabels.resize( mNumWeeks+1 ); | 846 | mWeekLabels.resize( mNumWeeks+1 ); |
845 | mWeekLabelsW.resize( 2 ); | 847 | mWeekLabelsW.resize( 2 ); |
846 | for( i = 0; i < mNumWeeks+1; i++ ) { | 848 | for( i = 0; i < mNumWeeks+1; i++ ) { |
847 | KOWeekButton *label = new KOWeekButton( mMonthView ); | 849 | KOWeekButton *label = new KOWeekButton( mMonthView ); |
848 | label->setFocusPolicy(NoFocus); | 850 | label->setFocusPolicy(NoFocus); |
849 | label->setFont(bfont); | 851 | label->setFont(bfont); |
850 | connect( label, SIGNAL( selectWeekNum ( int )),this, SLOT( selectInternalWeekNum ( int )) ); | 852 | connect( label, SIGNAL( selectWeekNum ( int )),this, SLOT( selectInternalWeekNum ( int )) ); |
851 | label->setFlat(true); | 853 | label->setFlat(true); |
852 | QWhatsThis::add(label,i18n("Click on the week number to\nshow week zoomed")); | 854 | QWhatsThis::add(label,i18n("Click on the week number to\nshow week zoomed")); |
853 | //label->setFrameStyle(QFrame::Panel|QFrame::Raised); | 855 | //label->setFrameStyle(QFrame::Panel|QFrame::Raised); |
854 | //label->setLineWidth(1); | 856 | //label->setLineWidth(1); |
855 | //label->setAlignment(AlignCenter); | 857 | //label->setAlignment(AlignCenter); |
856 | mWeekLabels.insert( i, label ); | 858 | mWeekLabels.insert( i, label ); |
857 | } | 859 | } |
858 | mWeekLabels[mNumWeeks]->setText( i18n("W")); | 860 | mWeekLabels[mNumWeeks]->setText( i18n("W")); |
859 | QWhatsThis::add(mWeekLabels[mNumWeeks],i18n("Click on this to\nselect week number")); | 861 | QWhatsThis::add(mWeekLabels[mNumWeeks],i18n("Click on this to\nselect week number")); |
860 | 862 | ||
861 | for( i = 0; i < 1+1; i++ ) { | 863 | for( i = 0; i < 1+1; i++ ) { |
862 | KOWeekButton *label = new KOWeekButton( mWeekView ); | 864 | KOWeekButton *label = new KOWeekButton( mWeekView ); |
863 | label->setFocusPolicy(NoFocus); | 865 | label->setFocusPolicy(NoFocus); |
864 | label->setFont(bfont); | 866 | label->setFont(bfont); |
865 | connect( label, SIGNAL( selectWeekNum ( int )),this, SLOT( selectInternalWeekNum ( int )) ); | 867 | connect( label, SIGNAL( selectWeekNum ( int )),this, SLOT( selectInternalWeekNum ( int )) ); |
866 | label->setFlat(true); | 868 | label->setFlat(true); |
867 | QWhatsThis::add(label,i18n("Click on the week number to\nshow week zoomed")); | 869 | QWhatsThis::add(label,i18n("Click on the week number to\nshow week zoomed")); |
868 | //label->setFrameStyle(QFrame::Panel|QFrame::Raised); | 870 | //label->setFrameStyle(QFrame::Panel|QFrame::Raised); |
869 | //label->setLineWidth(1); | 871 | //label->setLineWidth(1); |
870 | //label->setAlignment(AlignCenter); | 872 | //label->setAlignment(AlignCenter); |
871 | mWeekLabelsW.insert( i, label ); | 873 | mWeekLabelsW.insert( i, label ); |
872 | } | 874 | } |
873 | mWeekLabelsW[1]->setText( i18n("W")); | 875 | mWeekLabelsW[1]->setText( i18n("W")); |
874 | 876 | ||
875 | 877 | ||
876 | int row, col; | 878 | int row, col; |
877 | mCells.resize( mNumCells ); | 879 | mCells.resize( mNumCells ); |
878 | for( row = 0; row < mNumWeeks; ++row ) { | 880 | for( row = 0; row < mNumWeeks; ++row ) { |
879 | for( col = 0; col < mDaysPerWeek; ++col ) { | 881 | for( col = 0; col < mDaysPerWeek; ++col ) { |
880 | MonthViewCell *cell = new MonthViewCell( this, mMonthView ); | 882 | MonthViewCell *cell = new MonthViewCell( this, mMonthView ); |
881 | mCells.insert( row * mDaysPerWeek + col, cell ); | 883 | mCells.insert( row * mDaysPerWeek + col, cell ); |
882 | 884 | ||
883 | connect( cell, SIGNAL( defaultAction( Incidence * ) ), | 885 | connect( cell, SIGNAL( defaultAction( Incidence * ) ), |
884 | SLOT( defaultAction( Incidence * ) ) ); | 886 | SLOT( defaultAction( Incidence * ) ) ); |
885 | connect( cell, SIGNAL( newEventSignal( QDateTime ) ), | 887 | connect( cell, SIGNAL( newEventSignal( QDateTime ) ), |
886 | SIGNAL( newEventSignal( QDateTime ) ) ); | 888 | SIGNAL( newEventSignal( QDateTime ) ) ); |
887 | connect( cell, SIGNAL( showDaySignal( QDate ) ), | 889 | connect( cell, SIGNAL( showDaySignal( QDate ) ), |
888 | SIGNAL( showDaySignal( QDate ) ) ); | 890 | SIGNAL( showDaySignal( QDate ) ) ); |
889 | } | 891 | } |
890 | } | 892 | } |
891 | mCellsW.resize( mDaysPerWeek ); | 893 | mCellsW.resize( mDaysPerWeek ); |
892 | for( col = 0; col < mDaysPerWeek; ++col ) { | 894 | for( col = 0; col < mDaysPerWeek; ++col ) { |
893 | MonthViewCell *cell = new MonthViewCell( this, mWeekView ); | 895 | MonthViewCell *cell = new MonthViewCell( this, mWeekView ); |
894 | mCellsW.insert( col, cell ); | 896 | mCellsW.insert( col, cell ); |
895 | 897 | ||
896 | connect( cell, SIGNAL( defaultAction( Incidence * ) ), | 898 | connect( cell, SIGNAL( defaultAction( Incidence * ) ), |
897 | SLOT( defaultAction( Incidence * ) ) ); | 899 | SLOT( defaultAction( Incidence * ) ) ); |
898 | connect( cell, SIGNAL( newEventSignal( QDateTime ) ), | 900 | connect( cell, SIGNAL( newEventSignal( QDateTime ) ), |
899 | SIGNAL( newEventSignal( QDateTime ) ) ); | 901 | SIGNAL( newEventSignal( QDateTime ) ) ); |
900 | connect( cell, SIGNAL( showDaySignal( QDate ) ), | 902 | connect( cell, SIGNAL( showDaySignal( QDate ) ), |
901 | SIGNAL( showDaySignal( QDate ) ) ); | 903 | SIGNAL( showDaySignal( QDate ) ) ); |
902 | cell->updateConfig(KOPrefs::instance()->mMonthViewUsesBigFont ); | 904 | cell->updateConfig(KOPrefs::instance()->mMonthViewUsesBigFont ); |
903 | } | 905 | } |
904 | 906 | ||
905 | //connect( mWeekLabels[mNumWeeks], SIGNAL( clicked() ), SLOT( switchView() ) ); | 907 | //connect( mWeekLabels[mNumWeeks], SIGNAL( clicked() ), SLOT( switchView() ) ); |
906 | mContextMenu = eventPopup(); | 908 | mContextMenu = eventPopup(); |
907 | // updateConfig(); //useless here... | 909 | // updateConfig(); //useless here... |
908 | // ... but we need mWidthLongDayLabel computed | 910 | // ... but we need mWidthLongDayLabel computed |
909 | QFontMetrics fontmetric(mDayLabels[0]->font()); | 911 | QFontMetrics fontmetric(mDayLabels[0]->font()); |
910 | mWidthLongDayLabel = 0; | 912 | mWidthLongDayLabel = 0; |
911 | for (int i = 0; i < 7; i++) { | 913 | for (int i = 0; i < 7; i++) { |
912 | int width = fontmetric.width(KOGlobals::self()->calendarSystem()->weekDayName(i+1)); | 914 | int width = fontmetric.width(KOGlobals::self()->calendarSystem()->weekDayName(i+1)); |
913 | if ( width > mWidthLongDayLabel ) mWidthLongDayLabel = width; | 915 | if ( width > mWidthLongDayLabel ) mWidthLongDayLabel = width; |
914 | } | 916 | } |
915 | 917 | ||
916 | //mWeekLabels[mNumWeeks]->setText( i18n("W")); | 918 | //mWeekLabels[mNumWeeks]->setText( i18n("W")); |
917 | 919 | ||
918 | if ( mShowWeekView ) | 920 | if ( mShowWeekView ) |
919 | mWidStack->raiseWidget( mWeekView ); | 921 | mWidStack->raiseWidget( mWeekView ); |
920 | else | 922 | else |
921 | mWidStack->raiseWidget( mMonthView ); | 923 | mWidStack->raiseWidget( mMonthView ); |
922 | 924 | ||
923 | emit incidenceSelected( 0 ); | 925 | emit incidenceSelected( 0 ); |
924 | #ifndef DESKTOP_VERSION | 926 | #ifndef DESKTOP_VERSION |
925 | resize( QApplication::desktop()->size() ); | 927 | resize( QApplication::desktop()->size() ); |
926 | computeLayout(); | 928 | computeLayout(); |
927 | #endif | 929 | #endif |
928 | } | 930 | } |
929 | 931 | ||
930 | KOMonthView::~KOMonthView() | 932 | KOMonthView::~KOMonthView() |
931 | { | 933 | { |
932 | delete mContextMenu; | 934 | delete mContextMenu; |
933 | } | 935 | } |
934 | 936 | ||
935 | void KOMonthView::selectInternalWeekNum ( int n ) | 937 | void KOMonthView::selectInternalWeekNum ( int n ) |
936 | { | 938 | { |
937 | switchView(); | 939 | switchView(); |
938 | emit selectWeekNum ( n ); | 940 | emit selectWeekNum ( n ); |
939 | } | 941 | } |
940 | 942 | ||
941 | int KOMonthView::currentWeek() | 943 | int KOMonthView::currentWeek() |
942 | { | 944 | { |
943 | if ( mShowWeekView ) | 945 | if ( mShowWeekView ) |
944 | return mWeekLabelsW[0]->getWeekNum(); | 946 | return mWeekLabelsW[0]->getWeekNum(); |
945 | return mWeekLabels[0]->getWeekNum(); | 947 | return mWeekLabels[0]->getWeekNum(); |
946 | } | 948 | } |
947 | void KOMonthView::switchView() | 949 | void KOMonthView::switchView() |
948 | { | 950 | { |
949 | 951 | ||
950 | if ( selectedCell( ) ) | 952 | if ( selectedCell( ) ) |
951 | selectedCell()->deselect(); | 953 | selectedCell()->deselect(); |
952 | mShowWeekView = !mShowWeekView; | 954 | mShowWeekView = !mShowWeekView; |
953 | KOPrefs::instance()->mMonthViewWeek = mShowWeekView; | 955 | KOPrefs::instance()->mMonthViewWeek = mShowWeekView; |
954 | if ( clPending ) { | 956 | if ( clPending ) { |
955 | computeLayout(); | 957 | computeLayout(); |
956 | updateConfig(); | 958 | updateConfig(); |
957 | } | 959 | } |
958 | if ( mShowWeekView ) | 960 | if ( mShowWeekView ) |
959 | mWidStack->raiseWidget( mWeekView ); | 961 | mWidStack->raiseWidget( mWeekView ); |
960 | else | 962 | else |
961 | mWidStack->raiseWidget( mMonthView ); | 963 | mWidStack->raiseWidget( mMonthView ); |
962 | clPending = false; | 964 | clPending = false; |
963 | } | 965 | } |
964 | 966 | ||
965 | int KOMonthView::maxDatesHint() | 967 | int KOMonthView::maxDatesHint() |
966 | { | 968 | { |
967 | return mNumCells; | 969 | return mNumCells; |
968 | } | 970 | } |
969 | 971 | ||
970 | int KOMonthView::currentDateCount() | 972 | int KOMonthView::currentDateCount() |
971 | { | 973 | { |
972 | return mNumCells; | 974 | return mNumCells; |
973 | } | 975 | } |
974 | 976 | ||
975 | QPtrList<Incidence> KOMonthView::selectedIncidences() | 977 | QPtrList<Incidence> KOMonthView::selectedIncidences() |
976 | { | 978 | { |
977 | QPtrList<Incidence> selected; | 979 | QPtrList<Incidence> selected; |
978 | 980 | ||
979 | if ( mSelectedCell ) { | 981 | if ( mSelectedCell ) { |
980 | Incidence *incidence = mSelectedCell->selectedIncidence(); | 982 | Incidence *incidence = mSelectedCell->selectedIncidence(); |
981 | if ( incidence ) selected.append( incidence ); | 983 | if ( incidence ) selected.append( incidence ); |
982 | } | 984 | } |
983 | 985 | ||
984 | return selected; | 986 | return selected; |
985 | } | 987 | } |
986 | 988 | ||
987 | DateList KOMonthView::selectedDates() | 989 | DateList KOMonthView::selectedDates() |
988 | { | 990 | { |
989 | DateList selected; | 991 | DateList selected; |
990 | 992 | ||
991 | if ( mSelectedCell ) { | 993 | if ( mSelectedCell ) { |
992 | QDate qd = mSelectedCell->selectedIncidenceDate(); | 994 | QDate qd = mSelectedCell->selectedIncidenceDate(); |
993 | if ( qd.isValid() ) selected.append( qd ); | 995 | if ( qd.isValid() ) selected.append( qd ); |
994 | } | 996 | } |
995 | 997 | ||
996 | return selected; | 998 | return selected; |
997 | } | 999 | } |
998 | 1000 | ||
999 | void KOMonthView::printPreview(CalPrinter *calPrinter, const QDate &fd, | 1001 | void KOMonthView::printPreview(CalPrinter *calPrinter, const QDate &fd, |
1000 | const QDate &td) | 1002 | const QDate &td) |
1001 | { | 1003 | { |
1002 | #ifndef KORG_NOPRINTER | 1004 | #ifndef KORG_NOPRINTER |
1003 | calPrinter->preview(CalPrinter::Month, fd, td); | 1005 | calPrinter->preview(CalPrinter::Month, fd, td); |
1004 | #endif | 1006 | #endif |
1005 | } | 1007 | } |
1006 | 1008 | ||
1007 | void KOMonthView::updateConfig() | 1009 | void KOMonthView::updateConfig() |
1008 | { | 1010 | { |
1009 | 1011 | ||
1010 | mWeekStartsMonday = KGlobal::locale()->weekStartsMonday(); | 1012 | mWeekStartsMonday = KGlobal::locale()->weekStartsMonday(); |
1011 | 1013 | ||
1012 | if ( mShowWeekView ) { | 1014 | if ( mShowWeekView ) { |
1013 | mWeekStartsMonday = true; | 1015 | mWeekStartsMonday = true; |
1014 | } | 1016 | } |
1015 | QFontMetrics fontmetric(mDayLabels[0]->font()); | 1017 | QFontMetrics fontmetric(mDayLabels[0]->font()); |
1016 | mWidthLongDayLabel = 0; | 1018 | mWidthLongDayLabel = 0; |
1017 | 1019 | ||
1018 | for (int i = 0; i < 7; i++) { | 1020 | for (int i = 0; i < 7; i++) { |
1019 | int width = fontmetric.width(KOGlobals::self()->calendarSystem()->weekDayName(i+1)); | 1021 | int width = fontmetric.width(KOGlobals::self()->calendarSystem()->weekDayName(i+1)); |
1020 | if ( width > mWidthLongDayLabel ) mWidthLongDayLabel = width; | 1022 | if ( width > mWidthLongDayLabel ) mWidthLongDayLabel = width; |
1021 | } | 1023 | } |
1022 | bool temp = mShowSatSunComp ; | 1024 | bool temp = mShowSatSunComp ; |
1023 | mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ; | 1025 | mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ; |
1024 | if ( ! mShowWeekView ) { | 1026 | if ( ! mShowWeekView ) { |
1025 | if ( temp != KOPrefs::instance()->mMonthViewSatSunTog ) | 1027 | if ( temp != KOPrefs::instance()->mMonthViewSatSunTog ) |
1026 | computeLayout(); | 1028 | computeLayout(); |
1027 | } | 1029 | } |
1028 | updateDayLabels(); | 1030 | updateDayLabels(); |
1029 | //qDebug("KOMonthView::updateConfig() %d %d %d ",height(), mDayLabels[0]->sizeHint().height() ,mNumWeeks); | 1031 | //qDebug("KOMonthView::updateConfig() %d %d %d ",height(), mDayLabels[0]->sizeHint().height() ,mNumWeeks); |
1030 | //int cellHeight = (height() - mDayLabels[0]->sizeHint().height()) /mNumWeeks; | 1032 | //int cellHeight = (height() - mDayLabels[0]->sizeHint().height()) /mNumWeeks; |
1031 | //resizeEvent( 0 ); | 1033 | //resizeEvent( 0 ); |
1032 | for (uint i = 0; i < mCells.count(); ++i) { | 1034 | for (uint i = 0; i < mCells.count(); ++i) { |
1033 | mCells[i]->updateConfig(); | 1035 | mCells[i]->updateConfig(); |
1034 | } | 1036 | } |
1035 | 1037 | ||
1036 | for (uint i = 0; i < mCellsW.count(); ++i) { | 1038 | for (uint i = 0; i < mCellsW.count(); ++i) { |
1037 | mCellsW[i]->updateConfig(KOPrefs::instance()->mMonthViewUsesBigFont); | 1039 | mCellsW[i]->updateConfig(KOPrefs::instance()->mMonthViewUsesBigFont); |
1038 | } | 1040 | } |
1039 | #ifdef DESKTOP_VERSION | 1041 | #ifdef DESKTOP_VERSION |
1040 | MonthViewCell::toolTipGroup()->setEnabled(KOPrefs::instance()->mEnableToolTips); | 1042 | MonthViewCell::toolTipGroup()->setEnabled(KOPrefs::instance()->mEnableToolTips); |
1041 | #endif | 1043 | #endif |
1042 | updateView(); | 1044 | updateView(); |
1043 | } | 1045 | } |
1044 | 1046 | ||
1045 | void KOMonthView::updateDayLabels() | 1047 | void KOMonthView::updateDayLabels() |
1046 | { | 1048 | { |
1047 | 1049 | ||
1048 | QPtrVector<QLabel> *mDayLabelsT; | 1050 | QPtrVector<QLabel> *mDayLabelsT; |
1049 | 1051 | ||
1050 | mDayLabelsT = &mDayLabelsW; | 1052 | mDayLabelsT = &mDayLabelsW; |
1051 | for (int i = 0; i < 7; i++) { | 1053 | for (int i = 0; i < 7; i++) { |
1052 | if (mWeekStartsMonday) { | 1054 | if (mWeekStartsMonday) { |
1053 | bool show = mShortDayLabels; | 1055 | bool show = mShortDayLabelsW; |
1054 | if ( i > 4 && mShowSatSunComp && mWidthLongDayLabel > (*mDayLabelsT)[i]->width() ) | 1056 | if ( i > 4 && mShowSatSunComp && mWidthLongDayLabel > (*mDayLabelsT)[i]->width() ) |
1055 | show = true; | 1057 | show = true; |
1056 | (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i+1,show)); | 1058 | (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i+1,show)); |
1057 | } else { | 1059 | } else { |
1058 | if (i==0) (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(7,mShortDayLabels)); | 1060 | if (i==0) (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(7,mShortDayLabelsW)); |
1059 | else (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i,mShortDayLabels)); | 1061 | else (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i,mShortDayLabelsW)); |
1060 | 1062 | ||
1061 | } | 1063 | } |
1062 | } | 1064 | } |
1063 | mDayLabelsT = &mDayLabels; | 1065 | mDayLabelsT = &mDayLabels; |
1064 | for (int i = 0; i < 7; i++) { | 1066 | for (int i = 0; i < 7; i++) { |
1065 | if (mWeekStartsMonday) { | 1067 | if (mWeekStartsMonday) { |
1066 | bool show = mShortDayLabels; | 1068 | bool show = mShortDayLabelsM; |
1067 | if ( i > 4 && mShowSatSunComp && mWidthLongDayLabel > (*mDayLabelsT)[i]->width() ) | 1069 | if ( i > 4 && mShowSatSunComp && mWidthLongDayLabel > (*mDayLabelsT)[i]->width() ) |
1068 | show = true; | 1070 | show = true; |
1069 | (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i+1,show)); | 1071 | (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i+1,show)); |
1070 | } else { | 1072 | } else { |
1071 | if (i==0) (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(7,mShortDayLabels)); | 1073 | if (i==0) (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(7,mShortDayLabelsM)); |
1072 | else (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i,mShortDayLabels)); | 1074 | else (*mDayLabelsT)[i]->setText(KOGlobals::self()->calendarSystem()->weekDayName(i,mShortDayLabelsM)); |
1073 | 1075 | ||
1074 | } | 1076 | } |
1075 | } | 1077 | } |
1076 | 1078 | ||
1077 | } | 1079 | } |
1078 | 1080 | ||
1079 | void KOMonthView::showDates(const QDate &start, const QDate &) | 1081 | void KOMonthView::showDates(const QDate &start, const QDate &) |
1080 | { | 1082 | { |
1081 | // kdDebug() << "KOMonthView::showDates(): " << start.toString() << endl; | 1083 | // kdDebug() << "KOMonthView::showDates(): " << start.toString() << endl; |
1082 | 1084 | ||
1083 | QPtrVector<MonthViewCell> *cells; | 1085 | QPtrVector<MonthViewCell> *cells; |
1084 | QPtrVector<QLabel> *dayLabels; | 1086 | QPtrVector<QLabel> *dayLabels; |
1085 | QPtrVector<KOWeekButton> *weekLabels; | 1087 | QPtrVector<KOWeekButton> *weekLabels; |
1086 | int weekNum = 6; | 1088 | int weekNum = 6; |
1087 | if ( mShowWeekView ) { | 1089 | if ( mShowWeekView ) { |
1088 | weekNum = 1; | 1090 | weekNum = 1; |
1089 | cells = &mCellsW; | 1091 | cells = &mCellsW; |
1090 | dayLabels = &mDayLabelsW; | 1092 | dayLabels = &mDayLabelsW; |
1091 | weekLabels = &mWeekLabelsW; | 1093 | weekLabels = &mWeekLabelsW; |
1092 | } else { | 1094 | } else { |
1093 | cells = &mCells; | 1095 | cells = &mCells; |
1094 | dayLabels = &mDayLabels; | 1096 | dayLabels = &mDayLabels; |
1095 | weekLabels = &mWeekLabels; | 1097 | weekLabels = &mWeekLabels; |
1096 | } | 1098 | } |
1097 | 1099 | ||
1098 | mStartDate = start; | 1100 | mStartDate = start; |
1099 | 1101 | ||
1100 | int startWeekDay = mWeekStartsMonday ? 1 : 7; | 1102 | int startWeekDay = mWeekStartsMonday ? 1 : 7; |
1101 | 1103 | ||
1102 | while( KOGlobals::self()->calendarSystem()->dayOfWeek(mStartDate) != startWeekDay ) { | 1104 | while( KOGlobals::self()->calendarSystem()->dayOfWeek(mStartDate) != startWeekDay ) { |
1103 | mStartDate = mStartDate.addDays( -1 ); | 1105 | mStartDate = mStartDate.addDays( -1 ); |
1104 | } | 1106 | } |
1105 | 1107 | ||
1106 | bool primary = false; | 1108 | bool primary = false; |
1107 | uint i; | 1109 | uint i; |
1108 | for( i = 0; i < (*cells).size(); ++i ) { | 1110 | for( i = 0; i < (*cells).size(); ++i ) { |
1109 | QDate date = mStartDate.addDays( i ); | 1111 | QDate date = mStartDate.addDays( i ); |
1110 | (*cells)[i]->setDate( date ); | 1112 | (*cells)[i]->setDate( date ); |
1111 | 1113 | ||
1112 | #ifndef KORG_NOPLUGINS | 1114 | #ifndef KORG_NOPLUGINS |
1113 | // add holiday, if present | 1115 | // add holiday, if present |
1114 | QString hstring(KOCore::self()->holiday(date)); | 1116 | QString hstring(KOCore::self()->holiday(date)); |
1115 | (*cells)[i]->setHoliday( hstring ); | 1117 | (*cells)[i]->setHoliday( hstring ); |
1116 | #endif | 1118 | #endif |
1117 | 1119 | ||
1118 | } | 1120 | } |
1119 | QDate date = mStartDate.addDays( mWeekStartsMonday ? 3 : 4 ); | 1121 | QDate date = mStartDate.addDays( mWeekStartsMonday ? 3 : 4 ); |
1120 | for( i = 0; i < weekNum; ++i ) { | 1122 | for( i = 0; i < weekNum; ++i ) { |
1121 | int wno; | 1123 | int wno; |
1122 | // remember, according to ISO 8601, the first week of the year is the | 1124 | // remember, according to ISO 8601, the first week of the year is the |
1123 | // first week that contains a thursday. Thus we must subtract off 4, | 1125 | // first week that contains a thursday. Thus we must subtract off 4, |
1124 | // not just 1. | 1126 | // not just 1. |
1125 | int dayOfYear = date.dayOfYear(); | 1127 | int dayOfYear = date.dayOfYear(); |
1126 | if (dayOfYear % 7 != 0) | 1128 | if (dayOfYear % 7 != 0) |
1127 | wno = dayOfYear / 7 + 1; | 1129 | wno = dayOfYear / 7 + 1; |
1128 | else | 1130 | else |
1129 | wno =dayOfYear / 7; | 1131 | wno =dayOfYear / 7; |
1130 | (*weekLabels)[i]->setWeekNum( wno ); | 1132 | (*weekLabels)[i]->setWeekNum( wno ); |
1131 | date = date.addDays( 7 ); | 1133 | date = date.addDays( 7 ); |
1132 | } | 1134 | } |
1133 | updateView(); | 1135 | updateView(); |
1134 | } | 1136 | } |
1135 | 1137 | ||
1136 | void KOMonthView::showEvents(QPtrList<Event>) | 1138 | void KOMonthView::showEvents(QPtrList<Event>) |
1137 | { | 1139 | { |
1138 | qDebug("KOMonthView::selectEvents is not implemented yet. "); | 1140 | qDebug("KOMonthView::selectEvents is not implemented yet. "); |
1139 | } | 1141 | } |
1140 | 1142 | ||
1141 | void KOMonthView::changeEventDisplay(Event *, int) | 1143 | void KOMonthView::changeEventDisplay(Event *, int) |
1142 | { | 1144 | { |
1143 | // this should be re-written to be much more efficient, but this | 1145 | // this should be re-written to be much more efficient, but this |
1144 | // quick-and-dirty-hack gets the job done for right now. | 1146 | // quick-and-dirty-hack gets the job done for right now. |
1145 | updateView(); | 1147 | updateView(); |
1146 | } | 1148 | } |
1147 | 1149 | ||
1148 | void KOMonthView::updateView() | 1150 | void KOMonthView::updateView() |
1149 | { | 1151 | { |
1150 | 1152 | ||
1151 | if ( !updatePossible ) | 1153 | if ( !updatePossible ) |
1152 | return; | 1154 | return; |
1153 | //QTime ti; | 1155 | //QTime ti; |
1154 | //ti.start(); | 1156 | //ti.start(); |
1155 | QPtrVector<MonthViewCell> *cells; | 1157 | QPtrVector<MonthViewCell> *cells; |
1156 | if ( mShowWeekView ) { | 1158 | if ( mShowWeekView ) { |
1157 | cells = &mCellsW; | 1159 | cells = &mCellsW; |
1158 | } else { | 1160 | } else { |
1159 | cells = &mCells; | 1161 | cells = &mCells; |
1160 | } | 1162 | } |
1161 | #if 1 | 1163 | #if 1 |
1162 | int i; | 1164 | int i; |
1163 | int timeSpan = (*cells).size()-1; | 1165 | int timeSpan = (*cells).size()-1; |
1164 | if ( KOPrefs::instance()->mMonthViewWeek ) | 1166 | if ( KOPrefs::instance()->mMonthViewWeek ) |
1165 | timeSpan = 6; | 1167 | timeSpan = 6; |
1166 | for( i = 0; i < timeSpan + 1; ++i ) { | 1168 | for( i = 0; i < timeSpan + 1; ++i ) { |
1167 | (*cells)[i]->startUpdateCell(); | 1169 | (*cells)[i]->startUpdateCell(); |
1168 | } | 1170 | } |
1169 | 1171 | ||
1170 | QPtrList<Event> events = calendar()->events(); | 1172 | QPtrList<Event> events = calendar()->events(); |
1171 | Event *event; | 1173 | Event *event; |
1172 | QDateTime dt; | 1174 | QDateTime dt; |
1173 | bool ok; | 1175 | bool ok; |
1174 | QDate endDate = mStartDate.addDays( timeSpan ); | 1176 | QDate endDate = mStartDate.addDays( timeSpan ); |
1175 | for( event = events.first(); event; event = events.next() ) { // for event | 1177 | for( event = events.first(); event; event = events.next() ) { // for event |
1176 | if ( event->doesRecur() ) { | 1178 | if ( event->doesRecur() ) { |
1177 | bool last; | 1179 | bool last; |
1178 | QDateTime incidenceStart = event->recurrence()->getPreviousDateTime( QDateTime( mStartDate ) , &last ); | 1180 | QDateTime incidenceStart = event->recurrence()->getPreviousDateTime( QDateTime( mStartDate ) , &last ); |
1179 | QDateTime incidenceEnd; | 1181 | QDateTime incidenceEnd; |
1180 | int eventlen = event->dtStart().date().daysTo ( event->dtEnd().date() ); | 1182 | int eventlen = event->dtStart().date().daysTo ( event->dtEnd().date() ); |
1181 | bool invalid = false; | 1183 | bool invalid = false; |
1182 | while( true ) { | 1184 | while( true ) { |
1183 | if ( incidenceStart.isValid() ) { | 1185 | if ( incidenceStart.isValid() ) { |
1184 | incidenceEnd = incidenceStart.addDays( eventlen ); | 1186 | incidenceEnd = incidenceStart.addDays( eventlen ); |
1185 | int st = incidenceStart.date().daysTo( endDate ); | 1187 | int st = incidenceStart.date().daysTo( endDate ); |
1186 | if ( st >= 0 ) { // start before timeend | 1188 | if ( st >= 0 ) { // start before timeend |
1187 | int end = mStartDate.daysTo( incidenceEnd.date() ); | 1189 | int end = mStartDate.daysTo( incidenceEnd.date() ); |
1188 | if ( end >= 0 ) { // end after timestart --- got one! | 1190 | if ( end >= 0 ) { // end after timestart --- got one! |
1189 | //normalize | 1191 | //normalize |
1190 | st = timeSpan - st; | 1192 | st = timeSpan - st; |
1191 | if ( st < 0 ) st = 0; | 1193 | if ( st < 0 ) st = 0; |
1192 | if ( end > timeSpan ) end = timeSpan; | 1194 | if ( end > timeSpan ) end = timeSpan; |
1193 | int iii; | 1195 | int iii; |
1194 | //qDebug("found %s %d %d ",event->summary().latin1(), st, end ); | 1196 | //qDebug("found %s %d %d ",event->summary().latin1(), st, end ); |
1195 | for ( iii = st;iii<= end;++iii) | 1197 | for ( iii = st;iii<= end;++iii) |
1196 | (*cells)[iii]->insertEvent( event ); | 1198 | (*cells)[iii]->insertEvent( event ); |
1197 | } | 1199 | } |
1198 | } | 1200 | } |
1199 | } else { | 1201 | } else { |
1200 | if ( invalid ) | 1202 | if ( invalid ) |
1201 | break; | 1203 | break; |
1202 | invalid = true; | 1204 | invalid = true; |
1203 | //qDebug("invalid %s", event->summary().latin1()); | 1205 | //qDebug("invalid %s", event->summary().latin1()); |
1204 | incidenceStart = QDateTime( mStartDate ).addSecs( -2 );; | 1206 | incidenceStart = QDateTime( mStartDate ).addSecs( -2 );; |
1205 | } | 1207 | } |
1206 | if ( last ) | 1208 | if ( last ) |
1207 | break; | 1209 | break; |
1208 | bool ok; | 1210 | bool ok; |
1209 | incidenceStart = event->getNextOccurence( incidenceStart.addSecs( 1 ) ,&ok ); | 1211 | incidenceStart = event->getNextOccurence( incidenceStart.addSecs( 1 ) ,&ok ); |
1210 | if ( ! ok ) | 1212 | if ( ! ok ) |
1211 | break; | 1213 | break; |
1212 | if ( incidenceStart.date() > endDate ) | 1214 | if ( incidenceStart.date() > endDate ) |
1213 | break; | 1215 | break; |
1214 | } | 1216 | } |
1215 | } else { // no recur | 1217 | } else { // no recur |
1216 | int st = event->dtStart().date().daysTo( endDate ); | 1218 | int st = event->dtStart().date().daysTo( endDate ); |
1217 | if ( st >= 0 ) { // start before timeend | 1219 | if ( st >= 0 ) { // start before timeend |
1218 | int end = mStartDate.daysTo( event->dtEnd().date() ); | 1220 | int end = mStartDate.daysTo( event->dtEnd().date() ); |
1219 | if ( end >= 0 ) { // end after timestart --- got one! | 1221 | if ( end >= 0 ) { // end after timestart --- got one! |
1220 | //normalize | 1222 | //normalize |
1221 | st = timeSpan - st; | 1223 | st = timeSpan - st; |
1222 | if ( st < 0 ) st = 0; | 1224 | if ( st < 0 ) st = 0; |
1223 | if ( end > timeSpan ) end = timeSpan; | 1225 | if ( end > timeSpan ) end = timeSpan; |
1224 | int iii; | 1226 | int iii; |
1225 | for ( iii = st;iii<= end;++iii) | 1227 | for ( iii = st;iii<= end;++iii) |
1226 | (*cells)[iii]->insertEvent( event ); | 1228 | (*cells)[iii]->insertEvent( event ); |
1227 | } | 1229 | } |
1228 | } | 1230 | } |
1229 | } | 1231 | } |
1230 | } | 1232 | } |
1231 | // insert due todos | 1233 | // insert due todos |
1232 | QPtrList<Todo> todos = calendar()->todos( ); | 1234 | QPtrList<Todo> todos = calendar()->todos( ); |
1233 | Todo *todo; | 1235 | Todo *todo; |
1234 | for(todo = todos.first(); todo; todo = todos.next()) { | 1236 | for(todo = todos.first(); todo; todo = todos.next()) { |
1235 | //insertTodo( todo ); | 1237 | //insertTodo( todo ); |
1236 | if ( todo->hasDueDate() ) { | 1238 | if ( todo->hasDueDate() ) { |
1237 | int day = mStartDate.daysTo( todo->dtDue().date() ); | 1239 | int day = mStartDate.daysTo( todo->dtDue().date() ); |
1238 | if ( day >= 0 && day < timeSpan + 1) { | 1240 | if ( day >= 0 && day < timeSpan + 1) { |
1239 | (*cells)[day]->insertTodo( todo ); | 1241 | (*cells)[day]->insertTodo( todo ); |
1240 | } | 1242 | } |
1241 | } | 1243 | } |
1242 | } | 1244 | } |
1243 | 1245 | ||
1244 | for( i = 0; i < timeSpan+1; ++i ) { | 1246 | for( i = 0; i < timeSpan+1; ++i ) { |
1245 | (*cells)[i]->finishUpdateCell(); | 1247 | (*cells)[i]->finishUpdateCell(); |
1246 | } | 1248 | } |
1247 | processSelectionChange(); | 1249 | processSelectionChange(); |
1248 | (*cells)[0]->setFocus(); | 1250 | (*cells)[0]->setFocus(); |
1249 | 1251 | ||
1250 | 1252 | ||
1251 | #else | 1253 | #else |
1252 | // old code | 1254 | // old code |
1253 | //qDebug("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ "); | 1255 | //qDebug("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ "); |
1254 | int i; | 1256 | int i; |
1255 | for( i = 0; i < (*cells).count(); ++i ) { | 1257 | for( i = 0; i < (*cells).count(); ++i ) { |
1256 | (*cells)[i]->updateCell(); | 1258 | (*cells)[i]->updateCell(); |
1257 | } | 1259 | } |
1258 | 1260 | ||
1259 | //qDebug("KOMonthView::updateView() "); | 1261 | //qDebug("KOMonthView::updateView() "); |
1260 | processSelectionChange(); | 1262 | processSelectionChange(); |
1261 | // qDebug("---------------------------------------------------------------------+ "); | 1263 | // qDebug("---------------------------------------------------------------------+ "); |
1262 | (*cells)[0]->setFocus(); | 1264 | (*cells)[0]->setFocus(); |
1263 | #endif | 1265 | #endif |
1264 | 1266 | ||
1265 | //qDebug("update time %d ", ti.elapsed()); | 1267 | //qDebug("update time %d ", ti.elapsed()); |
1266 | } | 1268 | } |
1267 | 1269 | ||
1268 | void KOMonthView::resizeEvent(QResizeEvent * e) | 1270 | void KOMonthView::resizeEvent(QResizeEvent * e) |
1269 | { | 1271 | { |
1270 | //qDebug("KOMonthView::resizeEvent %d %d -- %d %d ", e->size().width(), e->size().height(), e->oldSize().width(), e->oldSize().height()); | 1272 | //qDebug("KOMonthView::resizeEvent %d %d -- %d %d ", e->size().width(), e->size().height(), e->oldSize().width(), e->oldSize().height()); |
1271 | computeLayout(); | 1273 | computeLayout(); |
1272 | clPending = true; | 1274 | clPending = true; |
1273 | if ( mShowWeekView ) | 1275 | if ( mShowWeekView ) |
1274 | mCellsW[0]->setFocus(); | 1276 | mCellsW[0]->setFocus(); |
1275 | else | 1277 | else |
1276 | mCells[0]->setFocus(); | 1278 | mCells[0]->setFocus(); |
1277 | } | 1279 | } |
1278 | void KOMonthView::computeLayoutWeek() | 1280 | void KOMonthView::computeLayoutWeek() |
1279 | { | 1281 | { |
1280 | static int lastWid = 0; | 1282 | static int lastWid = 0; |
1281 | static int lastHei = 0; | 1283 | static int lastHei = 0; |
1282 | int daysToShow; | 1284 | int daysToShow; |
1283 | bool combinedSatSun = false; | 1285 | bool combinedSatSun = false; |
1284 | if (mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ) { | 1286 | if (mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ) { |
1285 | daysToShow = 6; | 1287 | daysToShow = 6; |
1286 | combinedSatSun = true; | 1288 | combinedSatSun = true; |
1287 | } | 1289 | } |
1288 | int tWid = topLevelWidget()->size().width(); | 1290 | int tWid = topLevelWidget()->size().width(); |
1289 | int tHei = topLevelWidget()->size().height(); | 1291 | int tHei = topLevelWidget()->size().height(); |
1290 | 1292 | ||
1291 | int wid = width();//e | 1293 | int wid = width();//e |
1292 | int hei = height()-1-mNavigatorBar->height(); | 1294 | int hei = height()-1-mNavigatorBar->height(); |
1293 | 1295 | ||
1294 | if ( ((wid *3)/2) < tWid && (( hei *3) /2) < tHei ) | 1296 | if ( ((wid *3)/2) < tWid && (( hei *3) /2) < tHei ) |
1295 | return; | 1297 | return; |
1296 | 1298 | ||
1297 | if ( lastWid == width() && lastHei == height() ) | 1299 | if ( lastWid == width() && lastHei == height() ) |
1298 | return; | 1300 | return; |
1299 | lastWid = width(); | 1301 | lastWid = width(); |
1300 | lastHei = height(); | 1302 | lastHei = height(); |
1301 | 1303 | ||
1302 | 1304 | ||
1303 | if ( wid < hei ) | 1305 | if ( wid < hei ) |
1304 | daysToShow = 2; | 1306 | daysToShow = 2; |
1305 | else | 1307 | else |
1306 | daysToShow = 3; | 1308 | daysToShow = 3; |
1307 | mShowSatSunComp = true; | 1309 | mShowSatSunComp = true; |
1308 | combinedSatSun = true; | 1310 | combinedSatSun = true; |
1309 | 1311 | ||
1310 | //qDebug("KOMonthView::computeLayout() WWW ------------------------------------ "); | 1312 | //qDebug("KOMonthView::computeLayout() WWW ------------------------------------ "); |
1311 | QFontMetrics fm ( mWeekLabels[0]->font() ); | 1313 | QFontMetrics fm ( mWeekLabels[0]->font() ); |
1312 | int weeklabelwid = fm.width( "888" ); | 1314 | int weeklabelwid = fm.width( "888" ); |
1313 | wid -= weeklabelwid; | 1315 | wid -= weeklabelwid; |
1314 | 1316 | ||
1315 | int colWid = wid / daysToShow; | 1317 | int colWid = wid / daysToShow; |
1316 | int lastCol = wid - ( colWid*6 ); | 1318 | int lastCol = wid - ( colWid*6 ); |
1317 | int dayLabelHei = mDayLabelsW[0]->sizeHint().height(); | 1319 | int dayLabelHei = mDayLabelsW[0]->sizeHint().height(); |
1318 | int cellHei = (hei - (5- daysToShow )*dayLabelHei) /(5- daysToShow ); | 1320 | int cellHei = (hei - (5- daysToShow )*dayLabelHei) /(5- daysToShow ); |
1319 | int colModulo = wid % daysToShow; | 1321 | int colModulo = wid % daysToShow; |
1320 | int rowModulo = (hei- (5- daysToShow )*dayLabelHei) % daysToShow-1; | 1322 | int rowModulo = (hei- (5- daysToShow )*dayLabelHei) % daysToShow-1; |
1321 | //qDebug("rowmod %d ", rowModulo); | 1323 | //qDebug("rowmod %d ", rowModulo); |
1322 | int i; | 1324 | int i; |
1323 | int x,y,w,h; | 1325 | int x,y,w,h; |
1324 | x= 0; | 1326 | x= 0; |
1325 | y= 0; | 1327 | y= 0; |
1326 | w = colWid; | 1328 | w = colWid; |
1327 | h = dayLabelHei ; | 1329 | h = dayLabelHei ; |
1328 | for ( i = 0; i < 7; i++) { | 1330 | for ( i = 0; i < 7; i++) { |
1329 | if ( i && !( i % daysToShow) && i < 6) { | 1331 | if ( i && !( i % daysToShow) && i < 6) { |
1330 | y += hei/(5-daysToShow); | 1332 | y += hei/(5-daysToShow); |
1331 | x = 0; | 1333 | x = 0; |
1332 | w = colWid; | 1334 | w = colWid; |
1333 | } | 1335 | } |
1334 | if ( ((i) % daysToShow) >= daysToShow-colModulo ) { | 1336 | if ( ((i) % daysToShow) >= daysToShow-colModulo ) { |
1335 | ++w; | 1337 | ++w; |
1336 | } | 1338 | } |
1337 | if ( i >= 5 ) { | 1339 | if ( i >= 5 ) { |
1338 | mDayLabelsW[i]->setGeometry( x+weeklabelwid,y,w/2+w%2,h); | 1340 | mDayLabelsW[i]->setGeometry( x+weeklabelwid,y,w/2+w%2,h); |
1339 | x -= (w/2 ); | 1341 | x -= (w/2 ); |
1340 | } | 1342 | } |
1341 | else | 1343 | else |
1342 | mDayLabelsW[i]->setGeometry( x+weeklabelwid,y,w,h); | 1344 | mDayLabelsW[i]->setGeometry( x+weeklabelwid,y,w,h); |
1343 | x += w; | 1345 | x += w; |
1344 | } | 1346 | } |
1345 | x= 0; | 1347 | x= 0; |
1346 | y= dayLabelHei; | 1348 | y= dayLabelHei; |
1347 | w = colWid; | 1349 | w = colWid; |
1348 | h = cellHei; | 1350 | h = cellHei; |
1349 | for ( i = 0; i < mCellsW.count(); ++i) { | 1351 | for ( i = 0; i < mCellsW.count(); ++i) { |
1350 | if ( i > 6 ) { | 1352 | if ( i > 6 ) { |
1351 | mCellsW[i]->hide(); | 1353 | mCellsW[i]->hide(); |
1352 | continue; | 1354 | continue; |
1353 | } | 1355 | } |
1354 | 1356 | ||
1355 | w = colWid; | 1357 | w = colWid; |
1356 | if ( ((i) % daysToShow) >= daysToShow-colModulo ) { | 1358 | if ( ((i) % daysToShow) >= daysToShow-colModulo ) { |
1357 | ++w; | 1359 | ++w; |
1358 | } | 1360 | } |
1359 | if ( i == (daysToShow-1-rowModulo)*7) | 1361 | if ( i == (daysToShow-1-rowModulo)*7) |
1360 | ++h; | 1362 | ++h; |
1361 | 1363 | ||
1362 | if ( i >= 5 ) { | 1364 | if ( i >= 5 ) { |
1363 | if ( i ==5 ) { | 1365 | if ( i ==5 ) { |
1364 | mCellsW[i]->setGeometry ( x+weeklabelwid,y,w,h/2 ); | 1366 | mCellsW[i]->setGeometry ( x+weeklabelwid,y,w,h/2 ); |
1365 | x -= w ;y += h/2; | 1367 | x -= w ;y += h/2; |
1366 | } else { | 1368 | } else { |
1367 | if ( ((i-1) % daysToShow) >= daysToShow-colModulo ) { | 1369 | if ( ((i-1) % daysToShow) >= daysToShow-colModulo ) { |
1368 | ++w; | 1370 | ++w; |
1369 | } | 1371 | } |
1370 | mCellsW[i]->setGeometry ( x+weeklabelwid,y,w,h-h/2 ); | 1372 | mCellsW[i]->setGeometry ( x+weeklabelwid,y,w,h-h/2 ); |
1371 | y -= h/2; | 1373 | y -= h/2; |
1372 | } | 1374 | } |
1373 | } else | 1375 | } else |
1374 | mCellsW[i]->setGeometry ( x+weeklabelwid,y,w,h ); | 1376 | mCellsW[i]->setGeometry ( x+weeklabelwid,y,w,h ); |
1375 | 1377 | ||
1376 | 1378 | ||
1377 | x += w; | 1379 | x += w; |
1378 | if ( x + w/2 > wid ) { | 1380 | if ( x + w/2 > wid ) { |
1379 | x = 0; | 1381 | x = 0; |
1380 | y += h+dayLabelHei ; | 1382 | y += h+dayLabelHei ; |
1381 | } | 1383 | } |
1382 | } | 1384 | } |
1383 | y= dayLabelHei; | 1385 | y= dayLabelHei; |
1384 | h = cellHei ; | 1386 | h = cellHei ; |
1385 | mWeekLabelsW[0]->setGeometry( 0,y,weeklabelwid,hei-dayLabelHei); | 1387 | mWeekLabelsW[0]->setGeometry( 0,y,weeklabelwid,hei-dayLabelHei); |
1386 | mWeekLabelsW[1]->setGeometry( 0,0,weeklabelwid,dayLabelHei); | 1388 | mWeekLabelsW[1]->setGeometry( 0,0,weeklabelwid,dayLabelHei); |
1387 | // qDebug("RRRRRRRRRRRRR %d %d old %d %d", e->size().width(),e->size().height() , e->oldSize().width(),e->oldSize().height()); | 1389 | // qDebug("RRRRRRRRRRRRR %d %d old %d %d", e->size().width(),e->size().height() , e->oldSize().width(),e->oldSize().height()); |
1388 | //qDebug("parent %d %d ", topLevelWidget()->size().width(), topLevelWidget()->size().height()); | 1390 | //qDebug("parent %d %d ", topLevelWidget()->size().width(), topLevelWidget()->size().height()); |
1389 | mShortDayLabels = mDayLabelsW[0]->width() < mWidthLongDayLabel ; | 1391 | mShortDayLabelsW = mDayLabelsW[0]->width()-2 < mWidthLongDayLabel ; |
1390 | updateDayLabels(); | 1392 | updateDayLabels(); |
1391 | //bool forceUpdate = !updatePossible; | 1393 | //bool forceUpdate = !updatePossible; |
1392 | updatePossible = true; | 1394 | updatePossible = true; |
1393 | //mWeekLabels[mNumWeeks]->setText( i18n("M")); | 1395 | //mWeekLabels[mNumWeeks]->setText( i18n("M")); |
1394 | //if ( forceUpdate ) | 1396 | //if ( forceUpdate ) |
1395 | // updateView(); | 1397 | // updateView(); |
1396 | } | 1398 | } |
1397 | void KOMonthView::computeLayout() | 1399 | void KOMonthView::computeLayout() |
1398 | { | 1400 | { |
1399 | 1401 | ||
1400 | 1402 | ||
1401 | static int lastWid = 0; | 1403 | static int lastWid = 0; |
1402 | static int lastHei = 0; | 1404 | static int lastHei = 0; |
1403 | 1405 | ||
1404 | if ( mShowWeekView ){ | 1406 | if ( mShowWeekView ){ |
1405 | computeLayoutWeek(); | 1407 | computeLayoutWeek(); |
1406 | return; | 1408 | return; |
1407 | } | 1409 | } |
1408 | int daysToShow = 7; | 1410 | int daysToShow = 7; |
1409 | bool combinedSatSun = false; | 1411 | bool combinedSatSun = false; |
1410 | if (mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ) { | 1412 | if (mShowSatSunComp = KOPrefs::instance()->mMonthViewSatSunTog ) { |
1411 | daysToShow = 6; | 1413 | daysToShow = 6; |
1412 | combinedSatSun = true; | 1414 | combinedSatSun = true; |
1413 | } | 1415 | } |
1414 | int tWid = topLevelWidget()->size().width(); | 1416 | int tWid = topLevelWidget()->size().width(); |
1415 | int tHei = topLevelWidget()->size().height(); | 1417 | int tHei = topLevelWidget()->size().height(); |
1416 | 1418 | ||
1417 | int wid = width();//e | 1419 | int wid = width();//e |
1418 | int hei = height()-1-mNavigatorBar->height(); | 1420 | int hei = height()-1-mNavigatorBar->height(); |
1419 | 1421 | ||
1420 | if ( ((wid *3)/2) < tWid && (( hei *3) /2) < tHei ) { | 1422 | if ( ((wid *3)/2) < tWid && (( hei *3) /2) < tHei ) { |
1421 | return; | 1423 | return; |
1422 | } | 1424 | } |
1423 | if ( lastWid == width() && lastHei == height() ){ | 1425 | if ( lastWid == width() && lastHei == height() ){ |
1424 | return; | 1426 | return; |
1425 | } | 1427 | } |
1426 | 1428 | ||
1427 | lastWid = width(); | 1429 | lastWid = width(); |
1428 | lastHei = height(); | 1430 | lastHei = height(); |
1429 | //qDebug("KOMonthView::computeLayout() MMM ------------------------------------ "); | 1431 | //qDebug("KOMonthView::computeLayout() MMM ------------------------------------ "); |
1430 | QFontMetrics fm ( mWeekLabels[0]->font() ); | 1432 | QFontMetrics fm ( mWeekLabels[0]->font() ); |
1431 | int weeklabelwid = fm.width( "888" ); | 1433 | int weeklabelwid = fm.width( "888" ); |
1432 | wid -= weeklabelwid; | 1434 | wid -= weeklabelwid; |
1433 | 1435 | ||
1434 | int colWid = wid / daysToShow; | 1436 | int colWid = wid / daysToShow; |
1435 | int lastCol = wid - ( colWid*6 ); | 1437 | int lastCol = wid - ( colWid*6 ); |
1436 | int dayLabelHei = mDayLabels[0]->sizeHint().height(); | 1438 | int dayLabelHei = mDayLabels[0]->sizeHint().height(); |
1437 | int cellHei = (hei - dayLabelHei) /6; | 1439 | int cellHei = (hei - dayLabelHei) /6; |
1438 | int colModulo = wid % daysToShow; | 1440 | int colModulo = wid % daysToShow; |
1439 | int rowModulo = (hei- dayLabelHei) % 6; | 1441 | int rowModulo = (hei- dayLabelHei) % 6; |
1440 | //qDebug("rowmod %d ", rowModulo); | 1442 | //qDebug("rowmod %d ", rowModulo); |
1441 | int i; | 1443 | int i; |
1442 | int x,y,w,h; | 1444 | int x,y,w,h; |
1443 | x= 0; | 1445 | x= 0; |
1444 | y= 0; | 1446 | y= 0; |
1445 | w = colWid; | 1447 | w = colWid; |
1446 | h = dayLabelHei ; | 1448 | h = dayLabelHei ; |
1447 | for ( i = 0; i < 7; i++) { | 1449 | for ( i = 0; i < 7; i++) { |
1448 | if ( i == daysToShow-colModulo ) | 1450 | if ( i == daysToShow-colModulo ) |
1449 | ++w; | 1451 | ++w; |
1450 | if ( combinedSatSun ) { | 1452 | if ( combinedSatSun ) { |
1451 | if ( i >= daysToShow-1 ) { | 1453 | if ( i >= daysToShow-1 ) { |
1452 | mDayLabels[i]->setGeometry( x+weeklabelwid,y,w/2,h); | 1454 | mDayLabels[i]->setGeometry( x+weeklabelwid,y,w/2,h); |
1453 | x -= w/2 ; | 1455 | x -= w/2 ; |
1454 | } | 1456 | } |
1455 | else | 1457 | else |
1456 | mDayLabels[i]->setGeometry( x+weeklabelwid,y,w,h); | 1458 | mDayLabels[i]->setGeometry( x+weeklabelwid,y,w,h); |
1457 | } else | 1459 | } else |
1458 | mDayLabels[i]->setGeometry( x+weeklabelwid,y,w,h); | 1460 | mDayLabels[i]->setGeometry( x+weeklabelwid,y,w,h); |
1459 | x += w; | 1461 | x += w; |
1460 | } | 1462 | } |
1461 | x= 0; | 1463 | x= 0; |
1462 | y= dayLabelHei; | 1464 | y= dayLabelHei; |
1463 | w = colWid; | 1465 | w = colWid; |
1464 | h = cellHei ; | 1466 | h = cellHei ; |
1465 | for ( i = 0; i < mCells.count(); ++i) { | 1467 | for ( i = 0; i < mCells.count(); ++i) { |
1466 | //qDebug("iii %d ", i); | 1468 | //qDebug("iii %d ", i); |
1467 | w = colWid; | 1469 | w = colWid; |
1468 | if ( ((i) % 7) >= 7-colModulo ) { | 1470 | if ( ((i) % 7) >= 7-colModulo ) { |
1469 | ++w; | 1471 | ++w; |
1470 | } | 1472 | } |
1471 | if ( i == (6-rowModulo)*7) | 1473 | if ( i == (6-rowModulo)*7) |
1472 | ++h; | 1474 | ++h; |
1473 | if ( combinedSatSun ) { | 1475 | if ( combinedSatSun ) { |
1474 | if ( (i)%7 >= daysToShow-1 ) { | 1476 | if ( (i)%7 >= daysToShow-1 ) { |
1475 | if ( (i)%7 == daysToShow-1 ) { | 1477 | if ( (i)%7 == daysToShow-1 ) { |
1476 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h/2 ); | 1478 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h/2 ); |
1477 | x -= w ;y += h/2; | 1479 | x -= w ;y += h/2; |
1478 | } else { | 1480 | } else { |
1479 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h-h/2 ); | 1481 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h-h/2 ); |
1480 | y -= h/2; | 1482 | y -= h/2; |
1481 | } | 1483 | } |
1482 | } else | 1484 | } else |
1483 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h ); | 1485 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h ); |
1484 | 1486 | ||
1485 | } | 1487 | } |
1486 | else | 1488 | else |
1487 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h ); | 1489 | mCells[i]->setGeometry ( x+weeklabelwid,y,w,h ); |
1488 | x += w; | 1490 | x += w; |
1489 | if ( x + w/2 > wid ) { | 1491 | if ( x + w/2 > wid ) { |
1490 | x = 0; | 1492 | x = 0; |
1491 | y += h; | 1493 | y += h; |
1492 | } | 1494 | } |
1493 | } | 1495 | } |
1494 | y= dayLabelHei; | 1496 | y= dayLabelHei; |
1495 | h = cellHei ; | 1497 | h = cellHei ; |
1496 | for ( i = 0; i < 6; i++) { | 1498 | for ( i = 0; i < 6; i++) { |
1497 | if ( i == (6-rowModulo)) | 1499 | if ( i == (6-rowModulo)) |
1498 | ++h; | 1500 | ++h; |
1499 | mWeekLabels[i]->setGeometry( 0,y,weeklabelwid,h); | 1501 | mWeekLabels[i]->setGeometry( 0,y,weeklabelwid,h); |
1500 | y += h; | 1502 | y += h; |
1501 | } | 1503 | } |
1502 | mWeekLabels[6]->setGeometry( 0,0,weeklabelwid,dayLabelHei); | 1504 | mWeekLabels[6]->setGeometry( 0,0,weeklabelwid,dayLabelHei); |
1503 | // qDebug("RRRRRRRRRRRRR %d %d old %d %d", e->size().width(),e->size().height() , e->oldSize().width(),e->oldSize().height()); | 1505 | // qDebug("RRRRRRRRRRRRR %d %d old %d %d", e->size().width(),e->size().height() , e->oldSize().width(),e->oldSize().height()); |
1504 | //qDebug("parent %d %d ", topLevelWidget()->size().width(), topLevelWidget()->size().height()); | 1506 | //qDebug("parent %d %d ", topLevelWidget()->size().width(), topLevelWidget()->size().height()); |
1505 | mShortDayLabels = mDayLabels[0]->width() < mWidthLongDayLabel ; | 1507 | mShortDayLabelsM = mDayLabels[0]->width()-2 < mWidthLongDayLabel ; |
1506 | updateDayLabels(); | 1508 | updateDayLabels(); |
1507 | //bool forceUpdate = !updatePossible; | 1509 | //bool forceUpdate = !updatePossible; |
1508 | updatePossible = true; | 1510 | updatePossible = true; |
1509 | //mWeekLabels[mNumWeeks]->setText( i18n("W")); | 1511 | //mWeekLabels[mNumWeeks]->setText( i18n("W")); |
1510 | } | 1512 | } |
1511 | 1513 | ||
1512 | void KOMonthView::showContextMenu( Incidence *incidence ) | 1514 | void KOMonthView::showContextMenu( Incidence *incidence ) |
1513 | { | 1515 | { |
1514 | mContextMenu->showIncidencePopup(incidence); | 1516 | mContextMenu->showIncidencePopup(incidence); |
1515 | /* | 1517 | /* |
1516 | if( incidence && incidence->type() == "Event" ) { | 1518 | if( incidence && incidence->type() == "Event" ) { |
1517 | Event *event = static_cast<Event *>(incidence); | 1519 | Event *event = static_cast<Event *>(incidence); |
1518 | mContextMenu->showEventPopup(event); | 1520 | mContextMenu->showEventPopup(event); |
1519 | } else { | 1521 | } else { |
1520 | kdDebug() << "MonthView::showContextMenu(): cast failed." << endl; | 1522 | kdDebug() << "MonthView::showContextMenu(): cast failed." << endl; |
1521 | } | 1523 | } |
1522 | */ | 1524 | */ |
1523 | } | 1525 | } |
1524 | MonthViewCell * KOMonthView::selectedCell( ) | 1526 | MonthViewCell * KOMonthView::selectedCell( ) |
1525 | { | 1527 | { |
1526 | return mSelectedCell; | 1528 | return mSelectedCell; |
1527 | } | 1529 | } |
1528 | void KOMonthView::setSelectedCell( MonthViewCell *cell ) | 1530 | void KOMonthView::setSelectedCell( MonthViewCell *cell ) |
1529 | { | 1531 | { |
1530 | // qDebug("KOMonthView::setSelectedCell "); | 1532 | // qDebug("KOMonthView::setSelectedCell "); |
1531 | if ( mSelectedCell && mSelectedCell != cell ) { | 1533 | if ( mSelectedCell && mSelectedCell != cell ) { |
1532 | MonthViewCell * mvc = mSelectedCell; | 1534 | MonthViewCell * mvc = mSelectedCell; |
1533 | mSelectedCell = cell; | 1535 | mSelectedCell = cell; |
1534 | mvc->deselect(); | 1536 | mvc->deselect(); |
1535 | } else | 1537 | } else |
1536 | mSelectedCell = cell; | 1538 | mSelectedCell = cell; |
1537 | // if ( mSelectedCell ) | 1539 | // if ( mSelectedCell ) |
1538 | // mSelectedCell->select(); | 1540 | // mSelectedCell->select(); |
1539 | if ( !mSelectedCell ) | 1541 | if ( !mSelectedCell ) |
1540 | emit incidenceSelected( 0 ); | 1542 | emit incidenceSelected( 0 ); |
1541 | else | 1543 | else |
1542 | emit incidenceSelected( mSelectedCell->selectedIncidence() ); | 1544 | emit incidenceSelected( mSelectedCell->selectedIncidence() ); |
1543 | } | 1545 | } |
1544 | 1546 | ||
1545 | void KOMonthView::processSelectionChange() | 1547 | void KOMonthView::processSelectionChange() |
1546 | { | 1548 | { |
1547 | QPtrList<Incidence> incidences = selectedIncidences(); | 1549 | QPtrList<Incidence> incidences = selectedIncidences(); |
1548 | if (incidences.count() > 0) { | 1550 | if (incidences.count() > 0) { |
1549 | emit incidenceSelected( incidences.first() ); | 1551 | emit incidenceSelected( incidences.first() ); |
1550 | } else { | 1552 | } else { |
1551 | emit incidenceSelected( 0 ); | 1553 | emit incidenceSelected( 0 ); |
1552 | } | 1554 | } |
1553 | } | 1555 | } |
1554 | 1556 | ||
1555 | void KOMonthView::clearSelection() | 1557 | void KOMonthView::clearSelection() |
1556 | { | 1558 | { |
1557 | if ( mSelectedCell ) { | 1559 | if ( mSelectedCell ) { |
1558 | mSelectedCell->deselect(); | 1560 | mSelectedCell->deselect(); |
1559 | mSelectedCell = 0; | 1561 | mSelectedCell = 0; |
1560 | } | 1562 | } |
1561 | } | 1563 | } |
1562 | void KOMonthView::keyPressEvent ( QKeyEvent * e ) | 1564 | void KOMonthView::keyPressEvent ( QKeyEvent * e ) |
1563 | { | 1565 | { |
1564 | //qDebug("KOMonthView::keyPressEvent "); | 1566 | //qDebug("KOMonthView::keyPressEvent "); |
1565 | switch(e->key()) { | 1567 | switch(e->key()) { |
1566 | case Key_Up: | 1568 | case Key_Up: |
1567 | { | 1569 | { |
1568 | emit prevMonth(); | 1570 | emit prevMonth(); |
1569 | if ( mShowWeekView ) | 1571 | if ( mShowWeekView ) |
1570 | mCellsW[0]->setFocus(); | 1572 | mCellsW[0]->setFocus(); |
1571 | else | 1573 | else |
1572 | mCells[0]->setFocus(); | 1574 | mCells[0]->setFocus(); |
1573 | } | 1575 | } |
1574 | e->accept(); | 1576 | e->accept(); |
1575 | break; | 1577 | break; |
1576 | case Key_Down: | 1578 | case Key_Down: |
1577 | { | 1579 | { |
1578 | emit nextMonth(); | 1580 | emit nextMonth(); |
1579 | if ( mShowWeekView ) | 1581 | if ( mShowWeekView ) |
1580 | mCellsW[0]->setFocus(); | 1582 | mCellsW[0]->setFocus(); |
1581 | else | 1583 | else |
1582 | mCells[0]->setFocus(); | 1584 | mCells[0]->setFocus(); |
1583 | 1585 | ||
1584 | } | 1586 | } |
1585 | e->accept(); | 1587 | e->accept(); |
1586 | break; | 1588 | break; |
1587 | case Key_Return: | 1589 | case Key_Return: |
1588 | case Key_Enter: | 1590 | case Key_Enter: |
1589 | { | 1591 | { |
1590 | selectInternalWeekNum ( currentWeek() ); | 1592 | selectInternalWeekNum ( currentWeek() ); |
1591 | } | 1593 | } |
1592 | e->accept(); | 1594 | e->accept(); |
1593 | break; | 1595 | break; |
1594 | default: | 1596 | default: |
1595 | e->ignore(); | 1597 | e->ignore(); |
1596 | break; | 1598 | break; |
1597 | } | 1599 | } |
1598 | } | 1600 | } |
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index bf861ef..03f9dc6 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h | |||
@@ -93,205 +93,206 @@ class MonthViewItem: public QListBoxItem | |||
93 | public: | 93 | public: |
94 | MonthViewItem( Incidence *, QDate qd, const QString & title ); | 94 | MonthViewItem( Incidence *, QDate qd, const QString & title ); |
95 | 95 | ||
96 | void setRecur(bool on) { mRecur = on; } | 96 | void setRecur(bool on) { mRecur = on; } |
97 | void setAlarm(bool on) { mAlarm = on; } | 97 | void setAlarm(bool on) { mAlarm = on; } |
98 | void setReply(bool on) { mReply = on; } | 98 | void setReply(bool on) { mReply = on; } |
99 | void setMoreInfo(bool on) { mInfo = on; } | 99 | void setMoreInfo(bool on) { mInfo = on; } |
100 | 100 | ||
101 | 101 | ||
102 | void setPalette(const QPalette &p) { mPalette = p; } | 102 | void setPalette(const QPalette &p) { mPalette = p; } |
103 | QPalette palette() const { return mPalette; } | 103 | QPalette palette() const { return mPalette; } |
104 | 104 | ||
105 | Incidence *incidence() const { return mIncidence; } | 105 | Incidence *incidence() const { return mIncidence; } |
106 | QDate incidenceDate() { return mDate; } | 106 | QDate incidenceDate() { return mDate; } |
107 | 107 | ||
108 | protected: | 108 | protected: |
109 | virtual void paint(QPainter *); | 109 | virtual void paint(QPainter *); |
110 | virtual int height(const QListBox *) const; | 110 | virtual int height(const QListBox *) const; |
111 | virtual int width(const QListBox *) const; | 111 | virtual int width(const QListBox *) const; |
112 | 112 | ||
113 | private: | 113 | private: |
114 | bool mRecur; | 114 | bool mRecur; |
115 | bool mAlarm; | 115 | bool mAlarm; |
116 | bool mReply; | 116 | bool mReply; |
117 | bool mInfo; | 117 | bool mInfo; |
118 | 118 | ||
119 | QPalette mPalette; | 119 | QPalette mPalette; |
120 | QDate mDate; | 120 | QDate mDate; |
121 | 121 | ||
122 | Incidence *mIncidence; | 122 | Incidence *mIncidence; |
123 | }; | 123 | }; |
124 | 124 | ||
125 | 125 | ||
126 | class KOMonthView; | 126 | class KOMonthView; |
127 | 127 | ||
128 | class MonthViewCell : public QWidget | 128 | class MonthViewCell : public QWidget |
129 | { | 129 | { |
130 | Q_OBJECT | 130 | Q_OBJECT |
131 | public: | 131 | public: |
132 | MonthViewCell(KOMonthView *,QWidget* ); | 132 | MonthViewCell(KOMonthView *,QWidget* ); |
133 | 133 | ||
134 | void setDate( const QDate & ); | 134 | void setDate( const QDate & ); |
135 | QDate date() const; | 135 | QDate date() const; |
136 | 136 | ||
137 | void setPrimary( bool ); | 137 | void setPrimary( bool ); |
138 | bool isPrimary() const; | 138 | bool isPrimary() const; |
139 | 139 | ||
140 | void setHoliday( bool ); | 140 | void setHoliday( bool ); |
141 | void setHoliday( const QString & ); | 141 | void setHoliday( const QString & ); |
142 | 142 | ||
143 | void updateCell(); | 143 | void updateCell(); |
144 | void startUpdateCell(); | 144 | void startUpdateCell(); |
145 | void finishUpdateCell(); | 145 | void finishUpdateCell(); |
146 | void insertEvent(Event *); | 146 | void insertEvent(Event *); |
147 | void insertTodo(Todo *); | 147 | void insertTodo(Todo *); |
148 | 148 | ||
149 | void updateConfig( bool bigFont = false ); | 149 | void updateConfig( bool bigFont = false ); |
150 | 150 | ||
151 | void enableScrollBars( bool ); | 151 | void enableScrollBars( bool ); |
152 | 152 | ||
153 | Incidence *selectedIncidence(); | 153 | Incidence *selectedIncidence(); |
154 | QDate selectedIncidenceDate(); | 154 | QDate selectedIncidenceDate(); |
155 | 155 | ||
156 | void deselect(); | 156 | void deselect(); |
157 | void select(); | 157 | void select(); |
158 | 158 | ||
159 | #ifdef DESKTOP_VERSION | 159 | #ifdef DESKTOP_VERSION |
160 | static QToolTipGroup *toolTipGroup(); | 160 | static QToolTipGroup *toolTipGroup(); |
161 | #endif | 161 | #endif |
162 | signals: | 162 | signals: |
163 | void defaultAction( Incidence * ); | 163 | void defaultAction( Incidence * ); |
164 | void newEventSignal( QDateTime ); | 164 | void newEventSignal( QDateTime ); |
165 | void showDaySignal( QDate ); | 165 | void showDaySignal( QDate ); |
166 | 166 | ||
167 | protected: | 167 | protected: |
168 | QString mToolTip; | 168 | QString mToolTip; |
169 | void resizeEvent( QResizeEvent * ); | 169 | void resizeEvent( QResizeEvent * ); |
170 | 170 | ||
171 | protected slots: | 171 | protected slots: |
172 | void defaultAction( QListBoxItem * ); | 172 | void defaultAction( QListBoxItem * ); |
173 | void contextMenu( QListBoxItem * ); | 173 | void contextMenu( QListBoxItem * ); |
174 | void selection( QListBoxItem * ); | 174 | void selection( QListBoxItem * ); |
175 | void cellClicked( QListBoxItem * ); | 175 | void cellClicked( QListBoxItem * ); |
176 | void newEvent(); | 176 | void newEvent(); |
177 | void showDay(); | 177 | void showDay(); |
178 | 178 | ||
179 | private: | 179 | private: |
180 | KOMonthView *mMonthView; | 180 | KOMonthView *mMonthView; |
181 | 181 | ||
182 | QDate mDate; | 182 | QDate mDate; |
183 | bool mPrimary; | 183 | bool mPrimary; |
184 | bool mHoliday; | 184 | bool mHoliday; |
185 | QString mHolidayString; | 185 | QString mHolidayString; |
186 | 186 | ||
187 | //QLabel *mLabel; | 187 | //QLabel *mLabel; |
188 | QPushButton *mLabel; | 188 | QPushButton *mLabel; |
189 | QListBox *mItemList; | 189 | QListBox *mItemList; |
190 | #ifdef DESKTOP_VERSION | 190 | #ifdef DESKTOP_VERSION |
191 | static QToolTipGroup *mToolTipGroup; | 191 | static QToolTipGroup *mToolTipGroup; |
192 | #endif | 192 | #endif |
193 | QSize mLabelSize; | 193 | QSize mLabelSize; |
194 | QSize mLabelBigSize; | 194 | QSize mLabelBigSize; |
195 | QPalette mHolidayPalette; | 195 | QPalette mHolidayPalette; |
196 | QPalette mStandardPalette; | 196 | QPalette mStandardPalette; |
197 | QPalette mPrimaryPalette; | 197 | QPalette mPrimaryPalette; |
198 | QPalette mNonPrimaryPalette; | 198 | QPalette mNonPrimaryPalette; |
199 | void setMyPalette(); | 199 | void setMyPalette(); |
200 | QPalette getPalette (); | 200 | QPalette getPalette (); |
201 | void keyPressEvent ( QKeyEvent * ) ; | 201 | void keyPressEvent ( QKeyEvent * ) ; |
202 | 202 | ||
203 | }; | 203 | }; |
204 | 204 | ||
205 | 205 | ||
206 | class KOMonthView: public KOEventView | 206 | class KOMonthView: public KOEventView |
207 | { | 207 | { |
208 | Q_OBJECT | 208 | Q_OBJECT |
209 | public: | 209 | public: |
210 | KOMonthView(Calendar *cal, QWidget *parent = 0, const char *name = 0 ); | 210 | KOMonthView(Calendar *cal, QWidget *parent = 0, const char *name = 0 ); |
211 | ~KOMonthView(); | 211 | ~KOMonthView(); |
212 | 212 | ||
213 | /** Returns maximum number of days supported by the komonthview */ | 213 | /** Returns maximum number of days supported by the komonthview */ |
214 | virtual int maxDatesHint(); | 214 | virtual int maxDatesHint(); |
215 | 215 | ||
216 | /** Returns number of currently shown dates. */ | 216 | /** Returns number of currently shown dates. */ |
217 | virtual int currentDateCount(); | 217 | virtual int currentDateCount(); |
218 | 218 | ||
219 | /** returns the currently selected events */ | 219 | /** returns the currently selected events */ |
220 | virtual QPtrList<Incidence> selectedIncidences(); | 220 | virtual QPtrList<Incidence> selectedIncidences(); |
221 | 221 | ||
222 | /** returns dates of the currently selected events */ | 222 | /** returns dates of the currently selected events */ |
223 | virtual DateList selectedDates(); | 223 | virtual DateList selectedDates(); |
224 | 224 | ||
225 | virtual void printPreview(CalPrinter *calPrinter, | 225 | virtual void printPreview(CalPrinter *calPrinter, |
226 | const QDate &, const QDate &); | 226 | const QDate &, const QDate &); |
227 | bool isMonthView() { return true; } | 227 | bool isMonthView() { return true; } |
228 | bool isUpdatePossible() { return updatePossible; } | 228 | bool isUpdatePossible() { return updatePossible; } |
229 | 229 | ||
230 | MonthViewCell * selectedCell(); | 230 | MonthViewCell * selectedCell(); |
231 | bool skipResize; | 231 | bool skipResize; |
232 | NavigatorBar* navigatorBar() { return mNavigatorBar ;} | 232 | NavigatorBar* navigatorBar() { return mNavigatorBar ;} |
233 | public slots: | 233 | public slots: |
234 | virtual void updateView(); | 234 | virtual void updateView(); |
235 | virtual void updateConfig(); | 235 | virtual void updateConfig(); |
236 | virtual void showDates(const QDate &start, const QDate &end); | 236 | virtual void showDates(const QDate &start, const QDate &end); |
237 | virtual void showEvents(QPtrList<Event> eventList); | 237 | virtual void showEvents(QPtrList<Event> eventList); |
238 | 238 | ||
239 | void changeEventDisplay(Event *, int); | 239 | void changeEventDisplay(Event *, int); |
240 | 240 | ||
241 | void clearSelection(); | 241 | void clearSelection(); |
242 | 242 | ||
243 | void showContextMenu( Incidence * ); | 243 | void showContextMenu( Incidence * ); |
244 | 244 | ||
245 | void setSelectedCell( MonthViewCell * ); | 245 | void setSelectedCell( MonthViewCell * ); |
246 | 246 | ||
247 | protected slots: | 247 | protected slots: |
248 | void selectInternalWeekNum ( int ); | 248 | void selectInternalWeekNum ( int ); |
249 | void switchView(); | 249 | void switchView(); |
250 | void processSelectionChange(); | 250 | void processSelectionChange(); |
251 | signals: | 251 | signals: |
252 | void nextMonth(); | 252 | void nextMonth(); |
253 | void prevMonth(); | 253 | void prevMonth(); |
254 | void selectWeekNum ( int ); | 254 | void selectWeekNum ( int ); |
255 | void showDaySignal( QDate ); | 255 | void showDaySignal( QDate ); |
256 | protected: | 256 | protected: |
257 | void resizeEvent(QResizeEvent *); | 257 | void resizeEvent(QResizeEvent *); |
258 | void viewChanged(); | 258 | void viewChanged(); |
259 | void updateDayLabels(); | 259 | void updateDayLabels(); |
260 | 260 | ||
261 | private: | 261 | private: |
262 | NavigatorBar* mNavigatorBar; | 262 | NavigatorBar* mNavigatorBar; |
263 | int currentWeek(); | 263 | int currentWeek(); |
264 | bool clPending; | 264 | bool clPending; |
265 | QWidgetStack * mWidStack; | 265 | QWidgetStack * mWidStack; |
266 | QWidget* mMonthView; | 266 | QWidget* mMonthView; |
267 | QWidget* mWeekView; | 267 | QWidget* mWeekView; |
268 | bool mShowWeekView; | 268 | bool mShowWeekView; |
269 | bool updatePossible; | 269 | bool updatePossible; |
270 | int mDaysPerWeek; | 270 | int mDaysPerWeek; |
271 | int mNumWeeks; | 271 | int mNumWeeks; |
272 | int mNumCells; | 272 | int mNumCells; |
273 | bool mWeekStartsMonday; | 273 | bool mWeekStartsMonday; |
274 | bool mShowSatSunComp; | 274 | bool mShowSatSunComp; |
275 | void computeLayout(); | 275 | void computeLayout(); |
276 | void computeLayoutWeek(); | 276 | void computeLayoutWeek(); |
277 | 277 | ||
278 | QPtrVector<MonthViewCell> mCells; | 278 | QPtrVector<MonthViewCell> mCells; |
279 | QPtrVector<QLabel> mDayLabels; | 279 | QPtrVector<QLabel> mDayLabels; |
280 | QPtrVector<KOWeekButton> mWeekLabels; | 280 | QPtrVector<KOWeekButton> mWeekLabels; |
281 | QPtrVector<MonthViewCell> mCellsW; | 281 | QPtrVector<MonthViewCell> mCellsW; |
282 | QPtrVector<QLabel> mDayLabelsW; | 282 | QPtrVector<QLabel> mDayLabelsW; |
283 | QPtrVector<KOWeekButton> mWeekLabelsW; | 283 | QPtrVector<KOWeekButton> mWeekLabelsW; |
284 | 284 | ||
285 | bool mShortDayLabels; | 285 | bool mShortDayLabelsM; |
286 | bool mShortDayLabelsW; | ||
286 | int mWidthLongDayLabel; | 287 | int mWidthLongDayLabel; |
287 | 288 | ||
288 | QDate mStartDate; | 289 | QDate mStartDate; |
289 | 290 | ||
290 | MonthViewCell *mSelectedCell; | 291 | MonthViewCell *mSelectedCell; |
291 | 292 | ||
292 | KOEventPopupMenu *mContextMenu; | 293 | KOEventPopupMenu *mContextMenu; |
293 | void keyPressEvent ( QKeyEvent * ) ; | 294 | void keyPressEvent ( QKeyEvent * ) ; |
294 | 295 | ||
295 | }; | 296 | }; |
296 | 297 | ||
297 | #endif | 298 | #endif |
diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index 90be237..b0f26d1 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp | |||
@@ -1,345 +1,347 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | 3 | ||
4 | Copyright (c) 2001 | 4 | Copyright (c) 2001 |
5 | Cornelius Schumacher <schumacher@kde.org> | 5 | Cornelius Schumacher <schumacher@kde.org> |
6 | 6 | ||
7 | This program is free software; you can redistribute it and/or modify | 7 | This program is free software; you can redistribute it and/or modify |
8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
9 | the Free Software Foundation; either version 2 of the License, or | 9 | the Free Software Foundation; either version 2 of the License, or |
10 | (at your option) any later version. | 10 | (at your option) any later version. |
11 | 11 | ||
12 | This program is distributed in the hope that it will be useful, | 12 | This program is distributed in the hope that it will be useful, |
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the |
15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
16 | 16 | ||
17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
18 | along with this program; if not, write to the Free Software | 18 | along with this program; if not, write to the Free Software |
19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | 20 | ||
21 | As a special exception, permission is given to link this program | 21 | As a special exception, permission is given to link this program |
22 | with any edition of Qt, and distribute the resulting executable, | 22 | with any edition of Qt, and distribute the resulting executable, |
23 | without including the source code for Qt in the source distribution. | 23 | without including the source code for Qt in the source distribution. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <qwidgetstack.h> | 26 | #include <qwidgetstack.h> |
27 | 27 | ||
28 | #include <kconfig.h> | 28 | #include <kconfig.h> |
29 | #include <kglobal.h> | 29 | #include <kglobal.h> |
30 | #ifndef DESKTOP_VERSION | 30 | #ifndef DESKTOP_VERSION |
31 | #include <qpe/qpeapplication.h> | 31 | #include <qpe/qpeapplication.h> |
32 | #else | 32 | #else |
33 | #include <qapplication.h> | 33 | #include <qapplication.h> |
34 | #endif | 34 | #endif |
35 | #include <qdatetime.h> | 35 | #include <qdatetime.h> |
36 | #include "calendarview.h" | 36 | #include "calendarview.h" |
37 | #include "datenavigator.h" | 37 | #include "datenavigator.h" |
38 | #include "kotodoview.h" | 38 | #include "kotodoview.h" |
39 | #include "koagendaview.h" | 39 | #include "koagendaview.h" |
40 | #include "kodialogmanager.h" | 40 | #include "kodialogmanager.h" |
41 | #include "komonthview.h" | 41 | #include "komonthview.h" |
42 | #include "kolistview.h" | 42 | #include "kolistview.h" |
43 | #include "kowhatsnextview.h" | 43 | #include "kowhatsnextview.h" |
44 | #include "kojournalview.h" | 44 | #include "kojournalview.h" |
45 | #include "kotimespanview.h" | 45 | #include "kotimespanview.h" |
46 | #include "koprefs.h" | 46 | #include "koprefs.h" |
47 | #include "navigatorbar.h" | 47 | #include "navigatorbar.h" |
48 | #include "kdatenavigator.h" | 48 | #include "kdatenavigator.h" |
49 | 49 | ||
50 | #include "koviewmanager.h" | 50 | #include "koviewmanager.h" |
51 | //extern bool externFlagMonthviewBlockPainting; | 51 | //extern bool externFlagMonthviewBlockPainting; |
52 | 52 | ||
53 | //bool globalFlagBlockPainting = false; | 53 | //bool globalFlagBlockPainting = false; |
54 | int globalFlagBlockAgenda = 0; | 54 | int globalFlagBlockAgenda = 0; |
55 | int globalFlagBlockLabel = 0; | 55 | int globalFlagBlockLabel = 0; |
56 | int globalFlagBlockAgendaItemPaint = 1; | 56 | int globalFlagBlockAgendaItemPaint = 1; |
57 | int globalFlagBlockAgendaItemUpdate = 1; | 57 | int globalFlagBlockAgendaItemUpdate = 1; |
58 | 58 | ||
59 | 59 | ||
60 | KOViewManager::KOViewManager( CalendarView *mainView ) : | 60 | KOViewManager::KOViewManager( CalendarView *mainView ) : |
61 | QObject(), mMainView( mainView ) | 61 | QObject(), mMainView( mainView ) |
62 | { | 62 | { |
63 | mCurrentView = 0; | 63 | mCurrentView = 0; |
64 | 64 | ||
65 | mWhatsNextView = 0; | 65 | mWhatsNextView = 0; |
66 | mTodoView = 0; | 66 | mTodoView = 0; |
67 | mAgendaView = 0; | 67 | mAgendaView = 0; |
68 | mMonthView = 0; | 68 | mMonthView = 0; |
69 | mListView = 0; | 69 | mListView = 0; |
70 | mJournalView = 0; | 70 | mJournalView = 0; |
71 | mTimeSpanView = 0; | 71 | mTimeSpanView = 0; |
72 | mCurrentAgendaView = 0 ; | 72 | mCurrentAgendaView = 0 ; |
73 | mFlagShowNextxDays = false; | 73 | mFlagShowNextxDays = false; |
74 | } | 74 | } |
75 | 75 | ||
76 | KOViewManager::~KOViewManager() | 76 | KOViewManager::~KOViewManager() |
77 | { | 77 | { |
78 | } | 78 | } |
79 | 79 | ||
80 | 80 | ||
81 | KOrg::BaseView *KOViewManager::currentView() | 81 | KOrg::BaseView *KOViewManager::currentView() |
82 | { | 82 | { |
83 | return mCurrentView; | 83 | return mCurrentView; |
84 | } | 84 | } |
85 | 85 | ||
86 | void KOViewManager::readSettings(KConfig *config) | 86 | void KOViewManager::readSettings(KConfig *config) |
87 | { | 87 | { |
88 | config->setGroup("General"); | 88 | config->setGroup("General"); |
89 | QString view = config->readEntry("Current View"); | 89 | QString view = config->readEntry("Current View"); |
90 | if (view == "WhatsNext") showWhatsNextView(); | 90 | if (view == "WhatsNext") showWhatsNextView(); |
91 | else if (view == "Month") showMonthView(); | 91 | else if (view == "Month") showMonthView(); |
92 | else if (view == "List") showListView(); | 92 | else if (view == "List") showListView(); |
93 | else if (view == "Journal") showJournalView(); | 93 | else if (view == "Journal") showJournalView(); |
94 | else if (view == "TimeSpan") showTimeSpanView(); | 94 | else if (view == "TimeSpan") showTimeSpanView(); |
95 | else if (view == "Todo") showTodoView(); | 95 | else if (view == "Todo") showTodoView(); |
96 | else { | 96 | else { |
97 | showAgendaView(); | 97 | showAgendaView(); |
98 | } | 98 | } |
99 | } | 99 | } |
100 | 100 | ||
101 | void KOViewManager::showDateView( int view, QDate date) | 101 | void KOViewManager::showDateView( int view, QDate date) |
102 | { | 102 | { |
103 | static int lastMode = 0; | 103 | static int lastMode = 0; |
104 | static int lastCount = 0; | 104 | static int lastCount = 0; |
105 | static bool lastNDMode = false; | 105 | static bool lastNDMode = false; |
106 | static QDate lastDate; | 106 | static QDate lastDate; |
107 | //qDebug("date %d %s", view, date.toString().latin1()); | 107 | //qDebug("date %d %s", view, date.toString().latin1()); |
108 | 108 | ||
109 | if (view != 9) | ||
110 | lastMode = 0; | ||
109 | //qDebug("%d %d ", lastNDMode, mFlagShowNextxDays ); | 111 | //qDebug("%d %d ", lastNDMode, mFlagShowNextxDays ); |
110 | bool savemFlagShowNextxDays = mFlagShowNextxDays; | 112 | bool savemFlagShowNextxDays = mFlagShowNextxDays; |
111 | mFlagShowNextxDays = false; | 113 | mFlagShowNextxDays = false; |
112 | if ( view == 3 ) { | 114 | if ( view == 3 ) { |
113 | //mCurrentAgendaView = 1 ; | 115 | //mCurrentAgendaView = 1 ; |
114 | lastDate = mMainView->dateNavigator()->selectedDates().first(); | 116 | lastDate = mMainView->dateNavigator()->selectedDates().first(); |
115 | lastCount = mMainView->dateNavigator()->selectedDates().count(); | 117 | lastCount = mMainView->dateNavigator()->selectedDates().count(); |
116 | lastNDMode = savemFlagShowNextxDays; | 118 | lastNDMode = savemFlagShowNextxDays; |
117 | mMainView->showDay( date ); | 119 | mMainView->showDay( date ); |
120 | lastMode = 1; | ||
118 | } else if (view == 4 ) { | 121 | } else if (view == 4 ) { |
119 | mCurrentAgendaView = 7 ; | 122 | mCurrentAgendaView = 7 ; |
120 | mMainView->dateNavigator()->selectDates( date, 7 ); | 123 | mMainView->dateNavigator()->selectDates( date, 7 ); |
121 | } else if (view == 5 ) { | 124 | } else if (view == 5 ) { |
122 | mCurrentAgendaView = 14 ; | 125 | mCurrentAgendaView = 14 ; |
123 | mMainView->dateNavigator()->selectDates( date, 14); | 126 | mMainView->dateNavigator()->selectDates( date, 14); |
124 | } else if (view == 6 ) { | 127 | } else if (view == 6 ) { |
125 | //mMainView->dateNavigator()->selectDates( date, 7 ); | 128 | //mMainView->dateNavigator()->selectDates( date, 7 ); |
126 | showMonthView(); | 129 | showMonthView(); |
127 | } else if (view == 7 ) { | 130 | } else if (view == 7 ) { |
128 | mMainView->dateNavigator()->selectDate( date ); | 131 | mMainView->dateNavigator()->selectDate( date ); |
129 | showJournalView(); | 132 | showJournalView(); |
130 | } else if (view == 8 ) { | 133 | } else if (view == 8 ) { |
131 | globalFlagBlockAgenda = 1; | 134 | globalFlagBlockAgenda = 1; |
132 | if ( mCurrentAgendaView != 3 ) | 135 | if ( mCurrentAgendaView != 3 ) |
133 | mCurrentAgendaView = -1; | 136 | mCurrentAgendaView = -1; |
134 | showAgendaView(KOPrefs::instance()->mFullViewMonth); | 137 | showAgendaView(KOPrefs::instance()->mFullViewMonth); |
135 | globalFlagBlockAgenda = 2; | 138 | globalFlagBlockAgenda = 2; |
136 | mMainView->dateNavigator()->selectDates( date , | 139 | mMainView->dateNavigator()->selectDates( date , |
137 | KOPrefs::instance()->mNextXDays ); | 140 | KOPrefs::instance()->mNextXDays ); |
138 | mFlagShowNextxDays = true; | 141 | mFlagShowNextxDays = true; |
139 | mCurrentAgendaView = 3 ; | 142 | mCurrentAgendaView = 3 ; |
140 | } if (view == 9) { // return behaviour, for getting back from mode == 3 (single day mode ) | 143 | } if (view == 9) { // return behaviour, for getting back from mode == 3 (single day mode ) |
141 | if ( lastMode ) { | 144 | if ( lastMode ) { |
142 | mCurrentAgendaView = lastCount ; | 145 | mCurrentAgendaView = lastCount ; |
143 | mMainView->dateNavigator()->selectDates( lastDate, lastCount); | 146 | mMainView->dateNavigator()->selectDates( lastDate, lastCount); |
144 | mFlagShowNextxDays = lastNDMode; | 147 | mFlagShowNextxDays = lastNDMode; |
145 | if ( mFlagShowNextxDays ) { | 148 | if ( mFlagShowNextxDays ) { |
146 | mCurrentAgendaView = 3 ; | 149 | mCurrentAgendaView = 3 ; |
147 | } | 150 | } |
148 | } else | 151 | } else |
149 | showWeekView(); | 152 | showWeekView(); |
150 | } else if (view == 10) { | 153 | } else if (view == 10) { |
151 | mMainView->dateNavigator()->selectDates( date,mMainView->dateNavigator()->selectedDates().count() ); | 154 | mMainView->dateNavigator()->selectDates( date,mMainView->dateNavigator()->selectedDates().count() ); |
152 | } | 155 | } |
153 | lastMode = view; | ||
154 | } | 156 | } |
155 | 157 | ||
156 | 158 | ||
157 | 159 | ||
158 | void KOViewManager::writeSettings(KConfig *config) | 160 | void KOViewManager::writeSettings(KConfig *config) |
159 | { | 161 | { |
160 | config->setGroup("General"); | 162 | config->setGroup("General"); |
161 | 163 | ||
162 | QString view; | 164 | QString view; |
163 | if (mCurrentView == mWhatsNextView) view = "WhatsNext"; | 165 | if (mCurrentView == mWhatsNextView) view = "WhatsNext"; |
164 | else if (mCurrentView == mMonthView) view = "Month"; | 166 | else if (mCurrentView == mMonthView) view = "Month"; |
165 | else if (mCurrentView == mListView) view = "List"; | 167 | else if (mCurrentView == mListView) view = "List"; |
166 | else if (mCurrentView == mJournalView) view = "Journal"; | 168 | else if (mCurrentView == mJournalView) view = "Journal"; |
167 | else if (mCurrentView == mTimeSpanView) view = "TimeSpan"; | 169 | else if (mCurrentView == mTimeSpanView) view = "TimeSpan"; |
168 | else if (mCurrentView == mTodoView) view = "Todo"; | 170 | else if (mCurrentView == mTodoView) view = "Todo"; |
169 | else view = "Agenda"; | 171 | else view = "Agenda"; |
170 | 172 | ||
171 | config->writeEntry("Current View",view); | 173 | config->writeEntry("Current View",view); |
172 | 174 | ||
173 | if (mAgendaView) { | 175 | if (mAgendaView) { |
174 | mAgendaView->writeSettings(config); | 176 | mAgendaView->writeSettings(config); |
175 | } | 177 | } |
176 | if (mTimeSpanView) { | 178 | if (mTimeSpanView) { |
177 | mTimeSpanView->writeSettings(config); | 179 | mTimeSpanView->writeSettings(config); |
178 | } | 180 | } |
179 | if (mListView) { | 181 | if (mListView) { |
180 | mListView->writeSettings(config); | 182 | mListView->writeSettings(config); |
181 | } | 183 | } |
182 | if (mTodoView) { | 184 | if (mTodoView) { |
183 | mTodoView->saveLayout(config,"Todo View"); | 185 | mTodoView->saveLayout(config,"Todo View"); |
184 | } | 186 | } |
185 | } | 187 | } |
186 | 188 | ||
187 | void KOViewManager::showView(KOrg::BaseView *view, bool fullScreen ) | 189 | void KOViewManager::showView(KOrg::BaseView *view, bool fullScreen ) |
188 | { | 190 | { |
189 | 191 | ||
190 | //mFlagShowNextxDays = false; | 192 | //mFlagShowNextxDays = false; |
191 | //if(view == mCurrentView) return; | 193 | //if(view == mCurrentView) return; |
192 | if ( view == 0 ) { | 194 | if ( view == 0 ) { |
193 | view = mCurrentView; | 195 | view = mCurrentView; |
194 | if ( view == 0 ) | 196 | if ( view == 0 ) |
195 | return; | 197 | return; |
196 | } | 198 | } |
197 | bool full = fullScreen; | 199 | bool full = fullScreen; |
198 | if(view == mCurrentView && view != mWhatsNextView ) { | 200 | if(view == mCurrentView && view != mWhatsNextView ) { |
199 | if ( mCurrentAgendaView < 0 ) | 201 | if ( mCurrentAgendaView < 0 ) |
200 | return; | 202 | return; |
201 | full = mMainView->leftFrame()->isVisible(); | 203 | full = mMainView->leftFrame()->isVisible(); |
202 | } else { | 204 | } else { |
203 | if ( view == mMonthView && mMonthView) | 205 | if ( view == mMonthView && mMonthView) |
204 | ;//mMonthView->skipResize = true ; | 206 | ;//mMonthView->skipResize = true ; |
205 | mCurrentView = view; | 207 | mCurrentView = view; |
206 | // bool full = fullScreen; | 208 | // bool full = fullScreen; |
207 | bool isFull = !mMainView->leftFrame()->isVisible(); | 209 | bool isFull = !mMainView->leftFrame()->isVisible(); |
208 | if ( isFull && KOPrefs::instance()->mViewChangeHoldFullscreen ) | 210 | if ( isFull && KOPrefs::instance()->mViewChangeHoldFullscreen ) |
209 | full = true; | 211 | full = true; |
210 | if ( !isFull && KOPrefs::instance()->mViewChangeHoldNonFullscreen ) | 212 | if ( !isFull && KOPrefs::instance()->mViewChangeHoldNonFullscreen ) |
211 | full = false; | 213 | full = false; |
212 | } | 214 | } |
213 | if ( mAgendaView ) mAgendaView->deleteSelectedDateTime(); | 215 | if ( mAgendaView ) mAgendaView->deleteSelectedDateTime(); |
214 | //raiseCurrentView( full ); | 216 | //raiseCurrentView( full ); |
215 | mMainView->processIncidenceSelection( 0 ); | 217 | mMainView->processIncidenceSelection( 0 ); |
216 | //mMainView->updateView(); | 218 | //mMainView->updateView(); |
217 | raiseCurrentView( full, true ); | 219 | raiseCurrentView( full, true ); |
218 | mMainView->adaptNavigationUnits(); | 220 | mMainView->adaptNavigationUnits(); |
219 | } | 221 | } |
220 | 222 | ||
221 | void KOViewManager::raiseCurrentView( bool fullScreen, bool callUpdateView ) | 223 | void KOViewManager::raiseCurrentView( bool fullScreen, bool callUpdateView ) |
222 | { | 224 | { |
223 | mCurrentAgendaView = 0; | 225 | mCurrentAgendaView = 0; |
224 | if ( fullScreen ) { | 226 | if ( fullScreen ) { |
225 | mMainView->leftFrame()->hide(); | 227 | mMainView->leftFrame()->hide(); |
226 | } else { | 228 | } else { |
227 | mMainView->leftFrame()->show(); | 229 | mMainView->leftFrame()->show(); |
228 | } | 230 | } |
229 | emit signalFullScreen( !fullScreen ); | 231 | emit signalFullScreen( !fullScreen ); |
230 | if ( callUpdateView ) | 232 | if ( callUpdateView ) |
231 | mMainView->updateView(); | 233 | mMainView->updateView(); |
232 | 234 | ||
233 | if ( globalFlagBlockAgenda == 5 ) { | 235 | if ( globalFlagBlockAgenda == 5 ) { |
234 | globalFlagBlockAgenda = 4; | 236 | globalFlagBlockAgenda = 4; |
235 | globalFlagBlockAgendaItemPaint = 1; | 237 | globalFlagBlockAgendaItemPaint = 1; |
236 | } | 238 | } |
237 | mMainView->viewStack()->raiseWidget(mCurrentView); | 239 | mMainView->viewStack()->raiseWidget(mCurrentView); |
238 | if ( globalFlagBlockAgenda == 4 ) { | 240 | if ( globalFlagBlockAgenda == 4 ) { |
239 | if ( mCurrentView == mAgendaView ) { | 241 | if ( mCurrentView == mAgendaView ) { |
240 | //globalFlagBlockAgenda =1 ; | 242 | //globalFlagBlockAgenda =1 ; |
241 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) | 243 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) |
242 | mAgendaView->setStartHour( KOPrefs::instance()->mDayBegins ); | 244 | mAgendaView->setStartHour( KOPrefs::instance()->mDayBegins ); |
243 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) | 245 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) |
244 | mAgendaView->setStartHour( QTime::currentTime ().hour() ); | 246 | mAgendaView->setStartHour( QTime::currentTime ().hour() ); |
245 | qApp->processEvents(); | 247 | qApp->processEvents(); |
246 | //qDebug("qApp->processEvents() "); | 248 | //qDebug("qApp->processEvents() "); |
247 | globalFlagBlockAgenda = 0; | 249 | globalFlagBlockAgenda = 0; |
248 | mAgendaView->repaintAgenda(); | 250 | mAgendaView->repaintAgenda(); |
249 | 251 | ||
250 | } | 252 | } |
251 | globalFlagBlockAgenda = 0; | 253 | globalFlagBlockAgenda = 0; |
252 | } | 254 | } |
253 | emit signalAgendaView( mCurrentView == mAgendaView ); | 255 | emit signalAgendaView( mCurrentView == mAgendaView ); |
254 | //qDebug("raiseCurrentView ende "); | 256 | //qDebug("raiseCurrentView ende "); |
255 | 257 | ||
256 | } | 258 | } |
257 | 259 | ||
258 | void KOViewManager::updateView() | 260 | void KOViewManager::updateView() |
259 | { | 261 | { |
260 | // qDebug("KOViewManager::updateView() "); | 262 | // qDebug("KOViewManager::updateView() "); |
261 | // if we are updating mTodoView, we get endless recursion | 263 | // if we are updating mTodoView, we get endless recursion |
262 | if ( mTodoView == mCurrentView ) | 264 | if ( mTodoView == mCurrentView ) |
263 | return; | 265 | return; |
264 | if ( mCurrentView ) mCurrentView->updateView(); | 266 | if ( mCurrentView ) mCurrentView->updateView(); |
265 | 267 | ||
266 | } | 268 | } |
267 | 269 | ||
268 | void KOViewManager::updateView(const QDate &start, const QDate &end) | 270 | void KOViewManager::updateView(const QDate &start, const QDate &end) |
269 | { | 271 | { |
270 | // kdDebug() << "KOViewManager::updateView()" << endl; | 272 | // kdDebug() << "KOViewManager::updateView()" << endl; |
271 | 273 | ||
272 | if (mCurrentView) mCurrentView->showDates(start, end); | 274 | if (mCurrentView) mCurrentView->showDates(start, end); |
273 | 275 | ||
274 | if (mTodoView && mTodoView == mCurrentView ) mTodoView->updateView(); | 276 | if (mTodoView && mTodoView == mCurrentView ) mTodoView->updateView(); |
275 | } | 277 | } |
276 | 278 | ||
277 | 279 | ||
278 | void KOViewManager::updateWNview() | 280 | void KOViewManager::updateWNview() |
279 | { | 281 | { |
280 | if ( mCurrentView == mWhatsNextView && mWhatsNextView ) | 282 | if ( mCurrentView == mWhatsNextView && mWhatsNextView ) |
281 | mWhatsNextView->updateView(); | 283 | mWhatsNextView->updateView(); |
282 | 284 | ||
283 | } | 285 | } |
284 | void KOViewManager::showWhatsNextView() | 286 | void KOViewManager::showWhatsNextView() |
285 | { | 287 | { |
286 | if (!mWhatsNextView) { | 288 | if (!mWhatsNextView) { |
287 | mWhatsNextView = new KOWhatsNextView(mMainView->calendar(),mMainView->viewStack(), | 289 | mWhatsNextView = new KOWhatsNextView(mMainView->calendar(),mMainView->viewStack(), |
288 | "KOViewManager::WhatsNextView"); | 290 | "KOViewManager::WhatsNextView"); |
289 | mWhatsNextView->setEventViewer( mMainView->getEventViewerDialog()); | 291 | mWhatsNextView->setEventViewer( mMainView->getEventViewerDialog()); |
290 | connect(mMainView, SIGNAL(configChanged()), mWhatsNextView, SLOT(updateConfig())); | 292 | connect(mMainView, SIGNAL(configChanged()), mWhatsNextView, SLOT(updateConfig())); |
291 | addView(mWhatsNextView); | 293 | addView(mWhatsNextView); |
292 | connect(this, SIGNAL( printWNV() ), | 294 | connect(this, SIGNAL( printWNV() ), |
293 | mWhatsNextView, SLOT( printMe() ) ); | 295 | mWhatsNextView, SLOT( printMe() ) ); |
294 | } | 296 | } |
295 | globalFlagBlockAgenda = 1; | 297 | globalFlagBlockAgenda = 1; |
296 | showView(mWhatsNextView, true ); | 298 | showView(mWhatsNextView, true ); |
297 | //mWhatsNextView->updateView(); | 299 | //mWhatsNextView->updateView(); |
298 | 300 | ||
299 | } | 301 | } |
300 | 302 | ||
301 | void KOViewManager::showListView() | 303 | void KOViewManager::showListView() |
302 | { | 304 | { |
303 | if (!mListView) { | 305 | if (!mListView) { |
304 | mListView = new KOListView(mMainView->calendar(), mMainView->viewStack(), "KOViewManager::ListView"); | 306 | mListView = new KOListView(mMainView->calendar(), mMainView->viewStack(), "KOViewManager::ListView"); |
305 | addView(mListView); | 307 | addView(mListView); |
306 | 308 | ||
307 | connect(mListView, SIGNAL(showIncidenceSignal(Incidence *)), | 309 | connect(mListView, SIGNAL(showIncidenceSignal(Incidence *)), |
308 | mMainView, SLOT(showIncidence(Incidence *))); | 310 | mMainView, SLOT(showIncidence(Incidence *))); |
309 | connect(mListView, SIGNAL(editIncidenceSignal(Incidence *)), | 311 | connect(mListView, SIGNAL(editIncidenceSignal(Incidence *)), |
310 | mMainView, SLOT(editIncidence(Incidence *))); | 312 | mMainView, SLOT(editIncidence(Incidence *))); |
311 | connect(mListView, SIGNAL(deleteIncidenceSignal(Incidence *)), | 313 | connect(mListView, SIGNAL(deleteIncidenceSignal(Incidence *)), |
312 | mMainView, SLOT(deleteIncidence(Incidence *))); | 314 | mMainView, SLOT(deleteIncidence(Incidence *))); |
313 | connect( mListView, SIGNAL( incidenceSelected( Incidence * ) ), | 315 | connect( mListView, SIGNAL( incidenceSelected( Incidence * ) ), |
314 | mMainView, SLOT( processMainViewSelection( Incidence * ) ) ); | 316 | mMainView, SLOT( processMainViewSelection( Incidence * ) ) ); |
315 | connect( mListView, SIGNAL( signalNewEvent() ), | 317 | connect( mListView, SIGNAL( signalNewEvent() ), |
316 | mMainView, SLOT( newEvent() ) ); | 318 | mMainView, SLOT( newEvent() ) ); |
317 | connect(mMainView, SIGNAL(configChanged()), mListView, SLOT(updateConfig())); | 319 | connect(mMainView, SIGNAL(configChanged()), mListView, SLOT(updateConfig())); |
318 | connect( mListView, SIGNAL( cloneIncidenceSignal( Incidence * ) ), | 320 | connect( mListView, SIGNAL( cloneIncidenceSignal( Incidence * ) ), |
319 | mMainView, SLOT ( cloneIncidence( Incidence * ) ) ); | 321 | mMainView, SLOT ( cloneIncidence( Incidence * ) ) ); |
320 | connect( mListView, SIGNAL( cancelIncidenceSignal( Incidence * ) ), | 322 | connect( mListView, SIGNAL( cancelIncidenceSignal( Incidence * ) ), |
321 | mMainView, SLOT ( cancelIncidence( Incidence * ) ) ); | 323 | mMainView, SLOT ( cancelIncidence( Incidence * ) ) ); |
322 | connect( mListView, SIGNAL( moveIncidenceSignal( Incidence * ) ), | 324 | connect( mListView, SIGNAL( moveIncidenceSignal( Incidence * ) ), |
323 | mMainView, SLOT ( moveIncidence( Incidence * ) ) ); | 325 | mMainView, SLOT ( moveIncidence( Incidence * ) ) ); |
324 | connect( mListView, SIGNAL( beamIncidenceSignal( Incidence * ) ), | 326 | connect( mListView, SIGNAL( beamIncidenceSignal( Incidence * ) ), |
325 | mMainView, SLOT ( beamIncidence( Incidence * ) ) ); | 327 | mMainView, SLOT ( beamIncidence( Incidence * ) ) ); |
326 | } | 328 | } |
327 | // bool temp = mFlagShowNextxDays; | 329 | // bool temp = mFlagShowNextxDays; |
328 | //globalFlagBlockPainting = true; | 330 | //globalFlagBlockPainting = true; |
329 | globalFlagBlockAgenda = 1; | 331 | globalFlagBlockAgenda = 1; |
330 | if ( KOPrefs::instance()->mListViewMonthTimespan ) { | 332 | if ( KOPrefs::instance()->mListViewMonthTimespan ) { |
331 | mMainView->setBlockShowDates( true ); | 333 | mMainView->setBlockShowDates( true ); |
332 | mMainView->dateNavigator()->selectMonth(); | 334 | mMainView->dateNavigator()->selectMonth(); |
333 | mMainView->setBlockShowDates( false ); | 335 | mMainView->setBlockShowDates( false ); |
334 | } | 336 | } |
335 | showView(mListView, KOPrefs::instance()->mFullViewTodo); | 337 | showView(mListView, KOPrefs::instance()->mFullViewTodo); |
336 | //mFlagShowNextxDays = temp; | 338 | //mFlagShowNextxDays = temp; |
337 | } | 339 | } |
338 | 340 | ||
339 | void KOViewManager::showAgendaView( bool fullScreen ) | 341 | void KOViewManager::showAgendaView( bool fullScreen ) |
340 | { | 342 | { |
341 | 343 | ||
342 | mMainView->dialogManager()->hideSearchDialog(); | 344 | mMainView->dialogManager()->hideSearchDialog(); |
343 | // qDebug("KOViewManager::showAgendaView "); | 345 | // qDebug("KOViewManager::showAgendaView "); |
344 | bool full; | 346 | bool full; |
345 | full = fullScreen; | 347 | full = fullScreen; |
@@ -1 +1 @@ | |||
version = "2.0.4"; | version = "2.0.5"; | ||