Commit Graph

  • 5791e32803 Update slovak.locale Andrej Tobola 2017-01-11 07:44:52 +01:00
  • 002cc4c74e CComponentsFrmClock: add missing reinit Thilo Graf 2017-01-09 21:28:59 +01:00
  • d0aa901d70 CComponentsFrmClock: disable digit height Thilo Graf 2017-01-09 17:26:13 +01:00
  • 5c4746104f Merge pull request #5 from Ezak91/master Sven Höfer 2017-01-09 20:20:53 +01:00
  • 9b2a0d4414 add entry to load saved epg data manual Marc Szymkowiak 2017-01-09 19:39:30 +01:00
  • 236ca53954 CVolumeHelper: fix info clock position after changed clock osd settings Thilo Graf 2017-01-08 15:03:25 +01:00
  • ffeb2d6459 CComponentsFrmClock/CInfoClock: simplify font init Thilo Graf 2017-01-08 14:39:38 +01:00
  • c60accaeae CHintBox: add overloaded version of setMsgText() with locale parameter Thilo Graf 2017-01-04 11:57:04 +01:00
  • 10523d8ad4 CHintBox/CMsgBox: reduce minimal dimensions Thilo Graf 2017-01-04 10:25:35 +01:00
  • a9b8b22339 CComponentsFooter: optimize button position and size Thilo Graf 2017-01-05 22:53:31 +01:00
  • 60a77d38b3 CComponentsFooter: fix default button font type Thilo Graf 2017-01-03 11:27:52 +01:00
  • a5d2c2cb1d CComponentsButton: try to fix fallback for font size Thilo Graf 2017-01-03 11:25:43 +01:00
  • 753cfda243 CBEChannelWidget/CBEBouquetWidget: use explicit footer font Thilo Graf 2017-01-05 10:31:51 +01:00
  • 4a03eb6980 CComponentsButton: fix height comparsion Thilo Graf 2017-01-05 10:22:49 +01:00
  • 3ecb94fc21 fontrenderer.cpp: Use additional percentage height offset. Thilo Graf 2017-01-01 16:46:49 +01:00
  • 64b2f94dd7 CMovieBrowser: fix possible compiler warning Thilo Graf 2017-01-05 22:18:35 +01:00
  • 5014a272e5 CNeutrinoApp: try to fix display intro settings message Thilo Graf 2017-01-05 22:16:23 +01:00
  • 98ab8a083e - locale: update slovak; thx to Pr0metheus svenhoefer 2017-01-05 08:42:14 +01:00
  • 617075c30e src/driver/pictureviewer/png.cpp: Fix -Wclobbered compiler warning M. Liebmann 2017-01-03 04:48:34 +01:00
  • 950963146a src/timerd/timermanager.cpp dont unlock on other errors Jacek Jendrzej 2017-01-03 15:56:58 +01:00
  • 80728520f6 src/eitd/edvbstring.cpp init array Jacek Jendrzej 2017-01-03 15:38:04 +01:00
  • b48c657991 - infoviewer_bb: use OFFSET defines in getBBIconInfo() svenhoefer 2017-01-02 23:51:12 +01:00
  • 79d9b88ae1 src/driver/pictureviewer/png.cpp: Add support for gray scale PNGs... M. Liebmann 2017-01-01 22:57:37 +01:00
  • b335408913 CComponentsButton: try to fix font size in buttons Thilo Graf 2016-12-29 23:44:56 +01:00
  • b98319cb91 CComponentsHeader/CComponentsFooter: prevent crash on changed font settings Thilo Graf 2016-12-29 23:42:35 +01:00
  • 6a3b07152f CComponentsWindow: use FONT_TYPE_BUTTON_TEXT instead FONT_TYPE_MENU_FOOT Thilo Graf 2016-12-29 23:38:18 +01:00
  • e9122fbc4b CComponentsTimer: try to fix possible uncanceled thread Thilo Graf 2016-12-29 21:14:58 +01:00
  • 4b4c295289 locales: add locales for buttontext settings Thilo Graf 2016-12-29 21:27:14 +01:00
  • 65ac231940 settings: add explicit button font Thilo Graf 2016-12-29 23:26:52 +01:00
  • 4cdae3fdf6 CComponentsHeader: declare l_font, s_font as global Thilo Graf 2016-12-27 21:02:34 +01:00
  • 2889fbd70d CComponentsButton: rename cc_btn_capt -> cc_btn_text Thilo Graf 2016-12-29 16:45:54 +01:00
  • df89326f60 supplement to 853c0d1b68 Jacek Jendrzej 2016-12-30 17:04:11 +01:00
  • db06238cd5 - streaminfo2: just code cosmetics; no binary changes svenhoefer 2016-12-30 08:22:24 +01:00
  • c0564ec574 some dead assignment Jacek Jendrzej 2016-12-29 18:51:06 +01:00
  • 0ed24632b7 some dead assignment Jacek Jendrzej 2016-12-29 18:41:25 +01:00
  • e88eeb61cd src/timerd/timermanager.cpp fix double locking Jacek Jendrzej 2016-12-29 16:18:13 +01:00
  • 853c0d1b68 src/zapit/src/fastscan.cpp avoid out of bounds Jacek Jendrzej 2016-12-29 12:14:21 +01:00
  • 95c619ad88 Revert "- moviebrowser: fix crash; disable non-existing movie directories" svenhoefer 2016-12-29 00:47:35 +01:00
  • 888bfb6687 - themes: allow progressbar-settings in themes svenhoefer 2016-12-29 00:47:34 +01:00
  • 8dc96ec830 CStringInput: unify init handler inside constructors, fix message title Thilo Graf 2016-12-27 18:25:43 +01:00
  • b9eeaf74dc Revert "CStringInput: remove possible display of NONEXISTANT_LOCALE" Thilo Graf 2016-12-27 13:15:32 +01:00
  • 3cd509aa2d CComponentsTimer: disconnecting slots before stop timer thread, show error Thilo Graf 2016-12-27 11:30:58 +01:00
  • 26ec29dc79 CMsgBox: remove debug output Thilo Graf 2016-12-25 16:02:46 +01:00
  • 6370ceb010 - osd-setup: allow higher osd-timeouts; up to 240 sec. now svenhoefer 2016-12-27 14:21:29 +01:00
  • 045821729e Revert "fix readepg from sectionsdcontrol" svenhoefer 2016-12-27 09:07:19 +01:00
  • 1372a1aff9 supplement to a0f0df7f17 Jacek Jendrzej 2016-12-26 18:20:35 +01:00
  • d2ef503028 fix readepg from sectionsdcontrol TangoCash 2016-12-26 00:31:20 +01:00
  • a0f0df7f17 widget/stringinput: fix compare Jacek Jendrzej 2016-12-24 14:58:07 +01:00
  • 3146f6c9f6 Merge pull request #4 from Ezak91/master Sven Höfer 2016-12-23 22:03:28 +01:00
  • 3d6a0c381a CKeyboardInput: remove possible display of NONEXISTANT_LOCALE Thilo Graf 2016-12-23 21:05:15 +01:00
  • 4e853d98c2 CStringInput: remove possible display of NONEXISTANT_LOCALE Thilo Graf 2016-12-23 21:03:11 +01:00
  • 22a7006644 megbox.cpp/h: add overloaded version of ShowMsg() with string/locale combination Thilo Graf 2016-12-23 20:51:39 +01:00
  • c92fa3f0f4 menue.cpp: CChangeObserver add overloaded changeNotify() with string param Thilo Graf 2016-12-23 20:46:30 +01:00
  • 4417732462 fix link to developer forum Marc Szymkowiak 2016-12-23 14:12:46 +01:00
  • 114bba2ab7 CMenuWidget: add menu name reinit Thilo Graf 2016-12-22 23:49:01 +01:00
  • 7fee7784ae src/gui/lua/lua_curl.cpp ACCEPT_ENCODING for gzip compressed data, need build libcurl with --with-zlib Jacek Jendrzej 2016-12-22 23:09:07 +01:00
  • b714998065 CHintBox: small cosmetics for initial positions Thilo Graf 2016-12-22 10:01:53 +01:00
  • fad2adffa2 partial revert: "CTextBox: expand parameters of member setTextBorderWidth()" Thilo Graf 2016-12-22 09:49:40 +01:00
  • f26103cd65 CTextBox: More precise function description Thilo Graf 2016-12-21 11:08:47 +01:00
  • 9839db9729 CVolumeHelper: remove unnecessary reinit of font Thilo Graf 2016-12-21 10:19:35 +01:00
  • 1ea12764da volumebar font reset after change (thx dboxoldie) TangoCash 2016-12-21 10:13:41 +01:00
  • c868ad5300 src/gui/timerlist.cpp init changed Jacek Jendrzej 2016-12-20 22:03:43 +01:00
  • 20268781e3 lib/libtuxtxt/tuxtxt_common.h fix out of bounds Jacek Jendrzej 2016-12-20 16:35:43 +01:00
  • 52ad1f76c2 - cc_frm_scrollbar: use SCROLLBAR_WIDTH define svenhoefer 2016-12-20 10:26:59 +01:00
  • 97cfb36041 - menue: use SCROLLBAR_WIDTH define svenhoefer 2016-12-20 10:26:59 +01:00
  • e427ae5bf6 - settings-h: add SCROLLBAR_WIDTH define svenhoefer 2016-12-20 10:26:59 +01:00
  • 8faaec552a - personalize: pluralize 'usermenu' item; these are 'usermenus' svenhoefer 2016-12-18 22:20:12 +01:00
  • 239496c207 CComponentsHeader: ensure to have correct font instances after changed font Thilo Graf 2016-12-18 18:48:02 +01:00
  • 7e077bb7ee - screensaver: fix clock positions svenhoefer 2016-12-18 01:22:24 +01:00
  • 2e2d0d6b19 CTestMenu: edd expanded sample for blinking items with syncroinized effect Thilo Graf 2016-12-17 22:37:06 +01:00
  • f7ad79c371 CCDraw: add overloaded version of paint Blink() Thilo Graf 2016-12-17 22:34:38 +01:00
  • 644e8196db CMenuWidget: add external methode to paint scrollbar Thilo Graf 2016-12-15 16:43:19 +01:00
  • d513480354 - moviebrowser: reset filter at startup if filter-directory not exists ... svenhoefer 2016-12-16 23:13:43 +01:00
  • 615c4f360a - moviebrowser: fix crash; disable non-existing movie directories svenhoefer 2016-12-16 22:23:38 +01:00
  • 4fc60600f7 - locale: right names for timerlist repeat-hints svenhoefer 2016-12-16 20:32:09 +01:00
  • 38c621ad5e - cc_frm_scrollbar: fix offsets; use OFFSET defines svenhoefer 2016-12-16 09:03:07 +01:00
  • c3439ad09d - cc_frm_scrollbar: set default height to 0 svenhoefer 2016-12-16 09:03:07 +01:00
  • 5b3d451551 - helpbox: avoid artificially offsets svenhoefer 2016-12-16 09:03:07 +01:00
  • b46a35cdf4 - cc_frm: avoid artificially offsets svenhoefer 2016-12-16 09:03:07 +01:00
  • 689866c872 CCDraw: reduce debug spam Thilo Graf 2016-12-15 22:02:21 +01:00
  • 6dda28d612 CComponentsScrollBar: fix pos and use current width to set height of arrows Thilo Graf 2016-12-15 21:09:01 +01:00
  • 1d541834b1 CComponentsScrollBar: use corner settings for scrollbar body Thilo Graf 2016-12-15 16:52:51 +01:00
  • 728b95ac1c CComponentsScrollBar: add easy to handle scrollbar methode Thilo Graf 2016-12-15 16:42:13 +01:00
  • a4b4f26ad9 - doc: remove outdated ir.html svenhoefer 2016-12-15 14:00:45 +01:00
  • 69edfcd244 - doc: remove outdated nhttpd changelog svenhoefer 2016-12-15 14:00:45 +01:00
  • 6b084689b4 - move nhttdp-documentation to /doc-directory svenhoefer 2016-12-15 14:00:45 +01:00
  • 48d0c1321d - configure.ac: sort Makefiles alphabetically svenhoefer 2016-12-15 14:00:45 +01:00
  • 29847283ad - yWeb: move data from /src to /data svenhoefer 2016-12-15 14:00:45 +01:00
  • fdca96f7db - yWeb: fix extentions-url to (still empty) gui-yweb repository svenhoefer 2016-12-15 11:37:57 +01:00
  • c5f1a03a31 CNeutrinoApp: simplify shutdown message handling Thilo Graf 2016-12-14 22:40:47 +01:00
  • ab8aa77687 CComponentsHeader: fix font and height handling Thilo Graf 2016-12-14 16:19:40 +01:00
  • 8dcaad4f07 - usermenu: add brackets to code; fix compilation svenhoefer 2016-12-13 12:32:00 +01:00
  • b22b276d18 - settings.h: completion of e0f860664c svenhoefer 2016-12-13 11:10:58 +01:00
  • e0f860664c - usermenu: sort/cleanup code by items; just code cosmetics svenhoefer 2016-12-13 10:53:24 +01:00
  • bd75701fc3 CHintBox: fix timeout comparsion Thilo Graf 2016-12-12 21:35:18 +01:00
  • b273334f46 CRecordManager: use default timeout from settings Thilo Graf 2016-12-09 20:12:05 +01:00
  • 8eae5c5d09 CNeutrinoApp: use default timeout from settings Thilo Graf 2016-12-09 20:11:45 +01:00
  • af9c914013 fix next epginfo and sat/freq info for webtv Jacek Jendrzej 2016-12-12 17:20:48 +01:00
  • aa9417a550 - infoviewer_bb: remove broken code around left/right handling in ca_bar svenhoefer 2016-12-12 11:15:14 +01:00
  • 6b4ef6d3f8 - channellist: try to fix right status-icon alignment svenhoefer 2016-12-12 08:30:22 +01:00