| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
See http://jira.secondlife.com/browse/SNOW-713
This patch makes llcommon shared. It contains the following snowglobe
(SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500,
3519 and 3531, plus the fix for all rejects. Note that changes
to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500
and 3625) were ignored as we don't have scripts/automated_build_scripts.
|
|/
|
|
| |
rightclick one of the results and teleport or cam to the object or bring it in edit mode
|
|
|
|
|
|
|
|
|
|
|
| |
There was a problem with #include "hippolimits.h" because
the file is called hippoLimits.h (with an uppercase L).
After some discussion on IRC it was reluctantly decided that
filenames should be lowercase, as is done for every Linden file.
This is part 2 or 2 (the first part just renamed the files).
This part changes all files to make the viewer compile again
after the renaming.
|
|\
| |
| |
| | |
browser/media plugin support
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
linden/doc/contributions.txt
Renamed RED --> IMP. Merged entries from both.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The LindenUserDir (~/.imprudence/first_last/) cannot be initialized
before the user logged in. However, several singletons (that only can be
initialized once) depend on this directory for initialization. Therefore
we have to take care not to instantiate those singletons until after the
user logged in.
With regard to webit, this fixes the browser_profile (cache and cookies)
directory that the builtin browser uses.
|
| | |
| | |
| | |
| | | |
snowglobe 2.x).
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
linden/doc/contributions.txt
linden/indra/cmake/GStreamer.cmake
linden/indra/cmake/LLMedia.cmake
linden/indra/cmake/OPENAL.cmake
linden/indra/llmedia/CMakeLists.txt
linden/indra/llprimitive/material_codes.h
linden/indra/newview/chatbar_as_cmdline.cpp
linden/indra/newview/llappviewer.cpp
linden/indra/newview/llfloatertos.cpp
linden/indra/newview/llstartup.cpp
linden/indra/newview/llviewerwindow.cpp
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/pipeline.cpp
linden/indra/newview/pipeline.h
linden/indra/newview/viewer_manifest.py
linden/install.xml
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
FAILURE: value: ignoretext repl:
Caused by missing ignoretext in notifications.xml. Also fixed typos in
debug output messages.
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes a confusion between word end position and word length,
causing an empty spell checker suggestion list, or possibly crashes.
I caused this bug in f5006e8a2f34afa390f0bbcf0f6af15218cf4105.
Oops.
|
| |
| |
| |
| | |
objects.
|
| |
| |
| |
| | |
See http://redmine.imprudenceviewer.org/issues/556
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Don't hide the translate menu, instead only enable the options
that make sense in the context (translate languages,
copy/paste/etc.)
- Made highlighting misspellings a global option, with immediate
effect.
- Convert newview/lgghunspell_wrapper.cpp to UTF-8.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Set the default of the xui attribute "allow_translate" to true,
and add allow_translate="false" to panel_login.xml. This probably
needs to be disabled in other places as well.
|
| | |
|
| |
| |
| |
| |
| |
| | |
- 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.
|
| |
| |
| |
| |
| |
| | |
- 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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Use LLWString when doing size calculations (potential
crashes and misplaced text)
- Weird selection range after translating selected text.
|
| |
| |
| |
| |
| |
| | |
selected.
New behavior is to translate the word under the mouse if nothing is selected.
|
|/
|
|
|
|
| |
selected.
New behavior is to translate the word under the mouse if nothing is selected.
|
|
|
|
| |
They now toggle spell check for a specific line/text editor consistently
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Viewer 2)
|
|
|
|
| |
Regression fix for the 09.04 Experimental
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
modularsystems.sl should be changed!
|
|
|
|
| |
slurls (viewer2 slurl format)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
are deleted
|
|
|
|
|
|
|
| |
Reverted because it ended up getting in the way of people's minimaps.
Commit retained for posterity.
This reverts commit 64e994a132b39e8ed994f0d5cf0914bb44d92507.
|
|
|
|
| |
chat anymore
|
|
|
|
| |
snapshot window (decided that was a feature)
|
| |
|
|
|
|
| |
(also fixed #200 in the process)
|