summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
AgeCommit message (Collapse)Author
2012-10-21fix sdremote related configure switchesRene Engelhard
sdremote itself apparently works also over IP (WLAN), so we don't need to disable it when we just don't want/have bluetooth. And also dbus is also needed in the bluez case Change-Id: I55ba07cd715d1e9bd641ef28e2391e4fe85b85e0
2012-10-06Remove unused ReadOnlyModeObserverJulien Nabet
Change-Id: I572aea574eeba411441559e538d2438de12e9581
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-24Impress: Kill the so much hated ButtonBar in slide sorter.Jan Holesovsky
Change-Id: I9eb570e04fc43f2be2ceecd14cb3a41535e49b9b
2012-09-18move -DENABLE_SDREMOTE together with the filesRene Engelhard
Change-Id: I7a3ee931182dcce5e4ac46beae96caec18d9eac3
2012-09-18actually define ENABLE_SDREMOTE in sdRene Engelhard
Change-Id: I0c14e91e6a6809748fca349da79948b2aa4cf714
2012-09-18add --with-system-bluez and alöllow disabling of sdremoteRene Engelhard
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553
2012-09-06try to use old animations when new ones doesn't contain any leave nodeRadek Doulik
- fixes part of n#759172 Change-Id: Id7abecd55edba6dadf16e275192e5251d0a86274
2012-09-05Port remote from gdbus to dbus-glib.Andrzej J.R. Hunt
Change-Id: I291ee5d32110d2fffd976f3e5257daf976428a76
2012-08-30Do the same thing for gio as we do for dbusCaolán McNamara
and add -DENABLE_GIO to flags at build-time and an empty gb_LinkTarget__use_gio when disabled. Change-Id: I4adf0701a3d490cceecc00f6b81d6416a1e83088
2012-08-30Use gio only on LinuxTor Lillqvist
Change-Id: Ice64f084a04b879ccaec66f9a679f82ab9001547
2012-08-30missing symbols are in gioCaolán McNamara
Change-Id: I6c746d678f8472251b6d2139b7c46ffe2a7767c0
2012-08-30Fixed remotecontrol build without gtkCédric Bosdonnat
Change-Id: I3b2118dea19a8ef3683ce192b3be703114bc02ae
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt
Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6
2012-08-20Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt
Change-Id: I88e261b7d0f830f67166d4eaf592298015b1c5ae
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt
Change-Id: I542e563df68d38691f7c95cebf66aeb32071bd66
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt
Change-Id: Ia31e33fca6dca47faa1fad1a5879c3902df05835
2012-08-06sd: link against ws2_32 on WNT for socket APIMichael Stahl
Change-Id: I44db5170cd4d7c3074af42b59e6dc1f9f783a974
2012-08-06Some minor fixes.Andrzej J.R. Hunt
Change-Id: Id405b97440efc7160e76d535bddfd5580923fe24
2012-08-06Basic structure for Disovery Service.Andrzej J.R. Hunt
Change-Id: Idaae84c46fa96b128ab32451853922c9eb11c6cc
2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt
Change-Id: I09b0c2d1521939af058526d1727d0c4d34ad0452
2012-08-06Transmitter for queuing of messages (Client->Server), fixed protocol.Andrzej J. R. Hunt
Change-Id: I Idcf6cf33b75dde2f921bec6c64e394e91994aba0
2012-08-06Pure text for Client->Server. Json removed. Namespace cleanup.Andrzej J. R. Hunt
Change-Id: I60e5acac2d47aefec5dd195a5eca599eb1cb8586
2012-08-06Image export, encoding and decoding. Protocol improvements.Andrzej J. R. Hunt
Change-Id: Ibbc7ac02c5946a49c1cd777abc2853fe7e158009
2012-08-06make tests linkMichael Meeks
Change-Id: I69d2baab2a6259e99188a86f916a6fa25d46ac74
2012-08-06Replaced Unix with osl sockets. Added slideshow controller.Andrzej J. R. Hunt
Change-Id: Ic2d34d666bb748b12e51266e04706d105ab7a3be
2012-08-06Initial checkin of remote control.Andrzej J. R. Hunt
Change-Id: I71ac6c302c963dd2f8cffdcdf80d58c2a1074695
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-29removed unused TestMenu & TestPanelTakeshi Abe
Change-Id: Ibd9bea6ea749090d7d72d3da66378d4e84a0a63d
2012-04-16animations is not api, it should be animations_inc packageMatúš Kukan
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Do not extern these const char[]'s.Jan Holesovsky
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-20unusedcode.easy: remove UpdateLockManagerThomas Arnhold
Seems UpdateLockManager is dead. So cut it out. Also mbFirstUpdateSeen had no effect.
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-08sd: how the hell did that ever work:Michael Stahl
The sd library uses SDI headers, but the corresponding targets were not declared anywhere.
2011-10-26WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist
2011-10-21remove unused methods from sd::slidesorterFelix Zhang
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian
- Imports Legacy Text. - Formatting info is not imported.
2011-08-11sd and slideshow depend on animations' apiNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen