-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathReadMe.txt
142 lines (113 loc) · 5.37 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
pin 'em up
Contents
------------------------
1. About
2. System requirements
3. Changelog
4. Contact information
5. Thanks
1. About
------------------------
pin 'em up is a tool for placing small notes/post-its (e.g. TODOs/reminders)
on your desktop and organizing them in various ways (categorize, hide, upload,
export, etc.). Due to platform independence, the notes can also be shared
on different operating systems.
Features:
- OS-independence
- Integrates into system-tray
- freely placeable notes
- many possibilities to customize the note-design
- (almost) unlimited user-defined categories
- fast switch between categories (e.g. "home" and "office")
- via right-click menu
- via keyboard-shortcuts (ctrl+1, ctrl+2, ..., ctrl+9, crtl+0)
- automatically save notes to file
- open file format (XML)
- server upload- and download functions (FTP, WebDAV)
- exporting notes into a text-file (e.g. for printing)
2. System requirements
------------------------
pin 'em up only runs with Java 7 (JRE) or higher
(get the latest version at http://java.oracle.com)
3. Changelog
------------------------
1.0:
- added keyboard shortcuts for changing a note's category (first 10 categories: ctrl+0 - ctrl+9)
- added possibility to change font size via keyboard shortcuts (ctrl++ and ctrl+-) or mousewheel (ctrl+mousewheel up/down)
- added single-click action to tray icon: bring notes to front
- added czech translation (thanks to Petr Masek)
- added russian and ukrainian translations (thanks to Vladimir Solomko)
- Settings are only being saved if something has been changed
- removed numbers from category items in menus
- improved look and feel of menus
- export function does not export empty notes anymore
- improved export file style (better category markers and windows-style line breaks)
- BUGFIX: dialog for managing categories is now sized correctly (no controls out of sight)
- BUGFIX: update category name in note-window if it is changed in category dialog
- a lot of internal refactoring
0.5:
- added support for webdav(s) servers to up-/download the notesfile
- added support for different languages
- added german translation
- changed "active" symbol in menus from '#' to '->'
- notes are now sent to background when application starts or new notesfile gets loaded
- only one instance of settings-dialog and category-dialog allowed
- BUGFIX: buttons in popup-messages are now displayed in the correct language
- many internal code improvements
0.4:
- BUGFIX: font type was changed to SERIF on change of font-size
- BUGFIX: notesfile now allows negative note-positions (fixes "notesfile not valid" error)
- notecolor can be changed (9 different colors so far)
- dialog for managing categories
- title of note-windows changed (e.g. displayed when pressing alt+tab)
- some internal code improvements
0.3:
- changed default font to sans-serif
- added new closeicon (can be chosen in settings-dialog)
- category can be displayed in title-bar of each note
- variable number of categories (can be added / removed)
- categories are now stored in the notesfile and not in the settings anymore
- new package names
- new website-URL: pinemup.sourceforge.net
- licensed under GPLv3 (or later) now
- update check available
- redesign of settings dialog
- size of a note cannot be less than 30x40 pixels anymore (makes sure a note can be resized at anytime)
- automatically jump into the textarea of a note when it is added
- notes are now stored in XML format (-> files incompatible to 0.2)
- file on FTP server now has the same name as the local file
- user can now decide, if the ftp-password shall be stored on disk or not
- focus not in note on program start
- deletion of a note must now be confirmed by default (can be turned off)
- new trayicon(s)
- added icon for windows executable
- scrollbar is now hidden when note does not have focus
- autosize function works properly now
- some major internal code improvements
0.2:
- double click on tray-icon adds new note
- fixed activation of "Apply"-Button in Settings-Dialog
- fixed problem with resizing of note-windows when scrollbar appeared
- double clicking on top-panel of a note fits it's size to the content (vertically only)
- some internal code improvements
- notes can be exported to textfile
- font size can be adjusted for each note
- new note-design
- settings are stored in Users Preferences-Object instead of config-file (old file can be removed)
- notes-file can be chosen by user
- always-on-top-function added
0.1:
- first release
4. Contact information
------------------------
Author: Mario Ködding
Email: [email protected]
Project-Homepage:
http://pinemup.sourceforge.net
5. Thanks
------------------------
Special Thanks go to:
- Jan Laczay for his contributions to the project website and the note-color design
- Andreas Kwiatkowski for redisigning the closeicon
- Michael Mrose for his contributions to the project website and for testing some new versions
- Natalie Nöring for testing some new versions