https://github.com/discretetom/todostack
A stack about to-do list
https://github.com/discretetom/todostack
Last synced: about 2 months ago
JSON representation
A stack about to-do list
- Host: GitHub
- URL: https://github.com/discretetom/todostack
- Owner: DiscreteTom
- Created: 2018-03-04T03:02:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T03:15:41.000Z (about 7 years ago)
- Last Synced: 2025-02-05T06:38:58.339Z (4 months ago)
- Language: C++
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoStack
A stack about to-do list which makes your work more systematic
## v2.2
SystemTrayIcon new can show the state of ToDoStack
## v2.1
**Warning**
This version move two files, which are called "config" and "event" and were in the program's directory, to C:/Program Files/ToDoStack. Please move them by your self.
new feature
- you can start this app when login your system
## v2.0
new feature
- auto save when events in table are changed
- prevent multi-open application
- can set whether minimize to tray
- can set window on top or not
- remember window size## v1.5
new feature
- delete random event
- stick any event to the top## v1.4
change control on system tray
- left click to show main window
- right click to show menu## v1.3
add ico file
new feature
- change default close action to minimizing program to system tray
## v1.2
upgrade ui
- stretch table to fit window
- hide table's horizontal headernew feature
- auto save while push or pop event and auto load when start-up
## v1.1
new short cut
- Press **Return** can push event
## v1.0
support basical push and pop
- Press **Enter** can push event
- Press **Escape** can pop event# 待办事件栈
一个可以使您的工作更系统的工具
## 版本2.2
托盘图标增加显示信息
## 版本2.1
**注意**
本次更新后原本在exe目录下的config文件和event文件被移动到了C盘Program Files里面的ToDoStack文件夹中 请用户自行移动
新特性
- 可以设置开机自启动
## 版本2.0
新特性
- 编辑表格中事件时自动保存
- 防止应用多次启动
- 设置是否最小化到托盘
- 设置是否窗口置顶
- 记忆窗口尺寸## 版本1.5
新特性
- 删除任意事件
- 置顶事件## 版本1.4
更改托盘图标操作
- 左击托盘图标显示窗口
- 右击托盘图标显示菜单## 版本1.3
添加图标文件
新特性
- 点击关闭按钮将最小化到托盘
## 版本1.2
界面优化
- 横向拉伸表格以适应窗口尺寸
- 隐藏表头新特性
- 在push和pop的时候自动保存 在启动的时候自动读取上一次的状态
## 版本1.1
新的快捷键
- 按下**回车键**可以push事件
## 版本1.0
支持基本的push和pop操作
- 按下**Enter**可以push事件
- 按下**Escape**可以pop事件