OSDN Git Service

neighbornote/NeighborNote.git
13 years agoCorrect classpath errors in nevernote startup scripts.
Randy Baumgarte [Wed, 15 Dec 2010 22:01:33 +0000 (17:01 -0500)]
Correct classpath errors in nevernote startup scripts.

13 years agoAdd shared notebook editing & syncing logic.
Randy Baumgarte [Wed, 15 Dec 2010 14:21:23 +0000 (09:21 -0500)]
Add shared notebook editing & syncing logic.

13 years ago- Added the ability to disable indexing of attachments locally. - Added the ability...
Randy Baumgarte [Thu, 2 Dec 2010 16:24:55 +0000 (11:24 -0500)]
- Added the ability to disable indexing of attachments locally. - Added the ability to minimize the window instead of closing it.

13 years agoMove index scanning to separate thread to increase performance.
Randy Baumgarte [Thu, 2 Dec 2010 01:23:12 +0000 (20:23 -0500)]
Move index scanning to separate thread to increase performance.

13 years ago- Correct problem where a sync could cause a note to be reverted to an older version...
Randy Baumgarte [Tue, 30 Nov 2010 19:00:06 +0000 (14:00 -0500)]
- Correct problem where a sync could cause a note to be reverted to an older version after a sync. - Corrected a problem with the sync icon rotation causing a crash after a period of time.

13 years ago- Corrected various null pointer errors. - Corrected problem indexing large PDF docum...
Randy Baumgarte [Mon, 29 Nov 2010 18:49:39 +0000 (13:49 -0500)]
- Corrected various null pointer errors. - Corrected problem indexing large PDF documents. - Altered database status status dialog to include unindexed resource count.

13 years agoRemove visibility of "share with individuals" because that information isn't currentl...
Randy Baumgarte [Mon, 29 Nov 2010 00:48:20 +0000 (19:48 -0500)]
Remove visibility of "share with individuals" because that information isn't currently synchronized properly if done from another client.

13 years agoCleanup of initial sync with ink notes and added the ability to highlight words in...
Randy Baumgarte [Mon, 29 Nov 2010 00:32:39 +0000 (19:32 -0500)]
Cleanup of initial sync with ink notes and added the ability to highlight words in images.

13 years agoAdd initial logic for setting up shared/published notebooks. Added logic to download...
Randy Baumgarte [Sat, 27 Nov 2010 17:22:10 +0000 (12:22 -0500)]
Add initial logic for setting up shared/published notebooks. Added logic to download ink note images from Evernote.

13 years agoAdded additional ODF formats to indexing.
Randy Baumgarte [Tue, 23 Nov 2010 17:18:24 +0000 (12:18 -0500)]
Added additional ODF formats to indexing.

13 years agoFix bug where resources were indexed under the resource GUID rather than the note...
Randy Baumgarte [Tue, 23 Nov 2010 13:19:47 +0000 (08:19 -0500)]
Fix bug where resources were indexed under the resource GUID rather than the note GUID.

13 years agoCleanup compiler warning messages and alter backup & restore to handle new database...
Randy Baumgarte [Mon, 15 Nov 2010 19:56:32 +0000 (14:56 -0500)]
Cleanup compiler warning messages and alter backup & restore to handle new database version.

13 years agoSplit jazzy into a separate jar and add the ability to index MicroSoft & PDF document...
Randy Baumgarte [Mon, 15 Nov 2010 14:39:59 +0000 (09:39 -0500)]
Split jazzy into a separate jar and add the ability to index MicroSoft & PDF documents directly.

13 years agoUpgrade to evernote-1.17.
Randy Baumgarte [Sun, 14 Nov 2010 13:37:14 +0000 (08:37 -0500)]
Upgrade to evernote-1.17.

13 years agoAdd the ability to assign custom icons to the "All Notebooks" & stack icons.
Randy Baumgarte [Fri, 12 Nov 2010 13:53:26 +0000 (08:53 -0500)]
Add the ability to assign custom icons to the "All Notebooks" & stack icons.

13 years agoAdd the ability to add & remove notebook stacks.
Randy Baumgarte [Thu, 11 Nov 2010 17:59:06 +0000 (12:59 -0500)]
Add the ability to add & remove notebook stacks.

13 years agoAdd the ability to customize saved search icons.
Randy Baumgarte [Sun, 7 Nov 2010 18:23:53 +0000 (13:23 -0500)]
Add the ability to customize saved search icons.

13 years agoAdd ability to customize tag icons
Randy Baumgarte [Sun, 7 Nov 2010 15:58:54 +0000 (10:58 -0500)]
Add ability to customize tag icons

13 years agoAdd logic to display stacks in notebook tree
Randy Baumgarte [Sun, 7 Nov 2010 12:13:54 +0000 (07:13 -0500)]
Add logic to display stacks in notebook tree

13 years agoAllow customizing of notebook icons.
Randy Baumgarte [Fri, 5 Nov 2010 18:52:41 +0000 (14:52 -0400)]
Allow customizing of notebook icons.

13 years agoCorrecte problem where addNote from tray icon didn't show new note window.
Randy Baumgarte [Fri, 5 Nov 2010 14:28:44 +0000 (10:28 -0400)]
Correcte problem where addNote from tray icon didn't show new note window.

13 years agoForced new thumbnails after db upgrade
Randy Baumgarte [Fri, 5 Nov 2010 14:20:22 +0000 (10:20 -0400)]
Forced new thumbnails after db upgrade

13 years agoCleanup of some of the thumbnail logic to be less resource intensive.
Randy Baumgarte [Fri, 5 Nov 2010 14:17:19 +0000 (10:17 -0400)]
Cleanup of some of the thumbnail logic to be less resource intensive.

13 years agoAdded logic to download all linked & shared data structures.
Randy Baumgarte [Fri, 5 Nov 2010 14:14:53 +0000 (10:14 -0400)]
Added logic to download all linked & shared data structures.

13 years agoAdded 0.95 database structures
Randy Baumgarte [Fri, 5 Nov 2010 14:14:16 +0000 (10:14 -0400)]
Added 0.95 database structures

13 years agoFix bug where the external editor would force a close of the main window when the...
Randy Baumgarte [Fri, 5 Nov 2010 11:53:57 +0000 (07:53 -0400)]
Fix bug where the external editor would force a close of the main window when the external editor was closed while the main window was minimized to the tray.

13 years agoAdd linked & shared notebook tables
Randy Baumgarte [Fri, 5 Nov 2010 11:53:40 +0000 (07:53 -0400)]
Add linked & shared notebook tables

13 years agoRemove logging from terminal output.
Randy Baumgarte [Wed, 3 Nov 2010 17:01:58 +0000 (13:01 -0400)]
Remove logging from terminal output.

13 years agoMerge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote...
Randy Baumgarte [Wed, 3 Nov 2010 00:58:49 +0000 (20:58 -0400)]
Merge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote/nevernote into development

13 years agoUpdated changelog
Randy Baumgarte [Wed, 3 Nov 2010 00:58:04 +0000 (20:58 -0400)]
Updated changelog

13 years agoCleanup messages.
Randy Baumgarte [Tue, 2 Nov 2010 23:24:49 +0000 (19:24 -0400)]
Cleanup messages.

13 years agoMerge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote...
Randy Baumgarte [Tue, 2 Nov 2010 23:04:17 +0000 (19:04 -0400)]
Merge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote/nevernote into development

13 years agoMerge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote...
xVir [Tue, 2 Nov 2010 14:40:15 +0000 (20:40 +0600)]
Merge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote/nevernote into development

13 years agoPut timelimit on notes where a thumbnail won't be immediately updated.
Randy Baumgarte [Tue, 2 Nov 2010 13:23:49 +0000 (09:23 -0400)]
Put timelimit on notes where a thumbnail won't be immediately updated.

13 years agoModify tag & notebook selection to be more like evernote & allow nothing to be selected.
Randy Baumgarte [Tue, 2 Nov 2010 13:19:36 +0000 (09:19 -0400)]
Modify tag & notebook selection to be more like evernote & allow nothing to be selected.

13 years agoChanged selection behavior to match Evernote client in tag & notebook trees.
Randy Baumgarte [Mon, 1 Nov 2010 23:43:16 +0000 (19:43 -0400)]
Changed selection behavior to match Evernote client in tag & notebook trees.

13 years agoMerge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote...
Randy Baumgarte [Mon, 1 Nov 2010 00:50:15 +0000 (20:50 -0400)]
Merge branch 'development' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote/nevernote into development

13 years agoUpdated changelog.
Randy Baumgarte [Sun, 31 Oct 2010 20:37:48 +0000 (16:37 -0400)]
Updated changelog.

13 years agoCorrect bug where tags were not being refershed after being added.
Randy Baumgarte [Sun, 31 Oct 2010 19:10:31 +0000 (15:10 -0400)]
Correct bug where tags were not being refershed after being added.

13 years agoCorrect bug where tags were not being refershed after being added.
Randy Baumgarte [Sun, 31 Oct 2010 19:10:31 +0000 (15:10 -0400)]
Correct bug where tags were not being refershed after being added.

13 years agoAdd nevernote-osx for Mac users and remove old unused gif files.
Randy Baumgarte [Sun, 31 Oct 2010 18:59:58 +0000 (14:59 -0400)]
Add nevernote-osx for Mac users and remove old unused gif files.

13 years agoMerge branch 'refresh_current_note' into development
xVir [Sat, 30 Oct 2010 15:50:39 +0000 (22:50 +0700)]
Merge branch 'refresh_current_note' into development

13 years agoFixed problem with refresh note
xVir [Sat, 30 Oct 2010 15:49:31 +0000 (22:49 +0700)]
Fixed problem with refresh note
Enabled logging in stdout

13 years agoMerge branch 'account_info_design' into development
xVir [Sat, 30 Oct 2010 10:05:42 +0000 (17:05 +0700)]
Merge branch 'account_info_design' into development

13 years agoShow User Name
xVir [Sat, 30 Oct 2010 10:04:40 +0000 (17:04 +0700)]
Show User Name
E-mail now can be copied

13 years agoMerge branch 'quota_bar' into development
Danil [Sat, 30 Oct 2010 08:03:10 +0000 (15:03 +0700)]
Merge branch 'quota_bar' into development

13 years agoNow account information appears on mouse click Quota Progress bar
xVir [Sat, 30 Oct 2010 08:01:52 +0000 (15:01 +0700)]
Now account information appears on mouse click Quota Progress bar

13 years agoFixed classpath options
xVir [Sat, 30 Oct 2010 07:46:22 +0000 (14:46 +0700)]
Fixed classpath options

13 years agoAdded more thumbnail logic & correct search bugs.
Randy Baumgarte [Thu, 28 Oct 2010 20:53:30 +0000 (16:53 -0400)]
Added more thumbnail logic & correct search bugs.

13 years agoUpdated editor & toolbar icons
Randy Baumgarte [Sat, 23 Oct 2010 16:23:52 +0000 (12:23 -0400)]
Updated editor & toolbar icons

13 years agoUpdate merge with local branch. Changes:
Randy Baumgarte [Sat, 23 Oct 2010 16:05:41 +0000 (12:05 -0400)]
Update merge with local branch.  Changes:

- Notes can now be edited in a separate window by double clicking it from the list.
- You can specify a default font & size for new notes.
- Added additional time & date formats.
- Added an "All Notes" button to the button bar.
- The default notebook can now be changed (although there still isn't a visual indicator on which is the default notebook).
- You can now move the note list to be between the note editor and the left hand items (notebook, tags, etc).  This is by request for wider screens to improve space usage.
- Images are now limited to the maximum width of the window to make viewing easier.
- Added a popup to give an error if NeverNote can't connect to the database because another process is using it.
- Corrected a bug in the save note process that could result in the save thread to crash.
- Corrected numerous issues with encrypting & decrypting text in notes.
- Corrected note import where resources could be lost.
- Corrected an error where note columns would be resized back to the startup values after entering preferences.
- Corrected error when editing a note with a PDF where the PDF could be lost when doing a PDF preview and editing the content.
- Corrected an issue where the online note history may not work due to a null pointer.
- Corrected problem where changing the note status wasn't displayed properly.
- Corrected where threads may not terminate in a timely manor during shutdown.
- Corrected a bug where the note title wasn't being displayed as unsynchronized properly when updated.

13 years agoUpgrade scripts to 0.92.1
Randy Baumgarte [Mon, 11 Oct 2010 16:36:24 +0000 (12:36 -0400)]
Upgrade scripts to 0.92.1

13 years agoCorrect number format exception on proxy port and update to 0.92.1
Randy Baumgarte [Mon, 11 Oct 2010 16:16:16 +0000 (12:16 -0400)]
Correct number format exception on proxy port and update to 0.92.1

13 years agoAdded the ability to hide some of the toolbar buttons.
Randy Baumgarte [Mon, 11 Oct 2010 01:55:57 +0000 (21:55 -0400)]
Added the ability to hide some of the toolbar buttons.

13 years agoUpgrade to 0.92
Randy Baumgarte [Sun, 10 Oct 2010 13:57:53 +0000 (09:57 -0400)]
Upgrade to 0.92

13 years agoBeginning logic framework to import notebooks & tags when importing notes.
Randy Baumgarte [Sun, 10 Oct 2010 13:57:37 +0000 (09:57 -0400)]
Beginning logic framework to import notebooks & tags when importing notes.

13 years agoCorrect possible data loss on sync.
Randy Baumgarte [Sun, 10 Oct 2010 13:56:53 +0000 (09:56 -0400)]
Correct possible data loss on sync.

13 years agoAdd experimental http proxy support
Randy Baumgarte [Sat, 9 Oct 2010 15:06:30 +0000 (11:06 -0400)]
Add experimental http proxy support

13 years agoPrevent inserting an image which is zero bytes.
Randy Baumgarte [Fri, 8 Oct 2010 13:29:33 +0000 (09:29 -0400)]
Prevent inserting an image which is zero bytes.

13 years agoChange spell check defaults and allow options to be changed without a restart.
Randy Baumgarte [Thu, 7 Oct 2010 18:48:18 +0000 (14:48 -0400)]
Change spell check defaults and allow options to be changed without a restart.

13 years agoAdd logic to remember if note information was displayed and restore it after a restart.
Randy Baumgarte [Thu, 7 Oct 2010 16:19:09 +0000 (12:19 -0400)]
Add logic to remember if note information was displayed and restore it after a restart.

13 years agoMinor cleanup of spell check.
Randy Baumgarte [Thu, 7 Oct 2010 12:37:10 +0000 (08:37 -0400)]
Minor cleanup of spell check.

13 years agoAdded forgotten action to save spell settings.
Randy Baumgarte [Thu, 7 Oct 2010 11:50:53 +0000 (07:50 -0400)]
Added forgotten action to save spell settings.

13 years agoFix tag line editor strangeness and add spell config dialog.
Randy Baumgarte [Thu, 7 Oct 2010 11:38:58 +0000 (07:38 -0400)]
Fix tag line editor strangeness and add spell config dialog.

13 years agoAdd option to start minimized.
Randy Baumgarte [Wed, 6 Oct 2010 16:06:28 +0000 (12:06 -0400)]
Add option to start minimized.

13 years agoAdded todo to editor button bar.
Randy Baumgarte [Wed, 6 Oct 2010 16:06:10 +0000 (12:06 -0400)]
Added todo to editor button bar.

13 years agoCleanup the spell checker dialog.
Randy Baumgarte [Wed, 6 Oct 2010 14:37:00 +0000 (10:37 -0400)]
Cleanup the spell checker dialog.

13 years agoModified build for 0.92 and fix nevernote.bat 64 bit problem.
Randy Baumgarte [Sun, 10 Oct 2010 11:30:46 +0000 (07:30 -0400)]
Modified build for 0.92 and fix nevernote.bat 64 bit problem.

13 years agoUpdated 0.92 information
Randy Baumgarte [Sun, 10 Oct 2010 00:29:42 +0000 (20:29 -0400)]
Updated 0.92 information

13 years agoUpdate build scripts for 0.91
Randy Baumgarte [Sun, 3 Oct 2010 15:42:03 +0000 (11:42 -0400)]
Update build scripts for 0.91

13 years agoFix translations directory to match source and fix note title sql problem.
Randy Baumgarte [Sun, 3 Oct 2010 15:36:23 +0000 (11:36 -0400)]
Fix translations directory to match source and fix note title sql problem.

13 years agoUpgrade version number to 0.91 and update changelog.txt
Randy Baumgarte [Fri, 1 Oct 2010 19:29:38 +0000 (15:29 -0400)]
Upgrade version number to 0.91 and update changelog.txt

13 years agoUpdate release & upgrade infor. Fix clean.sh script.
Randy Baumgarte [Fri, 1 Oct 2010 19:33:13 +0000 (15:33 -0400)]
Update release & upgrade infor.  Fix clean.sh script.

13 years agoAdded *.qm files since they should be generated each time.
Randy Baumgarte [Fri, 1 Oct 2010 18:16:26 +0000 (14:16 -0400)]
Added *.qm files since they should be generated each time.

13 years agoUninstall icon for Windows
Randy Baumgarte [Fri, 1 Oct 2010 18:15:58 +0000 (14:15 -0400)]
Uninstall icon for Windows

13 years agoHopefully this did the translations properly.
Randy Baumgarte [Fri, 1 Oct 2010 18:03:32 +0000 (14:03 -0400)]
Hopefully this did the translations properly.

13 years agoMerge Hiroshi's changes.
Randy Baumgarte [Fri, 1 Oct 2010 16:39:08 +0000 (12:39 -0400)]
Merge Hiroshi's changes.

13 years agoCorrect problem where toolbar would always be hidden when the program was closed...
Randy Baumgarte [Fri, 1 Oct 2010 14:50:59 +0000 (10:50 -0400)]
Correct problem where toolbar would always be hidden when the program was closed while minimized.

13 years agoCorrect JTidy to input text in UTF-8 to prevent some characters from being garbled.
Randy Baumgarte [Fri, 1 Oct 2010 11:38:52 +0000 (07:38 -0400)]
Correct JTidy to input text in UTF-8 to prevent some characters from being garbled.

13 years agoLowered timer for hiding the window on minimize.
Randy Baumgarte [Thu, 30 Sep 2010 22:05:32 +0000 (18:05 -0400)]
Lowered timer for hiding the window on minimize.

13 years agoRemove percent encoding from mail message.
Randy Baumgarte [Thu, 30 Sep 2010 22:02:12 +0000 (18:02 -0400)]
Remove percent encoding from mail message.

13 years agoReject the ability to reorder tags when "hide inactive" is selected because it messes...
Randy Baumgarte [Thu, 30 Sep 2010 12:17:32 +0000 (08:17 -0400)]
Reject the ability to reorder tags when "hide inactive" is selected because it messes things up.

13 years agoCorrect problem where the URL couldn't have a ' in the text.
Randy Baumgarte [Wed, 29 Sep 2010 17:21:09 +0000 (13:21 -0400)]
Correct problem where the URL couldn't have a ' in the text.

13 years agoCorrect QLabel to have tr statement.
Randy Baumgarte [Wed, 29 Sep 2010 17:20:34 +0000 (13:20 -0400)]
Correct QLabel to have tr statement.

13 years agoAdded the ability to select the encryption method.
Randy Baumgarte [Wed, 29 Sep 2010 16:12:46 +0000 (12:12 -0400)]
Added the ability to select the encryption method.

13 years agoPrevent spaces from being used in the database encryption dialog.
Randy Baumgarte [Wed, 29 Sep 2010 14:01:44 +0000 (10:01 -0400)]
Prevent spaces from being used in the database encryption dialog.

13 years agoAdded logic to remember if window was maximized, so it restores properly out of the...
Randy Baumgarte [Wed, 29 Sep 2010 11:06:21 +0000 (07:06 -0400)]
Added logic to remember if window was maximized, so it restores properly out of the tray.

13 years agoAdded shortcut entry for encrypting the database.
Randy Baumgarte [Wed, 29 Sep 2010 11:05:49 +0000 (07:05 -0400)]
Added shortcut entry for encrypting the database.

13 years agoMinimize to system tray if system tray icon is visible, otherwise minimize to the...
Randy Baumgarte [Wed, 29 Sep 2010 01:08:06 +0000 (21:08 -0400)]
Minimize to system tray if system tray icon is visible, otherwise minimize to the task bar.

13 years agoAdd the ability to encrypt & decrypt the database more easily.
Randy Baumgarte [Tue, 28 Sep 2010 22:18:18 +0000 (18:18 -0400)]
Add the ability to encrypt & decrypt the database more easily.

13 years agoAllow users to specify sleep interval between looking for unindexed notes.
Randy Baumgarte [Tue, 28 Sep 2010 12:41:44 +0000 (08:41 -0400)]
Allow users to specify sleep interval between looking for unindexed notes.

13 years agoFix logic that caused a note's title to be pulled from the text when it is not manual...
Randy Baumgarte [Tue, 28 Sep 2010 12:41:06 +0000 (08:41 -0400)]
Fix logic that caused a note's title to be pulled from the text when it is not manually entered.

13 years agoCorrect problem parsing notes where carriage returns did not separate some XML lines...
Randy Baumgarte [Mon, 27 Sep 2010 23:09:09 +0000 (19:09 -0400)]
Correct problem parsing notes where carriage returns did not separate some XML lines and fix a problem where words beginning with non alphanumeric characters were excluded.

13 years agoCorrect unicode problem when duplicating a note.
Randy Baumgarte [Mon, 27 Sep 2010 20:56:48 +0000 (16:56 -0400)]
Correct unicode problem when duplicating a note.

13 years agoRemove StringUtils.java
Randy Baumgarte [Sat, 25 Sep 2010 19:08:08 +0000 (15:08 -0400)]
Remove StringUtils.java

13 years agoAdd SpellCheck.java
Randy Baumgarte [Sat, 25 Sep 2010 19:06:53 +0000 (15:06 -0400)]
Add SpellCheck.java

13 years ago- Add bulid packages, update install.txt, and re-commit BrowserWindow & TableViewHeah...
Randy Baumgarte [Thu, 23 Sep 2010 22:33:46 +0000 (18:33 -0400)]
- Add bulid packages, update install.txt, and re-commit BrowserWindow & TableViewHeahder.java

13 years agoMerge branch 'master' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote/nevernote
Randy Baumgarte [Tue, 21 Sep 2010 20:20:26 +0000 (16:20 -0400)]
Merge branch 'master' of ssh://nevernote.git.sourceforge.net/gitroot/nevernote/nevernote

Conflicts:
src/cx/fbn/nevernote/gui/BrowserWindow.java
src/cx/fbn/nevernote/gui/TableViewHeader.java

13 years agoUpdate changelog.txt with 0.90 changes
Randy Baumgarte [Tue, 21 Sep 2010 01:29:37 +0000 (21:29 -0400)]
Update changelog.txt with 0.90 changes

13 years agoAltered nevernote.sh to handle both 32 & 64 bit libraries
Randy Baumgarte [Tue, 21 Sep 2010 01:21:13 +0000 (21:21 -0400)]
Altered nevernote.sh to handle both 32 & 64 bit libraries