0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fix crash on shutdown when an settings.xml file doesn't exist - Add sane defaults for the settings version, and connection timeot options More... over 15 years ago
Default the keyboard and skin to actual values More... over 15 years ago
Fix vmime to compile with latest toolchain More... over 15 years ago
Update the account type select when changing the selected account in the settings window More... over 15 years ago
- Update the vmime patch to use a larger resolver buffer - Stop spawning a timeout thread for every resolve request, use the resolver timeout value instead - Clean up the patch to get rid if .orig left overs More... over 15 years ago
Don't use the selected incoming account name when looking for the selected outgoing account More... over 15 years ago
Update to latest vmime - Fixes vmime and PSPoste compilation warnings - vmime will now compile and install from the setup.sh script without intervention More... over 15 years ago
Allow switching both the incoming and outgoing account from the main window context menu More... over 15 years ago
Split account entries into incoming and outgoing accounts - Split the <accounts> tag - Split the settings window accounts tab - Skip over hidden controls when navigating - Display the currently active outgoing account in the header control More... over 15 years ago
libgpg error is a tar.bz2 More... over 15 years ago
- Add a "Connect On Start" connection option for when "Always On" is enabled - Add an "Idle Timeout" connection option to not disconnect immediately after sending/checking mail - Re-work the connection settings tab to now include 2 group boxes - Bump up the settings file version - Revert some isValidElement changes to allow certain options to be empty - Get rid of a useless semaphore in the connection manager - CControlCheckBox now can have onToggle listeners, this is used by the connection settings to gray out irrelevant options when "Always On" is toggled - Move the select event type into the CControlSelect namespace, rename it to eSelectEvents More... over 15 years ago
- Initial IMAP support - Turn on the VMime IMAP support - Duplicate the pop3 retriever More... over 15 years ago
- Add support for keeping the network connection always on - Change the CConnectionManager::GetState to invoke sceNetApctlGetState to ensure the reported state is in sync with the actual connection state (this is required to handle users flipping the Wlan switch and connection timeouts) - Change the mailbox code to not request a disconnect at the end of a send/retrieve if always on is set - Connect on startup if always on is set - Add a transition method to the settings window which is invoked on settings transition and is used to bring the connection up/down when the settings are changed More... over 15 years ago
- Add a CXmlDocument base class with helpers for dealing with TinyXML types - Change CConfigFile and CContacts to inherit from CXmlDocument and use the abstractions provided by CXmlDocument More... over 15 years ago
- Add an "always on" connection option to the settings window and config file - Bump up the settings file version More... over 15 years ago
Fix warning in parameter initialization order More... over 15 years ago
Properly initialize the timezone based on the PSP settings More... over 15 years ago
Disable the instrumented allocs for release compiles More... over 15 years ago
Update to the latest GNU libs More... over 15 years ago
Re-jig the thread stack sizes so that the sender thread will actually fit More... over 15 years ago
Fix leaks More... over 15 years ago
Add a space in the thread name More... over 15 years ago
Flush after each log message to fix a problem where log messages didn't appear properly More... over 15 years ago
- Add a CBase class which is to be the base class of all PSPoste classes with the exception of singletons, interfaces and special cases with multiple inheritance. See the list below for a list of exemptions. - Convert all classes that don't have a base class to now inherit from CBase - First pass of memory leak fixes More... over 15 years ago
Fix some leaks and uninitialized member variables reported by cppcheck More... over 15 years ago
Initialize the m_passwordText field to NULL to avoid having an invalid pointer around. This fixes a settings window crash. More... over 15 years ago
- Factor out the common cursor timer code into its own class - Make the cursor stay visible while typing - Use the cached tick instead of calling the RTC multiple times - Change the CFrameWork::GetTicks API to return a u64 instead of u32 More... over 15 years ago
Add support for generating the random.bin file More... over 15 years ago
Make loading of the IrDa module non-fatal in case it's already loaded in older firmwares More... over 15 years ago
Add support for pspirkeyb so we can support many IR keyboards - Add config file and keymaps that default to the ThinkOutside StowAway - Add a CKeyboardPspirkeyb which will emulate the VT100 escape sequences so it should be compatible with all keyboard drivers - Update the setup script to pull a patched version of pspirkeyb that supports the ThinkOutside StowAway - Bump up the config file version - Rename the setting file entry for the legacy IR Keyboard, add an entry for the pspirkeyb More... over 15 years ago