summaryrefslogtreecommitdiff
path: root/cui/source/options/optaboutconfig.hxx
AgeCommit message (Collapse)Author
2014-02-25callcatcher: update unused codeCaolán McNamara
Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
2013-12-06More Expert Config Page fixesStephan Bergmann
Change-Id: Iaa2b7df4246ab3fa31737126f27e4a9da3814048
2013-12-06A bit of constness.Jan Holesovsky
Change-Id: If7681341c7d5d88286f36f943708f99b3c5700e0
2013-11-20fdo#67642 Expert Config Page Moved to its own windowEfe Gürkan YALAMAN
Expert Config Page moved SfxTabPage to ModalDialog. It has its own window as requested on this bug. Double click works as edit button now for better usability. Also Default button renamed as Reset button. Change-Id: Ie4732860b9677a313697d5faa72109c8b16b9c2d Reviewed-on: https://gerrit.libreoffice.org/6704 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-10-28fixincludeguards.sh: cuiThomas Arnhold
Change-Id: I0a9f69b8c2129329f742f18e7749484b6f3e5bf7
2013-09-25list types added to Expert Config pageEfe Gürkan YALAMAN
Known list types added to the expert config page.( []string, []short,etc) A new method for turning the comma seperated string to uno::Sequence added Also some improvements on memory handling and value dialog size. Change-Id: Id1f68b5e013208bda0fa697e89cd00c7bdda292f
2013-09-09Various improvements Expert ConfigEfe Gürkan YALAMAN
Loads all options now in a plausibletime. Handles all short, long, hyper, double and float types. Also handles []hyper type. Also using a custom edit widget for prevent errors for integer types. Change-Id: Idb4f2cb49381e7f92e27a5e89107d48a334f0a26
2013-09-09callcatcher: update unused codeCaolán McNamara
Change-Id: I76825425ff084d3fb1e331fb7ff13b097744c208 Reviewed-on: https://gerrit.libreoffice.org/5882 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-14Help button added to the aboutconfigvalue dialogEfe Gürkan YALAMAN
Change-Id: Id47fafe67c20de5b163f7a4a04d2475297664c54 Reviewed-on: https://gerrit.libreoffice.org/5421 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-13Expert config edit button implemented.Efe Gürkan YALAMAN
Value modifying dialog added. Checking if property changed before from a vector. Not stable but working. Change-Id: Id2b5ac102007af21ec12635b98f24a11c5befc90 Reviewed-on: https://gerrit.libreoffice.org/5306 Tested-by: Katarina Behrens <bubli@bubli.org> Tested-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-01Fixup: SvxSimpleTableContainer got moved to svtoolsThorsten Behrens
Change-Id: I358e244a8cc8a98255645265e8734a2bb6eac8f1
2013-08-01getConfigAccess Re-arranged for getting update accessEfe Gürkan YALAMAN
getConfigAccess now has a second argument which allows getting update access when needed. If second argument is sal_False gets ReadOnly access, otherwise takes update access. Change-Id: I53731e6cb8c586f59aec81abc1f12bcb60fd5481
2013-08-01Header bar sorting implemented.Efe Gürkan YALAMAN
Change-Id: I2c80b6f7973053c78af430b458ae2f9e5532532e
2013-08-01configaccess and FillItems can take '/' as nodepathEfe Gürkan YALAMAN
The problem about taking '/' as nodepath solved. Change-Id: I9590a7bec95c8d90d18bfe55fdb7ab19043ccb55
2013-08-01Reset method implementation.Efe Gürkan YALAMAN
Change-Id: I34fb54feb636eb9b3f61062969855f9d80140c08
2013-08-01FillItems implemenedEfe Gürkan YALAMAN
This method will be used for traversing configuration tree. Change-Id: Iefd8a21d1cb27496c87502755834c31b1a35ba44
2013-08-01Configuration Access method implemented.Efe Gürkan YALAMAN
This method is used for getting access to configurations. Change-Id: Ia4aa82a3f2df02e26f750133f7a7d2c85a75710c
2013-08-01InsertEntry method implementedEfe Gürkan YALAMAN
This is used for the adding new items to the list box. Change-Id: I6c531141c9dd4df1e050bfec610735c917bf5403
2013-08-01Revert "starting to initial implementation"Efe Gürkan YALAMAN
This reverts commit 5a3b21b5fb579bcf86eff172862b1c23c499b361. Will implement it a different way.
2013-08-01starting to initial implementationEfe Gürkan YALAMAN
Change-Id: Ibe2e61b599bd47708cefaa03fdba03e6428c6ed6
2013-08-01Multi column listboxes initial headerbar addedEfe Gürkan YALAMAN
Change-Id: Ie5f4019e2565ae24a53e820f933c226cb9517660
2013-08-01Initial files are improved.Efe Gürkan YALAMAN
Some typos fixed on header files. Change-Id: Ibd6f1b666a3a5b8b6a943b1bffae0be262bcf2fa
2013-08-01Improvements on current prototypes.Efe Gürkan YALAMAN
License statement added to header. modulename changed svx to cui. Change-Id: I90f96e6c4720af392b344fce1052dd135e611bae
2013-08-01about config page header prototypeEfe Gürkan YALAMAN
prototype is added for about:config utility as SfxTabPage. Change-Id: I5146c0615a42f0ae084b3ec29b6b5f3b6677d9c6