
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Lightweight crossplatform application for notes managment with simple interface.
Written in the C++ programming language using Qt framework.
When I migrated from XFCE, I could not find a program simular to xfce4-Notes-plugin, so I created this program.
Has versions for GNU/Linux, Windows, OS/2.
9 years ago
zNotes 0.4.5
* Fixed problems with creating and using notes directory on MeeGo
* Added Note Creation Dialog
* Added highlighting rules setup to configuration dialog
* Added action for editing command list
* Optimized source code
* Added slovak translation
* Added spanish translation
9 years ago
zNotes 0.4.5
* Fixed problems with creating and using notes directory on MeeGo
* Added Note Creation Dialog
* Added highlighting rules setup to configuration dialog
* Added action for editing command list
* Optimized source code
* Added slovak translation
* Added spanish translation
zloidemon
11 years ago
http://gitorious.org/zloidemon-freebsd-ports/trunk/trees/master/znotes
Report
ru-proton
11 years ago
Report
Sparrowmelody
11 years ago
I tend to use Zim, that is more for advanced notes/wiki than anything, but this is just ideal to have around. Low resource usage and just the right set of features.
I am amused by the Scripts tab at the preferences menu. However I didn't find any reference in the package, nor any example script to use. I'd like to feature request a few example scripts to see how they can be useful.
Report
ru-proton
11 years ago
Thank you for response.
I know about problem with using scripts, it's in my TODO list now)
You can execute added scripts by pressing on button "Commands" on toolbar.
Script is shell command/script.
Report
Sparrowmelody
11 years ago
I see about scripts, by the way, maybe this is a bug. When I shutdown my machine (KDE 4.3, Ubuntu 9.10) zNotes blocks the shutdown and the tray icon becomes transparent. After this I can shutdown again and it doesn't keep blocking.
I compiled zNotes from the latest sources as of now.
Report
ru-proton
11 years ago
Report
Sparrowmelody
11 years ago
Report
ru-proton
11 years ago
Intresting, that's the first time I've heard about this problem. I'll try to reproduce this bug.
Report
Sparrowmelody
11 years ago
Report
Sparrowmelody
11 years ago
What information can I provide to help?
Report
ru-proton
11 years ago
Yes, simular functions are planned (including automatic update of notes list).
Report
Sparrowmelody
11 years ago
I do, but I am not in a stable residence at the moment, so I cannot sit in front of the computer as much as I'd like...does OpenDesktop.org have message capabilities? Can work...
By the way, I would like to make a small suggestion...I made a small script (nothing complex, just a pipe) to generate notes from text snippets. However, to read the new notes, zNotes has to be restarted. Is it possible to add a "refresh" button?
Report
ru-proton
11 years ago
And it's almost ready, I planned to realize it this month.
How I can contact with you to test it before realize?
Do you use jabber (or any other IM)?
Report
Gen2ly
11 years ago
Is it something you have planned to be able to have clickable links in the notes? I tend to use alot of weblinks when I create notes. :)
Report
ru-proton
11 years ago
Report
ru-proton
11 years ago
I'll add this feature when I find, how to make it.
Report
ru-proton
11 years ago
Report
xelat
11 years ago
Nice application. I use it on a Windows-PC too. I created the EXE using MingW32, Qt4.5.3-static and wine. As it is a static build, I compressed it using UPX.
size: 3.7MB
md5sum: 487a4fe39fa43a88c6ff2e5584e084d4 znotes034.exe
url: http://www.2shared.com/file/8947791/f4d523ab/znotes034.html
Ty
xelat
Report
ru-proton
11 years ago
How I can contact with you?
Report
Chytrex_double
11 years ago
/usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.h
/usr/bin/uic-qt4 configdialog.ui -o ui_configdialog.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o mainwindow.o mainwindow.cpp
mainwindow.cpp: In constructor ‘MainWindow::MainWindow(QWidget*)’:
mainwindow.cpp:208: error: invalid use of incomplete type ‘struct QStyle’
/usr/include/qt4/QtGui/qwidget.h:66: error: forward declaration of ‘struct QStyle’
mainwindow.cpp:208: error: incomplete type ‘QStyle’ used in nested name specifier
mainwindow.cpp:209: error: invalid use of incomplete type ‘struct QStyle’
/usr/include/qt4/QtGui/qwidget.h:66: error: forward declaration of ‘struct QStyle’
mainwindow.cpp:209: error: incomplete type ‘QStyle’ used in nested name specifier
mainwindow.cpp:210: error: invalid use of incomplete type ‘struct QStyle’
/usr/include/qt4/QtGui/qwidget.h:66: error: forward declaration of ‘struct QStyle’
mainwindow.cpp:210: error: incomplete type ‘QStyle’ used in nested name specifier
mainwindow.cpp:223: error: invalid use of incomplete type ‘struct QStyle’
/usr/include/qt4/QtGui/qwidget.h:66: error: forward declaration of ‘struct QStyle’
mainwindow.cpp:223: error: incomplete type ‘QStyle’ used in nested name specifier
mainwindow.cpp:230: error: invalid use of incomplete type ‘struct QStyle’
/usr/include/qt4/QtGui/qwidget.h:66: error: forward declaration of ‘struct QStyle’
mainwindow.cpp:230: error: incomplete type ‘QStyle’ used in nested name specifier
make: *** [mainwindow.o] Error 1
Using Qt version 4.4.3 in /usr/lib
qt4 development packages are installed.. Any ideas?
Report
Chytrex_double
11 years ago
Quote:
/usr/bin/lrelease translations/znotes_ru.ts
/usr/bin/uic-qt4 mainwindow.ui -o build/ui_mainwindow.h
/usr/bin/uic-qt4 configdialog.ui -o build/ui_configdialog.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DPROGRAM_DATA_DIR=\"/usr/share/znotes/\" -DVERSION=\"0.2.6\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ibuild -Ibuild -o build/main.o main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DPROGRAM_DATA_DIR=\"/usr/share/znotes/\" -DVERSION=\"0.2.6\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ibuild -Ibuild -o build/mainwindow.o mainwindow.cpp
In file included from mainwindow.cpp:2:
build/ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:
build/ui_mainwindow.h:56: error: ‘class QTabWidget’ has no member named ‘setDocumentMode’
make: *** [build/mainwindow.o] Error 1
What is minimal version of QT4 for this app?
Report
ru-proton
11 years ago
Report
Chytrex_double
11 years ago
Report
ru-proton
11 years ago
Report
Drino
11 years ago
P.S. Sorry for my bad English...
Report