Changeset 19989


Ignore:
Timestamp:
02/07/13 23:23:43 (11 years ago)
Author:
obi
Message:

fix textbox size and add date default sort

Location:
titan
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/filemanager/filemanager.h

    r19043 r19989  
    304304                }
    305305                else
    306                         textbox(_("Message"), _("Registration needed, please contact Atemio !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1000, 200, 0, 0);
     306                        textbox(_("Message"), _("Registration needed, please contact Atemio !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 200, 0, 0);
    307307               
    308308                if(rcret == getrcconfigint("rcff", NULL) || rcret == getrcconfigint("rcfr", NULL)) //change filelist
  • titan/settings/titan.atemio510.cfg

    r19968 r19989  
    156156mediadbscantimeout=999999
    157157mediadbbackdrop=2
     158dirsort=4
  • titan/settings/titan.atemio7600.cfg

    r19968 r19989  
    158158mediadbscantimeout=999999
    159159mediadbbackdrop=2
     160dirsort=4
  • titan/settings/titan.atevio700.cfg

    r19968 r19989  
    156156mediadbscantimeout=999999
    157157mediadbbackdrop=2
     158dirsort=4
  • titan/settings/titan.atevio7000.cfg

    r19968 r19989  
    158158mediadbscantimeout=999999
    159159mediadbbackdrop=2
     160dirsort=4
  • titan/settings/titan.cfg

    r19968 r19989  
    154154mediadbscantimeout=999999
    155155mediadbbackdrop=2
     156dirsort=4
  • titan/titan/play.h

    r19954 r19989  
    10741074                tmpstr = readfiletomem(epgfilename, 0);
    10751075                if(tmpstr != NULL)
    1076                         textbox(_("EPG Info"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 700, 600, 0, 2);
     1076                        textbox(_("EPG Info"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 600, 0, 2);
    10771077                else {
    10781078                        free(epgfilename); epgfilename = NULL;
     
    10801080                        tmpstr = readeittomem(epgfilename);
    10811081                        if(tmpstr != NULL)
    1082                                 textbox(_("EPG Info"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 700, 600, 0, 2);
     1082                                textbox(_("EPG Info"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 600, 0, 2);
    10831083                }
    10841084                free(epgfilename); epgfilename = NULL;
     
    10881088        if(dirrcret == 1)
    10891089        {
    1090                 if(textbox(_("Realy Delete ?"), file, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 1)
     1090                if(textbox(_("Realy Delete ?"), file, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1000, 200, 0, 0) == 1)
    10911091                {
    10921092                        unlink(file);
  • titan/titan/record.h

    r19948 r19989  
    8888                {
    8989                        if(checkbit(flag, 2) == 1) err("%s", tmpstr);
    90                         if(checkbit(flag, 1) == 1) textbox(_("Record / Timeshift / Stream"), tmpstr, _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 600, 200, timeout, 0);
     90                        if(checkbit(flag, 1) == 1) textbox(_("Record / Timeshift / Stream"), tmpstr, _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, timeout, 0);
    9191                }
    9292        }
     
    876876                        else
    877877                        {
    878                                 if(status.standby == 0 && textbox(_("Message"), _("Can't find free Tuner for Record.\nSwitch to Recording/Timeshift Channel ?"), _("EXIT"), getrcconfigint("rcexit", NULL), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, 600, 200, 10, 0) == 1)
     878                                if(status.standby == 0 && textbox(_("Message"), _("Can't find free Tuner for Record.\nSwitch to Recording/Timeshift Channel ?"), _("EXIT"), getrcconfigint("rcexit", NULL), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, 800, 200, 10, 0) == 1)
    879879                                {
    880880                                        ret = 14;
     
    10461046        {
    10471047                tmpstr = ostrcat(_("Timer Record start !\n"), filename, 0, 0);
    1048                 textbox(_("Message"), tmpstr, _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 600, 200, 4, 0);
     1048                textbox(_("Message"), tmpstr, _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 4, 0);
    10491049                free(tmpstr); tmpstr = NULL;
    10501050        }
     
    12571257                                ret = recordstart(status.aktservice->channel, -1, 0, RECDIRECT, epgnode->endtime, NULL);
    12581258                        else
    1259                                 textbox(_("Message"), _("Can't get EPG time or EPG endtime not ok"), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 600, 200, 0, 0);
     1259                                textbox(_("Message"), _("Can't get EPG time or EPG endtime not ok"), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 0, 0);
    12601260#else
    12611261                        ret = recordstart(status.aktservice->channel, -1,  0, RECDIRECT, time(NULL) + 5, NULL);
Note: See TracChangeset for help on using the changeset viewer.