[Bug 249864] Can select arbitray file as data source for Account

2011-02-15 Thread Andre Heinecke
https://bugs.kde.org/show_bug.cgi?id=249864


Andre Heinecke aheine...@intevation.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 249864] Can select arbitray file as data source for Account

2011-01-05 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=249864


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #5 from Tobias Koenig tokoe kde org  2011-01-05 10:56:35 ---
commit 36697fb1dab3fd2e1b550ba94807d30016720b38
branch master
Author: Tobias Koenig to...@kde.org
Date:   Wed Jan 5 10:58:45 2011 +0100

Use explicit file extension filter on mobile

In mobile mode the automatic expansion of mimetype aliases
does not work for file extension filters, so set them explicitly.

BUG: 249864

diff --git a/resources/ical/icalresourcebase.cpp
b/resources/ical/icalresourcebase.cpp
index 860ef3f..0d18f06 100644
--- a/resources/ical/icalresourcebase.cpp
+++ b/resources/ical/icalresourcebase.cpp
@@ -78,7 +78,11 @@ void ICalResourceBase::aboutToQuit()

 void ICalResourceBase::customizeConfigDialog(
SingleFileResourceConfigDialogSettings *dlg )
 {
+#ifndef KDEPIM_MOBILE_UI
   dlg-setFilter( text/calendar );
+#else
+  dlg-setFilter( *.ics *.vcs );
+#endif
   dlg-setCaption( i18n(Select Calendar) );
   dlg-setLocalFileOnly( true );
 }

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 249864] Can select arbitray file as data source for Account

2011-01-03 Thread Andre Heinecke
https://bugs.kde.org/show_bug.cgi?id=249864


Andre Heinecke aheine...@intevation.de changed:

   What|Removed |Added

 CC||aheine...@intevation.de
   Platform|Maemo 5 |Windows CE




--- Comment #4 from Andre Heinecke aheinecke intevation de  2011-01-03 
12:57:13 ---
On Windows CE:
I get a dialog with a KUrlrequester  where i can type in the filename i would
like.

- Hitting the folder selector i get an open file dialog with the All Files
Filter.

Test 1:
 1. Select a random binary file / Change the name:
   - No Message
   - Everything looks like before
   - Name has not changed
 2. Synchronize all accounts:
   - Local Calendar is still shown (also not with the changed name)
   - Trying to edit the Account again does (or nothing is shown) (waited for 2
minutes) No hidden window in the background (checked with taskmanager)
 Trying to edit a kolab account brings up the correct dialog.
 3. Select Local Calendar and create a new appointment
   - Appointment is created
   - Selected binary file from step 1 is still existing
 4. Restarting KOrganizer
   - Nothing changed
 5. Restarting KOrganizer and Akonadi
   - Account is shown as ICal Calendar file
   - Edit dialog comes up again (But is frozen and then dissapears, maybe
hidden would need to debug more what happens there if requested)
   - Calendar is still shown as Local Calendar instead of the modified name
   - Binary file is still valid and unmodified

Test 2:
   - Adding an ical account with a binary file chosen fails with timeout on
creating ressource instance.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 249864] Can select arbitray file as data source for Account

2010-11-30 Thread Bjoern Ricks
https://bugs.kde.org/show_bug.cgi?id=249864


Bjoern Ricks bjoern.ri...@intevation.de changed:

   What|Removed |Added

 Status|NEEDSINFO   |NEW
 CC||bjoern.ri...@intevation.de
 Resolution|WAITINGFORINFO  |




--- Comment #3 from Bjoern Ricks bjoern ricks intevation de  2010-11-30 
17:57:54 ---
It's still possible to select ANY file with
4:4.6~20101130.1202227-1maemo1.1202030 on maemo. Somebody should test if it's
the same on wince.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 249864] Can select arbitray file as data source for Account

2010-11-29 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=249864


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|NEW |NEEDSINFO
 CC||to...@kde.org
 Resolution||WAITINGFORINFO




--- Comment #2 from Tobias Koenig tokoe kde org  2010-11-29 13:42:34 ---
Felix, any news?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 249864] Can select arbitray file as data source for Account

2010-10-06 Thread Bertjan Broeksema
https://bugs.kde.org/show_bug.cgi?id=249864





--- Comment #1 from Bertjan Broeksema broeksema kde org  2010-10-06 18:36:41 
---
I get a file dialog that is filtered by default on ICS/VCS. Do you have this as
well? 

If not, that would be a bug, note though that I test this on a desktop computer
(running korganizer-mobile of course).

I'm not sure how much sense it would make to disallow other files than those
ending with .ics or .vcs. These might still be valid (either because they're
new file or because they contain actually valid data).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs