summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2022-06-24GtkIconView uses a different way to link model and viewCaolán McNamara1-12/+2
2022-05-13tdf#146007: make sure to not hold solar mutexMike Kaganski1-0/+5
2022-04-25tdf#148101 don't autocomplete remote files dialog entry on delete/backspaceCaolán McNamara2-1/+26
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin1-1/+0
2021-11-25Related: tdf#145842 fix a crash after deleting an entryCaolán McNamara1-1/+0
2021-11-24tdf#145842 canceling remote file delete makes file disappear from treeviewCaolán McNamara1-2/+7
2021-11-24loplugin:stringliteraldefine in formual,fpickerNoel Grandin3-24/+24
2021-11-23tdf#145769 fpicker: RemoteFilesDialog: don't use FStatHelperMichael Stahl2-4/+24
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann1-1/+2
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara1-1/+1
2021-10-31gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara1-1/+0
2021-10-31Unused TOOLBOXBUTTON_DEFAULT_LOCATION in fpickerJulien Nabet2-2/+0
2021-10-31Typo: TOOLBOXBUTOON->TOOLBOXBUTTON in fpickerJulien Nabet3-8/+8
2021-10-30Prepare for removal of non-const operator[] from Sequence in fpickerMike Kaganski6-38/+37
2021-10-27Add support for macOS SDK 12.0Stephan Bergmann1-0/+4
2021-10-27Remove line that has been commented out since 2008Tor Lillqvist1-1/+0
2021-10-27There is nothing deprecated about these calls as far as I seeTor Lillqvist1-6/+0
2021-10-21Use NSModalResponseOK instead of deprecated NSFileHandlingPanelOKButtonTor Lillqvist1-4/+1
2021-10-21Bin dead codeTor Lillqvist11-198/+8
2021-10-20add suggested-action to some buttonsCaolán McNamara2-0/+6
2021-10-19Related: tdf#145169 make double-click call same handler as ok buttonCaolán McNamara1-1/+1
2021-10-19tdf#145216 remote open/save dialog: icon view shows nothingCaolán McNamara1-0/+2
2021-10-18Related: tdf#145169 change to selected dir on remote "save"Caolán McNamara2-24/+21
2021-10-18Resolves: tdf#145169 only position treeview cursor at the first entryCaolán McNamara1-4/+4
2021-10-18tdf#145169 have one button per responseCaolán McNamara2-22/+5
2021-10-18tdf#145169 for IsDocument/IsFolder I think we want no interactionCaolán McNamara2-53/+4
2021-10-18Related: tdf#145169 unwanted dialogs on sftp save to remote to a new documentCaolán McNamara1-1/+5
2021-10-18help button in built-in file dialog didn't workCaolán McNamara1-0/+3
2021-10-18Related: tdf#145169 use INetURLObject::getName and removeSegmentCaolán McNamara1-34/+22
2021-10-16Simplify vector initialization in fpickerJulien Nabet1-2/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin3-2/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin2-3/+1
2021-08-23Resolves: tdf#143993 don't change FolderPicker to FilePicker if init calledCaolán McNamara1-1/+6
2021-08-10Missing includeStephan Bergmann1-0/+4
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2-4/+4
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-1/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin5-15/+12
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-17use string_view in the Translate APINoel Grandin1-1/+4
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-3/+1
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-2/+0
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet1-3/+1
2021-06-02no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara3-6/+6
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-13/+12
2021-04-27loplugin:moveoptNoel Grandin1-2/+1
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-04-27loplugin:staticmethods (clang-cl)Stephan Bergmann1-38/+28
2021-04-27-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann1-1/+1