August 2012 Commit Log

Number of Commits:
65
Number of Active Developers:
2
tboeckel 2012-08-28 10:40 Rev.: 6271

* mui/Aboutwindow.c: restructured the crawling text to better match the capabilities of Crawling.mcc.

69 lines of code changed in 1 file:

tboeckel 2012-08-28 07:40 Rev.: 6270

* YAM_CO.c, YAM_FO.c: changing anything in the configuration will update the user identites and signatures used in the folder settings to ensure that these point to the current configuration.

34 lines of code changed in 3 files:

tboeckel 2012-08-28 07:20 Rev.: 6269

* YAM_COg.c: creating a new signature will not use an external signature file by default anymore.

4 lines of code changed in 2 files:

tboeckel 2012-08-27 15:53 Rev.: 6265

* mui/WriteWindow.c, YAM_WR.c: saving a draft mail will no longer delete temporary attachment files.

15 lines of code changed in 5 files:

tboeckel 2012-08-27 11:45 Rev.: 6263

* mui/WriteWindow.c: always obtain the mail file name in respect to the destination folder.

2 lines of code changed in 1 file:

tboeckel 2012-08-24 10:12 Rev.: 6261

* mui/WriteWindow.c: added some safety checks when saving a draft mail.

3 lines of code changed in 1 file:

tboeckel 2012-08-24 08:49 Rev.: 6260

* YAM_WR.c: reset and possible remembered modification which might have happened while setting up the write window. This makes it possible to close the window immediately again without having to confirm anything.

15 lines of code changed in 1 file:

tboeckel 2012-08-22 10:05 Rev.: 6259

* mui/WriteWindow.c: discarding a mail which has been automatically saved to the drafts folder will now immediately delete the mail from the drafts folder as well.

9 lines of code changed in 2 files:

tboeckel 2012-08-22 08:42 Rev.: 6258

* mui/WriteWindow.c: now that all objects in the write window are checked for modifications the confirmation requester when cancelling a new mail can be skipped if the mail has been saved to the drafts folder before.

2 lines of code changed in 1 file:

tboeckel 2012-08-21 21:49 Rev.: 6255

* mui/WriteWindow.c: modifying any object within the write window will now declare the mail as "modified" which will be taken into account when saving the mail as draft or closing the window without having the mail sent off.

39 lines of code changed in 1 file:

tboeckel 2012-08-21 15:27 Rev.: 6253

* mui/WriteWindow.c: moved the new flags assignment a few lines down.

1 lines of code changed in 1 file:

tboeckel 2012-08-21 15:25 Rev.: 6252

* YAM_MA.c: changed MA_UpdateMailFile() to always assume success on renaming files in the drafts folder.

13 lines of code changed in 1 file:

tboeckel 2012-08-21 10:33 Rev.: 6251

* YAM_UT.c, MailLists.c: saving a draft mail several times will now really use the same file again each time instead of creating a new mail each time.

57 lines of code changed in 8 files:

tboeckel 2012-08-20 11:34 Rev.: 6249

* tcp/Connection.c: fixed a possible misreaction of the TCP/IP stack when closing a socket twice.

10 lines of code changed in 1 file:

tboeckel 2012-08-20 08:53 Rev.: 6248

* YAM_WR.c: renamed the "sigfile" option in draft mails to "signature" and made sure that no NULL pointer is accessed at any time when writing out mail files.

6 lines of code changed in 2 files:

tboeckel 2012-08-20 08:29 Rev.: 6247

* YAM_MAf.c: fixed the debug output to avoid NULL pointer accesses.

2 lines of code changed in 1 file:

tboeckel 2012-08-17 09:25 Rev.: 6246

* YAM.c: defer freeing the global config structure after the main application object has been disposed as this class accesses the config in its destructor.

5 lines of code changed in 1 file:

tboeckel 2012-08-17 08:58 Rev.: 6245

* mui/YAMApplication.c: added some debug output of the flags before the new mail alert happens.

1 lines of code changed in 1 file:

tboeckel 2012-08-17 08:46 Rev.: 6244

* mui/InfoWindow.c: added some debug output about the parent window's active state.

2 lines of code changed in 1 file:

tboeckel 2012-08-16 10:16 Rev.: 6243

* YAM_UT.c: added a comment for the isdigit() call.

1 lines of code changed in 1 file:

tboeckel 2012-08-16 10:07 Rev.: 6242

* YAM_UT.c: slightly changed the recognition of old and new layout strings and added some debug output.

9 lines of code changed in 1 file:

damato 2012-08-15 15:24 Rev.: 6241

* src/YAM.c: moved the method stack init?alization somewhat more up to make sure
everything is properly initialized. This should close #342.

8 lines of code changed in 1 file:

tboeckel 2012-08-15 10:56 Rev.: 6240

* MailServers.c: fall back to the first configured mail server if the one with the requested ID does not exist.

11 lines of code changed in 1 file:

tboeckel 2012-08-15 10:39 Rev.: 6239

* YAM_WR.c: added a safety NULL check when generating a new message ID.

17 lines of code changed in 1 file:

tboeckel 2012-08-14 16:24

* mui/SignatureTextEdit.c: fixed some comments.

5 lines of code changed in 2 files:

tboeckel 2012-08-14 16:22 Rev.: 6236

* YAM_CO.c, mui/SignatureTextEdit.c: let the editor object itself handle the switching between read-only and edit mode.

21 lines of code changed in 2 files:

tboeckel 2012-08-14 12:11 Rev.: 6235

* YAM_CO.c: switching TE.mcc from read-only mode back to read-write requires the "active object on click" attribute to be set again, otherwise it is not possible to enter new text later on.

26 lines of code changed in 1 file:

tboeckel 2012-08-14 10:30 Rev.: 6234

* YAM.c: bumped required version of TextEditor.mcc down to 15.39 again.

1 lines of code changed in 1 file:

tboeckel 2012-08-14 09:18 Rev.: 6233

* YAM.c: fixed a crash in case YAM had to terminate early due to missing custom classes.

15 lines of code changed in 1 file:

tboeckel 2012-08-14 08:42 Rev.: 6232

* mui/SignatureTextEdit.c: always set a valid content string.

6 lines of code changed in 1 file:

tboeckel 2012-08-14 06:51 Rev.: 6231

* Signature.c: fixed two NULL pointer accesses.

114 lines of code changed in 1 file:

tboeckel 2012-08-14 06:38 Rev.: 6230

* YAM_CO.c: fixed a NULL pointer access.

2 lines of code changed in 1 file:

tboeckel 2012-08-13 19:56 Rev.: 6228

* YAM_COg.c: set the "active on click" attribute for the signature editor.

7 lines of code changed in 1 file:

tboeckel 2012-08-13 19:43 Rev.: 6227

* Signature.c: added missing include and fixed hex to character conversion.

15 lines of code changed in 1 file:

tboeckel 2012-08-13 17:04 Rev.: 6226

* YAM_CO.c, YAM_COg.c, YAM_COs.c, Signature.c: made the use of manually typed signatures or signature files optional. The default is to use the former signature files, but these can be selected now. Unforturnately TextEditor.mcc up to 15.39 has a redraw bug which prevents a disabled object from displaying an updated text. In this case the editor will be switched to read-only mode instead.

195 lines of code changed in 8 files:

tboeckel 2012-08-13 13:29 Rev.: 6225

* Signature.c: extended the import/export functions to support all kind of non-ASCII characters by the typical \xHH sequence.

80 lines of code changed in 1 file:

tboeckel 2012-08-13 10:15 Rev.: 6224

* mui/SignatureTextEdit.c: treat modifications by an external editor just like modifications by the internal editor.

9 lines of code changed in 1 file:

tboeckel 2012-08-13 10:03 Rev.: 6223

* YAM_COg.c: fixed a wrong notification.

1 lines of code changed in 1 file:

tboeckel 2012-08-13 09:57 Rev.: 6222

* YAM_CO.c, YAM_COg.c, YAM_COs.c, Signature.c, mui/SignatureTextEdit.c: reworked the signature handling to embed the signature text into the .config file instead of keeping it in separate external files. The old .signature files will automatically be embedded and will not be used further on, but will be kept for reference.

394 lines of code changed in 11 files:

tboeckel 2012-08-12 20:11 Rev.: 6221

* tcp/pop3.c: don't count the size of mails which are deleted only.

2 lines of code changed in 1 file:

tboeckel 2012-08-11 22:05 Rev.: 6220

* YAM_UT.c: respect the new signature file naming scheme when deleting a mail directory.

8 lines of code changed in 1 file:

tboeckel 2012-08-10 09:15 Rev.: 6219

* tcp/pop3.c: in case a mail is not downloaded but deleted only the progress bar is now updated as well to indicate the overall progress.

4 lines of code changed in 1 file:

tboeckel 2012-08-10 07:49 Rev.: 6218

* tcp/all: the ConnectToHost() and DisconnectFromHost() functions now ensure that the "active/inactive" AppIcon is shown depending on the number of active connections instead of having to do this in every single module over and over again.

12 lines of code changed in 4 files:

tboeckel 2012-08-10 07:40 Rev.: 6217

* tcp/smtp.c: call DisconnectFromHost() even if ConnectToHost() has failed to be consistent with the other TCP modules.

3 lines of code changed in 1 file:

tboeckel 2012-08-10 07:37 Rev.: 6216

* tcp/Connection.c: even if connecting to a host has finally failed the connection still might have been considered successful and YAM showed the "active" AppIcon as if a transfer was in progress. Now a connection is considered active only if everything signals success.

60 lines of code changed in 1 file:

tboeckel 2012-08-09 14:36 Rev.: 6215

* YAM_UT.c: when generating a time string respect certain locales which omit the seconds and just print the time as "hh:mm" instead of "hh:mm:ss".

4 lines of code changed in 1 file:

tboeckel 2012-08-09 14:27 Rev.: 6214

* YAM_ER.c: fixed a typo.

1 lines of code changed in 1 file:

tboeckel 2012-08-09 14:24 Rev.: 6213

* YAM_ER.c: don't rely on MUI's notifications to (re)display the current message as it seems MUI4 on MorphOS does not trigger the notification under the same circumstances as MUI3 does anymore.

38 lines of code changed in 1 file:

tboeckel 2012-08-09 10:45 Rev.: 6212

* YAM_ER.c: added some more debug output during adding new error messages.

5 lines of code changed in 1 file:

tboeckel 2012-08-08 11:29 Rev.: 6211

* Debug.c: added a fflush() call when printing out the debug messages to a file to ensure that the file really contains the last message in case of crash.

5 lines of code changed in 1 file:

tboeckel 2012-08-08 09:56 Rev.: 6210

* Requesters.c: fixed yet another asprintf() call without return code check.

90 lines of code changed in 1 file:

tboeckel 2012-08-08 08:55 Rev.: 6209

* Debug.h: track (v)asprintf() only if the function returns success as the pointer may be indeterminate upon failure.

2 lines of code changed in 1 file:

tboeckel 2012-08-08 08:45 Rev.: 6208

* YAM_UT.c: make sure that all conversion functions between time and string return a resonable result and output a warning in case the conversion fails.

24 lines of code changed in 1 file:

tboeckel 2012-08-07 16:48 Rev.: 6207

* misc: always check the return value of (v)asprintf().

190 lines of code changed in 8 files:

tboeckel 2012-08-07 09:10 Rev.: 6206

* YAM_ER.c: reworked the handling of overflowed error messages added some debug output in case setting up the final error message fails.

28 lines of code changed in 1 file:

tboeckel 2012-08-07 09:03 Rev.: 6204

* tcp/ssl.c: corrected the order of file and directory in an error message.

1 lines of code changed in 1 file:

tboeckel 2012-08-07 08:51 Rev.: 6203

* YAM_ER.c: print out an error message in case a subthread tries to pass a NULL error message.

4 lines of code changed in 1 file:

tboeckel 2012-08-07 08:33 Rev.: 6202

* Threads.c: added function to return the name of the current thread.

25 lines of code changed in 2 files:

tboeckel 2012-08-07 06:40 Rev.: 6201

* tcp/Connection.c: fixed a warning. The netdb.h header's definitions seem to vary largely between systems.

1 lines of code changed in 1 file:

tboeckel 2012-08-06 16:32 Rev.: 6199

* YAM_MA.c, YAM_UT.c: the vertical weight of the mail list was always set for the wrong group object and hence YAM saved and restored the wrong layout values. This closes #334.

7 lines of code changed in 4 files:

tboeckel 2012-08-06 09:36 Rev.: 6198

* mui/YAMApplication.c: use double quotes only to quote the real name and remove any single quotes from new entries.

10 lines of code changed in 1 file:

tboeckel 2012-08-06 09:28 Rev.: 6197

* mui/YAMApplication.c: use standard I/O functions for loading and saving the EMail cache. Furthermore the load/save process will no longer embed the real name in quotes as this is done when adding a new entry.

19 lines of code changed in 1 file:

tboeckel 2012-08-06 09:10 Rev.: 6196

* mui/YAMApplication.c: the EMail cache will be saved upon termination only instead of after each modification. This should greatly improve performance when adding lots of new addresses.

41 lines of code changed in 1 file:

tboeckel 2012-08-03 19:55 Rev.: 6194

* YAM_WR.c: exclude the own address when replying to an EMail which has the own address in the CC field.

1 lines of code changed in 1 file:

tboeckel 2012-08-03 10:09 Rev.: 6189

* mui/WriteWindow.c: saving a draft mail will not set the "forwarded" flag of forwarded mails as this changes the file name and makes the original mail file inaccessible when eventually saving the outgoing mail. This closes #345.

6 lines of code changed in 1 file:

July 2012 »

Generated by StatSVN 0.7.0