mindmap software in Qt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Denes Matetelki 1e417c8d47
unreadable file handled
14 years ago
.gitignore shorter lines, less qDebug(), Node::calculateBiggestAngle() works 14 years ago
Qt47supp.txt system tray, edge, node initial steps 14 years ago
README updated README file 14 years ago
algorithmtests.cpp shorter lines, less qDebug(), Node::calculateBiggestAngle() works 14 years ago
algorithmtests.h shorter lines, less qDebug(), Node::calculateBiggestAngle() works 14 years ago
applications-system.svg icon update 14 years ago
argumentparser.cpp shorter lines, less qDebug(), Node::calculateBiggestAngle() works 14 years ago
argumentparser.h Bugfixes: node cannot be scaled from scene, at node scaling, edges starting from it are adjusted to. New feature: Ctrl+mousewheel scales nodes 14 years ago
dialog-information.svg icon update 14 years ago
dialog-warning.svg add state icons, step1: toolbar 14 years ago
edge.cpp Bugfixes: node cannot be scaled from scene, at node scaling, edges starting from it are adjusted to. New feature: Ctrl+mousewheel scales nodes 14 years ago
edge.h Secondary edges 14 years ago
graphwidget.cpp unreadable file handled 14 years ago
graphwidget.h unreadable file handled 14 years ago
help-browser.svg add state icons, step1: toolbar 14 years ago
mail-attachment.svg icon update 14 years ago
main.cpp exporting to PNG image creation part went to GraphWidget, contentchange: star in the windowtitle, need to save before new/close file 14 years ago
mainwindow.cpp unreadable file handled 14 years ago
mainwindow.h huge refactor: no keys helppage, but a hideable maintoolbar 14 years ago
mainwindow.ui move subtree with mouse bugfix, export action available when scene is closed bugfix 14 years ago
node.cpp huge refactor: no keys helppage, but a hideable maintoolbar 14 years ago
node.h node losts focus during editing mode, jet remaining in editing mode bugfix 14 years ago
qtmindmap-0.2.ebuild add state icons, step1: toolbar 14 years ago
qtmindmap.pro adding status icons 14 years ago
qtmindmap.qrc icon update 14 years ago
qtmindmap.svg new icon 14 years ago
qtmindmap_hu.ts unreadable file handled 14 years ago
qtmindmap_test.pro shorter lines, less qDebug(), Node::calculateBiggestAngle() works 14 years ago
scrollarea.ui system tray, edge, node initial steps 14 years ago
system-users.svg add state icons, step1: toolbar 14 years ago
systemtray.cpp about->keys dialog added 14 years ago
systemtray.h refactor: systemtray is now a separate object 14 years ago
user-trash-full.svg add state icons, step1: toolbar 14 years ago
x-office-calendar.svg add state icons, step1: toolbar 14 years ago

README

QtMindMap


Software written in QT, aims to provide the features of Freemind(java)


Compile:

No external depencencies.

mkdir qtmindmap
cd qtmindmap
git clone git://gitorious.org/qtmindmap/qtmindmap.git
qmake qtmindmap.pro
make

Run:

./qtmindmap -h

Usage: qtmindmap [OPTION][FILE]
Mindmap program in QT

Options:
-h, --help Prints this help.
-t, --tray Starts application in system tray.
-s, --show-minimized Hide main window, just show systray icon.

Report bugs to: denes.matetelki@gmail.com


Keys:

+,- zoom in/out of the view
cursor keys move view scrollbars
ctrl + cursor keys: move active node
del remove active node
ins add new node to active node
f enter/leave hint mode
numbers, backspace, enter: select number in hint mode
F2 edit active node
esc leaving node editing, edge adding/deleting mode
editing mode: ctrl+cursor keys jump to beginning of next/prev word
a add new edge to active node (select the destination)
d delete edge of active node (select other end)
c set color of node
t set textcolor on node
ctrl shoft apply change on subtree of current node: del, move, resize, color, textcolor

Mouse:

scroll zoom in/out view
click select node
drag move node
double click sets node editable