aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fixed "Take" on the object pie menu not working.Jacek Antonelli2009-06-062-2/+10
|
* Cleaned up ChangeLog.txt a bit.Jacek Antonelli2009-06-061-72/+26
| | | | | | | * Removed changes that were later reverted. * Mention of VWR-6744 should have been VWR-3060. * Whitespace cleanup. * Removed merge notice about Gesture patch, it's already logged.
* Merge commit 'origin/mac' into nextJacek Antonelli2009-06-052-0/+38
|\
| * Changed the list of installed Mac gstreamer plugins.Jacek Antonelli2009-05-182-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commented out libgstqtwrapper.so, since it causes issues with MP3s (and perhaps other types). Added: libgstfilter.so libgstmultifile.so libgststereo.so libgstvideobalance.so libgstvideobox.so libgstvideocrop.so libgstvideoflip.so libgstvideomixer.so libgstvideorate.so libgstvideosignal.so
| * Added libgstqtwrapper.so to Mac manifest.Jacek Antonelli2009-05-022-0/+7
| |
* | Merged in jacek/nextMcCabe Maxsted2009-06-0524-128/+584
|\ \
| * \ Merge branch 'mccabe/next' into next-1.1Jacek Antonelli2009-06-054-222/+247
| |\ \
| * \ \ Merge branch 'revert-ctrl-d' into next-1.1Jacek Antonelli2009-06-052-3/+9
| |\ \ \
| | * | | Reverted Ctrl-D shortcut back to Edit > Duplicate.Jacek Antonelli2009-05-162-3/+9
| | | |/ | | |/| | | | | | | | | No longer World > Create Landmark Here.
| * | | Mute in Profile window triggers confirmation dialog too.Jacek Antonelli2009-06-052-2/+7
| | | |
| * | | Added confirmation dialogs for Mute from pie menu.Jacek Antonelli2009-06-015-3/+93
| | | | | | | | | | | | | | | | Dialog is for muting avatars and objects from the pie menu only.
| * | | Added a confirmation dialog for Take Off All Clothes.Jacek Antonelli2009-05-315-3/+50
| | | |
| * | | Added a separator between Wear and Restore to Last Position.Jacek Antonelli2009-05-253-4/+13
| | | |
| * | | Restore to Last Position has a confirmation dialog now.Jacek Antonelli2009-05-252-1/+5
| | | |
| * | | Added Restore to Last Position confirmation and callback methods.Jacek Antonelli2009-05-253-0/+30
| | | | | | | | | | | | | | | | | | | | LLItemBridge::restoreToWorldConfirm() LLItemBridge::restoreToWorldCallback()
| * | | Added ConfirmRestoreToWorld alert text.Jacek Antonelli2009-05-252-0/+28
| | | |
| * | | User-initiated Toggle Fullscreen has a confirmation dialog now.Jacek Antonelli2009-05-253-2/+9
| | | | | | | | | | | | | | | | That's in the View menu and also Alt+Enter at login screen.
| * | | Added Toggle Fullscreen confirmation and callback methods.Jacek Antonelli2009-05-253-0/+31
| | | | | | | | | | | | | | | | | | | | LLViewerWindow::toggleFullscreenConfirm() LLViewerWindow::toggleFullscreenCallback()
| * | | Added ConfirmToggleFullscreen alert text.Jacek Antonelli2009-05-252-2/+21
| | | |
| * | | User-initiated Teleport Home has confirmation dialog.Jacek Antonelli2009-05-253-3/+11
| | | | | | | | | | | | | | | | That's in the World menu and on the world map.
| * | | Added Teleport Home confirmation and callback methods.Jacek Antonelli2009-05-253-0/+25
| | | | | | | | | | | | | | | | | | | | LLAgent::teleportHomeConfirm() LLAgent::teleportHomeCallback()
| * | | Moved LLAgent::teleportHome() definition.Jacek Antonelli2009-05-253-1/+15
| | | | | | | | | | | | | | | | Was in llagent.h for no good reason, now in llagent.cpp.
| * | | Added ConfirmTeleportHome alert text.Jacek Antonelli2009-05-252-0/+22
| | | |
| * | | Fixed end-of-line style for Info-Imprudence.plist.Jacek Antonelli2009-05-241-39/+39
| |/ /
| * | Merge commit 'origin/gst-thread-fix' into macJacek Antonelli2009-04-213-31/+53
| |\ \
| | * | Cleaned up indentation in llmediaimplgstreamer.h.Jacek Antonelli2009-04-181-24/+24
| | | |
| | * | LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend.Jacek Antonelli2009-04-182-2/+9
| | | |
| | * | Removed redundant play() from LLMediaImplGStreamer::navigateTo().Jacek Antonelli2009-04-182-3/+4
| | | |
| | * | LLMediaImplGStreamer::play() is no-op if already playing.Jacek Antonelli2009-04-182-0/+11
| | | |
| | * | Removed some useless code from LLMediaImplGStreamer::startPlay().Jacek Antonelli2009-04-182-3/+6
| | | |
| * | | Imported GreenLife Emerald Viewer's OpenAL code. It works!Jacek Antonelli2009-04-213-61/+93
| | | |
| * | | We'll use libopenal.1.dylib after all (yet again).Jacek Antonelli2009-04-202-1/+5
| | | |
| * | | Help (force) Mac to use the right OpenAL lib and header dir.Jacek Antonelli2009-04-202-5/+14
| | | |
| * | | Mac viewer uses Thomas Shikami's OpenAL libs.Jacek Antonelli2009-04-202-2/+8
| | | |
| * | | Added libneon to Mac manifest.Jacek Antonelli2009-04-102-0/+5
| | | |
| * | | Help Mac find the right libalut.0.dylib.Jacek Antonelli2009-04-102-1/+14
| | | |
| * | | Help Mac find the right libxml2.2.dylib.Jacek Antonelli2009-04-102-1/+17
| | | |
| * | | Tweaked Mac lib manifest.Jacek Antonelli2009-04-102-4/+9
| |/ / | | | | | | | | | Removed pango, commented out libopenal, added libxml2.
* | | Menu bar now only changes color for AditiMcCabe Maxsted2009-06-052-3/+10
| | |
* | | Merged in Armin's gesture manager patch to compensate for removing ↵McCabe Maxsted2009-06-053-6/+21
|\ \ \ | | | | | | | | | | | | 'Gestures' from the pie.
| * | | Applied Armin's gesture manager patchMcCabe Maxsted2009-04-273-6/+17
| | | |
| * | | Fixed space in changelogMcCabe Maxsted2009-04-241-1/+0
| | | |
| * | | Started 1.2.0 branchMcCabe Maxsted2009-04-231-0/+14
| | | |
* | | | Redid pie menus based on feedback from VWR-8080McCabe Maxsted2009-06-058-145/+174
| | | |
* | | | Fixed high res checkbox not hidingMcCabe Maxsted2009-06-052-2/+6
| |_|/ |/| |
* | | Fixed gstreamer windows libraryMcCabe Maxsted2009-05-212-2/+8
| | |
* | | Updated copy_win_libs for 1.1 RC3McCabe Maxsted2009-04-282-212/+218
|/ /
* | Updated Windows libpng urlMcCabe Maxsted2009-04-182-2/+3
| |
* | Updated Windows GStreamer urlMcCabe Maxsted2009-04-182-2/+3
| |
* | Updated Windows GLib urlMcCabe Maxsted2009-04-182-3/+4
| |