Age | Commit message (Expand) | Author | Files | Lines |
2012-11-15 | re-base on ALv2 code. Includes: | Michael Meeks | 297 | -6833/+4243 |
2012-11-15 | Revert "sb140: #i116785# avoid ring-ref that keeps ref counted objects alive ... | Michael Meeks | 4 | -29/+35 |
2012-11-15 | Revert "sb140: #i116786# use auto_ptr to track member lifetime" | Michael Meeks | 2 | -8/+11 |
2012-11-14 | remove ancient lo-menubar implementation now that we have the shiny new one | Bjoern Michaelsen | 19 | -2583/+0 |
2012-11-14 | Removed AbstractMenu class and cleaned up useless code. | Antonio Fernandez | 7 | -70/+62 |
2012-11-14 | more cleanup | Bjoern Michaelsen | 1 | -14/+0 |
2012-11-14 | cleanup line noise | Bjoern Michaelsen | 1 | -1/+0 |
2012-11-14 | Menu is now generated in one step. DBus traffic improvements. | Antonio Fernandez | 1 | -1/+1 |
2012-11-14 | Menu is displayed correctly in additional instancesm but not in the main one. | Antonio Fernandez | 2 | -25/+0 |
2012-11-14 | Menubar hierarchy fully generated. Native GTK menu is published on DBus. | Antonio Fernandez | 4 | -5/+47 |
2012-11-14 | Added a "freeze" method to Menu. Menus are now displayed on console. | Antonio Fernandez | 2 | -1/+8 |
2012-11-14 | Refactor of Menu classes from VCL module and Framework module. | Antonio Fernandez | 6 | -64/+64 |
2012-11-06 | Revert "if/else placement" | Luboš Luňák | 1 | -6/+10 |
2012-11-03 | if/else placement | Luboš Luňák | 1 | -10/+6 |
2012-10-31 | fdo#46808, Deprecate configuration::ConfigurationProvider old-style service | Noel Grandin | 34 | -221/+216 |
2012-10-29 | Improve previous commit slightly | Stephan Bergmann | 1 | -1/+1 |
2012-10-29 | fdo#46808, Create new-style frame::AutoRecovery service | Noel Grandin | 3 | -7/+7 |
2012-10-29 | Improve previous commit slightly | Stephan Bergmann | 1 | -1/+1 |
2012-10-29 | fdo#46808, use service constructor for frame::DispatchRecorderSupplier | Noel Grandin | 2 | -2/+1 |
2012-10-29 | Improve previous commit slightly | Stephan Bergmann | 1 | -1/+1 |
2012-10-29 | inline #define that is only used in one place | Noel Grandin | 2 | -2/+1 |
2012-10-29 | remove unused #define | Noel Grandin | 1 | -1/+0 |
2012-10-29 | Improve previous commit slightly | Stephan Bergmann | 1 | -1/+1 |
2012-10-29 | inline #define that is only used in one place | Noel Grandin | 2 | -2/+1 |
2012-10-29 | remove unused #define | Noel Grandin | 1 | -1/+0 |
2012-10-25 | ditch SYNCHRONIZED_START/END | Caolán McNamara | 3 | -58/+33 |
2012-10-24 | fdo#46808, use service constructor for frame::GlobalEventBroadcaster | Noel Grandin | 3 | -4/+5 |
2012-10-24 | Related fdo#46808: Improve previous commit slightly | Stephan Bergmann | 1 | -1/+1 |
2012-10-24 | fdo#46808, use service constructor for frame::DispatchHelper | Noel Grandin | 5 | -18/+10 |
2012-10-24 | Related fdo#46808: Improve previous commit slightly | Stephan Bergmann | 1 | -1/+1 |
2012-10-24 | inline a #define that it only used in one cxx file | Noel Grandin | 2 | -2/+1 |
2012-10-24 | remove unused #define | Noel Grandin | 1 | -1/+0 |
2012-10-24 | fdo#46808, use service constructor for system::SystemShellExecute | Noel Grandin | 5 | -40/+34 |
2012-10-24 | remove unused #define | Noel Grandin | 1 | -1/+0 |
2012-10-24 | fdo#46808, Adapt awt::Toolkit UNO service to new style | Noel Grandin | 15 | -101/+80 |
2012-10-24 | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext | Noel Grandin | 11 | -48/+50 |
2012-10-23 | Related fdo#46808: Improve previous commit slightly | Stephan Bergmann | 4 | -10/+6 |
2012-10-23 | fdo#46808, use service constructor for frame::ModuleManager | Noel Grandin | 40 | -158/+132 |
2012-10-23 | fdo#46808, use service constructor for xml::sax::Writer | Noel Grandin | 12 | -87/+43 |
2012-10-23 | fdo#46808, use service constructor for uri::UriReferenceFactory | Noel Grandin | 2 | -16/+63 |
2012-10-22 | loplugin: various warnings | Caolán McNamara | 1 | -21/+14 |
2012-10-21 | loplugin: misleading else if indent | Caolán McNamara | 1 | -8/+4 |
2012-10-14 | loplugin: fix some indents and unused OUStrings | Caolán McNamara | 1 | -2/+1 |
2012-10-13 | loplugin: what is it with the weird-ass else placement in framework | Caolán McNamara | 1 | -17/+10 |
2012-10-12 | loplugin: bad else if placement | Caolán McNamara | 1 | -4/+2 |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák | 1 | -1/+1 |
2012-10-12 | loplugin: unused Strings | Caolán McNamara | 2 | -4/+3 |
2012-10-11 | loplugin: more unused OUString and misleading indentation | Caolán McNamara | 2 | -6/+3 |
2012-10-11 | loplugin: more unused OUStrings and so forth | Caolán McNamara | 1 | -4/+0 |
2012-10-11 | loplugin: misleading alignment of else if | Caolán McNamara | 1 | -70/+49 |