Profile_bird

Hey there! kevinsdevdiary is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving kevinsdevdiary's tweets.

Already using Twitter
from your phone? Click here.

kevinsdevdiary

  1. @pierreDevDiary According to the docs, the version number identifier in the database file is "ignored" and the model is the key.
  2. @pierreDevDiary I'm not using Snow Leopard light migration. Why wouldn't the 10.5 routines be able to recognize a model from a Tiger doc?
  3. Trying out the native Core Data migration system instead of my own.
  4. @rmkev Filthy! But it had to be done. It had to be done. :p
  5. Okay, I think all the update sites are right now so back to the fun coding with 1.5.
  6. Pushed out the 1.4.11 patch, updated my appcast and Apple Downloads. Now to refresh MacUpdate and Bodega.
  7. The handful of changes have been made, an RC build posted and confirmation that at least two fixes are golden.
  8. What a difference a day makes. Found a proper backup of my main NIB and fixed the bugs I wanted to fix.
  9. Trying to compile a patch for Tiger is failing big time. Getting quite frustrated at the compiler errors and a NIB that won't edit. >:-|
  10. Fighting with a lovely little subclass of NSComboBox. It's winning… for now.
  11. Moving my list management out of the main document source has cleaned up so much delegate code. No more switch or nested if/else if mess.
  12. Switching to NSOutlineViews for the main lists and dumping most NSArrayControllers was a good idea. Much more flexible and faster.
  13. The new lightweight MVC wiring of MoneyWell is looking good. Much lower overhead and cleaner UI refreshing.
  14. Protip: Don't optimize subtle UI issues in the early alpha stage of development—no matter how badly you want to. #adviceicangivebutnottake
  15. My NSOutlineView datasource is a bit flawed in its design. I forgot to build a path back to the referenced object for searches.
  16. Making decent progress again on rewiring views to eliminate binding problems. Inching closer to the schema changes part of the project.
  17. Stability restored. This seems to be in direct response to me stopping the snorting of stupid dust.
  18. I seem to have built a less stable transaction tree view than my bucket and account views. I guess I get to fix that next.
  19. Behave yourself view. There's no good reason why you are remaining nil. *sigh*
  20. These code changes are incredibly hard because I'm trying to do "just enough" to get the new features working.