
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
MateEdit is a multi-user editor which allows concurrent editing of files. It currently features change highlighting, different text colours for each user and a communication window. MateEdit can be used for idea exchanges, programming, role playing and any other task where people share their thoughts and collaborate.
15 years ago
0.2
Added undo
Merge zeroconf and non-zeroconf branch
Better integration of zeroconf and non-zeroconf clients
Use real username for user details
0.1.6 and 0.1.1
Fix compile for GCC 3.4
0.1.5
Added zeroconf support.
This is a KDE 3.4 only release. It provides easy service discovery using zeroconf/dnssd. Make sure you have Apple's mdnsresponder (not howl) installed and your KDE 3.4 was compiled with zeroconf support. For more information visit http://wiki.kde.org/tiki-index.php?page=Zeroconf+in+KDE
0.1
Initial Release
15 years ago
0.2
Added undo
Merge zeroconf and non-zeroconf branch
Better integration of zeroconf and non-zeroconf clients
Use real username for user details
0.1.6 and 0.1.1
Fix compile for GCC 3.4
0.1.5
Added zeroconf support.
This is a KDE 3.4 only release. It provides easy service discovery using zeroconf/dnssd. Make sure you have Apple's mdnsresponder (not howl) installed and your KDE 3.4 was compiled with zeroconf support. For more information visit http://wiki.kde.org/tiki-index.php?page=Zeroconf+in+KDE
0.1
Initial Release
neversfelde
14 years ago
I'd like to try mateedit, but I can't even start it on my Kubuntu Edgy.
Output from the shell is:
StartDialogBase::setProperty( "sizeGripEnabled", value ) failed: property invalid, read-only or does not exist
Any ideas?
Report
nicodietrich
15 years ago
compiling mateedit-0.2 using gcc-4.0.2, libqt3c-3.3.3, libqt3-mt-dev-3.3.4 (on current ubuntu breezy), i got:
message.h:183: error: ‘QBuffer’ has not been declared
I could easily fix it by inserting
#include
into message.h
Thanks for a promising app! (wanted to implement such a thing for myself)
Report
superheld
15 years ago
great work. at this moment, i chat with my brother and we send us manipulated pictures. maybe, there can be a plugin or something else, to edit pictus in a group? ;)
greetz
Report
fungs
15 years ago
Google for it.
Report
foldrian
16 years ago
Report
aramm
16 years ago
Report
djmaze
15 years ago
Report
EliasP
15 years ago
Greetings
Elias P.
Report
ViRgiLiO
16 years ago
Report
ViRgiLiO
16 years ago
Report
aramm
16 years ago
Report
Superstoned
16 years ago
Report
aramm
16 years ago
Report
Superstoned
16 years ago
I dont know how you exactly implemented this, but if its a seperate 'protocol' I think you can add it to kopete (just like there are aim, irc, msn etc). but it'd be even better if it could work upon existing protocols, like msn or icq. so the users can simply open this drawer and start working together. maybe add painting too, maybe with kolourpaint, so they can work together on something like that. and maybe rich-text edit etc?
I imagine people can work on a application (EVERY application) together while talking in their mic's :D
Would be cool for kde 4.0...
Report
aramm
16 years ago
Yes, MateEdit uses it's own protocol. This is quite simple at this stage (user joins, user leaves, chat message, insert operation, and delete operation), but I am sure additional operations will follow.
Kopete integration with sharing chat messages via any protocol could be done. Instead of drawers, I think "dragging" people into a MateEdit session would be the way to go.
Painting is really something different as the current algorithm and the protocol work on text only.
Rich-text could be achieved as well, but would add complexity.
I think though that for all applications to be collaborative more developers are needed. But I like the idea :) So if you are keen, join the team ;)
Report
Superstoned
16 years ago
Report