summaryrefslogtreecommitdiff
path: root/svtools/uiconfig
AgeCommit message (Collapse)Author
2013-08-23semibold -> boldCaolán McNamara
Change-Id: I83d0958fde5a057e57474c7511526e7f411ff46f
2013-05-31prompt to restart office when required for experimental featuresCaolán McNamara
Change-Id: I43051ec6b0efeaebcf4a28940f70913423b8ea9f
2013-04-08convert address template dialog to .uiCaolán McNamara
seeing as it's an obscure dialog I didn't invest time in moving all the entries into the .ui and rework the scrolling logic Change-Id: If1dccbf01901bf4f754e49d5b38baf2033316410
2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl
This is first step to rework of graphic exporting. The idea is to replace the exporter that works only for Draw/Impress and replace it with a general exporter for any object. With this it will be far easier to export objects as charts. Currently only Writer is supported and only jpg/png. Additionally, this commit introduces a new Export dialog which supports setting the pixel width, height and DPI. Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
2013-03-15various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
2013-02-18remove 0.49000000953674316 aligns where default is 0.50 alreadyCaolán McNamara
Change-Id: If69a3ca02615ae50404fc66b3f560d9c9988ded4
2013-01-12default spinbuttons to left alignCaolán McNamara
Change-Id: Idccab2fcf985ede4f07897131e9cae3499030b0f
2012-12-18File picker: add Path field for CMIS like other protocolsCédric Bosdonnat
Change-Id: I9745831da13646d351858f221b1367374ebf737f
2012-12-05move printer setup .ui to svtools and replace .src with itCaolán McNamara
Change-Id: I8959b08aee2d2974552b8d33c03436973352d599
2012-12-03fixup numbering in positionBjoern Michaelsen
2012-12-03move base check for bibliography to sfx2Bjoern Michaelsen
- in the libbiblio component the frame is already created, and a frame that is loading is vetoing a terminate - thus move check to sfx2 - use the fancy svtools::RestartDialog Change-Id: I500aaeac44d52969575f50f6b79d0c07a08c977e Reviewed-on: https://gerrit.libreoffice.org/1207 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-11-29button placement consistencyCaolán McNamara
Change-Id: I0f0b5ee875062123e9da4c740e82350f0250cd79
2012-11-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara
a) In the print dialog you can temporarily override the default print job format for a single print job b) In the printer options dialog you can override the default print job format for a single printer c) Under tools->options->print you can override the default print job format for all printers. Tidy up the restart dialog in passing Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45
2012-11-27Introduce a Restart dialog that allows to automatically restart LOStephan Bergmann
...instead of just telling the user to restart manually. The one existing dialog (duplicated into svtools and cui) that got replaced by this is the dialog asking to restart when the choice of JVM changed. There are more similar dialogs that would benefit from replacing them, like RID_SVX_MSGBOX_OPTIONS_RESTART (cui/source/options/optjava.src), but that one is called when closing a dialog nested within the Options dialog, and calling OfficeRestartManger.requestRestart in such a nested situation still leads to a crash. The design idea is that when more similar dialogs are replaced, restartdialog.ui contains a list of hidden GtkLables with the appropriate prose why a restart is required in the given case, and restartdialog.hxx's RestartReason enum contains corresponding values that will show exactly one of those GtkLables. The new svtools/uiconfig/ui/restartdialog.ui is probably still pretty rough and could benefit from some UX love. Change-Id: Id939188ee22f24301a8a3598b83afb31339bded5
2012-11-15PlaceEditDialog: simplified CMIS by adding template URLs for common serversCédric Bosdonnat
Change-Id: I041d58d09e132e481cfa278300c494c9f1d75f29
2012-11-13fpicker: moved the PlaceEditDialog to .ui fileCédric Bosdonnat
This is a preliminary step to CMIS server selection simplification. Change-Id: I74f333a9f233bbaabb4d6b6ba48fb8e86df2f508
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara
so we can keep translations markup free, and it matches better our existing font use in controls Change-Id: Ib762030f8bf831f2b0afabdd643508e660ad9266 See: https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
2012-10-17make use of ability to use bold in labelsCaolán McNamara
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
2012-10-09convert graphic export dialog to .uiCaolán McNamara
Change-Id: I3bd078e569c5cb1a55cfb44de7b1e569908e1698