<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/ttracker/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/ttracker/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 14 Mar 2012 14:50:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ttracker/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>auto save</title><link>https://sourceforge.net/p/ttracker/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would like TimeTracker to save data to the file every five or ten minutes so I can use the data more in real time.&lt;br /&gt;
I'm creating a small application in VB to gently remind me when I've spent too much time playing games etc.&lt;br /&gt;
The data TimeTracker saves is great.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Wed, 14 Mar 2012 14:50:13 -0000</pubDate><guid>https://sourceforge.net0d614431c268cf22cbc9ab9ca55f1bc729d46bf8</guid></item><item><title>define task rules with wildcards or strings</title><link>https://sourceforge.net/p/ttracker/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;it would be great to have rules that detect a part of the window title and adds the window to the task list. Eg, I'd have a rle called eg Yahoo that adds up the time spent on each window that has the word "yahoo" in its title. this way you could easily group together different apps and windows that share a similar title (and most probably are part of the same task). It could be done through ildcards, or maybe string detection.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 01 Aug 2009 16:50:33 -0000</pubDate><guid>https://sourceforge.net2668bab814aaf9c3f5ce36fdc5b31438958723e3</guid></item><item><title>track inactive windows</title><link>https://sourceforge.net/p/ttracker/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would like to have the option to track how long an application or dialog box is running without keeping it my active window the entire time.&lt;/p&gt;
&lt;p&gt;For example, suppose my application opens a dialog titled 'Download'.  I'd like to time how long it has been open while I work on something else.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ash Ragheb</dc:creator><pubDate>Thu, 13 Mar 2008 17:00:15 -0000</pubDate><guid>https://sourceforge.net6fba34061dec438a4ea47986b9c866528e7fe878</guid></item><item><title>Load previous data, keep running log</title><link>https://sourceforge.net/p/ttracker/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;3 suggestions:&lt;/p&gt;
&lt;p&gt;1. LOAD PREVIOUS DATA - Could I have the option of loading the previous data when I start it up?  Now that you have these wonderful analysis tools (list and chart views), I'd like to see all time using those views.  I guess this might be a bad direction, though, since people would then ask for different kinds of analysis.  It is not too hard to load the data into Excel to get the same thing.&lt;/p&gt;
&lt;p&gt;2. HIGH RESOLUTION LOG - It would be great if there were an option to write a log of every task switch to a separate file.  That way, I could look back and find out what I was doing at 2:32 PM on November 22 (for example).  An optional INI file option like highResLogFile="full-log.csv" would do the trick.&lt;/p&gt;
&lt;p&gt;3. BUILD INSTRUCTIONS - Could you possibly post build instructions?  I realize you probably have your own ideas for what to do with this project, so I thought I might try these and then send you a patch if it actually works well.&lt;/p&gt;
&lt;p&gt;I also fully agree with 100% of the comments from the other guy.  Although I don't know your code, it seems that most of this would be pretty easy to add.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Alex&lt;br /&gt;
---&lt;br /&gt;
(my initials)@cs.umd.edu&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 09 Dec 2007 21:50:58 -0000</pubDate><guid>https://sourceforge.net31258bc2497a558edc5409897298d0c53e75600f</guid></item><item><title>CSV File Format</title><link>https://sourceforge.net/p/ttracker/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This program looks great. Thanks.&lt;/p&gt;
&lt;p&gt;Here are a few enhancements that I think would be useful:&lt;/p&gt;
&lt;p&gt;(1) Spanning Midnight&lt;/p&gt;
&lt;p&gt;I would prefer that you save a full Date/Time column instead of the existing Time-only column. (You could then remove the existing Date column, if you want.)&lt;/p&gt;
&lt;p&gt;The reason is that if you work past midnight, as I sometimes do, then all activity before midnight gets the wrong Date and wrong Day of Week. It looks like you never worked on the day before midnight. This forces me to either correct the date, or save/shutdown TT just before midnight with the correct date, and then restart after midnight.&lt;/p&gt;
&lt;p&gt;If you prefer to keep the Date a separate column, that's fine too, but it should reflect the before/after midnight dates correctly. Right now the Date is basically a save file date, not the true activity date.&lt;/p&gt;
&lt;p&gt;(2) Consistent CSV Line Format&lt;/p&gt;
&lt;p&gt;Your program writes an initial separator of "******" in the first date column for each new append. This means that different lines have incompatible CSV formats. A separator line is fine, but you might save the asterisks in the Window Caption column, which is a string not a date. You could still have a normal date and day in the initial columns if you like. A consistent line format is better for importing the .csv file into a database or spreadsheet. (I use an Access database.)&lt;/p&gt;
&lt;p&gt;(3) Fractional Hours with 4 Decimals&lt;/p&gt;
&lt;p&gt;The fractional hour column is very useful for adding up total time. I would like to see 4 decimals, consistent with your sampling rate of 1 second, so that small intervals do not get lost in the total. Currently you seem to round to 2 decimals, which has a 36 second resolution. Of course, I can always use your hh:mm:ss column, which does have1 second resolution, but it seems the fractional hours should be comparable.&lt;/p&gt;
&lt;p&gt;Thanks for your work on this program, it's great!&lt;/p&gt;
&lt;p&gt;- Stephen&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen</dc:creator><pubDate>Fri, 26 Oct 2007 15:16:36 -0000</pubDate><guid>https://sourceforge.net02cbb0969253ab684fbbeec5b5bbd5e7caa76f8f</guid></item><item><title>Automatically load task list</title><link>https://sourceforge.net/p/ttracker/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Ronald,&lt;/p&gt;
&lt;p&gt;I really like ur app, it is exactly what i need. But i cant seem to find a way to load a tasklist upon start up, is there an ez way to do this? Or can you implement this?&lt;/p&gt;
&lt;p&gt;Thanks a bunch!&lt;/p&gt;
&lt;p&gt;Grtz Derk Arts, Amsterdam, The Netherlands&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Aug 2007 21:19:26 -0000</pubDate><guid>https://sourceforge.netb4ad07b69fba10f1a12acac474728790a7f58ed2</guid></item><item><title>Summarize Times in List/Tree Views</title><link>https://sourceforge.net/p/ttracker/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This little tool just keeps getting better and better!  Now that I'm learning to use Rules better, I am more quickly tracking my time.  A nice feature in the List and/or Tree Views would be to show what makes up each of the "Tasks".  So, put "branches" to group the sub-parts of each task.  This would allow you to see what is and is/not correctly "attached" to a task.  The *ULTIMATE* would be to allow "drag-and-drop" to group into a Task.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dswag89</dc:creator><pubDate>Tue, 08 May 2007 20:33:34 -0000</pubDate><guid>https://sourceforge.net72b4c86f80986790539ff76c04b3441e902084e1</guid></item><item><title>TimeUsage.csv Content Changes/Additions</title><link>https://sourceforge.net/p/ttracker/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This app is great!  I've been looking for this application for years now, I'm so glad you created it!  A few things that would make it easier for me to use in the TimeUsage.csv file are:&lt;br /&gt;
1.  In the "task name" (the bit that comes from the title bar), effectively column c of the spreadsheet, either trim out or replace the commas that may exist in that title bar with something else.  I most often notice it wiht Mozilla, visiting web pages with a comma in the title.  Another alternative would be to rearrange the order of the columns to put the "process name" in column C and move the "task name" out to column E.  I haven't yet noticed a "process name" with a comma in it.&lt;/p&gt;
&lt;p&gt;2.  I am unable to get Excel to (easily) interpret the time stamps as numbers so that I can arrange them and add the times up to get a time value that my timecard system likes. I always enter time in unit of tenths of an hour.  In additon to the time format in the h:mm:ss format, it would be nice to have a x.yy format that shows the portion of an hour.  So, if you have the time 0:52:35 in column D, the next column would be 0.88.&lt;/p&gt;
&lt;p&gt;Great app.. I LOVE IT!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dswag89</dc:creator><pubDate>Tue, 01 May 2007 16:08:04 -0000</pubDate><guid>https://sourceforge.net5acc13e5497e0a26103871aaca2286028b84eb58</guid></item></channel></rss>