omms-devel Mailing List for Open Modular Message System
Status: Pre-Alpha
Brought to you by:
braunfn
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
(1) |
|---|
|
From: Florian B. <Flo...@gm...> - 2000-12-04 00:28:48
|
Hi I released a new version of the sources (0.0.3). The Qt version (only on CVS) should also work with that. -Flo -- mailto: Florian Braun <Flo...@gm...> pgp-key available at: http://rupert.informatik.uni-stuttgart.de/~braunfn/pgpkey.txt |
|
From: Florian B. <Flo...@gm...> - 2000-11-24 13:48:56
|
Hi everybody I'll be off for the next days (US-holiday+weekend), so i'm releasing an early version of an Qt-Frontend (qomms) for OMMS. You can get it from CVS. There's no autoconf yet, so maybe you have to adapt the Makefile. This frontend should only be a very simple example for OMMS, so don't expect too much. But it should be easier to handle than the textbased messenger. Anyway, feel free to play with it, until i'm back ;-) -Flo -- mailto: Florian Braun <Flo...@gm...> pgp-key available at: http://rupert.informatik.uni-stuttgart.de/~braunfn/pgpkey.txt |
|
From: Florian B. <Flo...@gm...> - 2000-11-16 06:00:33
|
i added subfolders to CVS. the interface needs foldernames now, indices are not very userfriendly :-( -- mailto: Florian Braun <Flo...@gm...> pgp-key available at: http://rupert.informatik.uni-stuttgart.de/~braunfn/pgpkey.txt |
|
From: Florian B. <Flo...@gm...> - 2000-11-15 05:51:00
|
hi config files are now supported. i added the FileConfig class. a sample file is in ommsconf. copy it to ~/.ommsconf or ~/.omms/config unfortunately i had to remove the "const" from the GetParameter() method and i don't like that. i had problems using the list<>::iterator. does anyone know how to use it in a const method? i would really appreciate it. -flo -- mailto: Florian Braun <Flo...@gm...> pgp-key available at: http://rupert.informatik.uni-stuttgart.de/~braunfn/pgpkey.txt |
|
From: Florian B. <Flo...@gm...> - 2000-11-09 06:58:24
|
Hi I documented most functions in omms.h in JavaDoc style. U can type 'make doc' in the root directory to have doxygen generate html documentation which will go into ./doc/html then. I used the /** syntax so that it should be possible to use doc++ as well. Has anyone experience with one/both systems and knows which one is better? As mentioned above most functions and classes are documented, more may follow later. I didn't document the MemXX classes (yet). They are usable child classes of the abstract interfaces and organize their data in memory. Functions which IMO don't make up a good interface are NOT documented. So if you find an undocumented function/method whatever, please doublecheck if they are a candidate of being removed again before using it. I put some comments beside these functions. -Flo -- mailto: Florian Braun <Flo...@gm...> pgp-key available at: http://rupert.informatik.uni-stuttgart.de/~braunfn/pgpkey.txt |
|
From: Florian B. <Flo...@gm...> - 2000-11-08 15:24:29
|
Hi On 08-Nov-2000 Lego Andy wrote: > Unfortunately it does not compile. > All makefiles are empty. > > O, btw, I took it from CVS. Then it´s easy: Type > autoconf > automake This will produce the Makefile.in´s. After that start > ./configure and this will produce the Makefiles I just didn´t want to include the files in CVS which are generated automatically. Enjoy -Flo -- mailto: Florian Braun <Flo...@gm...> pgp-key available at: http://rupert.informatik.uni-stuttgart.de/~braunfn/pgpkey.txt |
|
From: Lego A. <an...@x0...> - 2000-11-08 14:50:07
|
Hi! Cool idea! That is what I always wanted. Unfortunately it does not compile. All makefiles are empty. O, btw, I took it from CVS. Andy |
|
From: Florian B. <Flo...@gm...> - 2000-11-08 05:18:29
|
Hi
I just packaged a new version of the sources.
The main reason is that some compiler switches were wrong in the last
release which prevented it from being compiled properly, sorry.
Changes:
- fixed compiler switches
- added configuration interface
- folder and filter registry
-Flo
--
mailto: Florian Braun <Flo...@gm...>
pgp-key available at:
http://rupert.informatik.uni-stuttgart.de/~braunfn/pgpkey.txt
|