Git Product home page Git Product logo

greentimer's People

greentimer's Issues

两个bug

What steps will reproduce the problem?
1. 主界面标题栏仍为 r3.0
2. 设置下的字体不对
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
GreenTimer 3.1 + XPSP3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Jan 2011 at 2:28

Attachments:

BUG:发现经常漏报时间

这几天使用绿色报时器v1.1的时候,发现时间经常漏报,不知�
��何。
有时候,使用“增加提醒”功能将提醒时间设为下一分钟,��
�也不提醒。
此问题并不是必现,很难跟踪。

处理方法:
1)检查看,是否有可能是ReadPrivateProfileString函数有时失效?
2)做一个调试版,每次报时之后,应该写一个日志。检查这�
��日志就知道是否真的有
漏报的情况。

Original issue reported on code.google.com by [email protected] on 16 May 2008 at 10:07

BUG2: 定时消息覆盖前没有任何提示

What steps will reproduce the problem?
1. 启动绿色报时器,点击"设置"
2. 
增加一个定时任务,输入一个已设置过的时间.比如说11点整.
3. 原有的设置会被覆盖,原设置被覆盖前没有任何提示。

What is the expected output? What do you see instead?
不要覆盖旧有设置,或至少出一个"是否要替换?"的提示。

Please use labels and text to provide additional information.
任务分成三种:
1、一次性的任务:显示完后,会被删除。
2、重复任务:每天一次?每周一个循环?可以选一周中的哪�
��天作提示?
3、常规任务:每天都显示的,比如说吃饭时间到,睡觉时间�
��……之类。

Original issue reported on code.google.com by [email protected] on 15 May 2008 at 6:42

“增加提醒”功能的UCD微调

“增加提醒”功能,在界面上有以下几个地方可以改得更人��
�化一些。
1、默认增加提醒的时间。应当设为10分钟之后。不应该是现��
�——用户不会为现在新增
提醒。
2、应当检查“提醒消息”是否为空。按目前的实现,为空的�
��醒消息是不会显示的。更
为人性化一点的设计,还应当给“提醒消息”设置一个默认��
�。
3、点击“确定”后,没必要再弹出最后确认了。如果用户想�
��消,他会点取消键的。

Original issue reported on code.google.com by [email protected] on 21 May 2008 at 12:18

3.0 beta2版的几个bug

一、排序的时候,默认应当根据创建时间,由后到先排序。
 默认排序功能好像不好用,奇怪。
二、任务“完成”的时候,应当修改完成时间。
三、退出编辑的时候,提示“是否保存”,无论按“是”还��
�“否”键,结果都是没
有保存。 
 已解决,未发布。
四、点击表头,内容没有正确排序(按文字内容排序,但这��
�往不是用户想要的。例
如,“5天”比“6分”时间长,但排序的时候却是前者在前面
) 
 已解决,未发布。
五、点击表头排序问题:当数据修改后,点击表头排序,还��
�按照旧数据来进行排
序。


Original issue reported on code.google.com by [email protected] on 28 Sep 2008 at 3:23

开机自启动的两个bug

1、在vista下运行的时候,开机自启动按钮无法选中。经检查��
�权限问题。以管理员
身份运行程序后,此功能才能使用。因此,如果发生写注册��
�失败时,最好提示用户
设置相应权限。
2、目前开机运行是针对所有用户都有效。改为只针对当前用�
��有效可能好些。

Original issue reported on code.google.com by [email protected] on 1 Aug 2008 at 12:45

无法隐藏已完成的任务

What steps will reproduce the problem?
1.  默认情况下隐藏已完成的选项
2.  选择显示所有任务
3.  无法隐藏已完成的任务

What version of the product are you using? On what operating system?
OS: windows XP

Please provide any additional information below.
已完成任务的 隐藏/显示 是否能够自由选择?

Original issue reported on code.google.com by [email protected] on 14 May 2012 at 3:23

BUG:定时提醒会每天重复

What steps will reproduce the problem?
1. 启动绿色报时器,点击“设置”
2. 增加一个定时任务,三分钟后提醒。
3. 三分钟后,它会提醒一次,这是正常的
4. 
但此后每一天的这个时间,它都会提醒一次,这不是用户所��
�望的。

解决建议:
定时任务放在内存里,或者放在另一个文件里,不要放tips.ini
里面了。

Original issue reported on code.google.com by [email protected] on 15 May 2008 at 3:27

提醒文字超过一行就会出错

目前的提醒数据是保存在ini文件中的。ini文件有天生的缺陷��
�就是每一项的内容不
能超过一行。因此,当 
用户输入的提醒语句超过一行的时候,一般只能显示第一行��
�
醒内容;特殊情况下,甚至可能导致ini文件格式错乱。
另:用户的提醒如果含有特殊字符,也可能导致ini文件的错��
�。

有鉴于此,决定在下一版本中,将数据文件改用xml或者sqlite��
�据库的格式.

Original issue reported on code.google.com by [email protected] on 31 May 2008 at 2:26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.