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 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
|
2002-04-15 Ludovic Marcotte <ludovic@Sophos.ca>
* Set the CVS tag to v0_6_0
* RELEASE OF VERSION 0.6.0.
2002-04-13 Erik Daln <dalen@jpl.se>
* Added an initial Klingon translation. There's still three strings
untranslated though.
2002-04-08 Ludovic Marcotte <ludovic@Sophos.ca>
* Simplified some code.
2002-04-07 Ludovic Marcotte <ludovic@Sophos.ca>
* Added a Lojban translation from Jay Kominek
<jay.kominek@colorado.edu>.
* Updated the nibs and the OS X project file.
Corrected some bugs in the nibs.
* Fixed the drawing of the note title under OS X.
2002-04-05 Ludovic Marcotte <ludovic@Sophos.ca>
* Added a new Affiche.tiff logo. This one was made
by Boris Anthony.
* Commented in the code some NSLog() calls.
2002-03-12 Ludovic Marcotte <ludovic@Sophos.ca>
* Replaced [Note note] by AUTORELEASE([[Note alloc] init]) to avoid
annoying compilation warnings.
* Improved the UI of the Preferences panel.
2002-03-04 Ludovic Marcotte <ludovic@Sophos.ca>
* Modified the plist to set the version number to 0.6.0.
2002-02-27 Ludovic Marcotte <ludovic@Sophos.ca>
* Added Spanish translation from Quique <quique@sindominio.net>
* Refactored Constants: AfficheUserLibraryPath()
* Corrected a typo in the French translation
2002-02-11 Ludovic Marcotte <ludovic@Sophos.ca>
* RELEASE 0.5.0.
* Set the CVS tag to v0_5_0
2002-02-10 Ludovic Marcotte <ludovic@Sophos.ca>
* Updated NoteInfoWindow.nib for OSX.
* Updated some files like (PreferencesPanelController and
NoteInfoWindowController) for OSX.
* Added the ColorView class to the project
* Added PreferencesPanel.nib for OSX
* Modified some of the code to load the nib and to work
better in OSX.
* Added Preferences... menu item to MainMenu.nib
2002-02-09 Erik Dalen <dalen@jpl.se>
* Initial Swedish translation added.
2002-02-08 Ludovic Marcotte <ludovic@Sophos.ca>
* Minor cleanups again.
* Fixed a small bug in Affiche: -importText. We weren't
considering defaults when creating new notes.
Added Affiche: _showNewNote (in a private category) to
generalize the process of showing notes in -importText
and -newNote.
* We now call _showNewNote in newNote: userData: error:.
* Updated AfficheInfo.plist to localize the text used for
the service.
* Added German translation from Martin Brecher
<martin@mb-itconsulting.com>.
2002-02-07 Ludovic Marcotte <ludovic@Sophos.ca>
* Minor cleanups.
* Added a french translation (initial version)
2002-02-06 Ludovic Marcotte <ludovic@Sophos.ca>
* Finished implementing the preferences panel.
* Added two new attributes to a note: title
and titleValue. Also set the version number
to 3.
* We now update the modification date when we make
a change in the content of the note.
* Added the possibility to change the title (source)
and title value in NoteInfoWindow.
2002-02-05 Ludovic Marcotte <ludovic@Sophos.ca>
* Added the ColorView class and modified the GNUmakefile
to include the files.
* Added and positionned most UI widgets for the pref panel.
The logic and the outlets code need to be written.
* Implemented parts of the preferences panel. Not yet finished
and fully functionnal.
2002-02-04 Ludovic Marcotte <ludovic@Sophos.ca>
* Modified NoteView: -mouseDown to correct the
bottom right origin point. Suggestion by
Pierre-Yves Rivaille.
* Set the version number to 0.5.0 in
AfficheInfo.plist.
* Added the class LabelWidget (same one from
GNUMail.app)
* Modified the GNUmakefile to include this new class
* Added two constants in Constants: TextFieldHeight and
ButtonHeight.
* Started implementing the Preferences Panel.
2002-02-04 Ludovic Marcotte <ludovic@Sophos.ca>
* Modifed NoteWindowController: -windowShouldClose
to include the note's title in the message we show
to the user.
* RELEASE of v0.4.0
* Set the tag on the cvs server to v0_4_0
2002-02-03 Ludovic Marcotte <ludovic@Sophos.ca>
* Added Images/*
* Added the NoteView class
* Redesigned the entire application to draw our onw
title bar and use our own move/resize mechanisms.
Modified most classes to adapt to the new design.
The images have been supplied by Boris Anthony.
* Updated OS-X project file.
2002-01-27 Jonathan B. Leffert <jbl@foo>
* Affiche.m ([Affiche -dealloc]): added -dealloc method
to release allNotes ivar.
([Affiche -quitApplication:sender]): removed RELEASE of
allNotes ivar from here.
* Added the beginnings of a prefs panel.
2002-01-27 Ludovic Marcotte <ludovic@Sophos.ca>
* RELEASE OF 0.3.0
* Set the cvs tag to v0_3_0
2002-01-27 Francis Lachapelle <francis@Sophos.ca>
* Fixed property list (wrong type for NSMainNibFile).
* Added extra information in property list.
2002-01-27 Ludovic Marcotte <ludovic@Sophos.ca>
* Added a missing _ at the beginning of the method
NoteWindowController: -_updateWindowFrame in
NoteWindowController.h
* Added some casting to prevent the compiler from
whining about the -note method call on the delegate
in Affiche: -showNoteInfo.
* Modified MainMenu.nib (removed some unused items).
* Updated te InfoPlist.strings to set the version number
to 0.3.0.
2002-01-26 Francis Lachapelle <francis@Sophos.ca>
* Added Service definition in Mac OS X Project Builder file.
2002-01-24 Ludovic Marcotte <ludovic@Sophos.ca>
* Added a private interface to NoteWindowController and added
-_updateWindowFrame and _updateWindowTitle. Modified to the code
to use -_updateWindowFrame instead of -updateWindowFrame and also
modified the code to use _updateWindowTitle. This method
sets the title of a window to the first line of text in
the note.
* Fixed a bug in Affiche: -importText. We were not setting the note
value to an attributed string but rather a NSString.
* Refactored Affiche: -newNote: userData: error:
2002-01-17 Ludovic Marcotte <ludovic@Sophos.ca>
* Modified AfficheInfo.plist to set the version number to 0.3.0
and added services related informations.
* Modified Affiche.m to add -newNote: userData: error: used for
our service.
* Modified the README to explain how to install the service.
* Cleaned a little bit Affiche.m. Set the windows menu and
changed the way we show our note windows. We now use
orderFrontRegardless.
2002-01-16 Ludovic Marcotte <ludovic@Sophos.ca>
* Modified Note.m to include versionning support so v0.2.0 is now
able to load the previous notes from v0.1.0.
2002-01-15 Ludovic Marcotte <ludovic@Sophos.ca>
* Modified Affiche.m to NOT load the notes in -init but rather
in -applicationDidFinishLaunching since our backend under GNUstep
is NOT initialized at that time.
2002-01-04 Ludovic Marcotte <ludovic@Sophos.ca>
* Modified MainMenu.nib to make Affiche the delegate of the
NSApplication.
* Modified most files so that we new use atributed strings
instead of NSString when storing the notes. That allows us
to save attributes like bold/italic/underline...
WARNING - YOU MUST REMOVE ALL YOUR NOTES FIRST
(rm -f ~/Library/Affiche/Notes or
rm -f ~/GNUstep/Library/Affiche/Notes) or wait that I implement
'version' support in Note.m before using this version.
* Updated OS-X's project file and InfoPlist.strings and
AfficheInfo.plist to set the version number to 0.2.0
2001-12-05 Ludovic Marcotte <ludovic@Sophos.ca>
* Removed the accessor since the scrollView refresh bug
has been fixed in GNUstep GUI.
* Removed the refresh call in Affiche: -setNoteColor for
the scrollView.
2001-12-04 Ludovic Marcotte <ludovic@Sophos.ca>
* Changed the border to NoBorder
* Under GNUstep, we refresh the scrollView after changing the
color.
* Added an outlet and an accessor in NoteWindowController to
return then scrollView.
* Activated the Format menu / Font panel
2001-12-03 Ludovic Marcotte <ludovic@Sophos.ca>
* Added a TODO
* Added [textView setDrawsBackground: YES] in NoteWindow
just to be sure that we draw our background.
* Added NoteInfoWindow.nib
* Added NoteInfoWindowController.m/h.
* Added NoteInfoWindow.m/h.
* Updated the GNUmakefile
2001-12-03 Ludovic Marcotte <ludovic@Sophos.ca>
* Created the COPYING file
* RELEASE OF v0.1.0
2001-12-02 Ludovic Marcotte <ludovic@Sophos.ca>
* Initial import on CVS (0.1.0)
* We set lastNoteWindowOnTop to nil in
NoteWindowController: -dealloc.
* Modified Affiche: -showNoteInfo
* Added Localizable.strings for English
* Added .cvsignore
* Added README
* Removed the notifications and implemented
the methods for the delegate instead.
* Updated OS-X nib
|