|
2006-03-12
, 17:42
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#22
|
Hey, thanks a lot ! The package installed just fine on my 770, and it's definitely a worthwhile utility to have around... Shall I go ahead and add it to the catalog on the maemo wiki ?
Now I can follow with interest and peace of mind the progress of memopad+ :-)
|
2006-03-14
, 19:02
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#24
|
upgraded gtkctree to gtktreeview
made the sketch stuff (gtkdrawingarea) into a SketchWidget class
now using sqlite instead of xml
sketches are saved
if no document (well, datafile) loaded, starts out with a "New Document"
added about box
added adjustable ink color (change font button)
strings i18n'ized (need to generate .pot)
4 fullscreen modes
ESC key exits fullscreen or closes app
added option to make node names as sketches
- add border around new sketched nodename sketchwidget
- test sketches on a real 770 (~1 day left)
- first sketchload always fails (pixmap or realize/map problem)
- node order -- column `ord` not saved (FIXME)
- change detection might be too sensitive, test
- offering filenames on newfile/savefile dialogs doesn't work as it should
- adjustable brush size
- adjustable text properties (formatting)
- richtext editing (read: allow formatting)
- make two toolbars one for text nodes (formatting etc) and one for sketch nodes (ink size/color)
- keep last modified date for every node
- Add search
- Test against low memory conditions and rewrite portions accordingly
|
2006-03-15
, 00:37
|
Posts: 130 |
Thanked: 13 times |
Joined on Nov 2005
|
#25
|
|
2006-03-19
, 03:25
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#26
|
added brush size buttons (no icons yet)
added eraser button
save changes dialog now has a cancel button
added hildoncolorbutton to toolbar
"new" button changed icon
if a sketch node is selected, cut/copy/paste/font buttons and edit menu are hidden
added tap-and-hold menu to the tree
now got 5 fullscreen modes (0:normal 1:notree-normal 2:normal-full 3:notree-full 4:justdoc-full)
removed "open file" button from the toolbar
"new" button on the toolbar now creates a new node (same type as the current node)
|
2006-03-20
, 15:00
|
|
Posts: 1,361 |
Thanked: 115 times |
Joined on Oct 2005
@ Toronto, Ontario, Canada
|
#27
|
|
2006-03-20
, 15:34
|
Posts: 60 |
Thanked: 0 times |
Joined on Nov 2005
|
#28
|
|
2006-03-20
, 18:19
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#29
|
|
2006-03-31
, 02:09
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#30
|
shamelessly stole and modified icon from the tango project (for the lines/squares toolbutton)
fixed first sketchload always failing bug
added OSSO event handler for saving unsaved data on request
added the new menus and font/color selection to app menu (under tools)
added todo
added notebook lines/squares
moved brushsize buttons to a brushsize icon and menu
shamelessly stole eraser/pencil pixmaps from xournal
eraser size is now 4 points larger than the current brushsize
the toolbar icon and the menu reflects eraser size
added a flags column to data table
added a dataVersion key to the misc table
wrote dirty code to migrate tables from v0 to v1
added border to sketchname area
sketchname area enlarged to 288x96
contents of the sketchname area are resized (and centered) if necessary
Now I can follow with interest and peace of mind the progress of memopad+ :-)