aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added names cycling using TAB. Only 1 char now necessary to trigger ↵elektrahesse2010-09-162-30/+53
| | | | | | | | completion. Otherwise TAB reverts to cycle through widgets.
| * Added CHAT_NORMAL_RADIUS check for autocompletion and deleted selection of ↵elektrahesse2010-09-161-3/+17
| | | | | | | | last part upon new autocomplete attempt
| * Added support for autocompletion of names also in the 'local chat' windowelektrahesse2010-09-151-2/+1
| |
| * Added more punctuation support to both names autocomplete and names ↵elektrahesse2010-09-152-2/+2
| | | | | | | | highlight in chat
| * Added TAB as name completion hotkey, to be used after at least 3 chars ↵elektrahesse2010-09-151-1/+2
| | | | | | | | otherwise it reverts to the default widgets-switching behaviour
* | "fix" null sound channel crashNemurimasu Neiro2010-09-171-1/+1
| |
* | Made searching contacts suck a lot lessMcCabe Maxsted2010-09-172-37/+47
| |
* | Let's not put so many spaces in front of (none)McCabe Maxsted2010-09-171-1/+1
| |
* | Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵McCabe Maxsted2010-09-173-658/+5
| | | | | | | | Eryn)
* | Updated de translations to third and fourth batches by ErynMcCabe Maxsted2010-09-1718-270/+541
| |
* | Reset scroll position on search in contacts/groups listsMcCabe Maxsted2010-09-162-0/+2
| |
* | Added search bars for friends and groups lists, based on a feature in the ↵McCabe Maxsted2010-09-168-23/+142
| | | | | | | | Ascent viewer by Charley Levenque
* | Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵McCabe Maxsted2010-09-164-21/+39
| | | | | | | | They now toggle spell check for a specific line/text editor consistently
* | More spell checking cleanupMcCabe Maxsted2010-09-154-12/+14
| |
* | Fixed up the spellcheck preferences labels to something more easily ↵McCabe Maxsted2010-09-151-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 Maxsted2010-09-151-14/+19
| | | | | | | | here?)
* | Fixed crash when pressing the download dictionary button right after the ↵McCabe Maxsted2010-09-151-36/+39
| | | | | | | | window opened
* | Added LSL and LSL2 to the en_sl dictionaryMcCabe Maxsted2010-09-151-0/+2
| |
* | Removed spell_check from chat history and IM windows since sent text isn't ↵McCabe Maxsted2010-09-154-7/+5
| | | | | | | | ever spellchecked
* | Added spell_check to floater_*.xml line editorsMcCabe Maxsted2010-09-1528-38/+38
| |
* | Added spell_check to floater_*.xml text editorsMcCabe Maxsted2010-09-1514-20/+22
| |
* | Added spell_check to panel_*.xml text editorsMcCabe Maxsted2010-09-1514-19/+19
| |
* | Removed unused panel_voice_enable.xml fileMcCabe Maxsted2010-09-151-37/+0
| |
* | Added spell_check to panel_*.xml line editorsMcCabe Maxsted2010-09-1510-17/+18
| |
* | Removed unused panel_voice_options.xml fileMcCabe Maxsted2010-09-151-43/+0
| |
* | First commit in the long overhaul of making spell check consistent and ↵McCabe Maxsted2010-09-156-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 problemMcCabe Maxsted2010-09-151-1/+1
|
* Clarified that a restart is required to change spell checking settingsMcCabe Maxsted2010-09-141-2/+2
|
* Removed GOVERNOR_LINDEN check to allow land auctions on OpenSimMcCabe Maxsted2010-09-141-1/+1
|
* Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-09-141-2/+2
|\
| * Small bugfix, no dropdown yetelektrahesse2010-09-141-2/+2
| |
* | Merge remote branch 'thickbrick/weekly' into weeklyMcCabe Maxsted2010-09-141-0/+13
|\ \
| * | Prevent double-click teleport when double-clicking touch-scripted objects or ↵thickbrick2010-09-141-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 Maxsted2010-09-141-14/+34
| | | | | | | | | | | | the list
* | | Added checkboxes to the group list for receiving group notices, joining ↵McCabe Maxsted2010-09-143-14/+82
| | | | | | | | | | | | group chat, and listing group in profile
* | | Merge remote branch 'thickbrick/weekly' into weeklyMcCabe Maxsted2010-09-131-2/+6
|\ \ \ | |/ /
| * | SNOW-282: prevent the toolbox from showing up uninvited and grabbing ↵thickbrick2010-09-141-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.xmlMcCabe Maxsted2010-09-131-23/+23
| | |
* | | add libhunspell to viewer_manifest for linux*Armin Weatherwax2010-09-131-0/+2
| | |
* | | Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax2010-09-1311-56/+169
| | | | | | | | | | | | possible for OS
* | | stay away from find_library!Nemurimasu Neiro2010-09-132-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 historyMcCabe Maxsted2010-09-131-1/+2
| | |
* | | Fixed Windows compile error in autocompleteMcCabe Maxsted2010-09-131-1/+1
| | |
* | | Added the 'Add Friend' option to IMs and fixed the Group Profile button ↵McCabe Maxsted2010-09-1317-16/+95
| | | | | | | | | | | | showing the wrong profile (#514)
* | | Updated German translation, part 2, by Eryn GalenMcCabe Maxsted2010-09-1321-328/+535
| | |
* | | Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-09-122-6/+77
|\ \ \ | | |/ | |/|
| * | Added ' support for punctuation matchingelektrahesse2010-09-131-1/+1
| | |
| * | Initial support for names autocompletion in chat using ctrl-escelektrahesse2010-09-131-5/+76
| | |
| * | Fixed the regexp to match commas before the nameelektrahesse2010-09-121-1/+1
| |/
* | Applied patch by Makomk Makosen for #515: Uninitialized pointer ↵McCabe Maxsted2010-09-111-0/+1
| | | | | | | | mNextAudioSession in LLVoiceClient