------------------------------------------------------------ revno: 84 committer: Lars Wirzenius branch nick: trunk timestamp: Sun 2007-12-16 16:14:44 +0200 message: Updated version number in preparation of release. modified: notetak.py ------------------------------------------------------------ revno: 83 committer: Lars Wirzenius branch nick: trunk timestamp: Sun 2007-12-16 14:37:31 +0200 message: Prepared for new release. modified: debian/changelog ------------------------------------------------------------ revno: 82 committer: Lars Wirzenius branch nick: trunk timestamp: Sun 2007-12-16 14:36:06 +0200 message: Silence warnings about coverage testing by using pragma. modified: notetak.py ------------------------------------------------------------ revno: 81 committer: Lars Wirzenius branch nick: trunk timestamp: Thu 2007-12-13 15:13:20 +0200 message: Merged change from Adeodato Simó to allow running notetak from the source directory even when the current working directory is elsewhere. modified: notetak.py ------------------------------------------------------------ revno: 79.2.1 committer: Adeodato Simó branch nick: notetak2 timestamp: Tue 2007-12-11 20:16:55 +0100 message: Allow running from source, from a different CWD. modified: notetak.py ------------------------------------------------------------ revno: 80 committer: Lars Wirzenius branch nick: trunk timestamp: Thu 2007-12-13 15:11:58 +0200 message: Merged change from Adeodato Simó to create the save directory if it doesn't exist. modified: run.py ------------------------------------------------------------ revno: 79.1.1 committer: Adeodato Simó branch nick: notetak timestamp: Tue 2007-12-11 20:07:44 +0100 message: Create ~/.notetak if it does not exist. modified: run.py ------------------------------------------------------------ revno: 79 committer: Lars Wirzenius branch nick: trunk timestamp: Mon 2007-09-03 22:08:11 +0300 message: When losing focus from the search field, lose selection as well, since otherwise it's hard to see where the focus is. modified: notetak.py tests.py ------------------------------------------------------------ revno: 78 committer: Lars Wirzenius branch nick: trunk timestamp: Sun 2007-05-27 17:41:33 +0300 message: Fix things so pressing Enter in an empty search field does not create an empty note. Plus test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 77 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-05-05 14:20:02 +0300 message: Release version 0.16. ------------------------------------------------------------ revno: 76 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-05-05 02:22:08 +0300 message: Added a .desktop file. Notetak is now in the GNOME menu. added: notetak.desktop modified: Makefile ------------------------------------------------------------ revno: 75 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-05-05 02:07:02 +0300 message: Bumped version numbers in preparation for new release. modified: debian/changelog notetak.py ------------------------------------------------------------ revno: 74 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-05-05 02:05:43 +0300 message: Improved installation rules by implementing DESTDIR support. modified: Makefile debian/rules ------------------------------------------------------------ revno: 73 committer: Lars Wirzenius branch nick: trunk timestamp: Fri 2007-05-04 21:21:57 +0300 message: Use the logo also in the About dialog. modified: notetak.py ------------------------------------------------------------ revno: 72 committer: Lars Wirzenius branch nick: trunk timestamp: Fri 2007-05-04 21:12:53 +0300 message: Added a logo, made notetak.glade use it. added: notetak.png notetak.svg modified: notetak.glade ------------------------------------------------------------ revno: 71 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-05-02 18:11:31 +0300 message: Make search and find buttons be unfocusable, so tabbing doesn't cycle through them. Makes it easier to move between the three important parts of the program. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 70 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-05-02 18:00:38 +0300 message: Make Help/About actually bring up the About dialog. Test this. modified: notetak.glade notetak.py tests.py ------------------------------------------------------------ revno: 69 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-05-01 14:52:57 +0300 message: Release version 0.15. modified: debian/changelog notetak.py ------------------------------------------------------------ revno: 68 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-04-21 16:06:59 +0300 message: Implemented negative searching: !pink matches only if pink is NOT in the note. modified: notetak.py tests.py ------------------------------------------------------------ revno: 67 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-04-21 15:58:23 +0300 message: When removing a note, don't complain if the filename doesn't exist. This might happen if we remove a note very quickly after creating it, before autosave has created it. modified: notetak.py tests.py ------------------------------------------------------------ revno: 66 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-04-21 15:55:10 +0300 message: When deleting a note, update match count (without refiltering). modified: notetak.py tests.py ------------------------------------------------------------ revno: 65 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-04-21 15:49:37 +0300 message: Applied patch from Jukka Ollila to use ~/.notetak by default. modified: run.py ------------------------------------------------------------ revno: 64 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-04-21 15:47:07 +0300 message: Don't raise an exception when automatically saving without directory name having been set. modified: notetak.py tests.py ------------------------------------------------------------ revno: 63 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-04-21 15:29:03 +0300 message: Added a 'Search' button to the user interface. This is convenient when changing notes and then wanting to refresh the list of matches. modified: notetak.glade notetak.py tests.py ------------------------------------------------------------ revno: 62 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-04-18 17:38:05 +0300 message: Fix update of glade file location in installed notetak.py. modified: debian/rules ------------------------------------------------------------ revno: 61 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-04-18 17:25:18 +0300 message: Merged from rewrite branch. added: run.py tests.py modified: Makefile debian/changelog debian/copyright notetak.py ------------------------------------------------------------ revno: 59.1.111 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-04-18 17:24:04 +0300 message: Prepared for merging to trunk. added: run.py modified: Makefile debian/changelog debian/copyright notetak.py ------------------------------------------------------------ revno: 59.1.110 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-04-18 13:36:20 +0300 message: Handle the case where the directory name has not yet been set, 'cause the user hasn't saved yet the first time. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.109 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-04-18 13:27:38 +0300 message: When removing notes from a NoteList, remove them from the disk as well. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.108 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-04-18 13:17:42 +0300 message: Refactoring: put code to determine note filename into a single method, called from everywhere it's used. modified: notetak.py ------------------------------------------------------------ revno: 59.1.107 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 22:55:22 +0300 message: Typo. modified: debian/copyright ------------------------------------------------------------ revno: 59.1.106 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 22:51:10 +0300 message: Use FONT. modified: notetak.py ------------------------------------------------------------ revno: 59.1.105 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 22:45:38 +0300 message: Make sure any changes are saved when quitting. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.104 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 22:34:59 +0300 message: Automatically save changes after one second. modified: notetak.py ------------------------------------------------------------ revno: 59.1.103 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 22:26:53 +0300 message: Make it possible to set the GConf directory. modified: notetak.py ------------------------------------------------------------ revno: 59.1.102 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 22:25:16 +0300 message: Use real GConf. modified: notetak.py ------------------------------------------------------------ revno: 59.1.101 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 20:20:52 +0300 message: Make search pattern always be lower case. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.100 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 20:16:55 +0300 message: Make sure the title list is sorted. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.99 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 20:05:38 +0300 message: Handle spurious extra non-files (esp. subdirs, like .bzr) in the note directory. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.98 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 19:37:17 +0300 message: Added logging statements to allow easier debugging. modified: notetak.py ------------------------------------------------------------ revno: 59.1.97 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 19:10:49 +0300 message: Check that search field, match list, and status info get updated when opening a new directory. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.96 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 19:01:32 +0300 message: When creating a new note, place cursor at end. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.95 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 18:53:21 +0300 message: When creating a new note, move focus to text editing area. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.94 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 18:47:03 +0300 message: Implemented the delete dialog. And test. And improved the test for removing notes from a NoteList. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.93 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 16:35:30 +0300 message: Handle user-initiated selection changes in the list of matches. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.92 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 16:13:05 +0300 message: Set GtkTextView buffer when note is selected or unselected. Plus tests. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.91 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 16:02:44 +0300 message: Set up the GtkTreeView widget properly. modified: notetak.py ------------------------------------------------------------ revno: 59.1.90 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 16:02:25 +0300 message: Clean up unittestdir, too. modified: Makefile ------------------------------------------------------------ revno: 59.1.89 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 15:56:33 +0300 message: Added a title column into the GtkListStore, and made sure it gets updated when the note changes. Plus tests. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.88 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 15:19:50 +0300 message: Added a callback to be triggered on each change to a Note. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.87 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 14:56:01 +0300 message: Documented the Window class. modified: notetak.py ------------------------------------------------------------ revno: 59.1.86 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 14:29:56 +0300 message: Documented the StatusInfo class. modified: notetak.py ------------------------------------------------------------ revno: 59.1.85 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 14:27:22 +0300 message: Documented the App class. modified: notetak.py ------------------------------------------------------------ revno: 59.1.84 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 14:20:42 +0300 message: Documented the GConfWrapper class. modified: notetak.py ------------------------------------------------------------ revno: 59.1.83 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 14:18:46 +0300 message: Documented the NoteList class modified: notetak.py ------------------------------------------------------------ revno: 59.1.82 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 13:47:50 +0300 message: Added comments for the Note class. modified: notetak.py ------------------------------------------------------------ revno: 59.1.81 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 13:33:19 +0300 message: Refer to uuid, not notetakuuid, to ease future change to Python 2.5. modified: notetak.py ------------------------------------------------------------ revno: 59.1.80 committer: Lars Wirzenius branch nick: rewrite timestamp: Sat 2007-04-14 13:26:22 +0300 message: Erase .coverage by hand, since python-coverage -e doesn't do it. modified: Makefile ------------------------------------------------------------ revno: 59.1.79 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-03-11 15:48:56 +0200 message: Removed debugging print. modified: notetak.py ------------------------------------------------------------ revno: 59.1.78 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-03-11 15:47:37 +0200 message: Automatically connect to signals named in .glade file. modified: notetak.py ------------------------------------------------------------ revno: 59.1.77 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-03-11 15:43:10 +0200 message: Handle window manager close events. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.76 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-03-11 15:41:11 +0200 message: Made file chooser tests more deterministic. modified: tests.py ------------------------------------------------------------ revno: 59.1.75 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-03-11 15:32:19 +0200 message: React to File/Quit. And test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.74 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 18:45:41 +0200 message: Save as. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.73 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 17:18:34 +0200 message: Test the open dialog. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.72 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 16:25:31 +0200 message: Test File/Save. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.71 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 16:13:42 +0200 message: Added clearing of selection. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.70 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 15:54:24 +0200 message: Added copying to and pasting from clipboard. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.69 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 15:49:57 +0200 message: Implemented cutting of text to the clipboard. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.68 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 14:20:16 +0200 message: Replace GConf stuff with a dummy wrapper for now. For some reason, changing values in GConf takes a while, and this makes tests fail indetermintaely. Also, add handling for and testing of configure-event signals. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.67 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 11:56:03 +0200 message: Set paned position also when window is created. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.66 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 11:51:29 +0200 message: Set window size to saved defaults when it's created. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.65 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-25 11:45:16 +0200 message: Added support for gconf reading/writing. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.64 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 22:33:33 +0200 message: Set Window.textview font when it's created. No way to test for this, as far as I can see, but my gtk-fu might be lacking. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.63 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 22:16:28 +0200 message: Added a class for the status info widget in the window, and made sure Window.refilter updates the count of matching notes. Plus tests. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.62 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 21:56:13 +0200 message: When loading a note, set its insert and selection_boudn markers to the beginning, instead of at the end. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.61 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 21:42:38 +0200 message: Make textview set/unset the can-focus property when it's sensitive. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.60 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 21:38:13 +0200 message: Make sure selecting note sets widget sensitivity correctly. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.59 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 21:34:11 +0200 message: Added the other sensitive widgets the old version had. modified: notetak.py ------------------------------------------------------------ revno: 59.1.58 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 21:33:13 +0200 message: Implemented list of widgets that need to be made sensitive when there is exactly one note selected, and insensitive otherwise. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.57 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 20:20:43 +0200 message: Wrote Note.remove, plus tests. Also, increased the test limit in testChangeTimeout to 3 seconds, from 2, so that if time.sleep(2) takes a smidgen over 2 seconds, the test still works. Accuracy is for weenies. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.56 committer: Lars Wirzenius branch nick: rewrite timestamp: Wed 2007-02-21 20:08:51 +0200 message: Added the About dialog, plus tests. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.55 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-02-20 20:44:31 +0200 message: Wrote a 'clean' target. modified: Makefile ------------------------------------------------------------ revno: 59.1.54 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 17:42:13 +0200 message: Implemented timers for Notes so that after a desired time after the last change, a callback is called (to save the note, e.g.). modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.53 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 17:18:33 +0200 message: Connect to gtk.TextBuffer signal where it's created in Note.set_text, not in unrelated Note.load. modified: notetak.py ------------------------------------------------------------ revno: 59.1.52 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 17:14:54 +0200 message: Implement 'Clear' button functionality, and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.51 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 17:06:24 +0200 message: When creating a new note, select it as well. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.50 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 17:02:46 +0200 message: When creating a note, create a unique ID by default. Caller may change it later, of course. modified: Makefile notetak.py tests.py ------------------------------------------------------------ revno: 59.1.49 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 16:57:45 +0200 message: Refilter the window's note list after adding the new note. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.48 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 16:56:49 +0200 message: Test for the new note actually containing the right text. modified: tests.py ------------------------------------------------------------ revno: 59.1.47 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 16:54:37 +0200 message: Added Note.get_text, Note.set_text, and Window.create_new_note, the last one bound to 'enter' in the search field. Plus tests. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.46 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 16:42:23 +0200 message: Make changes to the search field cause the window's list of matching notes be refiltered. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.45 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 16:37:11 +0200 message: Added Window.refilter and Window.get_matching_notes and test for all ntoes matching the (initial) empty pattern. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.44 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 16:26:16 +0200 message: Wrote Window.get_search_text and test to make sure search field is empty at startup. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.43 committer: Lars Wirzenius branch nick: rewrite timestamp: Sun 2007-02-04 16:22:31 +0200 message: Added test so that unselecting notes also works. modified: tests.py ------------------------------------------------------------ revno: 59.1.42 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 05:20:42 +0200 message: Create gtk.Window widget in Window upon creation, and make sure they're always different. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.41 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 05:11:02 +0200 message: Wrote start of Window.select_note, and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.40 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 05:02:39 +0200 message: Create a gtk.TreeModelFilter for the Window when it is created. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.39 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 05:00:05 +0200 message: Wrote Window.quit, first version, and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.38 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:57:27 +0200 message: When Window is created, make it reserve a visibility column for itself. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.37 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:54:43 +0200 message: Started on Window class. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.36 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:52:03 +0200 message: Quit program when last window is forgotten. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.35 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:49:31 +0200 message: Wrote initial version of App.forget_window and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.34 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:48:06 +0200 message: Wrote initial version of App.new_window and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.33 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:44:31 +0200 message: Wrote App.save_notelist_as and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.32 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:42:28 +0200 message: Wrote App.save_notelist and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.31 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:32:57 +0200 message: Wrote App.open_notelist and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.30 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:30:08 +0200 message: Wrote App.new_notelist and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.29 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:26:42 +0200 message: Started on the App class. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.28 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:24:22 +0200 message: Added dirtiness logic to NoteList. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.27 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:06:58 +0200 message: Wrote NoteList.remove_note and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.26 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 04:02:32 +0200 message: Make 'make check' fail unless code coverage is complete. modified: Makefile ------------------------------------------------------------ revno: 59.1.25 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:57:19 +0200 message: More tests for NoteList.mark_visible_rows. modified: tests.py ------------------------------------------------------------ revno: 59.1.24 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:53:41 +0200 message: Wrote NoteList.mark_visible_rows and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.23 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:48:23 +0200 message: Test for exception being raised when too many visibility columns are added. modified: tests.py ------------------------------------------------------------ revno: 59.1.22 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:46:27 +0200 message: Test Note.get_title when note hasn't been loaded yet. modified: tests.py ------------------------------------------------------------ revno: 59.1.21 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:45:29 +0200 message: Added test case for loading notes from filenames not ending in .note. modified: tests.py ------------------------------------------------------------ revno: 59.1.20 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:43:37 +0200 message: Use python-coverage to report lines that aren't getting tested. modified: Makefile ------------------------------------------------------------ revno: 59.1.19 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:41:16 +0200 message: Wrote NoteList.get_visible_notes and test. This required using an actual gtk.ListStore object for storing the notes. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.18 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:24:50 +0200 message: Wrote NoteList.remove_visibility_column and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.17 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:23:10 +0200 message: Wrote NoteList.add_visibility_column and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.16 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 03:05:40 +0200 message: Wrote NoteList.find_matching and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.15 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:58:44 +0200 message: Wrote NoteList.save_dirty and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.14 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:45:41 +0200 message: Wrote NoteList.save and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.13 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:39:44 +0200 message: Wrote NoteList.load and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.12 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:31:58 +0200 message: Started on NoteList class. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.11 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:29:06 +0200 message: Wrote Note.matches and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.10 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:21:14 +0200 message: Clear Note.dirty flag when note has been saved. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.9 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:19:45 +0200 message: Created a dirty flag. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.8 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:17:23 +0200 message: Update Note.mtime automatically when the text buffer changes. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.7 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:11:50 +0200 message: When saving a Note, set its mtime to Note.mtime. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.6 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:10:17 +0200 message: Wrote Note.save and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.5 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:07:21 +0200 message: Wrote Note.touch and test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.4 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:05:23 +0200 message: Wrote Note.get_title() + test. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.3 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:01:35 +0200 message: Refactoring. modified: tests.py ------------------------------------------------------------ revno: 59.1.2 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 02:00:05 +0200 message: Create buffer when loading a note. modified: notetak.py tests.py ------------------------------------------------------------ revno: 59.1.1 committer: Lars Wirzenius branch nick: rewrite timestamp: Tue 2007-01-30 01:56:38 +0200 message: Started from scratch, to make things clean and to make it easier to write unit tests. added: tests.py modified: Makefile notetak.py ------------------------------------------------------------ revno: 60 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-02-06 09:38:28 +0200 message: Two small fixes from Matti Pöllä: .glade had a label in Finnish, and the About dialog didn't vanish from the window manager's close button. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 59 committer: Lars Wirzenius branch nick: trunk timestamp: Sun 2007-01-28 02:02:49 +0200 message: Release version 0.13. modified: debian/changelog notetak.py ------------------------------------------------------------ revno: 58 committer: Lars Wirzenius branch nick: trunk timestamp: Sun 2007-01-28 02:02:24 +0200 message: Fixed missing argument to call to add_new_note. modified: notetak.py ------------------------------------------------------------ revno: 57 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-01-27 21:51:15 +0200 message: Release 0.12. modified: debian/changelog notetak.py ------------------------------------------------------------ revno: 56 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-01-27 21:50:07 +0200 message: Added sorting of notes, by title or mtime. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 55 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-01-27 13:59:30 +0200 message: Don't show window automatically, so that it doesn't get resized while visible. Show it only after size has been set. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 54 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-01-23 13:19:17 +0200 message: Bumped version numbers. modified: debian/changelog notetak.py ------------------------------------------------------------ revno: 53 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-01-23 13:18:11 +0200 message: Save window size and pane position upon window resize. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 52 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-01-23 12:11:50 +0200 message: Update the number of matching notes. modified: notetak.py ------------------------------------------------------------ revno: 51 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-01-23 12:03:43 +0200 message: Added a 'Clear' button next to the search field, and a 'Search:' label, to make things clearer. Also, changed spacing/padding of widgets to make things a bit nicer to look, and added a label for showing number of search matches. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 50 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-01-13 17:45:14 +0200 message: Fixed Debian version. This is release 0.10-1. modified: Makefile debian/changelog ------------------------------------------------------------ revno: 49 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-01-13 17:39:31 +0200 message: Release 0.10. modified: Makefile debian/changelog ------------------------------------------------------------ revno: 48 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-01-13 17:37:34 +0200 message: Move debian/* to same bzr branch as upstream code. This simplifies my life a bit. added: debian/ debian/changelog debian/control debian/copyright debian/rules modified: notetak.py ------------------------------------------------------------ revno: 47 committer: Lars Wirzenius branch nick: trunk timestamp: Sat 2007-01-13 17:36:45 +0200 message: When scrolling through the list of notes, show the one on which the cursor currently is. Suggested by Anatoly Vorobey. modified: notetak.py ------------------------------------------------------------ revno: 46 committer: Lars Wirzenius branch nick: trunk timestamp: Fri 2007-01-12 02:23:16 +0200 message: Changed how filtering of note list is done: not every time something changes, since this can make the currently edited note disappear from view if you remove the search term that matches, but only when the search field is changed. modified: notetak.py ------------------------------------------------------------ revno: 45 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-01-10 19:36:03 +0200 message: Hide the selected buffer when scrolling through the list of notes. This again avoids making liw confused. modified: notetak.py ------------------------------------------------------------ revno: 44 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-01-10 19:12:05 +0200 message: Don't reset search when deleting note. New release. modified: notetak.py ------------------------------------------------------------ revno: 43 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-01-10 02:39:39 +0200 message: . modified: notetak.py ------------------------------------------------------------ revno: 42 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2007-01-10 02:27:02 +0200 message: Merged: Title is now the same as the first line of the buffer. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 41.1.2 committer: Lars Wirzenius branch nick: first-line-titles timestamp: Wed 2007-01-10 02:25:50 +0200 message: Title is now the same as the first line of the buffer. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 41.1.1 committer: Lars Wirzenius branch nick: first-line-titles timestamp: Wed 2007-01-10 02:06:08 +0200 message: Store entire note in one file, including title. modified: notetak.py ------------------------------------------------------------ revno: 41 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-01-09 17:29:57 +0200 message: New version. modified: notetak.py ------------------------------------------------------------ revno: 40 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2007-01-09 17:26:40 +0200 message: Merged UI fixes. modified: notetak.py ------------------------------------------------------------ revno: 39.1.3 committer: Lars Wirzenius branch nick: ui-fixes timestamp: Tue 2007-01-09 17:25:35 +0200 message: When editing search field, hide previous note, so it doesn't confuse poor liw. modified: notetak.py ------------------------------------------------------------ revno: 39.1.2 committer: Lars Wirzenius branch nick: ui-fixes timestamp: Tue 2007-01-09 17:23:53 +0200 message: When loading a note, place cursor at beginning of it. modified: notetak.py ------------------------------------------------------------ revno: 39.1.1 committer: Lars Wirzenius branch nick: ui-fixes timestamp: Tue 2007-01-09 17:19:21 +0200 message: When selecting a note, scroll the window so the cursor is visible. modified: notetak.py ------------------------------------------------------------ revno: 39 committer: Lars Wirzenius branch nick: trunk timestamp: Mon 2007-01-01 16:49:17 +0200 message: Merged from temporary branch to replace GtkComboBox with a GtkTreeView to show list of (matching) notes. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 38.1.6 committer: Lars Wirzenius branch nick: always-visible-note-list timestamp: Mon 2007-01-01 16:48:01 +0200 message: Can't get sorting to work, so hide headers again. The treeview shows a treemodelfilter, which isn't sortable. Can't see a way around this. modified: notetak.glade ------------------------------------------------------------ revno: 38.1.5 committer: Lars Wirzenius branch nick: always-visible-note-list timestamp: Mon 2007-01-01 15:24:34 +0200 message: Search using lowercase only, and for speed, if the entry is empty, always match everything. modified: notetak.py ------------------------------------------------------------ revno: 38.1.4 committer: Lars Wirzenius branch nick: always-visible-note-list timestamp: Mon 2007-01-01 15:24:02 +0200 message: Show column header. modified: notetak.glade ------------------------------------------------------------ revno: 38.1.3 committer: Lars Wirzenius branch nick: always-visible-note-list timestamp: Mon 2007-01-01 15:16:16 +0200 message: Renamed callback to match new name of entry widget. modified: notetak.py ------------------------------------------------------------ revno: 38.1.2 committer: Lars Wirzenius branch nick: always-visible-note-list timestamp: Mon 2007-01-01 15:12:54 +0200 message: Allow user to select a note in note list. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 38.1.1 committer: Lars Wirzenius branch nick: always-visible-note-list timestamp: Mon 2007-01-01 15:03:27 +0200 message: Replaced the GtkComboBox that showed search results with a GtkTreeView, since that is nicer to use. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 38 committer: Lars Wirzenius branch nick: trunk timestamp: Thu 2006-12-28 02:14:25 +0200 message: Actually, let's not update NEWS, makes frequent releasing too much work. modified: NEWS ------------------------------------------------------------ revno: 37 committer: Lars Wirzenius branch nick: trunk timestamp: Thu 2006-12-28 02:12:49 +0200 message: Preparing for release 0.3. modified: NEWS ------------------------------------------------------------ revno: 36 committer: Lars Wirzenius branch nick: trunk timestamp: Thu 2006-12-28 02:11:57 +0200 message: After deleting a note, put focus into title area, since that's what the user will want to do next. modified: notetak.py ------------------------------------------------------------ revno: 35 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2006-12-27 22:36:18 +0200 message: Preparing for release 0.2. modified: NEWS notetak.py ------------------------------------------------------------ revno: 34 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2006-12-27 22:35:29 +0200 message: Added a private copy of the uuid.py module, so things work with Python 2.4. added: notetakuuid.py modified: Makefile notetak.py ------------------------------------------------------------ revno: 33 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2006-12-27 17:35:09 +0200 message: Preparing for 0.1 release. added: NEWS modified: notetak.py ------------------------------------------------------------ revno: 32 committer: Lars Wirzenius branch nick: trunk timestamp: Wed 2006-12-27 17:33:04 +0200 message: Set monospace font in textview. modified: notetak.py ------------------------------------------------------------ revno: 31 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2006-12-26 02:49:13 +0200 message: Undo version number change. modified: notetak.py ------------------------------------------------------------ revno: 30 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2006-12-26 02:48:00 +0200 message: Create note directory when saving, if it doesn't exist. modified: notetak.py ------------------------------------------------------------ revno: 29 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2006-12-26 02:18:11 +0200 message: Ignore debian packaging. modified: .bzrignore ------------------------------------------------------------ revno: 28 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2006-12-26 02:18:00 +0200 message: Start with python2.4. modified: notetak.py ------------------------------------------------------------ revno: 27 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2006-12-26 02:12:55 +0200 message: Added Makefile added: Makefile ------------------------------------------------------------ revno: 26 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2006-12-26 02:12:46 +0200 message: Word wrap text in editing area. modified: notetak.glade ------------------------------------------------------------ revno: 25 committer: Lars Wirzenius branch nick: trunk timestamp: Tue 2006-12-26 02:09:21 +0200 message: Wrote manual page. added: notetak.1 ------------------------------------------------------------ revno: 24 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Tue 2006-12-26 01:20:50 +0200 message: Added missing period. modified: notetak.py ------------------------------------------------------------ revno: 23 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Tue 2006-12-26 01:16:50 +0200 message: Useless debugging print removed. modified: notetak.py ------------------------------------------------------------ revno: 22 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Tue 2006-12-26 01:16:21 +0200 message: Save changes automatically, after a second of pause in editing or when program is quit. modified: notetak.py ------------------------------------------------------------ revno: 21 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Tue 2006-12-26 00:42:19 +0200 message: Do automatic saving after certain operations, like rename. modified: notetak.py ------------------------------------------------------------ revno: 20 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Tue 2006-12-26 00:07:07 +0200 message: Implemented deletion of notes. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 19 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 23:46:39 +0200 message: Implemented Edit/Clear. modified: notetak.py ------------------------------------------------------------ revno: 18 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 23:39:39 +0200 message: Do ctrl-x/c/v. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 17 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 23:34:23 +0200 message: Implemented About dialog. Important things first. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 16 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 23:22:07 +0200 message: Removed unnecessary menu items. modified: notetak.glade ------------------------------------------------------------ revno: 15 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 23:19:32 +0200 message: Implemented File/Save as. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 14 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 22:59:39 +0200 message: Implemented File/Open. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 13 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 22:52:17 +0200 message: Implemented 'File/New'. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 12 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 22:44:34 +0200 message: Set name from command line, optionally. modified: notetak.py ------------------------------------------------------------ revno: 11 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 22:30:15 +0200 message: Rename notes. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 10 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 21:39:57 +0200 message: Added searching of titles and full texts. Slow, but proof of concept is this. modified: notetak.py ------------------------------------------------------------ revno: 9 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 21:27:34 +0200 message: Load notes when starting up. modified: notetak.py ------------------------------------------------------------ revno: 8 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 21:10:06 +0200 message: Implemented saving. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 7 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 20:55:48 +0200 message: Bugfix: when selecting title from completion list, select buffer correctly. Problem was that the selection even was handled twice, and the second time it was de-selected again. modified: notetak.py ------------------------------------------------------------ revno: 6 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 20:44:04 +0200 message: Make a non-existing buffer in textview make it be insensitive to input, then restore sensitivity when a buffer is viewed. modified: notetak.py ------------------------------------------------------------ revno: 5 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 20:35:10 +0200 message: Actually have several text buffers. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 4 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 20:02:36 +0200 message: Handle selection from completion list by moving focus to textview. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 3 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 19:53:02 +0200 message: User entered titles are now added to title list and completed when they're being entered. modified: notetak.glade notetak.py ------------------------------------------------------------ revno: 2 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 19:26:55 +0200 message: Ignore uninteresting stuff. added: .bzrignore ------------------------------------------------------------ revno: 1 committer: Lars Wirzenius branch nick: note-taking-app timestamp: Mon 2006-12-25 19:26:12 +0200 message: First attempt at getting something on screen. added: notetak.glade notetak.py