<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/taskstack/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/taskstack/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Apr 2014 15:20:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/taskstack/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>wrong duration time in log</title><link>https://sourceforge.net/p/taskstack/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is wong entry in the log for the time. the activity lasted. it is 3 min instead of 27 min&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Tue, 08 Apr 2014 15:20:16 -0000</pubDate><guid>https://sourceforge.nete23ccdb6eac9489efd0ece70a2ce3ea3a8c1f2fc</guid></item><item><title>Deleting the last task generates a nullpointerexception</title><link>https://sourceforge.net/p/taskstack/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1 - There is only one task in the table&lt;br /&gt;
2 - the task is running&lt;br /&gt;
3 - select the task&lt;br /&gt;
4 - press the button "Delete"&lt;br /&gt;
5 - NullPointerException&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Tue, 29 May 2012 18:01:10 -0000</pubDate><guid>https://sourceforge.neta655e791f8caa187c06fbabb44a98fd87b96d640</guid></item><item><title>Delete button has wrong icon</title><link>https://sourceforge.net/p/taskstack/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The button to delete a task has a wrong icon image. It should not have an icon at all.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Mon, 21 May 2012 01:04:05 -0000</pubDate><guid>https://sourceforge.netdab82d51df0c60b76200e0805c6fa82779e14b13</guid></item><item><title>Closing the About window makes application go to system tray</title><link>https://sourceforge.net/p/taskstack/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1 - Open the application&lt;br /&gt;
2 - put some tasks&lt;br /&gt;
3 - open the about dialog&lt;br /&gt;
4 - Close the about dialog using the close button in the dialog header&lt;br /&gt;
5 - The application disapears. There is an icon in the system tray. &lt;br /&gt;
6 - Secondary click in the system tray icon and choose restore. &lt;br /&gt;
7 - The application is back&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Thu, 05 Apr 2012 17:35:05 -0000</pubDate><guid>https://sourceforge.net94cbaeedfa0d0fe8feb9fc2584d89b9aebf6cd01</guid></item><item><title>GlobalPropertiesManager does not work on user environment.</title><link>https://sourceforge.net/p/taskstack/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Maybe the properties files are not accessible or writeble. The test has been done in &lt;br /&gt;
TaskStackView.java:&lt;br /&gt;
private File getBackupFile() {&lt;br /&gt;
String file = GlobalPropertiesManager.getProperty("backup.files.path");&lt;br /&gt;
if (file != null) {&lt;br /&gt;
System.out.println("Returning the backup file from properties::: "+file);&lt;br /&gt;
return new File(file);&lt;br /&gt;
} else {&lt;br /&gt;
String applicationDataFolder = getAppData();&lt;br /&gt;
String fileName = GlobalPropertiesManager.getProperty("backup.file.name");&lt;br /&gt;
file = applicationDataFolder + "/" + fileName;&lt;br /&gt;
setBackupFile(file);&lt;br /&gt;
System.out.println("Returning the backup file created::: "+file);&lt;br /&gt;
return new File(file);&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;this always returns fileName=null in the user environment, but it is not null in the development environment.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Thu, 05 Apr 2012 16:59:56 -0000</pubDate><guid>https://sourceforge.net29c10948f165d876a29702fa6d9ae5d39ec16c30</guid></item><item><title>The application starts with a tiny size</title><link>https://sourceforge.net/p/taskstack/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The application starts, but the window is as big as 20x20 pixel or so. &lt;/p&gt;
&lt;p&gt;it might be related with the following log&lt;/p&gt;
&lt;p&gt;WARNING: No saved state for javax.swing.JSplitPane[jSplitPane1,12,89,1058x303,layout=javax.swing.plaf.basic.BasicSplitPaneUI$BasicHorizontalLayoutManager,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.EmptyBorder@7e266b44,flags=201326912,maximumSize=,minimumSize=,preferredSize=,continuousLayout=false,dividerSize=10,lastDividerLocation=-1,oneTouchExpandable=false,orientation=VERTICAL_SPLIT]&lt;br /&gt;
Feb 21, 2012 10:39:24 PM org.jdesktop.application.SessionStorage restoreTree&lt;br /&gt;
WARNING: No saved state for javax.swing.JTable[asignationsTable,0,0,1052x0,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.synth.SynthBorder@381bd13,flags=251658568,maximumSize=,minimumSize=,preferredSize=,autoCreateColumnsFromModel=true,autoResizeMode=AUTO_RESIZE_SUBSEQUENT_COLUMNS,cellSelectionEnabled=false,editingColumn=-1,editingRow=-1,gridColor=javax.swing.plaf.ColorUIResource[r=128,g=128,b=128],preferredViewportSize=java.awt.Dimension[width=450,height=400],rowHeight=18,rowMargin=1,rowSelectionAllowed=true,selectionBackground=javax.swing.plaf.ColorUIResource[r=134,g=171,b=217],selectionForeground=javax.swing.plaf.ColorUIResource[r=255,g=255,b=255],showHorizontalLines=true,showVerticalLines=true]&lt;br /&gt;
Feb 21, 2012 10:39:24 PM org.jdesktop.application.SessionStorage restoreTree&lt;br /&gt;
WARNING: No saved state for javax.swing.JTable[jTable1,0,0,1052x0,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.synth.SynthBorder@448be1c9,flags=251658568,maximumSize=,minimumSize=,preferredSize=,autoCreateColumnsFromModel=true,autoResizeMode=AUTO_RESIZE_SUBSEQUENT_COLUMNS,cellSelectionEnabled=false,editingColumn=-1,editingRow=-1,gridColor=javax.swing.plaf.ColorUIResource[r=128,g=128,b=128],preferredViewportSize=java.awt.Dimension[width=450,height=400],rowHeight=18,rowMargin=1,rowSelectionAllowed=true,selectionBackground=javax.swing.plaf.ColorUIResource[r=134,g=171,b=217],selectionForeground=javax.swing.plaf.ColorUIResource[r=255,g=255,b=255],showHorizontalLines=true,showVerticalLines=true]&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Tue, 21 Feb 2012 22:12:02 -0000</pubDate><guid>https://sourceforge.net071a31c6d1741f130f1bfaf7ef3ed73c9d610793</guid></item><item><title>locks if fail saving because has not acces to file (permisio</title><link>https://sourceforge.net/p/taskstack/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;interlocks if cannot write to file in automatic saves. shows window every second&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Mon, 12 Dec 2011 17:56:15 -0000</pubDate><guid>https://sourceforge.netc44598d6393e334c12a3c167a5590feff9d8ee8c</guid></item><item><title>version 11a does not find 12b as newer version</title><link>https://sourceforge.net/p/taskstack/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when executind 11a in my desktop, it does not find 12b in the internet and asks for download.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gabriel Carrera Otero</dc:creator><pubDate>Mon, 12 Dec 2011 09:17:48 -0000</pubDate><guid>https://sourceforge.netfee5d8a46a6330e274d18f8d277e88158a5279f4</guid></item><item><title>computes wrong times for closed tasks</title><link>https://sourceforge.net/p/taskstack/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When every task is closed, it still adds time to the last task.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 21 Jul 2011 08:13:16 -0000</pubDate><guid>https://sourceforge.net871c620e05e1beb5ae0b57da8a0ddf80ed6c174a</guid></item><item><title>complete stalled tasks computes wrong times</title><link>https://sourceforge.net/p/taskstack/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;it behaves like if the task were running . it should use the last stalled time instead for closing the task&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 27 Apr 2011 17:20:30 -0000</pubDate><guid>https://sourceforge.net14a0919834644385ae333e3e239e5ebf842445e2</guid></item></channel></rss>