id
int64
0
755k
file_name
stringlengths
3
109
file_path
stringlengths
13
185
content
stringlengths
31
9.38M
size
int64
31
9.38M
language
stringclasses
1 value
extension
stringclasses
11 values
total_lines
int64
1
340k
avg_line_length
float64
2.18
149k
max_line_length
int64
7
2.22M
alphanum_fraction
float64
0
1
repo_name
stringlengths
6
65
repo_stars
int64
100
47.3k
repo_forks
int64
0
12k
repo_open_issues
int64
0
3.4k
repo_license
stringclasses
9 values
repo_extraction_date
stringclasses
92 values
exact_duplicates_redpajama
bool
2 classes
near_duplicates_redpajama
bool
2 classes
exact_duplicates_githubcode
bool
2 classes
exact_duplicates_stackv2
bool
1 class
exact_duplicates_stackv1
bool
2 classes
near_duplicates_githubcode
bool
2 classes
near_duplicates_stackv1
bool
2 classes
near_duplicates_stackv2
bool
1 class
14,703
ConnectionDialog.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/ConnectionDialog.cpp
#include "robomongo/gui/dialogs/ConnectionDialog.h" #include <QPushButton> #include <QCloseEvent> #include <QHBoxLayout> #include <QVBoxLayout> #include <QMessageBox> #include <QApplication> #include <QDialogButtonBox> #include <QSettings> #include "robomongo/core/utils/QtUtils.h" #include "robomongo/gui/GuiRegistry....
5,354
C++
.cpp
151
28.463576
103
0.66317
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
14,704
CopyCollectionDialog.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/CopyCollectionDialog.cpp
#include "robomongo/gui/dialogs/CopyCollectionDialog.h" #include <QPushButton> #include <QHBoxLayout> #include <QVBoxLayout> #include <QLineEdit> #include <QComboBox> #include <QDialogButtonBox> #include <QLabel> #include "robomongo/core/domain/MongoServer.h" #include "robomongo/core/settings/ConnectionSettings.h" #i...
5,553
C++
.cpp
115
39.313043
121
0.66525
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,706
ExportDialog.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/ExportDialog.cpp
#include "robomongo/gui/dialogs/ExportDialog.h" #include <QPushButton> #include <QHBoxLayout> #include <QVBoxLayout> #include <QLineEdit> #include <QTextEdit> #include <QLabel> #include <QDialogButtonBox> #include <QTreeWidget> #include <QComboBox> #include <QGroupBox> #include <QApplication> #include <QProcess> #incl...
20,772
C++
.cpp
420
40.414286
118
0.636512
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,707
FunctionTextEditor.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/FunctionTextEditor.cpp
#include "robomongo/gui/dialogs/FunctionTextEditor.h" #include <QApplication> #include <QHBoxLayout> #include <QLineEdit> #include <QPushButton> #include <QMessageBox> #include <QLabel> #include <QDialogButtonBox> #include <Qsci/qscilexerjavascript.h> #include <Qsci/qsciscintilla.h> #include "robomongo/gui/editors/JS...
4,289
C++
.cpp
93
38.817204
172
0.687096
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,708
CreateUserDialog.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/CreateUserDialog.cpp
#include "robomongo/gui/dialogs/CreateUserDialog.h" #include <QHBoxLayout> #include <QPushButton> #include <QCheckBox> #include <QDialogButtonBox> #include <QLabel> #include <QLineEdit> #include <QMessageBox> #include <QComboBox> #include "robomongo/gui/widgets/workarea/IndicatorLabel.h" #include "robomongo/gui/utils...
8,701
C++
.cpp
193
35.455959
120
0.629354
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,709
ConnectionDiagnosticDialog.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/ConnectionDiagnosticDialog.cpp
#include "robomongo/gui/dialogs/ConnectionDiagnosticDialog.h" #include <QGridLayout> #include <QApplication> #include <QLabel> #include <QPushButton> #include <QMovie> #include <QMessageBox> #include "robomongo/core/settings/ConnectionSettings.h" #include "robomongo/core/settings/CredentialSettings.h" #include "robom...
12,298
C++
.cpp
251
38.729084
114
0.628667
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,710
SSHTunnelTab.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/SSHTunnelTab.cpp
#include "robomongo/gui/dialogs/SSHTunnelTab.h" #include <QApplication> #include <QLabel> #include <QLineEdit> #include <QGridLayout> #include <QRegExpValidator> #include <QCheckBox> #include <QPushButton> #include <QFileDialog> #include <QComboBox> #include <QMessageBox> #include <QFileInfo> #include <QFrame> #inclu...
13,008
C++
.cpp
261
41.89272
129
0.666193
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,711
ChangeShellTimeoutDialog.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/ChangeShellTimeoutDialog.cpp
#include "robomongo/gui/dialogs/ChangeShellTimeoutDialog.h" #include <QDialog> #include <QDialogButtonBox> #include <QLineEdit> #include <QObject> #include <QLabel> #include <QGridLayout> #include <QIntValidator> #include "robomongo/core/utils/QtUtils.h" #include "robomongo/core/utils/Logger.h" #include "robomongo/c...
2,514
C++
.cpp
47
46.744681
114
0.674929
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,712
SSLTab.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/SSLTab.cpp
#include "robomongo/gui/dialogs/SSLTab.h" #include <QApplication> #include <QLabel> #include <QLineEdit> #include <QGridLayout> #include <QCheckBox> #include <QPushButton> #include <QFileDialog> #include <QComboBox> #include <QRadioButton> #include <QFileInfo> #include <QMessageBox> #include <mongo/util/net/ssl_optio...
19,726
C++
.cpp
385
42.846753
132
0.678151
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
14,713
ConnectionBasicTab.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/ConnectionBasicTab.cpp
#include "robomongo/gui/dialogs/ConnectionBasicTab.h" #include <QLabel> #include <QLineEdit> #include <QGridLayout> #include <QRegExpValidator> #include <QCheckBox> #include <QPushButton> #include <QFileDialog> #include <QComboBox> #include <QTreeWidget> #include <QTreeWidgetItem> #include <QMessageBox> #include <QDia...
17,148
C++
.cpp
356
37.873596
125
0.604117
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
14,714
CreateCollectionDialog.cpp
Studio3T_robomongo/src/robomongo/gui/dialogs/CreateCollectionDialog.cpp
#include "robomongo/gui/dialogs/CreateCollectionDialog.h" #include <mongo/bson/bsonobjbuilder.h> #include <QApplication> #include <QCheckBox> #include <QComboBox> #include <QDialogButtonBox> #include <QHBoxLayout> #include <QLineEdit> #include <QLabel> #include <QMessageBox> #include <QPushButton> #include <QSettings>...
23,526
C++
.cpp
500
38.232
167
0.663904
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,715
LogWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/LogWidget.cpp
#include "robomongo/gui/widgets/LogWidget.h" #include <QHBoxLayout> #include <QScrollBar> #include <QMenu> #include <QTime> #include <QAction> #include <QPlainTextEdit> #include "robomongo/core/utils/QtUtils.h" namespace Robomongo { LogWidget::LogWidget(QWidget* parent) : BaseClass(parent), _logTextEdit(...
2,520
C++
.cpp
60
34.416667
134
0.639706
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,716
ExplorerServerTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerServerTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerServerTreeItem.h" #include <QAction> #include <QMenu> #include <QMessageBox> #include "robomongo/core/domain/MongoServer.h" #include "robomongo/core/domain/MongoDatabase.h" #include "robomongo/core/domain/App.h" #include "robomongo/core/settings/ConnectionSettings.h" #...
16,249
C++
.cpp
347
37.164265
121
0.639737
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,717
ExplorerCollectionIndexItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerCollectionIndexItem.cpp
#include "ExplorerCollectionIndexItem.h" #include <QAction> #include <QMenu> #include "robomongo/core/domain/MongoServer.h" #include "robomongo/core/utils/QtUtils.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/gui/utils/DialogUtils.h" #include "robomongo/gui/widgets/explorer/AddEditIndexDialog.h" #inc...
2,770
C++
.cpp
65
33.738462
106
0.645173
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,718
ExplorerUserTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerUserTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerUserTreeItem.h" #include <QAction> #include <QMenu> #include "robomongo/gui/dialogs/CreateUserDialog.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/gui/utils/DialogUtils.h" #include "robomongo/core/AppRegistry.h" #include "robomongo/core/domain/App.h" #...
1,935
C++
.cpp
48
33.75
92
0.665956
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,719
ExplorerTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerTreeItem.h" #include <QMenu> #include "robomongo/core/utils/QtUtils.h" namespace Robomongo { ExplorerTreeItem::ExplorerTreeItem(QTreeWidgetItem *parent) :QObject(), BaseClass(parent), _contextMenu(new QMenu(treeWidget()) ) { } ExplorerTreeIte...
691
C++
.cpp
23
24.869565
77
0.70303
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,720
ExplorerCollectionIndexesDir.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerCollectionIndexesDir.cpp
#include "ExplorerCollectionIndexesDir.h" #include <QAction> #include <QMenu> #include "robomongo/core/domain/MongoServer.h" #include "robomongo/core/utils/QtUtils.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/gui/widgets/explorer/AddEditIndexDialog.h" #include "robomongo/gui/widgets/explorer/Explore...
3,324
C++
.cpp
80
33.725
100
0.66181
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,721
ExplorerFunctionTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerFunctionTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerFunctionTreeItem.h" #include <QAction> #include <QMenu> #include "robomongo/gui/dialogs/FunctionTextEditor.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/gui/utils/DialogUtils.h" #include "robomongo/core/domain/MongoDatabase.h" #include "robomongo/core/...
2,393
C++
.cpp
53
37.169811
115
0.676129
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,722
ExplorerReplicaSetTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerReplicaSetTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerReplicaSetTreeItem.h" #include <QAction> #include <QMenu> #include <QMessageBox> #include <QString> #include "robomongo/core/domain/MongoServer.h" #include "robomongo/core/domain/MongoDatabase.h" #include "robomongo/core/domain/App.h" #include "robomongo/core/settings/...
5,268
C++
.cpp
113
39.20354
132
0.692128
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,723
ExplorerDatabaseTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerDatabaseTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerDatabaseTreeItem.h" #include <QMessageBox> #include <QAction> #include <QMenu> #include "robomongo/core/domain/MongoDatabase.h" #include "robomongo/core/domain/MongoCollection.h" #include "robomongo/core/domain/MongoUser.h" #include "robomongo/core/domain/MongoFunction...
12,700
C++
.cpp
259
40.698842
128
0.687222
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,724
ExplorerDatabaseCategoryTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerDatabaseCategoryTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerDatabaseCategoryTreeItem.h" #include <QAction> #include <QMenu> #include "robomongo/gui/dialogs/FunctionTextEditor.h" #include "robomongo/gui/dialogs/CreateUserDialog.h" #include "robomongo/gui/widgets/explorer/ExplorerDatabaseTreeItem.h" #include "robomongo/gui/dialog...
9,139
C++
.cpp
187
39.550802
129
0.672772
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,725
ExplorerCollectionTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerCollectionTreeItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerCollectionTreeItem.h" #include <QAction> #include <QMenu> #include "robomongo/gui/widgets/explorer/AddEditIndexDialog.h" #include "robomongo/gui/widgets/explorer/ExplorerCollectionIndexesDir.h" #include "robomongo/gui/widgets/explorer/ExplorerCollectionIndexItem.h" #in...
16,567
C++
.cpp
331
41.326284
159
0.650773
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,726
ExplorerTreeWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerTreeWidget.cpp
#include "robomongo/gui/widgets/explorer/ExplorerTreeWidget.h" #include "robomongo/gui/widgets/explorer/ExplorerTreeItem.h" #include "robomongo/gui/widgets/explorer/ExplorerDatabaseTreeItem.h" #include "robomongo/gui/widgets/explorer/ExplorerReplicaSetTreeItem.h" #include <QContextMenuEvent> #include <robomongo/gui/Gu...
1,746
C++
.cpp
41
35.170732
84
0.697991
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,727
ExplorerWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerWidget.cpp
#include "robomongo/gui/widgets/explorer/ExplorerWidget.h" #include <QHBoxLayout> #include <QLabel> #include <QMovie> #include <QKeyEvent> #include "robomongo/core/AppRegistry.h" #include "robomongo/core/domain/App.h" #include "robomongo/core/utils/QtUtils.h" #include "robomongo/gui/MainWindow.h" #include "robomongo/...
5,534
C++
.cpp
146
29.513699
126
0.639663
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,728
AddEditIndexDialog.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/AddEditIndexDialog.cpp
#include "robomongo/gui/widgets/explorer/AddEditIndexDialog.h" #include <QTabWidget> #include <QTabBar> #include <QVBoxLayout> #include <QHBoxLayout> #include <QDialogButtonBox> #include <QLineEdit> #include <QTextEdit> #include <QLabel> #include <QCheckBox> #include <QMessageBox> #include <Qsci/qsciscintilla.h> #inc...
13,782
C++
.cpp
267
42.05618
203
0.631856
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,729
ExplorerReplicaSetFolderItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/explorer/ExplorerReplicaSetFolderItem.cpp
#include "robomongo/gui/widgets/explorer/ExplorerReplicaSetFolderItem.h" #include <QAction> #include <QMenu> #include "robomongo/core/settings/ConnectionSettings.h" #include "robomongo/core/settings/ReplicaSetSettings.h" #include "robomongo/core/domain/MongoServer.h" #include "robomongo/core/domain/App.h" #include "r...
5,157
C++
.cpp
111
37.189189
119
0.649144
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,730
CollectionStatsTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/CollectionStatsTreeItem.cpp
#include "robomongo/gui/widgets/workarea/CollectionStatsTreeItem.h" #include <mongo/db/jsobj.h> #include <mongo/bson/bsonobj.h> #include "robomongo/core/domain/MongoUtils.h" #include "robomongo/core/domain/MongoDocument.h" #include "robomongo/core/domain/MongoNamespace.h" #include "robomongo/core/utils/BsonUtils.h" #...
1,674
C++
.cpp
32
47.5625
132
0.73945
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,731
WelcomeTab.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/WelcomeTab.cpp
#include "robomongo/gui/widgets/workarea/WelcomeTab.h" #ifndef __linux__ // --------------------- Windows, macOS impl --------------------------// #include <QtWebEngineWidgets> #include <QDesktopServices> namespace Robomongo { // ------------------ WelcomeTab WelcomeTab::WelcomeTab(QScrollArea *parent) : ...
21,329
C++
.cpp
472
34.603814
127
0.599103
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,732
BsonTreeModel.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/BsonTreeModel.cpp
#include "robomongo/gui/widgets/workarea/BsonTreeModel.h" #include <mongo/client/dbclient_base.h> #include "robomongo/core/settings/SettingsManager.h" #include "robomongo/core/AppRegistry.h" #include "robomongo/core/utils/BsonUtils.h" #include "robomongo/core/domain/MongoDocument.h" #include "robomongo/gui/widgets/wor...
11,230
C++
.cpp
260
32.161538
178
0.583242
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,733
JsonPrepareThread.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/JsonPrepareThread.cpp
#include "robomongo/gui/widgets/workarea/JsonPrepareThread.h" #include <QHBoxLayout> #include "robomongo/core/domain/MongoDocument.h" #include "robomongo/core/utils/BsonUtils.h" #include "robomongo/core/utils/QtUtils.h" namespace Robomongo { JsonPrepareThread::JsonPrepareThread(const std::vector<MongoDocumentPtr...
1,488
C++
.cpp
43
25.790698
142
0.581996
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,734
WorkAreaTabWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/WorkAreaTabWidget.cpp
#include "robomongo/gui/widgets/workarea/WorkAreaTabWidget.h" #include <QKeyEvent> #include <QScrollArea> #include "robomongo/core/AppRegistry.h" #include "robomongo/core/utils/QtUtils.h" #include "robomongo/core/KeyboardManager.h" #include "robomongo/core/domain/MongoShell.h" #include "robomongo/core/settings/Settin...
9,910
C++
.cpp
274
27.412409
116
0.611291
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,735
ProgressBarPopup.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/ProgressBarPopup.cpp
#include "ProgressBarPopup.h" #include <QLabel> #include <QMovie> #include <QVBoxLayout> namespace Robomongo { ProgressBarPopup::ProgressBarPopup(QWidget *parent) : QFrame(parent) { setStyleSheet("QFrame {background-color: #e1e1e1; border: 0px solid #c7c5c4; border-radius: 6px;}"); Q...
955
C++
.cpp
24
33.375
139
0.687568
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,736
OutputItemContentWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/OutputItemContentWidget.cpp
#include "robomongo/gui/widgets/workarea/OutputItemContentWidget.h" #include <QVBoxLayout> #include <Qsci/qscilexerjavascript.h> #include "robomongo/core/AppRegistry.h" #include "robomongo/core/settings/SettingsManager.h" #include "robomongo/core/utils/QtUtils.h" #include "robomongo/core/domain/MongoShell.h" #include...
15,871
C++
.cpp
375
30.922667
178
0.589343
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,737
PagingWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/PagingWidget.cpp
#include "robomongo/gui/widgets/workarea/PagingWidget.h" #include <QHBoxLayout> #include <QLineEdit> #include <QPushButton> #include "robomongo/core/utils/QtUtils.h" #include "robomongo/core/AppRegistry.h" #include "robomongo/core/settings/SettingsManager.h" #include "robomongo/gui/GuiRegistry.h" namespace { QPu...
3,238
C++
.cpp
86
30.709302
93
0.657316
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,738
BsonTableView.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/BsonTableView.cpp
#include "robomongo/gui/widgets/workarea/BsonTableView.h" #include <QHeaderView> #include <QAction> #include <QMenu> #include <QKeyEvent> #include "robomongo/gui/widgets/workarea/BsonTreeItem.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/core/utils/QtUtils.h" namespace Robomongo { BsonTableView::...
2,568
C++
.cpp
63
33.507937
127
0.683387
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,739
BsonTreeView.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/BsonTreeView.cpp
#include "robomongo/gui/widgets/workarea/BsonTreeView.h" #include <QHeaderView> #include <QAction> #include <QMenu> #include <QKeyEvent> #include "robomongo/core/utils/QtUtils.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/gui/widgets/workarea/BsonTreeItem.h" #include "robomongo/gui/widgets/workarea/Ou...
6,238
C++
.cpp
155
29.967742
125
0.603952
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,740
ScriptWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/ScriptWidget.cpp
#include "robomongo/gui/widgets/workarea/ScriptWidget.h" #include <QVBoxLayout> #include <QKeyEvent> #include <QCompleter> #include <QStringListModel> #include <Qsci/qscilexerjavascript.h> #include <Qsci/qsciscintilla.h> #include "robomongo/core/domain/MongoShell.h" #include "robomongo/core/domain/MongoServer.h" #inc...
15,378
C++
.cpp
369
32.842818
172
0.620526
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,741
CollectionStatsTreeWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/CollectionStatsTreeWidget.cpp
#include "robomongo/gui/widgets/workarea/CollectionStatsTreeWidget.h" #include <QHeaderView> #include "robomongo/gui/widgets/workarea/CollectionStatsTreeItem.h" namespace Robomongo { CollectionStatsTreeWidget::CollectionStatsTreeWidget(const std::vector<MongoDocumentPtr> &documents, QWidget *parent) : ...
1,068
C++
.cpp
25
35.12
122
0.668599
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,743
BsonTableModel.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/BsonTableModel.cpp
#include "robomongo/gui/widgets/workarea/BsonTableModel.h" #include <QBrush> #include <QIcon> #include "robomongo/gui/widgets/workarea/BsonTreeItem.h" #include "robomongo/gui/widgets/workarea/BsonTreeModel.h" #include "robomongo/core/utils/QtUtils.h" namespace Robomongo { BsonTableModelProxy::BsonTableModelProxy...
5,373
C++
.cpp
143
27.937063
126
0.575197
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,744
QueryWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/QueryWidget.cpp
#include "robomongo/gui/widgets/workarea/QueryWidget.h" #include <QObject> #include <QPushButton> #include <QApplication> #include <QLabel> #include <QFileInfo> #include <QVBoxLayout> #include <QMessageBox> #include <QMainWindow> #include <QDockWidget> #include <Qsci/qsciscintilla.h> #include <Qsci/qscilexerjavascript...
13,474
C++
.cpp
347
29.9683
115
0.614425
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,745
BsonTreeItem.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/BsonTreeItem.cpp
#include "robomongo/gui/widgets/workarea/BsonTreeItem.h" #include <mongo/client/dbclient_base.h> using namespace mongo; namespace { struct removeIfFound { removeIfFound(Robomongo::BsonTreeItem *item) :_whatSearch(item) {} bool operator()(const Robomongo::BsonTreeItem* item) const { ...
3,507
C++
.cpp
133
19.097744
106
0.582112
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,746
OutputWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/OutputWidget.cpp
#include "robomongo/gui/widgets/workarea/OutputWidget.h" #include <QHBoxLayout> #include <QSplitter> #include <QWidget> #include <QMouseEvent> #include "robomongo/core/AppRegistry.h" #include "robomongo/core/domain/MongoShell.h" #include "robomongo/core/settings/SettingsManager.h" #include "robomongo/core/utils/QtUti...
13,399
C++
.cpp
316
30.832278
150
0.571099
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,747
IndicatorLabel.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/IndicatorLabel.cpp
#include "robomongo/gui/widgets/workarea/IndicatorLabel.h" #include <QLabel> #include <QHBoxLayout> #include <QIcon> namespace Robomongo { Indicator::Indicator(const QIcon &icon, const QString &text) { QLabel *iconLabel = createLabelWithIcon(icon); _label = new QLabel(); QHBoxLayout ...
929
C++
.cpp
32
22.6875
64
0.639326
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,748
OutputItemHeaderWidget.cpp
Studio3T_robomongo/src/robomongo/gui/widgets/workarea/OutputItemHeaderWidget.cpp
#include "robomongo/gui/widgets/workarea/OutputItemHeaderWidget.h" #include <QHBoxLayout> #include <QLabel> #include <QPushButton> #include <QSplitter> #include "robomongo/core/utils/QtUtils.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/gui/widgets/workarea/QueryWidget.h" #include "robomongo/gui/widge...
11,330
C++
.cpp
257
35.420233
128
0.659947
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,749
ComboBoxUtils.cpp
Studio3T_robomongo/src/robomongo/gui/utils/ComboBoxUtils.cpp
#include "robomongo/gui/utils/ComboBoxUtils.h" namespace Robomongo { namespace utils { /** * @brief This function behaves identically to Qt5 QComboBox::setCurrentText(). * We are using this function in order to support Qt4 */ void setCurrentText(QComboBox *comboBox, c...
624
C++
.cpp
21
20.333333
87
0.546512
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,750
DialogUtils.cpp
Studio3T_robomongo/src/robomongo/gui/utils/DialogUtils.cpp
#include "robomongo/gui/utils/DialogUtils.h" namespace Robomongo { namespace utils { namespace { const QString titleTemaple = QString("%1 %2"); const QString textTemaple = QString("%1 <b>%3</b> %2?"); } int questionDialog(QWidget *parent, const QString &...
892
C++
.cpp
20
36.9
220
0.674713
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,751
FindFrame.cpp
Studio3T_robomongo/src/robomongo/gui/editors/FindFrame.cpp
#include "robomongo/gui/editors/FindFrame.h" #include <QVBoxLayout> #include <QHBoxLayout> #include <QLineEdit> #include <QPushButton> #include <QCheckBox> #include <QToolButton> #include <Qsci/qsciscintilla.h> #include <QMessageBox> #include <QKeyEvent> #include "robomongo/gui/editors/PlainJavaScriptEditor.h" #inclu...
7,445
C++
.cpp
186
30.387097
135
0.60103
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,752
PlainJavaScriptEditor.cpp
Studio3T_robomongo/src/robomongo/gui/editors/PlainJavaScriptEditor.cpp
#include "robomongo/gui/editors/PlainJavaScriptEditor.h" #include <QPainter> #include <QApplication> #include <QKeyEvent> #include "robomongo/core/AppRegistry.h" #include "robomongo/core/settings/SettingsManager.h" #include "robomongo/gui/GuiRegistry.h" #include "robomongo/core/utils/QtUtils.h" namespace { /** ...
6,424
C++
.cpp
176
27.534091
143
0.597108
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,888
InputMethod.cpp
Studio3T_robomongo/src/third-party/qscintilla-2.8.4/sources/Qt4Qt5/InputMethod.cpp
// Copyright (c) 2014 Riverbank Computing Limited // Copyright (c) 2011 Archaeopteryx Software, Inc. // Copyright (c) 1990-2011, Scientific Toolworks, Inc. // // The License.txt file describes the conditions under which this software may // be distributed. #include <qglobal.h> #include "Qsci/qsciscintillabase.h" #...
6,431
C++
.cpp
147
34.278912
111
0.632464
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
true
true
false
true
true
true
false
14,941
qscintillaplugin.cpp
Studio3T_robomongo/src/third-party/qscintilla-2.8.4/sources/designer-Qt3/qscintillaplugin.cpp
// This implements the QScintilla plugin for Qt Designer. #include <qwidgetplugin.h> #include <Qsci/qsciscintilla.h> static const char *qscintilla_pixmap[] = { "22 22 35 1", "m c #000000", "n c #000033", "p c #003300", "r c #003333", "v c #330000", "o c #330033", "l c #333300", "h c #333333", "c c #33336...
2,961
C++
.cpp
121
22.438017
88
0.702886
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,959
SciClasses.cpp
Studio3T_robomongo/src/third-party/qscintilla-2.8.4/sources/Qt3/SciClasses.cpp
// The implementation of various Qt version independent classes used by the // rest of the port. // // Copyright (c) 2014 Riverbank Computing Limited <info@riverbankcomputing.com> // // This file is part of QScintilla. // // This file may be used under the terms of the GNU General Public // License versions 2.0 or 3....
3,923
C++
.cpp
112
31.946429
112
0.736744
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,971
InputMethod.cpp
Studio3T_robomongo/src/third-party/qscintilla-2.8.4/sources/Qt3/InputMethod.cpp
// Copyright (c) 2014 Riverbank Computing Limited // Copyright (c) 2011 Archaeopteryx Software, Inc. // Copyright (c) 1990-2011, Scientific Toolworks, Inc. // // The License.txt file describes the conditions under which this software may // be distributed. #include <qglobal.h>
281
C++
.cpp
7
38.714286
78
0.771218
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,987
qsciscintillabase.cpp
Studio3T_robomongo/src/third-party/qscintilla-2.8.4/sources/Qt3/qsciscintillabase.cpp
// This module implements the "official" low-level API. // // Copyright (c) 2014 Riverbank Computing Limited <info@riverbankcomputing.com> // // This file is part of QScintilla. // // This file may be used under the terms of the GNU General Public // License versions 2.0 or 3.0 as published by the Free Software // Fo...
20,040
C++
.cpp
624
27.064103
141
0.66986
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,993
testscanner.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/scanner/testscanner.cpp
/* This file is part of QJson * * Copyright (C) 2013 Silvio Moioli <silvio@moioli.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This library is distr...
14,933
C++
.cpp
224
63.558036
181
0.646653
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,994
testparser.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/parser/testparser.cpp
/* This file is part of QJson * * Copyright (C) 2008 Flavio Castelli <flavio.castelli@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This librar...
12,366
C++
.cpp
384
29.138021
93
0.698545
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
14,995
person.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/qobjecthelper/person.cpp
#include "person.h" Person::Person(QObject* parent) : QObject(parent), m_name(), m_phoneNumber(0), m_gender(Female), m_luckyNumber(0) { } Person::~Person() { } QString Person::name() const { return m_name; } void Person::setName(const QString& name) { m_name = name; } int Person::phoneNumber(...
996
C++
.cpp
60
14.65
56
0.742671
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
14,996
testqobjecthelper.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/qobjecthelper/testqobjecthelper.cpp
/* This file is part of QJson * * Copyright (C) 2009 Flavio Castelli <flavio.castelli@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This libra...
3,754
C++
.cpp
106
32.858491
75
0.769846
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
14,997
qlocalevsstrtod_l.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/benchmarks/qlocalevsstrtod_l.cpp
/* This file is part of QJson * * Copyright (C) 2014 Sune Vuorela <sune@ange.dk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This library is distributed...
1,911
C++
.cpp
59
27.355932
90
0.652363
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,998
parsingbenchmark.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/benchmarks/parsingbenchmark.cpp
/* This file is part of QJson * * Copyright (C) 2014 Sune Vuorela <sune@ange.dk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This library is distributed...
1,421
C++
.cpp
43
29.837209
75
0.734261
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
14,999
testserializer.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/serializer/testserializer.cpp
/* This file is part of QJson * * Copyright (C) 2009 Flavio Castelli <flavio.castelli@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This library...
22,648
C++
.cpp
555
37.300901
257
0.650984
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
15,000
cmdlineparser.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/cmdline_tester/cmdlineparser.cpp
/* This file is part of qjson * * Copyright (C) 2010 Flavio Castelli <flavio@castelli.name> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This li...
5,150
C++
.cpp
149
29.187919
93
0.652209
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
15,001
cmdline_tester.cpp
Studio3T_robomongo/src/third-party/qjson-0.8.1/sources/tests/cmdline_tester/cmdline_tester.cpp
/* This file is part of QJson * * Copyright (C) 2009 Flavio Castelli <flavio.castelli@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * * This librar...
2,691
C++
.cpp
84
28.630952
117
0.68545
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
15,113
Enums.h
Studio3T_robomongo/src/robomongo/core/Enums.h
#pragma once namespace Robomongo { enum UUIDEncoding { DefaultEncoding = 0, JavaLegacy = 1, CSharpLegacy = 2, PythonLegacy = 3 }; enum SupportedTimes { Utc = 0, LocalTime = 1 }; enum ViewMode { Text = 0, ...
886
C++
.h
35
19.057143
67
0.639383
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,117
EventWrapper.h
Studio3T_robomongo/src/robomongo/core/EventWrapper.h
#pragma once #include <boost/scoped_ptr.hpp> #include "robomongo/core/Event.h" namespace Robomongo { class EventWrapper : public QEvent { public: EventWrapper(Event *event, QList<QObject *> receivers); EventWrapper(Event *event, QObject * receiver); Event *event() const; con...
473
C++
.h
17
22.705882
63
0.662996
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,118
AppRegistry.h
Studio3T_robomongo/src/robomongo/core/AppRegistry.h
#pragma once #include "robomongo/core/Core.h" #include "robomongo/core/utils/SingletonPattern.hpp" namespace Robomongo { class SettingsManager; class AppRegistry: public Patterns::LazySingleton<AppRegistry> { friend class Patterns::LazySingleton<AppRegistry>; public: SettingsManager ...
698
C++
.h
21
27.380952
89
0.690015
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,119
Core.h
Studio3T_robomongo/src/robomongo/core/Core.h
#pragma once #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> namespace mongo { class DBClientConnection; } /* ** Smart pointers for Mongo* staff */ namespace Robomongo { class AppRegistry; typedef boost::scoped_ptr<AppRegistry> AppRegistryScopedPtr; class SettingsManager; typedef...
1,431
C++
.h
38
32.5
105
0.717596
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,120
KeyboardManager.h
Studio3T_robomongo/src/robomongo/core/KeyboardManager.h
#pragma once #include <QKeyEvent> namespace Robomongo { namespace KeyboardManager { bool isNewTabShortcut(QKeyEvent *keyEvent); bool isDuplicateTabShortcut(QKeyEvent *keyEvent); bool isSetFocusOnQueryLineShortcut(QKeyEvent *keyEvent); bool isExecuteScriptShortcut(QKeyEvent *key...
626
C++
.h
17
30.764706
64
0.752883
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,121
HexUtils.h
Studio3T_robomongo/src/robomongo/core/HexUtils.h
#pragma once #include "robomongo/core/Enums.h" #include <mongo/bson/bsonelement.h> namespace Robomongo { /** * @brief HexUtils * * Usage: * * std::string csuuid = HexUtils::hexToCSharpUuid(hex.toStdString()); * std::string cshex = HexUtils::csharpUuidToHex(csuuid); * * ...
1,809
C++
.h
46
32.456522
89
0.642817
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,123
EventError.h
Studio3T_robomongo/src/robomongo/core/EventError.h
#pragma once #include <string> #include "robomongo/core/mongodb/ReplicaSet.h" namespace Robomongo { /** * @brief Error object is a part of every Event in Robomongo. Before the * use of any event you should check whether error is detected by * calling Event::isError() method. */ class Event...
2,149
C++
.h
55
30.072727
95
0.621674
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,124
ReplicaSet.h
Studio3T_robomongo/src/robomongo/core/mongodb/ReplicaSet.h
#pragma once #include <mongo/util/net/hostandport.h> #include <vector> namespace Robomongo { /** * @brief Struct to represent live information of a replica set. */ struct ReplicaSet { ReplicaSet(std::string const& setName, const mongo::HostAndPort primary, std::vector<st...
764
C++
.h
21
29
121
0.645691
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,125
MongoWorker.h
Studio3T_robomongo/src/robomongo/core/mongodb/MongoWorker.h
#pragma once #include <QObject> #include <QMutex> #include <unordered_set> #include <mongo/client/dbclient_rs.h> #include "robomongo/core/events/MongoEvents.h" QT_BEGIN_NAMESPACE class QThread; class QTimer; QT_END_NAMESPACE namespace Robomongo { class MongoClient; class ScriptEngine; class Connection...
6,047
C++
.h
160
29.00625
109
0.637671
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,126
SshTunnelWorker.h
Studio3T_robomongo/src/robomongo/core/mongodb/SshTunnelWorker.h
#pragma once #include <QObject> #include <robomongo/ssh/ssh.h> #include "robomongo/core/events/MongoEvents.h" QT_BEGIN_NAMESPACE class QThread; QT_END_NAMESPACE struct rbm_ssh_tunnel_config; struct rbm_ssh_session; namespace Robomongo { class ConnectionSettings; class EstablishSshConnectionRequest; cla...
1,953
C++
.h
60
26.066667
80
0.687467
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,127
MongoClient.h
Studio3T_robomongo/src/robomongo/core/mongodb/MongoClient.h
#pragma once #include <mongo/client/dbclient_base.h> #include <mongo/bson/bsonobj.h> #include "robomongo/core/Core.h" #include "robomongo/core/domain/MongoQueryInfo.h" #include "robomongo/core/domain/MongoUser.h" #include "robomongo/core/domain/MongoFunction.h" #include "robomongo/core/events/MongoEventsInfo.h" name...
3,058
C++
.h
50
53.02
159
0.722111
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,128
BsonUtils.h
Studio3T_robomongo/src/robomongo/core/utils/BsonUtils.h
#pragma once #include <mongo/bson/bsonelement.h> #include <mongo/bson/bsonobj.h> #include "robomongo/core/Enums.h" class QString; namespace Robomongo { namespace BsonUtils { namespace detail { template<mongo::BSONType BSONType_t> struct bson_convert_traits ...
3,887
C++
.h
92
30.641304
130
0.592367
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,129
SingletonPattern.hpp
Studio3T_robomongo/src/robomongo/core/utils/SingletonPattern.hpp
#pragma once namespace Patterns { template <class T> class Singleton { static T* _self; public: void freeInstance(); static T* instance(); protected: virtual ~Singleton() { _self=NULL; } Singleton() { } }; template <class T> ...
1,019
C++
.h
55
12.781818
54
0.553479
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
15,130
QtUtils.h
Studio3T_robomongo/src/robomongo/core/utils/QtUtils.h
#pragma once #include <QString> #include <QModelIndex> QT_BEGIN_NAMESPACE class QThread; class QTreeWidgetItem; class QAbstractItemModel; QT_END_NAMESPACE #ifdef QT_NO_DEBUG #define VERIFY(x) (x) #else //QT_NO_DEBUG #define VERIFY(x) Q_ASSERT(x) #endif //QT_NO_DEBUG namespace Robomongo { namespace QtUtils { ...
926
C++
.h
36
19.916667
62
0.660613
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,131
StdUtils.h
Studio3T_robomongo/src/robomongo/core/utils/StdUtils.h
#pragma once #include <algorithm> #include <functional> namespace Robomongo { namespace stdutils { template<typename T> inline void destroy(T *&v) { delete v; v = NULL; } template<typename T> struct RemoveIfFound { Re...
1,245
C++
.h
52
13.326923
68
0.443038
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,132
Logger.h
Studio3T_robomongo/src/robomongo/core/utils/Logger.h
#pragma once #include <QObject> #include <QString> #include <string> #include <mongo/logger/log_severity.h> #include "robomongo/core/events/MongoEvents.h" #include "robomongo/core/utils/SingletonPattern.hpp" namespace Robomongo { class Logger : public QObject, public Patterns::LazySingleton<Logger> { ...
1,340
C++
.h
37
30.648649
91
0.687597
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,133
MongoEvents.h
Studio3T_robomongo/src/robomongo/core/events/MongoEvents.h
#pragma once #include <QMessageBox> #include <QString> #include <QStringList> #include <QEvent> #include <mongo/client/dbclient_base.h> #include "robomongo/core/domain/MongoShellResult.h" #include "robomongo/core/domain/CursorPosition.h" #include "robomongo/core/domain/MongoUser.h" #include "robomongo/core/domain/Mon...
38,544
C++
.h
1,016
28.376969
186
0.622867
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,134
MongoEventsInfo.h
Studio3T_robomongo/src/robomongo/core/events/MongoEventsInfo.h
#pragma once #include <string> #include "robomongo/core/domain/MongoCollectionInfo.h" namespace Robomongo { struct IndexInfo { IndexInfo( const MongoCollectionInfo &collection, const std::string &name = std::string(), const std::string &request = std::string(), ...
1,528
C++
.h
43
26.465116
109
0.603239
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,135
Notifier.h
Studio3T_robomongo/src/robomongo/core/domain/Notifier.h
#pragma once #include <QModelIndex> #include "robomongo/core/domain/MongoQueryInfo.h" QT_BEGIN_NAMESPACE class QAction; class QMenu; QT_END_NAMESPACE namespace Robomongo { class MainWindow; class MongoShell; class BsonTreeItem; class InsertDocumentResponse; struct RemoveDocumentResponse; na...
2,389
C++
.h
71
26.690141
128
0.694312
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,136
MongoDatabase.h
Studio3T_robomongo/src/robomongo/core/domain/MongoDatabase.h
#pragma once #include <QObject> #include <mongo/bson/bsonobj.h> #include "robomongo/core/Core.h" #include "robomongo/core/events/MongoEvents.h" namespace Robomongo { class EventBus; /** * @brief Represents MongoDB database. */ class MongoDatabase : public QObject { Q_OBJECT pu...
5,542
C++
.h
143
30.27972
141
0.653366
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,137
MongoCollectionInfo.h
Studio3T_robomongo/src/robomongo/core/domain/MongoCollectionInfo.h
#pragma once #include <mongo/bson/bsonobj.h> #include "robomongo/core/domain/MongoNamespace.h" namespace Robomongo { class MongoCollectionInfo { public: MongoCollectionInfo() {} MongoCollectionInfo(const std::string &ns); // MongoCollectionInfo(mongo::BSONObj stats); std::st...
1,567
C++
.h
44
28.295455
79
0.59881
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,138
MongoUser.h
Studio3T_robomongo/src/robomongo/core/domain/MongoUser.h
#pragma once #include <mongo/bson/bsonobj.h> #include <mongo/bson/bsonelement.h> #include "robomongo/core/utils/BsonUtils.h" namespace Robomongo { class MongoUser { public: typedef std::vector<std::string> RolesVector; explicit MongoUser(const float version, const mongo::BSONObj &obj) : ...
1,559
C++
.h
38
33.5
80
0.630119
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,139
MongoFunction.h
Studio3T_robomongo/src/robomongo/core/domain/MongoFunction.h
#pragma once #include <mongo/bson/bsonobj.h> namespace Robomongo { class MongoFunction { public: /** * @brief Creates function from "system.js" document */ MongoFunction(const mongo::BSONObj &obj); /** * @brief Creates new function with empty attributes ...
709
C++
.h
25
21.28
63
0.576923
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,140
MongoNamespace.h
Studio3T_robomongo/src/robomongo/core/domain/MongoNamespace.h
#pragma once #include <string> namespace Robomongo { class MongoNamespace { public: MongoNamespace(const std::string &ns); MongoNamespace(const std::string &database, const std::string &collection); MongoNamespace() {} std::string toString() const { return _ns; } st...
621
C++
.h
20
24.95
83
0.639399
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,141
MongoQueryInfo.h
Studio3T_robomongo/src/robomongo/core/domain/MongoQueryInfo.h
#pragma once #include <mongo/bson/bsonobj.h> #include "robomongo/core/domain/MongoNamespace.h" namespace Robomongo { namespace detail { std::string prepareServerAddress(const std::string &address); } struct CollectionInfo { CollectionInfo(); CollectionInfo(const std::strin...
1,101
C++
.h
34
24.382353
110
0.628925
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,142
App.h
Studio3T_robomongo/src/robomongo/core/domain/App.h
#pragma once #include <QObject> #include <vector> #include <robomongo/core/events/MongoEvents.h> #include "robomongo/core/domain/ScriptInfo.h" namespace Robomongo { class EventBus; class MongoServer; class ConnectionSettings; class MongoCollection; class MongoShell; class MongoDatabase; cl...
4,470
C++
.h
101
35.168317
119
0.650991
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,143
MongoServer.h
Studio3T_robomongo/src/robomongo/core/domain/MongoServer.h
#pragma once #include <QObject> #include "robomongo/core/settings/ConnectionSettings.h" #include "robomongo/core/events/MongoEvents.h" namespace Robomongo { class MongoWorker; class MongoDatabase; class EventBus; class App; // Messages struct EstablishConnectionResponse; struct RefreshRep...
5,659
C++
.h
123
37.341463
113
0.669993
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,144
ScriptInfo.h
Studio3T_robomongo/src/robomongo/core/domain/ScriptInfo.h
#pragma once #include <QString> #include "robomongo/core/domain/CursorPosition.h" namespace Robomongo { class ScriptInfo { public: ScriptInfo(const QString &script, bool execute = false, const std::string &dbname = "", const CursorPosition &position = CursorPosition(), ...
1,202
C++
.h
32
29.8125
96
0.626609
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,145
MongoDocument.h
Studio3T_robomongo/src/robomongo/core/domain/MongoDocument.h
#pragma once #include <QStringList> #include <mongo/bson/bsonobj.h> #include "robomongo/core/Core.h" namespace Robomongo { /* ** Represents MongoDB object. */ class MongoDocument { /* ** Owned BSONObj */ const mongo::BSONObj _bsonObj; public: /* ...
1,113
C++
.h
39
21.461538
101
0.603561
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,146
CursorPosition.h
Studio3T_robomongo/src/robomongo/core/domain/CursorPosition.h
#pragma once namespace Robomongo { class CursorPosition { public: CursorPosition(); CursorPosition(int line, int column); bool isNull() const { return _isNull; } int line() const { return _line; } int column() const { return _column; } private: const bo...
393
C++
.h
17
17
47
0.589812
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,147
MongoUtils.h
Studio3T_robomongo/src/robomongo/core/domain/MongoUtils.h
#pragma once #include <QString> namespace Robomongo { namespace MongoUtils { QString buildNiceSizeString(double sizeBytes); std::string buildPasswordHash(const std::string &username, const std::string &password); } }
247
C++
.h
10
20.7
96
0.731915
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,148
MongoAggregateInfo.h
Studio3T_robomongo/src/robomongo/core/domain/MongoAggregateInfo.h
#pragma once namespace Robomongo { struct AggrInfo { AggrInfo() {} AggrInfo(const std::string& collectionName, int skip, int batchSize, mongo::BSONObj const& pipeline, mongo::BSONObj const& options, int resultIndex) : collectionName(collectionName), skip(skip), ba...
670
C++
.h
20
25.45
98
0.616692
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,149
MongoShellResult.h
Studio3T_robomongo/src/robomongo/core/domain/MongoShellResult.h
#pragma once #include "robomongo/core/domain/MongoQueryInfo.h" #include "robomongo/core/domain/MongoAggregateInfo.h" #include "robomongo/core/domain/MongoDocument.h" namespace Robomongo { /* -------------- MongoShellResult Class --------- */ class MongoShellResult { public: MongoShellResult( ...
3,736
C++
.h
84
35.261905
106
0.631073
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,150
MongoCollection.h
Studio3T_robomongo/src/robomongo/core/domain/MongoCollection.h
#pragma once #include "robomongo/core/domain/MongoDatabase.h" #include "robomongo/core/domain/MongoCollectionInfo.h" namespace Robomongo { class MongoCollection { public: MongoCollection(MongoDatabase *database, const MongoCollectionInfo &info); bool isSystem() const { return _system; } ...
808
C++
.h
23
29.478261
82
0.673522
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,151
MongoShell.h
Studio3T_robomongo/src/robomongo/core/domain/MongoShell.h
#pragma once #include <QObject> #include "robomongo/core/events/MongoEvents.h" #include "robomongo/core/domain/ScriptInfo.h" #include "robomongo/core/domain/MongoAggregateInfo.h" namespace Robomongo { struct AggrInfo; class MongoShell : public QObject { Q_OBJECT public: MongoShell(Mon...
1,755
C++
.h
41
35.658537
88
0.671161
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,152
CredentialSettings.h
Studio3T_robomongo/src/robomongo/core/settings/CredentialSettings.h
#pragma once #include <QString> #include <QVariant> #include <QVariantMap> namespace Robomongo { class CredentialSettings { public: CredentialSettings(); explicit CredentialSettings(const QVariantMap &map); /** * @brief Clones credential settings. */ Cred...
2,552
C++
.h
63
32.222222
106
0.628837
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,153
SshSettings.h
Studio3T_robomongo/src/robomongo/core/settings/SshSettings.h
#pragma once #include <QString> #include <QVariant> #include <QVariantMap> namespace Robomongo { class SshSettings { public: SshSettings(); /** * Clones credential settings. */ SshSettings *clone() const; /** * Converts to QVariantMap *...
3,137
C++
.h
72
35.194444
98
0.618516
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,154
SslSettings.h
Studio3T_robomongo/src/robomongo/core/settings/SslSettings.h
#pragma once #include <QString> #include <QVariant> #include <QVariantMap> namespace Robomongo { class SslSettings { public: SslSettings(); /** * Clones credential settings. */ SslSettings *clone() const; /** * Converts to QVariantMap *...
2,771
C++
.h
65
34.4
99
0.651802
Studio3T/robomongo
9,296
797
724
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false