Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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) | |||||
* | | | Updated German translation, part 2, by Eryn Galen | McCabe Maxsted | 2010-09-13 | 21 | -328/+535 | |
| | | | ||||||
* | | | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-12 | 2 | -6/+77 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Added ' support for punctuation matching | elektrahesse | 2010-09-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Initial support for names autocompletion in chat using ctrl-esc | elektrahesse | 2010-09-13 | 1 | -5/+76 | |
| | | | ||||||
| * | | Fixed the regexp to match commas before the name | elektrahesse | 2010-09-12 | 1 | -1/+1 | |
| |/ | ||||||
* | | Applied patch by Makomk Makosen for #515: Uninitialized pointer ↵ | McCabe Maxsted | 2010-09-11 | 1 | -0/+1 | |
| | | | | | | | | mNextAudioSession in LLVoiceClient | |||||
* | | When buying land check the maturity level first and inform the agent when ↵ | Frederick Martian | 2010-09-11 | 2 | -1/+22 | |
|/ | | | | the land does have a higher level than what he is currently set to | |||||
* | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-11 | 3 | -13/+14 | |
|\ | ||||||
| * | Fixed merge conflicts, propagated the _stat usage for windows in ↵ | elektrahesse | 2010-09-11 | 37 | -106/+626 | |
| |\ | | | | | | | | | | floaterlocalassetbrowse.cpp | |||||
| * | | Fixed Boost.cmake and removed the boost::system and boost::filesystem ↵ | elektrahesse | 2010-09-11 | 1 | -6/+0 | |
| | | | | | | | | | | | | dependencies | |||||
| * | | Code cleanup | elektrahesse | 2010-09-09 | 1 | -34/+1 | |
| | | | ||||||
| * | | Switched to boost::regex and wrote a regex supporting punctuation for name ↵ | elektrahesse | 2010-09-09 | 1 | -2/+11 | |
| | | | | | | | | | | | | matching in both chat and group ims | |||||
| * | | Fixed chat colors and added group im colors | elektrahesse | 2010-09-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed chat colors and added group im colors | elektrahesse | 2010-09-09 | 9 | -36/+117 | |
| | | | ||||||
| * | | Added a Extra tab in adv. preferences to enable/disable chat colors and to ↵ | elektrahesse | 2010-09-08 | 4 | -20/+112 | |
| | | | | | | | | | | | | select the colors | |||||
| * | | Initial hacky release of colors in chat highlighting friend chat and when ↵ | elektrahesse | 2010-09-08 | 1 | -8/+34 | |
| | | | | | | | | | | | | your name is typed | |||||
| * | | Made the texture fix cross platform and removed boost::filesystem dep for ↵ | elektrahesse | 2010-09-07 | 1 | -23/+8 | |
| | | | | | | | | | | | | loaterlocalassetbrowse.cpp | |||||
| * | | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-09-07 | 12 | -2/+583 | |
| |\ \ | ||||||
| * | | | Fixed local textures on mac | elektrahesse | 2010-09-07 | 1 | -6/+23 | |
| | | | | ||||||
| * | | | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-09-07 | 13 | -40/+188 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | Elektra Hesse | 2010-09-04 | 20 | -62/+155 | |
| |\ \ \ \ | ||||||
| * | | | | | Fixed Boost.cmake to correctly find the boost_system lib on mac | Elektra Hesse | 2010-09-04 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Fixed the layout of the fonts preferences panel's font previews | McCabe Maxsted | 2010-09-11 | 1 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | Updated git ignore to ignore windows installer and new skin folders | McCabe Maxsted | 2010-09-11 | 1 | -5/+3 | |
| |_|_|_|/ |/| | | | |