Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed "Take" on the object pie menu not working. | Jacek Antonelli | 2009-06-06 | 2 | -2/+10 |
| | |||||
* | Cleaned up ChangeLog.txt a bit. | Jacek Antonelli | 2009-06-06 | 1 | -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 next | Jacek Antonelli | 2009-06-05 | 2 | -0/+38 |
|\ | |||||
| * | Changed the list of installed Mac gstreamer plugins. | Jacek Antonelli | 2009-05-18 | 2 | -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 Antonelli | 2009-05-02 | 2 | -0/+7 |
| | | |||||
* | | Merged in jacek/next | McCabe Maxsted | 2009-06-05 | 24 | -128/+584 |
|\ \ | |||||
| * \ | Merge branch 'mccabe/next' into next-1.1 | Jacek Antonelli | 2009-06-05 | 4 | -222/+247 |
| |\ \ | |||||
| * \ \ | Merge branch 'revert-ctrl-d' into next-1.1 | Jacek Antonelli | 2009-06-05 | 2 | -3/+9 |
| |\ \ \ | |||||
| | * | | | Reverted Ctrl-D shortcut back to Edit > Duplicate. | Jacek Antonelli | 2009-05-16 | 2 | -3/+9 |
| | | |/ | | |/| | | | | | | | | | No longer World > Create Landmark Here. | ||||
| * | | | Mute in Profile window triggers confirmation dialog too. | Jacek Antonelli | 2009-06-05 | 2 | -2/+7 |
| | | | | |||||
| * | | | Added confirmation dialogs for Mute from pie menu. | Jacek Antonelli | 2009-06-01 | 5 | -3/+93 |
| | | | | | | | | | | | | | | | | Dialog is for muting avatars and objects from the pie menu only. | ||||
| * | | | Added a confirmation dialog for Take Off All Clothes. | Jacek Antonelli | 2009-05-31 | 5 | -3/+50 |
| | | | | |||||
| * | | | Added a separator between Wear and Restore to Last Position. | Jacek Antonelli | 2009-05-25 | 3 | -4/+13 |
| | | | | |||||
| * | | | Restore to Last Position has a confirmation dialog now. | Jacek Antonelli | 2009-05-25 | 2 | -1/+5 |
| | | | | |||||
| * | | | Added Restore to Last Position confirmation and callback methods. | Jacek Antonelli | 2009-05-25 | 3 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | LLItemBridge::restoreToWorldConfirm() LLItemBridge::restoreToWorldCallback() | ||||
| * | | | Added ConfirmRestoreToWorld alert text. | Jacek Antonelli | 2009-05-25 | 2 | -0/+28 |
| | | | | |||||
| * | | | User-initiated Toggle Fullscreen has a confirmation dialog now. | Jacek Antonelli | 2009-05-25 | 3 | -2/+9 |
| | | | | | | | | | | | | | | | | That's in the View menu and also Alt+Enter at login screen. | ||||
| * | | | Added Toggle Fullscreen confirmation and callback methods. | Jacek Antonelli | 2009-05-25 | 3 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | LLViewerWindow::toggleFullscreenConfirm() LLViewerWindow::toggleFullscreenCallback() | ||||
| * | | | Added ConfirmToggleFullscreen alert text. | Jacek Antonelli | 2009-05-25 | 2 | -2/+21 |
| | | | | |||||
| * | | | User-initiated Teleport Home has confirmation dialog. | Jacek Antonelli | 2009-05-25 | 3 | -3/+11 |
| | | | | | | | | | | | | | | | | That's in the World menu and on the world map. | ||||
| * | | | Added Teleport Home confirmation and callback methods. | Jacek Antonelli | 2009-05-25 | 3 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | LLAgent::teleportHomeConfirm() LLAgent::teleportHomeCallback() | ||||
| * | | | Moved LLAgent::teleportHome() definition. | Jacek Antonelli | 2009-05-25 | 3 | -1/+15 |
| | | | | | | | | | | | | | | | | Was in llagent.h for no good reason, now in llagent.cpp. | ||||
| * | | | Added ConfirmTeleportHome alert text. | Jacek Antonelli | 2009-05-25 | 2 | -0/+22 |
| | | | | |||||
| * | | | Fixed end-of-line style for Info-Imprudence.plist. | Jacek Antonelli | 2009-05-24 | 1 | -39/+39 |
| |/ / | |||||
| * | | Merge commit 'origin/gst-thread-fix' into mac | Jacek Antonelli | 2009-04-21 | 3 | -31/+53 |
| |\ \ | |||||
| | * | | Cleaned up indentation in llmediaimplgstreamer.h. | Jacek Antonelli | 2009-04-18 | 1 | -24/+24 |
| | | | | |||||
| | * | | LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend. | Jacek Antonelli | 2009-04-18 | 2 | -2/+9 |
| | | | | |||||
| | * | | Removed redundant play() from LLMediaImplGStreamer::navigateTo(). | Jacek Antonelli | 2009-04-18 | 2 | -3/+4 |
| | | | | |||||
| | * | | LLMediaImplGStreamer::play() is no-op if already playing. | Jacek Antonelli | 2009-04-18 | 2 | -0/+11 |
| | | | | |||||
| | * | | Removed some useless code from LLMediaImplGStreamer::startPlay(). | Jacek Antonelli | 2009-04-18 | 2 | -3/+6 |
| | | | | |||||
| * | | | Imported GreenLife Emerald Viewer's OpenAL code. It works! | Jacek Antonelli | 2009-04-21 | 3 | -61/+93 |
| | | | | |||||
| * | | | We'll use libopenal.1.dylib after all (yet again). | Jacek Antonelli | 2009-04-20 | 2 | -1/+5 |
| | | | | |||||
| * | | | Help (force) Mac to use the right OpenAL lib and header dir. | Jacek Antonelli | 2009-04-20 | 2 | -5/+14 |
| | | | | |||||
| * | | | Mac viewer uses Thomas Shikami's OpenAL libs. | Jacek Antonelli | 2009-04-20 | 2 | -2/+8 |
| | | | | |||||
| * | | | Added libneon to Mac manifest. | Jacek Antonelli | 2009-04-10 | 2 | -0/+5 |
| | | | | |||||
| * | | | Help Mac find the right libalut.0.dylib. | Jacek Antonelli | 2009-04-10 | 2 | -1/+14 |
| | | | | |||||
| * | | | Help Mac find the right libxml2.2.dylib. | Jacek Antonelli | 2009-04-10 | 2 | -1/+17 |
| | | | | |||||
| * | | | Tweaked Mac lib manifest. | Jacek Antonelli | 2009-04-10 | 2 | -4/+9 |
| |/ / | | | | | | | | | | Removed pango, commented out libopenal, added libxml2. | ||||
* | | | Menu bar now only changes color for Aditi | McCabe Maxsted | 2009-06-05 | 2 | -3/+10 |
| | | | |||||
* | | | Merged in Armin's gesture manager patch to compensate for removing ↵ | McCabe Maxsted | 2009-06-05 | 3 | -6/+21 |
|\ \ \ | | | | | | | | | | | | | 'Gestures' from the pie. | ||||
| * | | | Applied Armin's gesture manager patch | McCabe Maxsted | 2009-04-27 | 3 | -6/+17 |
| | | | | |||||
| * | | | Fixed space in changelog | McCabe Maxsted | 2009-04-24 | 1 | -1/+0 |
| | | | | |||||
| * | | | Started 1.2.0 branch | McCabe Maxsted | 2009-04-23 | 1 | -0/+14 |
| | | | | |||||
* | | | | Redid pie menus based on feedback from VWR-8080 | McCabe Maxsted | 2009-06-05 | 8 | -145/+174 |
| | | | | |||||
* | | | | Fixed high res checkbox not hiding | McCabe Maxsted | 2009-06-05 | 2 | -2/+6 |
| |_|/ |/| | | |||||
* | | | Fixed gstreamer windows library | McCabe Maxsted | 2009-05-21 | 2 | -2/+8 |
| | | | |||||
* | | | Updated copy_win_libs for 1.1 RC3 | McCabe Maxsted | 2009-04-28 | 2 | -212/+218 |
|/ / | |||||
* | | Updated Windows libpng url | McCabe Maxsted | 2009-04-18 | 2 | -2/+3 |
| | | |||||
* | | Updated Windows GStreamer url | McCabe Maxsted | 2009-04-18 | 2 | -2/+3 |
| | | |||||
* | | Updated Windows GLib url | McCabe Maxsted | 2009-04-18 | 2 | -3/+4 |
| | |