Mercurial > hg > easyhg
comparison src/mainwindow.h @ 484:896b7903e8f2
Make "Show all files" persistent (fixing #203), and rationalise some config group names (noting that "General" is actually the default group "" as it appears in the config file, not the name of a group called "General": that appears as "%General")
author | Chris Cannam |
---|---|
date | Wed, 17 Aug 2011 16:09:04 +0100 |
parents | 2d57b81671de |
children | 1d90cd7a1c5f |
comparison
equal
deleted
inserted
replaced
483:a582c6417004 | 484:896b7903e8f2 |
---|---|
63 void recentMenuActivated(); | 63 void recentMenuActivated(); |
64 void changeRemoteRepo(); | 64 void changeRemoteRepo(); |
65 void changeRemoteRepo(bool initial); | 65 void changeRemoteRepo(bool initial); |
66 void startupDialog(); | 66 void startupDialog(); |
67 void clearSelections(); | 67 void clearSelections(); |
68 void showAllChanged(bool); | 68 void showAllChanged(); |
69 | 69 |
70 void hgTest(); | 70 void hgTest(); |
71 void hgTestExtension(); | 71 void hgTestExtension(); |
72 void hgQueryPaths(); | 72 void hgQueryPaths(); |
73 void hgStat(); | 73 void hgStat(); |