Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-17 | 6 | -41/+181 | |
|\ | ||||||
| * | Added nicknames support for chat highlighting (up to 3) in prefs->adv->extra | elektrahesse | 2010-09-16 | 4 | -6/+98 | |
| | | ||||||
| * | Commented out the checks for distance, above 1024mts seems like i can't make ↵ | elektrahesse | 2010-09-16 | 1 | -2/+2 | |
| | | | | | | | | them work fine :( | |||||
| * | Switched struct declaration to a more C++esque way... Aleric hit me with a ↵ | elektrahesse | 2010-09-16 | 1 | -2/+2 | |
| | | | | | | | | stick :P | |||||
| * | Moved all the variables to a struct to keep code more clean and added a ↵ | elektrahesse | 2010-09-16 | 2 | -41/+53 | |
| | | | | | | | | check to run the regex match only if the text in chat changes, so it's a bit lighter | |||||
| * | Fixed a bug related to the names cache clearing :P | elektrahesse | 2010-09-16 | 1 | -40/+39 | |
| | | ||||||
| * | Added names cycling using TAB. Only 1 char now necessary to trigger ↵ | elektrahesse | 2010-09-16 | 2 | -30/+53 | |
| | | | | | | | | completion. Otherwise TAB reverts to cycle through widgets. | |||||
| * | Added CHAT_NORMAL_RADIUS check for autocompletion and deleted selection of ↵ | elektrahesse | 2010-09-16 | 1 | -3/+17 | |
| | | | | | | | | last part upon new autocomplete attempt | |||||
| * | Added support for autocompletion of names also in the 'local chat' window | elektrahesse | 2010-09-15 | 1 | -2/+1 | |
| | | ||||||
| * | Added more punctuation support to both names autocomplete and names ↵ | elektrahesse | 2010-09-15 | 2 | -2/+2 | |
| | | | | | | | | highlight in chat | |||||
| * | Added TAB as name completion hotkey, to be used after at least 3 chars ↵ | elektrahesse | 2010-09-15 | 1 | -1/+2 | |
| | | | | | | | | otherwise it reverts to the default widgets-switching behaviour | |||||
* | | "fix" null sound channel crash | Nemurimasu Neiro | 2010-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | Made searching contacts suck a lot less | McCabe Maxsted | 2010-09-17 | 2 | -37/+47 | |
| | | ||||||
* | | Let's not put so many spaces in front of (none) | McCabe Maxsted | 2010-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵ | McCabe Maxsted | 2010-09-17 | 3 | -658/+5 | |
| | | | | | | | | Eryn) | |||||
* | | Updated de translations to third and fourth batches by Eryn | McCabe Maxsted | 2010-09-17 | 18 | -270/+541 | |
| | | ||||||
* | | Reset scroll position on search in contacts/groups lists | McCabe Maxsted | 2010-09-16 | 2 | -0/+2 | |
| | | ||||||
* | | Added search bars for friends and groups lists, based on a feature in the ↵ | McCabe Maxsted | 2010-09-16 | 8 | -23/+142 | |
| | | | | | | | | Ascent viewer by Charley Levenque | |||||
* | | Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵ | McCabe Maxsted | 2010-09-16 | 4 | -21/+39 | |
| | | | | | | | | They now toggle spell check for a specific line/text editor consistently | |||||
* | | More spell checking cleanup | McCabe Maxsted | 2010-09-15 | 4 | -12/+14 | |
| | | ||||||
* | | Fixed up the spellcheck preferences labels to something more easily ↵ | McCabe Maxsted | 2010-09-15 | 1 | -26/+33 | |
| | | | | | | | | understandable (TODO: make them make sense, create a decent layout) | |||||
* | | Fixed spellcheck comboboxes showing up as blank (do we even want comboboxes ↵ | McCabe Maxsted | 2010-09-15 | 1 | -14/+19 | |
| | | | | | | | | here?) | |||||
* | | Fixed crash when pressing the download dictionary button right after the ↵ | McCabe Maxsted | 2010-09-15 | 1 | -36/+39 | |
| | | | | | | | | window opened | |||||
* | | Added LSL and LSL2 to the en_sl dictionary | McCabe Maxsted | 2010-09-15 | 1 | -0/+2 | |
| | | ||||||
* | | Removed spell_check from chat history and IM windows since sent text isn't ↵ | McCabe Maxsted | 2010-09-15 | 4 | -7/+5 | |
| | | | | | | | | ever spellchecked | |||||
* | | Added spell_check to floater_*.xml line editors | McCabe Maxsted | 2010-09-15 | 28 | -38/+38 | |
| | | ||||||
* | | Added spell_check to floater_*.xml text editors | McCabe Maxsted | 2010-09-15 | 14 | -20/+22 | |
| | | ||||||
* | | Added spell_check to panel_*.xml text editors | McCabe Maxsted | 2010-09-15 | 14 | -19/+19 | |
| | | ||||||
* | | Removed unused panel_voice_enable.xml file | McCabe Maxsted | 2010-09-15 | 1 | -37/+0 | |
| | | ||||||
* | | Added spell_check to panel_*.xml line editors | McCabe Maxsted | 2010-09-15 | 10 | -17/+18 | |
| | | ||||||
* | | Removed unused panel_voice_options.xml file | McCabe Maxsted | 2010-09-15 | 1 | -43/+0 | |
| | | ||||||
* | | First commit in the long overhaul of making spell check consistent and ↵ | McCabe Maxsted | 2010-09-15 | 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 | |||||
* | Updated CannotBuyLandMaturity notification with info on how to fix the problem | McCabe Maxsted | 2010-09-15 | 1 | -1/+1 | |
| | ||||||
* | Clarified that a restart is required to change spell checking settings | McCabe Maxsted | 2010-09-14 | 1 | -2/+2 | |
| | ||||||
* | Removed GOVERNOR_LINDEN check to allow land auctions on OpenSim | McCabe Maxsted | 2010-09-14 | 1 | -1/+1 | |
| | ||||||
* | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-14 | 1 | -2/+2 | |
|\ | ||||||
| * | Small bugfix, no dropdown yet | elektrahesse | 2010-09-14 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote branch 'thickbrick/weekly' into weekly | McCabe Maxsted | 2010-09-14 | 1 | -0/+13 | |
|\ \ | ||||||
| * | | Prevent double-click teleport when double-clicking touch-scripted objects or ↵ | thickbrick | 2010-09-14 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | objects with non-default click action (sit, buy, etc.) | |||||
* | | | Ugly hack for ugly (but needed) ui: make the 'none' group sort to the top of ↵ | McCabe Maxsted | 2010-09-14 | 1 | -14/+34 | |
| | | | | | | | | | | | | the list | |||||
* | | | Added checkboxes to the group list for receiving group notices, joining ↵ | McCabe Maxsted | 2010-09-14 | 3 | -14/+82 | |
| | | | | | | | | | | | | group chat, and listing group in profile | |||||
* | | | Merge remote branch 'thickbrick/weekly' into weekly | McCabe Maxsted | 2010-09-13 | 1 | -2/+6 | |
|\ \ \ | |/ / | ||||||
| * | | SNOW-282: prevent the toolbox from showing up uninvited and grabbing ↵ | thickbrick | 2010-09-14 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in-world click events after login. Window focus changes can leave gToolNull as the active tool (it should only be active when the window is unfocused.) This prevents doing keyboard override in that case. | |||||
* | | | Moved web map settings to the imprudence section of settings.xml | McCabe Maxsted | 2010-09-13 | 1 | -23/+23 | |
| | | | ||||||
* | | | add libhunspell to viewer_manifest for linux* | Armin Weatherwax | 2010-09-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵ | Armin Weatherwax | 2010-09-13 | 11 | -56/+169 | |
| | | | | | | | | | | | | possible for OS | |||||
* | | | stay away from find_library! | Nemurimasu Neiro | 2010-09-13 | 2 | -10/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | due to an undocumented feature of find_xxx functions in CMake, no additional libraries may be found after the first call to a find_xxx function that searches the prebuilt libraries folder. CMake will request the folder contents *at most once* and libraries added by install.py will be missed. | |||||
* | | | Restored the alt-H shortcut for teleport history | McCabe Maxsted | 2010-09-13 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fixed Windows compile error in autocomplete | McCabe Maxsted | 2010-09-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added the 'Add Friend' option to IMs and fixed the Group Profile button ↵ | McCabe Maxsted | 2010-09-13 | 17 | -16/+95 | |
| | | | | | | | | | | | | showing the wrong profile (#514) |