summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.cpp
AgeCommit message (Collapse)Author
2023-09-10Missing parameter for non file picker implementorsErik Kundiman
2023-07-19Stubs for missing implementations that use GTKErik Kundiman
in order to get rid of undefined references to `LLFilePicker::getOpenFileModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getMultipleOpenFilesModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getSaveFileModeless(LLFilePicker::ESaveFilter, std::string const&, void (*)(bool, std::string&, void*), void*)' The UI has been relying on modeless file operations. UI implementations for Linux would fall within the GTK scope, and there haven't been implementations for these three methods yet. Even know they're defined using member functions that do nothing, and return boolean false.
2023-07-19FreeBSD gets what Linux does in file pickerErik Kundiman
2023-05-19DRTVWR-580 Post-merge fix - unused codeAndrey Lihatskiy
2023-05-17Merge branch 'main' into DRTVWR-580-maint-TAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/llcharacter/llkeyframemotion.cpp # indra/newview/llfilepicker.cpp
2023-03-30Merge branch 'main' into DRTVWR-580-maint-TAndrey Lihatskiy
2023-03-30Merge branch 'main' into DRTVWR-577-maint-SAndrey Lihatskiy
# Conflicts: # indra/cmake/CMakeLists.txt # indra/newview/skins/default/xui/es/floater_tools.xml
2023-03-20Merge branch 'DRTVWR-568' into DRTVWR-573-maint-RAndrey Lihatskiy
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt
2023-02-23SL-19252 Remove "#ifdef _CORY_TESTING" codeMaxim Nikolenko
2023-02-09Merge branch 'main' into DRTVWR-577-maint-SAndrey Kleshchev
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm
2023-01-27SL-18996 make MacOS picker dialogs modeless to avoid disconnects #2Andrey Kleshchev
2023-01-27SL-18996 [WIP] MacOS make picker dialogs non-modal to avoid disconnects #1Andrey Kleshchev
2022-10-28Fix leaks in mac filepicker codeRye Mutt
2022-04-18Another instance where LLFilePicker::getSaveFile had the wrong number of ↵Nicky
arguments.
2022-04-18Add argument missing from implementationNicky
2020-10-08DRTVWR-510 remove all LL_SOLARIS conditionalsDave Houlton
2018-12-19SL-10155 FIXED [MAC] Mesh upload tries to upload folder instead of opening itMnikolenko ProductEngine
2018-04-17MAINT-8325 Fixed The Save Local dialog disconnects the viewer if you do not ↵andreykproductengine
choose the save directory files within the first minute
2017-11-22MAINT-1804 Fixed bulk upload failures due to non-ansi symbols in namesandreykproductengine
2017-05-26MAINT-1139 Catch Windows crash on Saving snapshotandreykproductengine
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-16MAINT-5507: Include httpconstants in file picker for linux.Rider Linden
2014-08-31OPEN-268 - Add missing xml cases to file picker on linux and darwinCinder
2014-06-17Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-19mergeBrad Payne (Vir Linden)
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-06Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵Merov Linden
errors
2014-01-24MAINT-3642 FIXED Allow saving textures with extension “.tga” at the end ↵maxim@mnikolenko
of the name.
2014-01-14MAINT-3262 FIXED Allow uploading gif-imagesMnikolenko ProductEngine
2013-12-18Fix FFLOAD_ALL issue in file picker, add FFLOAD_EXE to fix exe picking on ↵Merov Linden
Mac Cocoa
2013-12-05mergeBrad Payne (Vir Linden)
2013-12-05MAINT-3262 FIXED Cannot select image to upload to Web profileMnikolenko ProductEngine
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-10-16mergeBrad Payne (Vir Linden)
2013-10-08merge from viewer-releaseRichard Linden
2013-09-10BUG-3848: send_agent_resume() was not being called after snapshot.Cinder Biscuits
2013-09-10mergeBrad Payne (Vir Linden)
2013-09-09merge with viewer-releaseRichard Linden
2013-10-04MAINT-3247 FIXED Check that gfilter is not NULL.maxim@mnikolenko
2013-09-26Try all you want multichar constant, but you'll never be a string to me! ↵Graham Madarasz (Graham Linden)
(fix mac build errors from 'curious' filepicker literals)
2013-09-19Merge downstream codesimon_linden
2013-09-09Merge downstream code with viewer-releasesimon_linden
2013-08-14MAINT-2897 Need to be able to save textures from inventory as PNGcallum_linden
2013-08-14MAINT-2897 MAINT-2897 Need to be able to save textures from inventory as PNGdmitrykproductengine
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-05-21mergeBrad Payne (Vir Linden)
2013-05-13Merged with https://bitbucket.org/lindenlab/viewer-betaGeenz