Changeset c8a12325832a68ad842b2d51a7380aebdb4ca52a


Ignore:
Timestamp:
08/01/11 19:53:39 (2 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
704dd17c89c92120558913929eb1e86130c68ce6
Parents:
ecaaec6e757419935a635b633ea51d2a9ba8eb52
git-committer:
Matias De la Puente <mfpuente.ar@…> (08/01/11 19:53:39)
Message:

Add CommandLogic?, CommandView? and OptionView?

This manage and show a command and all it's options

Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • gtkfrontend/Makefile.am

    r544eee7 rc8a1232  
    2020        builderslist.vala \ 
    2121        closeconfirmationdialog.vala \ 
     22        commandview.vala \ 
    2223        dialogresponses.vala \ 
    2324        documentpageview.vala \ 
     
    3233        messagebar.vala \ 
    3334        newprojectdialog.vala \ 
     35        optionview.vala \ 
    3436        page.vala \ 
    3537        pagepositions.vala \ 
  • gtkfrontend/main.vala

    r41ce6fe rc8a1232  
    5858                context.parse (ref args); 
    5959        } 
    60         catch (OptionError e) 
     60        catch (GLib.OptionError e) 
    6161        { 
    6262                stderr.printf (e.message + "\n"); 
  • libi4uccore/Makefile.am

    r544eee7 rc8a1232  
    4444        command.vala \ 
    4545        commandloader.vala \ 
     46        commandlogic.vala \ 
    4647        commandrunner.vala \ 
    4748        commandrunnerfactory.c \ 
     49        commandview.vala \ 
    4850        dialogresponse.vala \ 
    4951        document.vala \ 
     
    6062        mainwindowview.vala \ 
    6163        messagebar.vala \ 
     64        optionview.vala \ 
    6265        page.vala \ 
    6366        pagespanel.vala \ 
Note: See TracChangeset for help on using the changeset viewer.