June 2010 Commit Log

Number of Commits:
27
Number of Active Developers:
3
damato 2010-06-29 19:43 Rev.: 4772

* Makefile: added a top-level Makefile to allow to compile YAM without
having to dive into the 'src' directory.
* tools/mkrelease.sh: got rid of the pushd/popd combo as these commands
are not supported by all different shell flavours.

48 lines of code changed in 2 files:

tboeckel 2010-06-29 16:56 Rev.: 4770

* Makefile: added YAM.cd to the dependencies of each translation.

1 lines of code changed in 1 file:

tboeckel 2010-06-28 08:20 Rev.: 4768

* mui/YAM.c: set up a correct and not too long Commodity title string. This
finally fixes the last PatchWork hit of #170.

13 lines of code changed in 1 file:

damato 2010-06-27 13:07 Rev.: 4767

* Makefile,Makefile.dep: changed the dependency file generation once more
to also catch the cases where the object files are stored in subdirs of
our $OBJDIR hierarchy.

22 lines of code changed in 1 file:

damato 2010-06-26 19:25 Rev.: 4765

* Makefile,Makefile.dep: fixed dependency creation by reintroduction the
patching of the Makefile.dep file via 'sed' so that the dependencies are
relative to the '.obj_XXX' directories which prevents the whole dependencies
from working lately.

2 lines of code changed in 1 file:

damato 2010-06-26 18:51 Rev.: 4764

* mui/BIrthdayRequestWindow.c, YAM.c: removed the whole birthdayCheckSemaphore
mechanism as a semaphore doesn't seem to be required. Please keep in mind
that the GUI functionality will always be executed in the same process/task
even if we introduce multithreading in future. This means that in even in
future all GUI/MUI operations are executed in the same thread and thus a
locking via a sempahore is unnecessary AFAICS.

0 lines of code changed in 3 files:

opiopi 2010-06-26 16:12 Rev.: 4761

* mui/BirthdayRequestWindow.c: Use the correct MSG_... for MakeCheck().




2 lines of code changed in 1 file:

tboeckel 2010-06-24 15:20 Rev.: 4758

* YAM.c, mui/BirthdayRequestWindow.c: changed the embedded semaphore structure
into a dynamically allocated one. This supports OS4's resource tracking.

24 lines of code changed in 3 files:

tboeckel 2010-06-24 15:18 Rev.: 4757

* Debug.c: clear the semaphore structure before calling InitSemaphore(). The
"CxBroker" hit is harmless as commodities.library will truncate too long
strings automatically. This closes #171.

2 lines of code changed in 1 file:

tboeckel 2010-06-24 14:02 Rev.: 4754

* mui/BirthdayRequestWindow.c: added a few 'static' and 'const' keywords.

3 lines of code changed in 1 file:

opiopi 2010-06-24 01:14 Rev.: 4752

* YAM_AB.c, YAM.h: Revert the changes for changeset 4725 and 4723
(2010-05-30) because they are not needed with the checkbox into
the birthday requester.

1 lines of code changed in 2 files:

opiopi 2010-06-23 23:55 Rev.: 4751

forget to commit the changed YAM.c and YAM.h files.

4 lines of code changed in 2 files:

opiopi 2010-06-23 23:51 Rev.: 4750

* mui/BirthdayRequestWindow.c, YAM.c, YAM.h, locale/YAM.cd:
Add a checkbox to the birthday requester. If the user leave the checkbox
enabled then the user and alias is saved to a file PROGDIR:.birthdaycheck
and the birthday requester for this user and alias is not displayed again
on the same day. This closes #16.
* locale/german.ct: updated translation according to the latest changes.

270 lines of code changed in 1 file:

tboeckel 2010-06-18 08:54 Rev.: 4748

* Makefile: removed all dependencies from automatically generated #?.c files in the "all" target. These file are correctly generated and compiled due to the dependency of the final target on their respective #?.o files.

1 lines of code changed in 1 file:

damato 2010-06-18 08:50 Rev.: 4747

- reverted the last change in changing the dependency order in the 'all' target and added
'Locale.h' as a required dependency to the GenClasses target instead.

2 lines of code changed in 1 file:

tboeckel 2010-06-18 08:45 Rev.: 4746

* Makefile: moved the Locale.c target ahead of the classinfo target to make the project compiable again from scratch.

1 lines of code changed in 1 file:

tboeckel 2010-06-17 12:08 Rev.: 4743

* Makefile: build mui/Classes.o as soon as the new class descriptions have
been created. This solves the issue of undefinied references in case a new
class has been added and the need of a recompile in case new class
attributes have been defined.

2 lines of code changed in 1 file:

tboeckel 2010-06-17 11:59 Rev.: 4742

* Rexx.c, YAM_MA.c: added missing tr()'s.

10 lines of code changed in 5 files:

tboeckel 2010-06-17 11:51 Rev.: 4741

* Rexx.c, YAM_MA.c: in case an ARexx script could be successfully sent off to
the REXX process but failed later (i.e. no real ARexx script) an error
message will now be shown.

36 lines of code changed in 3 files:

tboeckel 2010-06-15 21:27 Rev.: 4740

* mui/MainWindowToolbar.c: fixed an inconsistency when automatically marking
previously found mails from the search window. The "Spam" button could be
left inactive although there were mails selected and not yet marked as spam.

5 lines of code changed in 1 file:

tboeckel 2010-06-15 15:53 Rev.: 4739

* src/YAM_FI.c: clicking on "Select matched" in the search window will now
correctly refresh the main window's toolbar and menu items to reflect the
selection.

2 lines of code changed in 1 file:

tboeckel 2010-06-14 10:38 Rev.: 4738

* mui/WriteWindow.c: simplyfied the recipient setup by redirecting the horse
work to the Recipientstring class.

5 lines of code changed in 1 file:

damato 2010-06-13 10:40 Rev.: 4737

* YAM_AB.c, mui/Recipientstring.c: moved the AB_InsertAddress() function as
a private static function to the Recipientstring class as it didn't have any
dependencies to other functionality.

41 lines of code changed in 4 files:

tboeckel 2010-06-13 07:42 Rev.: 4736

* YAM_AB.c: removed the limitation that a Recipientstring object must have
MUIA_UserData set to be able to append recipients instead of replacing
everything. Furthermore the added recipient will no longer be assembled
manually but using the respective method of the Recipientstring class.

20 lines of code changed in 1 file:

tboeckel 2010-06-11 11:04 Rev.: 4735

* mui/Recipientstring.c: a possible "mailto:" header in front of an address
will now be stripped upon resolving the complete string. This closes #93.

6 lines of code changed in 1 file:

tboeckel 2010-06-09 16:30 Rev.: 4734

* mui/WriteWindow.c: the tabs' title texts and several other static texts were
initialized on the very first use only. Restarting YAM by choosing "Restart"
from the project menu closed YAM's catalog and reopened it later. This could
result in invalid pointers the next time the write window was opened again.
Now the pointers are initialized every time. We really must get rid of these
static variables!! This closed #167.

23 lines of code changed in 1 file:

damato 2010-06-05 14:08 Rev.: 4732

* misc: implemented new hidden option and functionality "ExpungeIndexes"
which takes number of seconds for which the index of a custom folder
will be automatically expunged together with the writeindexes timer.
This should allow to automatically free memory in case a folder hasn't
been used for a long time. The default for this option is 10 min.
This fulfills and closes #144.

73 lines of code changed in 8 files:

May 2010 »

Generated by StatSVN 0.7.0