Ignore:
Timestamp:
22/10/10 13:17:16 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
234a777416d2cc0f8700cbe898f008b7af84d405
Parents:
63726673b2bb916339f9f51c503ae882e03f419a
git-committer:
Matias De la Puente <mfpuente.ar@…> (22/10/10 13:17:16)
Message:

Another massive code rework

+ Models, presenters and view interfaces were moved from libi4uc to libi4uccore.
+ Models, presenters and view interfaces are now in I4uc.Core namespace.
+ Views were moved from libi4uc to gtkfrontend.
+ Views are now in I4uc.GtkFrontend? namespace.
+ src/main.vala was moved to gtksourceview.
+ All the 'i4uc' prefix in source files were removed.
+ Presenters were renamed to Logic (It's shorter).
+ View interfaces were renamed to just View.
+ Side pages are now just pages.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • libi4uccore/posixserialportutils.vala

    rbed5595 rdfe49c7  
    1 /* i4ucposixserialportutils.vala 
     1/* posixserialportutils.vala 
    22 * 
    33 * Copyright (C) 2010  Matias De la Puente 
     
    2323using Hal; 
    2424 
    25 public class I4uc.PosixSerialPortUtils : SerialPortUtils 
     25public class I4uc.Core.PosixSerialPortUtils : SerialPortUtils 
    2626{ 
    2727        public override Gee.List<string> list_serial_ports () 
Note: See TracChangeset for help on using the changeset viewer.