Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-25 | LLTextEditor context translator: set selection after translation. | thickbrick | 1 | -3/+9 | |
2010-09-25 | LLTextEditor context translator: | thickbrick | 2 | -19/+16 | |
- Added a xui attribute "allow_translate", default to off (not enabled in any xml file yet.) - Only show translate menu if clicked on a word, or something is selected. | |||||
2010-09-25 | LLLineEditor context translator: | thickbrick | 2 | -19/+18 | |
- Added a xui attribute "allow_translate", default to off (not enabled in any xml file yet.) - Only show translate menu if clicked on a word, or something is selected. | |||||
2010-09-25 | LLLineEditor context translator: re-select text properly. | thickbrick | 1 | -4/+2 | |
2010-09-25 | More LLLineEditor context translator bugfixes: | thickbrick | 1 | -8/+7 | |
- Use LLWString when doing size calculations (potential crashes and misplaced text) - Weird selection range after translating selected text. | |||||
2010-09-25 | Fix LLLineEditor context menu translator returning "()" when nothing is ↵ | thickbrick | 2 | -12/+81 | |
selected. New behavior is to translate the word under the mouse if nothing is selected. | |||||
2010-09-25 | Fix LLTextEditor context menu translator returning "()" when nothing is ↵ | thickbrick | 2 | -10/+77 | |
selected. New behavior is to translate the word under the mouse if nothing is selected. | |||||
2010-09-25 | Make chat translator ignore non-interesting translations (empty or same as | thickbrick | 2 | -22/+25 | |
original,) that may result from Google Translate's language autodetec failure. | |||||
2010-09-18 | Changed version to Experimental 2010.09.18 | McCabe Maxsted | 1 | -1/+1 | |
2010-09-18 | Fixed contacts search not working on uppercase names | McCabe Maxsted | 2 | -7/+8 | |
2010-09-18 | Fixed windows compile error on autocomplete | McCabe Maxsted | 1 | -1/+1 | |
2010-09-18 | Default upload animation preview to own avatar | Armin Weatherwax | 1 | -1/+1 | |
2010-09-18 | UI Scale Reset button finds the actual default, not hardcoded. | Jacek Antonelli | 1 | -1/+2 | |
2010-09-17 | Fixed events handling on osx to behave correctly on 10.5+ compilation runs. | elektrahesse | 2 | -6/+30 | |
Added ShellEx(std::string &) method to execute local applications based on file type. | |||||
2010-09-17 | Ooops forgot to remove a debug printout :P | elektrahesse | 1 | -1/+0 | |
2010-09-17 | Fixed path separators for im history so it's multiplatform now | elektrahesse | 1 | -1/+8 | |
2010-09-17 | Added a check to avoid triggering completion tests if text in chatbar is empty. | elektrahesse | 1 | -2/+3 | |
2010-09-17 | Added links to the blog and forums to the login screen's help menu | McCabe Maxsted | 1 | -20/+22 | |
2010-09-17 | Updated the profile button heights | McCabe Maxsted | 1 | -8/+8 | |
2010-09-17 | "fix" null sound channel crash | Nemurimasu Neiro | 1 | -1/+1 | |
2010-09-17 | Made searching contacts suck a lot less | McCabe Maxsted | 2 | -37/+47 | |
2010-09-17 | Let's not put so many spaces in front of (none) | McCabe Maxsted | 1 | -1/+1 | |
2010-09-17 | Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵ | McCabe Maxsted | 3 | -658/+5 | |
Eryn) | |||||
2010-09-17 | Updated de translations to third and fourth batches by Eryn | McCabe Maxsted | 18 | -270/+541 | |
2010-09-16 | Reset scroll position on search in contacts/groups lists | McCabe Maxsted | 2 | -0/+2 | |
2010-09-16 | Added search bars for friends and groups lists, based on a feature in the ↵ | McCabe Maxsted | 8 | -23/+142 | |
Ascent viewer by Charley Levenque | |||||
2010-09-16 | Added nicknames support for chat highlighting (up to 3) in prefs->adv->extra | elektrahesse | 4 | -6/+98 | |
2010-09-16 | Commented out the checks for distance, above 1024mts seems like i can't make ↵ | elektrahesse | 1 | -2/+2 | |
them work fine :( | |||||
2010-09-16 | Switched struct declaration to a more C++esque way... Aleric hit me with a ↵ | elektrahesse | 1 | -2/+2 | |
stick :P | |||||
2010-09-16 | Moved all the variables to a struct to keep code more clean and added a ↵ | elektrahesse | 2 | -41/+53 | |
check to run the regex match only if the text in chat changes, so it's a bit lighter | |||||
2010-09-16 | Fixed a bug related to the names cache clearing :P | elektrahesse | 1 | -40/+39 | |
2010-09-16 | Added names cycling using TAB. Only 1 char now necessary to trigger ↵ | elektrahesse | 2 | -30/+53 | |
completion. Otherwise TAB reverts to cycle through widgets. | |||||
2010-09-16 | Added CHAT_NORMAL_RADIUS check for autocompletion and deleted selection of ↵ | elektrahesse | 1 | -3/+17 | |
last part upon new autocomplete attempt | |||||
2010-09-16 | Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵ | McCabe Maxsted | 4 | -21/+39 | |
They now toggle spell check for a specific line/text editor consistently | |||||
2010-09-15 | Added support for autocompletion of names also in the 'local chat' window | elektrahesse | 1 | -2/+1 | |
2010-09-15 | Added more punctuation support to both names autocomplete and names ↵ | elektrahesse | 2 | -2/+2 | |
highlight in chat | |||||
2010-09-15 | Added TAB as name completion hotkey, to be used after at least 3 chars ↵ | elektrahesse | 1 | -1/+2 | |
otherwise it reverts to the default widgets-switching behaviour | |||||
2010-09-15 | More spell checking cleanup | McCabe Maxsted | 4 | -12/+14 | |
2010-09-15 | Fixed up the spellcheck preferences labels to something more easily ↵ | McCabe Maxsted | 1 | -26/+33 | |
understandable (TODO: make them make sense, create a decent layout) | |||||
2010-09-15 | Fixed spellcheck comboboxes showing up as blank (do we even want comboboxes ↵ | McCabe Maxsted | 1 | -14/+19 | |
here?) | |||||
2010-09-15 | Fixed crash when pressing the download dictionary button right after the ↵ | McCabe Maxsted | 1 | -36/+39 | |
window opened | |||||
2010-09-15 | Added LSL and LSL2 to the en_sl dictionary | McCabe Maxsted | 1 | -0/+2 | |
2010-09-15 | Removed spell_check from chat history and IM windows since sent text isn't ↵ | McCabe Maxsted | 4 | -7/+5 | |
ever spellchecked | |||||
2010-09-15 | Added spell_check to floater_*.xml line editors | McCabe Maxsted | 28 | -38/+38 | |
2010-09-15 | Added spell_check to floater_*.xml text editors | McCabe Maxsted | 14 | -20/+22 | |
2010-09-15 | Added spell_check to panel_*.xml text editors | McCabe Maxsted | 14 | -19/+19 | |
2010-09-15 | Removed unused panel_voice_enable.xml file | McCabe Maxsted | 1 | -37/+0 | |
2010-09-15 | Added spell_check to panel_*.xml line editors | McCabe Maxsted | 10 | -17/+18 | |
2010-09-15 | Removed unused panel_voice_options.xml file | McCabe Maxsted | 1 | -43/+0 | |
2010-09-15 | First commit in the long overhaul of making spell check consistent and ↵ | McCabe Maxsted | 6 | -345/+470 | |
workable. Contains code cleanup and a change in logic. Spell check is now only available on text/line editors that have spell_check set to true in xml |