Welcome to the Feature Request and Bug Report Submission Forum. Use this forum to request new features or suggest modifications to existing features. You can also use this forum to report suspected bugs in Wieldy. I will try to implement your feature requests, but i can not guarantee that i will implement every feature request. Thank you for your help to improve Wieldy.
0
Wird überprüft

Align creation date with due date

Christoph vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0

 I suggest to group the dates together and put the creation date on the same line as the due date, maybe right aligned on the line. It looks a bit deplaced now on the following line in front of the project name.

0
Wird überprüft

outlook addon

chraus vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 1
often when I'm reading my mails I had to make a wiedly thougth from the mail. So I like to have a funktion to add this automatically. A new entry in the context menue "make wieldy thought" would be great.
0
Geplant

Add date and time to comment

Anonym vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
It would be nice to be able to add the current date and time to the comment field to track note dates. Just a button that adds date/time as text, that's all.
0
Fertiggestellt

Move Filter options below the text filter

anonymous vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
It would be good to move the filter options below the text filter to clean up the interface in current beta
Antwort
Kevin Erath vor 13 Jahren
Fixed with beta V0.2.7.760
0
Gestartet

Creating user in locked state causes crash (V0.3.1)

Anonym vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
System.NullReferenceException: Object reference not set to an instance of an object.
   at Wieldy.Client.Windows.MainWindow.CreateUserExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
   at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent(DependencyObject sender, MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
0
Fixed

Exception error when editing actions

SLF vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 10
When I edit an action on the Next screen and then close the application (with X) which minimizes to the tray then the error below is produced. The application did save the edited text though!

System.NullReferenceException: Object reference not set to an instance of an object.
   at Odyssey.Controls.RibbonWindow.ScreenToLocal(Point point)
   at Odyssey.Controls.RibbonWindow.NCHitTest(Point p, Rect rect)
   at Odyssey.Controls.RibbonWindow.WndProcHitTest(IntPtr hwnd, IntPtr lParam, Boolean& handled, IntPtr& result)
   at Odyssey.Controls.RibbonWindow.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at Wieldy.Client.Windows.MainWindow.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
Antwort
Kevin Erath vor 13 Jahren

I finally found an issue which caused this behaviour. The fix is implemented with beta V0.3.1.989. Please let me know if the problem is finally fixed.

0
Fixed

Weekly review with Office black theme is hardly readable.

Tiresome98 vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
It displays black text on a dark gray background which is difficult to read.
Antwort
Kevin Erath vor 13 Jahren
Fixed with beta version V0.2.7.855
0
Fertiggestellt

Update dialog should identify Wieldy

Christoph vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
When the update dialog box appears it is not immediately clear (if Wieldy is autostarted by Windows) to which application it belongs. I suggest to change the title of the dialog from just "New version available" to "Wieldy: New version available".
Antwort
Kevin Erath vor 13 Jahren
The feature is now implemented, starting with beta V0.2.7.832.
0
Geplant

possiblity to expand all ideas + disable scrollbar within idea

Anonym vor 12 Jahren aktualisiert von Kevin Erath vor 11 Jahren 0
hey, it would be very nice to have the possibility, that all ideas in the current window are expanded. so maybe when you ctrl-click on the arrow on the right of an idea all other ideas in the window expand. furthermore, it would me good, if there is an option to disable the scrollbar within the detailled view of an idea. up to now, after 10 lines the scrollbar appears and it makes it very uncomfortable to work with longer texts. a preference option for an alltime fullview would be great! thanks a lot for wieldy!
0
Wird überprüft

Note Thoughts

Anonym vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 1

It's a tiny thing but would be great to view 'note-only' thoughts (meaning ideas, notes for the project free not related to a specific action) as a note, without the to do checkbox.

0
Not a bug

Problem with Manual Outlook Sync

Arno Tolmeijer vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
When I start Wieldy, syncing works fine. When I manually sycn with Outlook Synchronizer later, Wieldy generates an error:

System.RUntime.InteropServices.COMException( 0x001010A):
Creating an instance of the COM componetn with the CLSID {0006F03A-0000-0000-C000-000000000046} from the IClassfactory failed due to the following error:
8001010a.
at Wieldy.Synchroizer.Outlook.OoulookSynchronizer.Start( SynchronizerSettings synchronizerSettings, SecureString readPassword, Boolean readRequiored, Func`2 continueHandler, Guid id)
at Wieldy.Core.ManagerCore.Synchronize( SecureString password, ConfiguredSynchronizer configuredSynchronizer, FavorDirectionType favorDirection, Func`3 configureSynchronization, Func`2 continueHandler, IProgrgessWindow progressWindow )
at Wieldy.Core.CommunicatorBase. ( B oolean, ConfiguredSynchronizer, FavorDirectionType, Func`3 Boolean, Func`2 )
at Wieldy.Core.CommunicatorBase. ( B oolean, ConfiguredSynchronizer, FavorDirectionType, Func`3 Boolean, Func`2 )

(What about copy/paste inthis error message box?)
Using Wieldy 0.2.7.689, Windws 7 Enterprise 64 bits, Outlook 2010
Antwort
Kevin Erath vor 13 Jahren
Could not find the bug nor a solution for this.
Since this error hasn't been reported again it will be closed for now.
0
Fixed

Unlocking Wieldy forgets "View" sorting option

Anonym vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
When unlocking Wieldy the "View" sorting option selected (Eg: "Sort by Title") isn't remembered and always defaults back to "Sort by Creation Date".

v0.2.7.689
Antwort
Kevin Erath vor 13 Jahren
Fixed with beta version V0.2.7.729
0
Beantwortet

In what state (link/included) does Wieldy add references as default?

Tomas S vor 13 Jahren aktualisiert von Kevin Erath vor 11 Jahren 0
I.e. what does the shown icons mean?
Antwort
Kevin Erath vor 11 Jahren
The default is link. The small arrow shows that it is linked ;-)
0
Geplant

Scrollbar position not reset when switching views

Christoph vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 2
In 0.2.7.884, when I switch from one view to another (e.g. from "Next Actions" to "Today"), then the scrollbar position is not reset (e.g. if the "next actions" view was scrolled down, the "today" view will also be scrolled down).

Also, if e.g. the today view has 10 entries, then the scrollbar can be in a position where only the last 3 are visible, even though 10 entries would fit on the screen. I.e. the scrollbar window is not adapted to the new view.
0
Fixed

Projects not added after sync

Tomas S vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 2
I've just installed Wieldy (beta 963) on my work computer after testing it on my home computer. I've set up sync using Dropbox. When I import to my work computer, none of the projects I've created at home is added to the action list.
Antwort
Kevin Erath vor 13 Jahren
An visual update error caused this. Should be fixed with beta V0.3.1.969. If not, please let me know,
0
Abgelehnt

star tasks appear ahead of other task in the next

R A vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 1
star tasks appear ahead of other task in the next
0
Beantwortet

Outlook Sync problem

Anonym vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
When I try to sync outlook i get the following error;
System.IO.filenotfoundException: Could not load file or assembly 'Microsft.office.interop.Outlook, VErsion 12.0.0.0 Culture=Neutral, PublicKeyToken=71e9bce111e9429c'
Antwort
Kevin Erath vor 13 Jahren
Please ensure that the Office Interop Assemblies for .NET are installed. Those can be installed via the office setup and are normally automatically installed. See here:

http://msdn.microsoft.com/en-us/library/bb646840.aspx

If this does not help, you can also download the assemblies from here: http://msdn.microsoft.com/en-us/library/kh3965hw.aspx
0

The program in Swedish

Anonym vor 11 Jahren 0

The program in Swedish

0
Wird überprüft

can we sync with ubuntu one or spideroak?

Anonym vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
Antwort
Kevin Erath vor 13 Jahren
Not yet, but an addin could be developed. I'm currently workin on various synchronisation addins. I will release the source code for all addins with the next release.
0
Beantwortet

Un-categorise?

Heiner Spaetri vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
Hello,

this program ist great!
But I cannot figure out, how to remove a category in a project. How can I do this?
Antwort
Kevin Erath vor 13 Jahren
Hello Heiner,

you can remove a category/tag from a project like this:
  1. Right click on the project in the left tree
  2. Select the option "Edit Project"
  3. Click on the category/tag to remove it
  4. Click "Ok" to confirm the changes

I hope that helps. If not, don't worry to ask again.

Regards

Kevin
0
Beantwortet

How do I set a task to be updated to do it again once it is done

Anonym vor 13 Jahren aktualisiert von Kevin Erath vor 11 Jahren 0
I cannot get recurring subsequent to work.  If I haven't done it on the first day the task appears twice on the second day.

Is a one off task a thought.  Not sure which category under create event to use for a one off task.

Alos please tell me the name of the file with the data in it.  I have wieldy on two computers and want to put the working file on the cloud in Dropbox.
Antwort
Kevin Erath vor 11 Jahren
You have set the Recuring Action Type to Recurring (Subsequent)?
Did you set "Create in Advance" to greater than 0? If so, then 1+the number will be created.

Else you may have found a bug. Does it still happen?
0

When Wieldy is minimized, the pop-up list does not contain all the items.

Anonym vor 11 Jahren 0

It is a nice idea to follow my lists in minimized form on the tray. But I can see only 8 items of each, although it has a side bar. Why?

I do not even understand why this 8 items are shown. If I arrange them in a custom order in a full-screen window, I would like to see at least the top 8 in the small tray-list.

Thanks!

0
Fixed

Respite when changing the order via drag and drop

Christoph vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 6
When I change the ordering of tasks by manually dragging a task to a different position, Wieldy 0.2.7.768 takes a respite of 4-5 seconds before showing the new order of tasks. During that time, the application hangs and is not responsive.
Antwort
Kevin Erath vor 13 Jahren

Did some changes to speed up custom sorting. The changes can be found with beta V0.2.7.832

0
Fertiggestellt

Planning to release V0.3.1.989 as stable version

Kevin Erath vor 13 Jahren aktualisiert vor 13 Jahren 3

Feature freeze for V0.3.1. Please let me know if you have any major issues with this beta version. If not, i will release this version soon as V0.3.1.

0
Beantwortet

How can I delete a delegation?

chraus vor 13 Jahren aktualisiert von Kevin Erath vor 13 Jahren 0
Sometimes I do task by myself, that I have delegated before. How can I delete the delegation of such task?
Antwort
Kevin Erath vor 13 Jahren
Just move it back to the next folder.
You can do this by:
1. Drag&Drop of the delegated action onto the next folder on the left
2. Select the delegated action and use the assign button in the top bar