Commit Graph

6 Commits

Author SHA1 Message Date
Kevin Sawicki
7cc136112a Format window title
Show in the following format:

  file_name (directory_path) - atom
  
This seems to be the format consistently used by Linux editors
and conveys the file name in the task bar when minimized.

Also insert a `~` and drop the directory prefix when the
file/folder being viewed is under the HOME directory
2012-08-01 10:00:38 -07:00
Kevin Sawicki
6e1b8dc3f0 Remove unused string_util.h and string_util.cpp 2012-08-01 10:00:38 -07:00
Kevin Sawicki
2e5afb509b Remove references to button no longer present in UI
These were in the default app which had an address bar.

They are no longer present and were causing assertion
failures to be logged.
2012-08-01 10:00:38 -07:00
Kevin Sawicki
b047adff5a Ignore address change events
No UI is updated based on this and it was logging
an assertion failed message each time it was called
2012-08-01 10:00:38 -07:00
Kevin Sawicki
deaad13fc2 Format client_handler_gtk.cpp
No functional change
2012-08-01 10:00:38 -07:00
Kevin Sawicki
a393f02d5a Initial work towards a Linux build 2012-08-01 09:54:32 -07:00