* The proj2make can extract most of data required by makefile-engine powered
makefiles from the BeIDE project files making porting of the old BeOS
software projects more easy;
* This tool was implemented during GCI2011 as the "undocumented data format
investigation task" study work, so please be patient to it's incompleteness
and not perfect design. Thank you for understanding!
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Aleksas Pantechovskis added into contributors list for his work on
setmime and writembr tools, and many patches provided for Mail
application during completing about 12 GCI tasks;
* Peter Poláčik added into contributors list for his work on adding
localization support into Jamfile engine and documenting
using of makefile/jamfile engines;
* Mariya Pilipchuk added into translators list for her work on Ukrainian
translation;
Thank you for the contribution!
* Append the signature only after the e-mail Reader thread will finish
it's work. This prevent from inserting the signature in wrong place;
* Added extra lines between original e-mail quote and the signature for
more comfortable editing of replies.
* This fix was made during GCI2011;
* This fixes#4590.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Fixing gcc2 build by removing exceptions using, that are looking like
not supported by our version of compiler.
* Thanks to Alexander von Gluck for pointing the problem out.
* Implemented writembr tool used to update MBR area with easy boot
loader starting the system from currently active partition;
* This work fixes#5595;
* This is result of GCI2011 task.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Introduce the "MAIL:read_pos" attribute of e-mail file node to
store the latest scroll position of the mail text view;
* Fixes#4302 (Mail should store and restore scroll offset);
* This feature was implemented during completing GCI2011 task.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Rename _SetSpan to _SetupRenderBuffer to perform more general
render buffer setup and consolidate code
* Remove CMAP8 calls. Mesa no longer supports CMAP8. CMAP8 GL
use cases are non-existent
* We just wait a little longer in this case, like 4.5s.
* Changed the code to only send the messages when needed, before they were
being sent every 1.5s.
* However, this is untested as of yet, as the layout changes didn't allow me
to run the MediaPlayer on my system. Will do so in a minute on another one.
* Call different functions depending on Mesa version
* The --no-warnings is for the GL headers which produce
large numbers of attribute directive ignored warnings
that cannot be disabled on gcc2
* User collected dictionaries and indexes are moved under
~/config/data/spell_check/ folder. Fixes#7887.
* This fix was made during completing GCI 2011 task.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Allow displaying of "Read" button only for Incoming e-mails.
Fixes#4773;
* Move to the next message after pressing "Unread" button that
is consistent with corresponding "Unread" button case.
Fixes#4774;
* Those problems were fixed during completing GCI 2011 task.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Check for real e-mail status before activating corresponding
"Close and Leave as <Status>" popup menu entries and modifying them
correspondently;
* That was implemented as GCI 2011 task. Fixes#5251.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Some of these changes may be pulled back with the NEW_MESA
define so this works across older and newer Mesa versions
* NEW_MESA defines and checks should be removed when gcc2 is
no longer a supported platform
In Playlist, whenever a move of items occured causing the
currently playing song to change its position, so :
1. Importing files (D&D for example) before its position
2. Removings files before it
3. Moving files before it
was causing the currently playing song to restart because
it was thinking a new entry was asked (it had a different
index number suddently).
Also adjusted the behaviour when you delete the currently
playing track.
Should fix ticket #6689.
* add Wcscoll() and Wcsxfrm() ICU locale backend
* provide implementations of wcscoll() and wcsxfrm() that are using
the respective methods of the locale backend