summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-11Add recent colorsfeature/gsoc14-colorsKrisztian Pinter7-43/+203
Change-Id: Id6b2239149bf7d0b3c9242efb7a72091e32c3384
2014-08-05Make small UI tweaks to SvxColorWindow_ImplKrisztian Pinter1-0/+2
Change-Id: I604cbf8ca6f7ebb14c1c95e62f997c3150370119
2014-08-05Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter5-90/+12
Change-Id: I882ee959baae429307218d3076a2a198ff960ddd
2014-07-31Make .soc loading lazyKrisztian Pinter2-7/+15
Change-Id: If7475d6c46faaa6f6f6cde494990e6573b3aadff
2014-07-30Change vector<Palette*> to ptr_vector<Palette>Krisztian Pinter2-13/+9
Change-Id: I1f2832235e8d2ea3517efdce809970ed5f1c6769
2014-07-30Make color picker apply color immediatelyKrisztian Pinter3-16/+46
Change-Id: I38695a43ced63bd5207b631a072231d81aa7e0f9
2014-07-28Change palette selection ComboBox to ListBoxKrisztian Pinter3-22/+24
Change-Id: Id844781c06e37d66f3eebac9d905c58a62682cb0
2014-07-28Make it easier to add new color attributes to GetDocColorsKrisztian Pinter2-5/+6
Change-Id: I2098892fc44c7a8bde1eb30f6db1709e58925577
2014-07-28Change NamedColor to use OUStringKrisztian Pinter2-3/+5
Change-Id: Id84d761b33f12dfc50f980e61ab44565693f2e5a
2014-07-26Fix build errorKrisztian Pinter1-1/+1
Change-Id: I5c992189dc21683fc9e5244f4824d7c42e4ed9cd
2014-07-25Add loading .soc palettesKrisztian Pinter6-73/+152
Change-Id: Ie0d084a70d9b135658840bb7529f2099a702d280
2014-07-25Add SvxLineColorToolBoxControl functionality to SvxColorToolBoxControlKrisztian Pinter1-1/+15
This is the first step in merging SvxLineColorToolBoxControl into SvxColorToolBoxControl. Change-Id: I6a725fef5f9a08524d509b70de15c7a0202e7ed6
2014-07-25Convert SvxColorWindow_Impl to Widget LayoutKrisztian Pinter8-63/+199
Change-Id: I8c830de56892fd8eb1c14add25f65c25046d47fd
2014-07-25Move palette selection ComboBox to top of popup windowKrisztian Pinter2-35/+15
Change-Id: Iff958cc8d2ef301a43db406aa38dd446bb2242a5
2014-07-25Change SvxColorWindow_Impl to use ComboBox for palette selectionKrisztian Pinter6-82/+129
Change-Id: I0fb9b46298f45bbdf9ae9198c145b9ea5e403bbf
2014-07-25Reduce ColorValueSetMaximumRowCount to 20 from 40Krisztian Pinter1-1/+1
Change-Id: Id37698c20e5ded3034b62b753d25964541643fd7
2014-07-25Add color picker to color paletteKrisztian Pinter5-20/+74
Change-Id: I651f485598ee57af815780e234031f101b63fa24
2014-07-25Make SvColorDialog allocate on stackKrisztian Pinter1-6/+5
Change-Id: Ia47feda85bcde1ed44a2fbbcd28bbb5be0abafc8
2014-07-25Fix variable and method namesKrisztian Pinter3-10/+10
Change-Id: I2f02dbeaa61e959d9420410100c6e958580a6567
2014-07-25Fix SvxColorWindow_Impl::StateChanged updatingKrisztian Pinter1-9/+1
Change-Id: Ifb884f8830280d44ea3c73caf319109593bbebf9
2014-07-25Add PaletteManager, refactor palette codeKrisztian Pinter10-153/+378
Change-Id: I7e30fc895834318514b51bc648d32aa6d297bfae
2014-07-25Add GIMP palette loading codeKrisztian Pinter2-5/+118
Change-Id: Ie0d0787342bc806a1848cb904114f0ca16c9df69
2014-07-25Add loading document colors to CalcKrisztian Pinter4-0/+59
Change-Id: I06783b04dbbad2aa690820af1ca2cf05a1004f20
2014-07-25Get more color attributes for document colors in WriterKrisztian Pinter1-6/+11
Change-Id: I2005b434f20a56417105c7b26ce09155a7023023
2014-07-25Code cleanupKrisztian Pinter1-5/+1
Change-Id: Ib452a5cd716ef243e04f498d2fa23d0d389865c0
2014-07-25Add ability to switch between default and document colorsKrisztian Pinter4-47/+83
Change-Id: Ice8d58028a531b37d2c03fdc3e55eea850c53d44
2014-07-25Add navigation buttons to SvxColorWindow_ImplKrisztian Pinter3-13/+58
Change-Id: I346af872f78396d51a458539f7d3038fc63dad8e
2014-07-25Remove unnecessary includeKrisztian Pinter1-1/+0
Change-Id: I46c7af376aacb824a0d4298674423cc227b592f3
2014-07-25Add writer document font colors to color palettesKrisztian Pinter8-1/+72
Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64
2014-07-25rhbz#1121254 reload font list from shell on changeDavid Tardon1-0/+6
Change-Id: Ief88373c210b3b6f65c1df5b31870aca561095bb
2014-07-25Revert "fdo#80911 toggle original page orientation on paper fallback"Caolán McNamara1-12/+6
see rhbz#1122868 for problems, needs a different approach This reverts commit 1c6bd2c40fd03ec735fd6dbec01520f10ee1d55a. Change-Id: I3aa943c086540a7bcde31ebb03c5be552dd739c6
2014-07-25gcc 4.3.4: no matching functionCaolán McNamara1-1/+1
Change-Id: I65b4eff7c7a9912433a91739a8e2db4cfaf17b90
2014-07-25loplugin:unreffun Unreferenced function definitionCaolán McNamara1-8/+0
Change-Id: Iaa5081f6efbe99dc75f708fcfe98dbbeb3dd32bc
2014-07-25fdo#39468 Finish German comment translation of /svl/source/itemsPhilipp Weissenbacher2-506/+440
Conflicts: svl/source/items/itemset.cxx Change-Id: I8d1bd1a1889eede2cdb69e06c127b96842116b1c Reviewed-on: https://gerrit.libreoffice.org/10533 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-25coverity#704911 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Ifd556b56230f359b2d8b95795686a4a6803fa6dc
2014-07-25coverity#1219788 Unchecked dynamic_castCaolán McNamara1-0/+3
Change-Id: I1bedfb601320bc27adc0d0d72fcb8b3c5dfe73ff
2014-07-25coverity#706572 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I579d13981aed4b55501a85326ef2ff735937face
2014-07-25coverity#706579 Uncaught exceptionCaolán McNamara3-0/+3
Change-Id: Ie4d2eed7442ab1e234ea20e8230f1fab32b8c896
2014-07-25coverity#1158284 Uncaught exceptionCaolán McNamara1-8/+17
Change-Id: I19e541707fa91d6a651b8642585276cbdbb2dca8
2014-07-25coverity#1209891 Uncaught exceptionCaolán McNamara2-0/+2
Change-Id: I366a13bc150085d647788fb085a63a63711731a0
2014-07-25coverity#1209892 Uncaught exceptionCaolán McNamara2-0/+2
Change-Id: I7ff87e29769e1d911002d6e1d25cafe40c2d9b8a
2014-07-25coverity#1209371 Division or modulo by float zeroCaolán McNamara1-1/+1
Change-Id: I8834b81b71746daaf97f7b62d09421d5165fa707
2014-07-25coverity#735613 Division or modulo by float zeroCaolán McNamara1-1/+1
Change-Id: Ib441ec962abb9f87ca27ea5300f23a0515d3db2b
2014-07-25Typo: Destop->DesktopJulien Nabet1-2/+2
Change-Id: If09f622753c3efa449722368301f61651ad28bd5
2014-07-25Improve header/footer UI label (fdo#81227)Luke Deller3-3/+52
Indicate whether the header/footer being edited is only for the first page, left pages, or right pages if applicable. Change-Id: Ia38289503d0bae6cc6cef5917a47d5d25ca0f712 Reviewed-on: https://gerrit.libreoffice.org/10235 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-25Updated coreCaolán McNamara1-0/+0
Project: help 54d171d06783a9ec286e82aa6150c3fc1b230d5f
2014-07-25Convert RID_SVX_MDLG_HANGULHANJA_EDIT to Widget Layout.Rachit Gupta10-258/+453
Change-Id: I63d61a9caeb356e6b5bd340c1f9a5415869a91a1 Reviewed-on: https://gerrit.libreoffice.org/10518 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-25Tango icon set changesMirek Mazel29-0/+0
Change-Id: I1e36aeb5572e2e5fcce7283531bcba723e095214 Reviewed-on: https://gerrit.libreoffice.org/10493 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-25Tango icon updatesMirek Mazel306-15/+60
Change-Id: I6fdef095912a80302ee74c9dfd9c7349dd827a68 Reviewed-on: https://gerrit.libreoffice.org/10492 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-25Better labels for extension managerSamuel Mehrbrodt1-5/+5
Also align the heading on the left ("Display Extensions") Change-Id: Ied410032d9212ea2540be01447b175e0122e5707 Reviewed-on: https://gerrit.libreoffice.org/10524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>