witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

35 Commits

Author SHA1 Message Date
Dan Helfman e39300744e Updated py2exe packaging to support new toolbar files. 2009-04-28 16:19:49 -07:00
Dan Helfman f46e2a8fec Refactored toolbar code and images. Now buttons come from a single composite / sprited image.
Remaining things to complete:
  * In WebKit, the button images are offset +5 pixels down. They shouldn't be.
  * Small "+" buttons under notebooks and the note tree are broken.
  * Toolbar resizing doesn't work anymore (TODO comment).
2009-03-29 12:23:55 -07:00
Dan Helfman 7585a795d5 Removing an unneeded image from the desktop version to save space. 2009-03-03 00:13:32 -08:00
Dan Helfman 81388ed36b There is now a downloadable free trial for Luminotes Desktop. Also made export plugins work on Windows. 2009-02-23 00:11:48 -08:00
Dan Helfman 388f2fcb02 Foundational work for both tags and discussion forums. Should have checked this in in smaller pieces. 2008-10-24 11:51:19 -07:00
Dan Helfman d62fa9f95a Releasing today. 2008-09-28 02:41:34 -07:00
Dan Helfman 6c018a2879 Installer can now overwrite installer.db since it's not overwriting the copy in %APPDATA% that's actually used by Luminotes. 2008-08-28 17:50:16 -07:00
Dan Helfman 95848b752d Added USB drive support. 2008-08-27 13:02:11 -07:00
Dan Helfman 61138de369 Adding custom images to the installer. 2008-08-26 15:42:55 -07:00
Dan Helfman 7a65670c45 Now storing uploaded files in home directory / APPDATA. And made uploads always use binary mode, necessary on Windows.
Also fixed removal of log files on startup to remove them from the right location.
2008-08-25 23:30:36 -07:00
Dan Helfman 978ce6a360 Excluding certain images files. 2008-08-25 20:21:54 -07:00
Dan Helfman b42d85d6ff Luminotes version now defined in a config file and shows up in the Desktop UI. 2008-08-25 19:45:20 -07:00
Dan Helfman 840eabbe5a Removed option to launch Luminotes from installer, since it gets launched as the wrong user. Instead, going back to option to view the README file. 2008-08-25 19:20:27 -07:00
Dan Helfman ebee4e5135 luminotes.db now goes in a user-specific directory. 2008-08-25 17:43:09 -07:00
Dan Helfman 6ba890c5b0 Modified confirmation message to make clear that the user's data will be removed. 2008-08-25 16:11:28 -07:00
Dan Helfman 936dd4d5ce Fixing typos (lack of colons). 2008-08-25 16:07:57 -07:00
Dan Helfman c241cd52da Don't overwrite luminotes.db during a reinstall. This way, a user's notebooks won't be overwritten. 2008-08-25 15:45:42 -07:00
Dan Helfman 21d7b3c55e If luminotes.exe is already running during an install (such as from a previous version), stop it before replacing it. 2008-08-25 15:15:15 -07:00
Dan Helfman 1bd7687539 Instead of prompting the user to read the readme, added an option to just launch Luminotes after the install. 2008-08-25 14:20:13 -07:00
Dan Helfman e8b13f7753 Generalized the setup.py packaging a bit so it's not all py2exe-centric. 2008-08-25 13:36:05 -07:00
Dan Helfman 1b8d5f59c4 Moved Luminotes start menu link out of a group and skipped the group selection panel of the installer. 2008-08-23 22:51:03 -07:00
Dan Helfman c9b4cf35a1 Adding README to installer. 2008-08-23 22:28:13 -07:00
Dan Helfman fed6bb7b9d Configured a separate error log where tracebacks go. Should work on all platforms. 2008-08-23 20:00:00 -07:00
Dan Helfman 2c5ba50863 Now logging properly to a file with config/Desktop.py, and removing the log file on Windows during uninstall. 2008-08-23 16:45:34 -07:00
Dan Helfman 137690d915 Added simplejson to py2exe explicit includes in order to fail faster if simplejson isn't present. 2008-08-23 15:46:07 -07:00
Dan Helfman 04de772cef Shutdown Luminotes.exe before trying to uninstall it. 2008-08-22 18:37:31 -07:00
Dan Helfman 0a645090c7 Added Luminotes icon to the installer executable itself. 2008-08-22 17:31:09 -07:00
Dan Helfman 86283a2fde Created a Windows application icon and embedded it into generated Luminotes executable. 2008-08-22 16:48:22 -07:00
Dan Helfman f6031b1cc3 Changed from a console app to a Windows "GUI" app to prevent a big console box from popping up when the app is run. 2008-08-21 22:36:57 -07:00
Dan Helfman ad6de74604 Added initialization of luminotes.db database file. Also reorganized setup.py so it can run without py2exe. 2008-08-21 22:01:59 -07:00
Dan Helfman 22c3bbdbb3 Initial Windows installer packaging based on py2exe Inno Setup example. 2008-08-21 21:34:44 -07:00
Dan Helfman ad62d6c87c Added some missing members to make py2exe happy. 2008-08-21 15:01:47 -07:00
Dan Helfman fccd250ef9 Even more general-purpose. 2008-08-21 14:58:36 -07:00
Dan Helfman d28d97e3a5 Making setup.py a little more general-purpose. 2008-08-21 14:54:39 -07:00
Dan Helfman 0d012fbfef Initial setup.py for py2exe and additional .hgignore entries for the generated py2exe directories. 2008-08-21 13:52:18 -07:00