January 2010 Commit Log

Number of Commits:
33
Number of Active Developers:
2
tboeckel 2010-01-29 10:40 Rev.: 4523

* Themes.c: each system now tries to obtain a system specific icon from the
theme (i.e. icon/new_os4.info). If that fails YAM will fall back to the
normal unspecific icon (i.e. icon/new.info). This makes it possible to
distribute system specific icons like the new big icons from AmigaOS4.1
update 1 with a theme without forcing users of other systems without on-the-
fly icon scaling to use these big icons.

31 lines of code changed in 1 file:

tboeckel 2010-01-29 09:58 Rev.: 4522

* Makefile: use fully qualified paths for svn export instead of "^/" as this requires a more recent version of svn to be installed.

6 lines of code changed in 1 file:

tboeckel 2010-01-29 09:46 Rev.: 4521

* Makefile: reverted the last change.

6 lines of code changed in 1 file:

tboeckel 2010-01-29 09:02 Rev.: 4520

* Makefile: fixed a few wrong paths in the release target.

6 lines of code changed in 1 file:

damato 2010-01-28 19:12 Rev.: 4519

- added support for creating the debugging archives as well. So now YAM is compiled twice for every platform
- fixed the release archive creating process in many ways and added DEVFLAGS= support
- renamed the "distribution" makefile target to "release" so that "make release" can be entered.

375 lines of code changed in 1 file:

tboeckel 2010-01-28 10:56

* Makefile: extended distribution target to create release archives for AROS.

2 lines of code changed in 2 files:

tboeckel 2010-01-27 15:57 Rev.: 4512

* Makefile: extended distribution target to create release archives for AROS.

180 lines of code changed in 1 file:

tboeckel 2010-01-26 17:49 Rev.: 4508

* icons/#?: moved all icons into system specific subdirectories

51 lines of code changed in 1 file:

tboeckel 2010-01-26 17:35 Rev.: 4507

* Makefile: added the binary build process to the distribution target.

6 lines of code changed in 1 file:

tboeckel 2010-01-26 17:11 Rev.: 4505

* Makefile: added "distribution" target. This one creates the distribution archives for
AmigaOS3, AmigaOS4 and MorphOS. The YAM binaries and required libraries/classes are
*NOT* yet copied!!
Before anybody complains: YES, I know, the current approach is quite ugly...

187 lines of code changed in 1 file:

damato 2010-01-14 00:29 Rev.: 4493

* misc: reverted the changes of revision 4473 where Thore forced all
NListview objects to always carry a vertical scrollbar no matter what.
While this fixed the graphics corruption symptoms reported lately,
it does not seem to be a wise decision to work around this issue in
YAM when the root of the problem is known to be originating from NList.
We really need to fix that in NList later, so to allow YAM to benefit
from further NList improvements it is better not to force YAM to
use vertical scrollers at all times.

7 lines of code changed in 19 files:

tboeckel 2010-01-11 20:12 Rev.: 4491

* YAM_MA.c: aborting the printing of several mails did not abort the process.

3 lines of code changed in 1 file:

tboeckel 2010-01-11 12:49 Rev.: 4489

* mui/Searchwindow.c: performing a next search in the read window now just
removes a notification instead of erasing the parent window pointer. First,
this makes it possible to let the "not found" window to reference the
correct parent window, and second it fixes bug #2921931 as a NULL pointer
was used without check before.

20 lines of code changed in 1 file:

tboeckel 2010-01-11 10:46

* mui/AttachmentImage: fixed the non-OS4 builds by defining the unknown
ICONGETA_SizeBounds tag as TAG_IGNORE.

9 lines of code changed in 2 files:

tboeckel 2010-01-10 16:04 Rev.: 4479

* YAM.c: starting YAM a second time while the splash window is still visible
will no longer cause the main window to be opened.

33 lines of code changed in 1 file:

tboeckel 2010-01-10 15:41 Rev.: 4478

* mui/AttachmentImage: make use of OS4.1's icon.library's ability to scale
icons itself and get rid of doing the dirty work ourself.

33 lines of code changed in 1 file:

tboeckel 2010-01-08 11:49 Rev.: 4473

* misc: all NListview objects are now forced to get a vertical scrollbars
attached, no matter if it is required at all or configured otherwise in the
NListview settings. This is meant to work around certain layout issues with
dynamically added scrollbars.

32 lines of code changed in 17 files:

tboeckel 2010-01-07 14:31 Rev.: 4472

* tools/genclasses/gc.c: fixed slightly screwed up file contents. It got somehow converted to UTF8?!?

1 lines of code changed in 1 file:

tboeckel 2010-01-07 14:26

* all: bumped the copyright of all files to 2010.

5 lines of code changed in 3 files:

tboeckel 2010-01-07 14:14 Rev.: 4469

* all: bumped the copyright of all files to 2010.

250 lines of code changed in 236 files:

tboeckel 2010-01-06 23:06 Rev.: 4463

* locale/german.ct: removed a wrong underscore character in a window title
string.

6 lines of code changed in 1 file:

tboeckel 2010-01-06 09:01 Rev.: 4462

* YAM_TR.c: when deleting a mail on the server which was not selected to be
downloaded still increased the downloaded number of bytes by its own size
and thus lead to an incorrect size display.

0 lines of code changed in 1 file:

tboeckel 2010-01-04 13:56 Rev.: 4461

* YAM.c, YAM_US.c: a directory passed to YAM via the MAILDIR command line
option or ToolType will now be reused upon a restart to make sure that the
same directory is used everytime. Additionally the first and main user's
mail directory can now be changed from within YAM. Please note however that
using MAILDIR is not recommended with multiple users as all users will share
the same configuration and mails, which most probably might not be what you
really intended. All in all this fixes bug #2923953, where different
directories (one configured but up to now unchangeable, another passed via
MAILDIR) for the main user resulted in a default configuration upon a
restart.

10 lines of code changed in 2 files:

tboeckel 2010-01-04 11:37 Rev.: 4460

* YAM_AB.c: upon importing XML address books multiple street, city, state and
country informations will now be separated by commas. This finally fixes bug
#2923894.

3 lines of code changed in 1 file:

tboeckel 2010-01-04 09:28 Rev.: 4457

* YAM.c: fixed a compiler warning about an effectless statement.

5 lines of code changed in 1 file:

tboeckel 2010-01-04 09:25 Rev.: 4456

* ReadWindow.c: added missing "Child".

1 lines of code changed in 1 file:

tboeckel 2010-01-04 09:22 Rev.: 4455

* YAM_AB.c, YAM_MA.c, ReadWindow.c, WriteWindow.c: all toolbars are now placed
into a scrollable virtual group where they really belong as subclasses of
TheBarVirt.mcc. This makes it possible to resize the corresponding windows
smaller than the toolbar's size. This partly fixes bug #2925005.

23 lines of code changed in 4 files:

tboeckel 2010-01-02 01:53 Rev.: 4452

* YAM_AB.c: YAM will now accept numbers greater or equal to 1900 for %y year
placeholders, even if the standard allows two digits only. However, please
note that YAM will convert any year number back to two digits if the locale
formatting string contains a %y instead of %Y and hence may produce non
unique date strings. Sorry, but if your locale country file still contains
such ancient placeholders it is really time to upgrade or to live with the
consequences. Especially OS3 will at some point suffer from this. This
finally fixes bug #2923855.

9 lines of code changed in 1 file:

tboeckel 2010-01-02 00:21 Rev.: 4451

* YAM.c: changed the early startup to make use of the URL: device too, instead of
openurl.library only.

44 lines of code changed in 1 file:

tboeckel 2010-01-02 00:07 Rev.: 4450

* YAM_UT.c: changed the URL access back to the old sequence.

30 lines of code changed in 1 file:

tboeckel 2010-01-01 13:54 Rev.: 4449

* UpdateNotifyWindow.c: fixed a typo

1 lines of code changed in 1 file:

tboeckel 2010-01-01 13:51 Rev.: 4448

* YAM_UT.c: Open()ing URL: is now done with disabled DOS requesters.

7 lines of code changed in 1 file:

tboeckel 2010-01-01 13:49 Rev.: 4447

* YAM_UT.c, YAM.c, UpdateNotifyWindow.c: with OS4.1 the new URL: device is now
favoured over openurl.library if available.

83 lines of code changed in 4 files:

December 2009 »

Generated by StatSVN 0.7.0