summaryrefslogtreecommitdiff
path: root/basctl/UIConfig_basicide.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-08-25convert RID_QRYBOX_LANGUAGE with custom title to .uiCaolán McNamara1-0/+1
Change-Id: I007820c7717a437414bc43936e3138f7e63d090e
2014-02-11convert manage languages dialog to .uiCaolán McNamara1-0/+1
Change-Id: I1a50f8715040e64758cf18bee8ca6ac1d04652c8
2014-01-06convert module and dialog tabpages to .uiCaolán McNamara1-0/+2
Change-Id: I2954a734b44be22d4d7ffae17480dde1c0ac64e7
2014-01-06convert lib page to .uiCaolán McNamara1-0/+1
Change-Id: Idd9e3c1ab1c63baa11f503c20d46f3d13e6f78a3
2014-01-03convert default language dialog to .uiCaolán McNamara1-1/+2
Change-Id: Ia4d5b983168d6645fce8e2549db2b6c3fd410690
2014-01-03convert import library dialog to .uiCaolán McNamara1-0/+1
Change-Id: Iaedcbeb5618ece65692a9688ccb5c13aad1e6626
2014-01-02Convert break point dialog to .ui formatCaolán McNamara1-0/+1
Change-Id: I750133b673e135399ab9c04953550bea1db3a9e8
2013-12-31convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara1-0/+1
Change-Id: I67511e69f763761cd1631263fccd0704daf1886b
2013-12-31convert new lib dialog to .uiCaolán McNamara1-0/+1
and a drive-by on some no .src InfoBox and ErrorBoxes to MessageDialog Change-Id: Ideb58a0042ed45a49bff9b336622dfe11bb363ab
2013-12-31convert goto line dialog to .uiCaolán McNamara1-0/+1
Change-Id: I4c4ec4f2169d001e6f09c9c7bb06a4b0b327a2f8
2013-12-24convert organize macros dialog to .uiCaolán McNamara1-0/+1
Change-Id: I210ab0bb294ddfefc3f60cffe64b72e5d8fa4650
2013-09-02GSOC work, Tool/Options/Basic IDE Options createdGergo Mocsi1-1/+0
Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog. The original dialog under Basic IDE/View/IDE Options was removed. Tab page is disabled when experimetal flag is off, entry node in the treebox is visible. Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9
2013-09-02GSOC work, renaming for consistencyGergo Mocsi1-1/+1
Menu enrty was renamed to IDE Options under View. SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS. CodeCompleteDlg was rename to BasicIDEOptionDlg. Ui file was renamed to basicideoptionsdialog.ui. Checkbox for extended types is now independent from code complete one. Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311
2013-09-02GSOC work, ModalDialog instead of menu entryGergo Mocsi1-0/+1
Created a ModalDialog named CodeCompleteOptionsDlg to edit options for code completition/suggestion. Unimplemented features in it are disabled. The dialog window uses Glade .ui file. Change-Id: I1b59f386a9575aa25b38c5a1d7d1f020498a69ab
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon1-0/+19
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11rename UI to UIConfigDavid Tardon1-0/+16
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>